Tuesday 26 June 2018

Diode clamper analysis


Why is that when we analyze diode clamper circuit, we always start thinking with the first negative cycle (they say the point where the capacitor charges up)? Whats wrong with starting with the positive half cycle first? Thanks.



Answer



Which cycle charges the capacitor depends on the polarity of the clamp, so there is nothing "wrong" with starting with the positive half cycle first. With the diode the other way round, it makes a negative clamp* (as opposed to a positive one):


Negative Clamp
*R1 is not normally included, it's just there for this example to slow the cap charge time down and make the voltage drop more gradual, so we can see what's happening more easily.


Here is the simulation with a 5V pk-pk sine wave applied:


Clamp Sim



You can see why one half of the cycle is referred to, this is the part of the cycle that charges the capacitor and biases the signal level. In the simulation above, on the positive half of the cycle, the current flows through D1 and charges the capacitor. We can see as the cap charges the current through D1 lessens, and Vout heads towards ~Vsig - 4.4V (5V - the diode drop = 4.4V)


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...