Calculation of the transfer function of a circuit can be tedious and sometimes quiet difficult. Several methods have been proposed in literature and the latest textbook from Razavi also covers that. Some people swear by the Middelbrook extra element method. But I found the technique of asymptotic gain (based on Rosenstark’s method) taught to me in the course called “Analog Building Blocks” by George Gielens to be the most effective. In this article, we will talk about the asymptotic gain method.
P.S. If you want to know the difference between Middelbrook EET and Rosenstark method, look up this article on EDN
To begin with consider the feedback system shown in figure 1.

The transfer function of such a system can be written as:
where
,
and
.
The term represents the feedback term and the term
represents the feedforward term.
Having established the basic definition of the terms, the following list describes how to calculate the ratio the different ratios, namely :
- Calculation of loop gain (T):
Choose a dependent source whereand replace it with an independent source of value
. For example, if you are choosing a MOSFET as the independent device, then you can replace it a simple current source of value
. And then make all OTHER independent sources zero (i.e. for a voltage source it must be connected to ground and for a current source it must be open), which means for a current source it becomes open and for a voltage source it is closed. Find the return value
and set
.
- Calculation of
which is also called the asymptotic gain:
Setof previous section equal to infinity (and therefore
equal to 0. This is like the virtual ground concept of operational amplifiers). The gain is set to be equal to
.
- Calculation of direct transmission term
:
Now setequal to zero and set the value of
. equal to the gain
-
Lets do a simple example:

The first step is to calculate loop gain (T). To do that, we need to replace the dependent source by an independent source. The choice of the dependent source is obvious as there is only dependent source: the MOS transistor.

We will ignore the output transconductance for simplicity.
After replacing the dependent source by an independent source, it will look as follows

The target is to find ‘T’. in this case. So this becomes a electrical networks 101 problem where we need to find a voltage given a network of passive elements and an independent current source of value
Now we need to calculate the asymptotic gain co-efficient (K). To do that, we need to set the parameter for the dependent source as infinity and the corresponding independent variable to zero. This is as shown below.

We need to calculate . I cannot emphasize this enough but do not apply KCL on the output node as the current there is undefined!!
is a correct equation. However,
will be incorrect as you would be applying KCL at output node where the current is undefined.
.
Now the final step, calculation of the direct transmission term G.
We set the value of equal to zero. We do not assume anything for the
. And then we find
.

This is probably the easiest calculation in the entire article!
We have all the components to calculate the closed loop gain.
But before we proceed, lets do some simplifications:
Therefore where T>>1
This method is quiet useful for calculating the transfer functions of a feedback system. I will update with an example using two dependent sources.