Tuesday 7 February 2017

time constant - Effective resistance seen by capacitor


enter image description here


I needed to find time constant of the above circuit. I guess we should first draw small signal analysis.


enter image description here



The book found time constant as (RD+RL)*Cc. It says that we can find time constant using the effective resistance seen by the capacitor. I didn't get that point. Why did we add RL and RD resistances and then multiplied with Cc? How did the time constant become (RD+RL)*Cc?



Answer



How do you calculate the time comstant?


$$\tau = RC$$


After grounding all the sources for small signal analysis, you are left with the circuit you are shown. We can consider the current source as a power supply and ignore it when calculating the time constant - its effectively the thing driving the output circuit.


So with that in mind, lets extract the region of it we are interested in. The circuit we are analysing the time constant for becomes simply:


schematic


simulate this circuit – Schematic created using CircuitLab


On the right I have simply redrawn it a little differently - circuits are topological, so as long as the connections stay the same, you can arrange the components any way you like.


This new structure should look familiar as a simple R-C circuit. So how do you find the time constant? Well, from the equation above, you simply multiply the capacitance with the resistance. What is the capacitance? \$C_c\$. What is the resistance? \$R_L + R_D\$. So what is the time constant?



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