Thursday 4 August 2016

operational amplifier - How does a Miller cap physically create a pole in circuits?


If we consider a single NMOS transistor (with its source terminal grounded) and a Miller cap (C) between its input (gate) and output (drain) nodes, circuit theory says that this Miller cap will be responsible for a pole.


If there is conductance G at the input of the NMOS, then the pole at the input will be: -G/(1+A*C), where A is the small signal gain of the stage and C is the Miller cap between input and output.


Furthermore, the miller cap also creates a zero because current at high frequency will flow straight through the cap to the output of the stage.


From a circuit point of view, I can understand this well. The Miller theorem states that the cap between the input and output nodes can be represented by an equivalent cap to ground with value A*C rather than C. Because this cap goes to ground, this creates a pole.



However, physically, there is no path between the input (gate) and the ground that passes through the Miller cap C. So how can a pole be created? I understand Miller’s theorem, but the thing is, there is physically no path to ground through the Miller cap. There is only a path to the output. So physically, how is a pole created? How and where does the current flow exactly, and how does it make its way to the ground to create a pole?


If we note Cgs the parasitic capacitance between gate and source, there is a path to ground, which creates a pole, -G/Cgs. However circuit theory says that if we add a Miller cap between gate and drain, this will create a new pole that’s much more dominant than the one through Cgs. But to me Cgs is the only path there is between input and ground. So how else, other than by flowing through Cgs, can the current make it to ground through the Miller cap C and create a pole?


Edit


Forgetting about the maths for a minute, I’m just trying to visualise where the electrons go which result in a pole and a zero being created. I would like to be able to intuitively interpret the meaning of poles and zeros and find a simple and rough way of approximating their value using this physical intuition.




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