October 2010

Simulation of PN junction at equilibrium in Scilab

This is version 0.5 There is a bug in this implementation, since hole concentration is constant in both side of the junction. Thanks to Urmimala for pointing this out.. In ver 1.0, we’ll provide complete documentation and will remove this bug. The pn-junction is quite an interesting junction. If most the semiconductor theory can be …

Simulation of PN junction at equilibrium in Scilab Read More »

Linear Feedback Shift Register : C++ implementation

Linear Feedback Shift Registers (LFSR) arises in many applications, especially in communications. See wiki page for a good introduction http://en.wikipedia.org/wiki/Linear_feedback_shift_register. We implemented LFSR in C++ which can be found here https://ee717-iitb.googlecode.com/svn/trunk/A5-1/ . You can download this code by using svn. If you are not aware of svn then you can simply download these files manually. …

Linear Feedback Shift Register : C++ implementation Read More »

Scroll to Top