Friday, 18 March 2016

Reducing transistor switching time


I am currently required to study different ways of reducing the transistor switching time. From what i understand, the two most used methods are speed-up capacitors and Using a negative, non-linear voltage reaction to avoid saturation.


Unfortunately, i don't really understant how either of them work and I haven't been able to find any useful resource online.


Could anybody explain them to me or point me to some useful material ?



Answer



When transistors saturate there is stored charge in the base that must be removed before it will turn off. One way of doing that is to use a speed-up capacitor, which helps to suck the charge out of the base by increasing the drive current during switching. More information in this on-line source (source of the below image).


http://wps.prenhall.com/chet_paynter_introduct_7/30/7755/1985362.cw/content/index.html



It's usually better to prevent saturation rather than trying to deal with it after it occurs, and a popular method is the Schottky transistor - which is an integrated structure combining a BJT and a Schottky diode from collector to base. The Schottky diode prevents saturation by diverting base current to the collector when the transistor gets close to saturation. It's a modification of the Baker Clamp, which performs a similar function without requiring Schottky junctions.


enter image description here


enter image description here


See the Wikipedia article I lifted those images out of for more information.


As you can see from the above diagram, the structure of the Schottky transistor is extraordinarily simple and compact (not much different from a regular transistor) so it was very popular in the era of bipolar logic- the 74LS family (and 74S where high speed was required) was very popular in its time.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...