Electrical – How to find Magnitude of transfer function

filter

I am trying to read a paper by Butterworth on his filter.
There is a term called filter factor which is said to be the ratio between output emf by input emf.But i am not able to understand the mathematical expression.I want to know weather is it the transfer function as if i write the transfer function it comes out to be
$$ (1)/(SCR +s^2LC +1) $$

which does not match with his expression which is
$$ 1/( 1+ x^4)^{1/2}$$

I also presume that it can be the magnitude of transfer function.
In that case can you give me hint on how to go about the problem of finding the magnitude.

I am giving the link to the paper.
Its in the second page.
link

Best Answer

Perhaps the following information can help to clarify the problem:

1) The expression SQRT[1/(1+x^4) is a second-order function we WANT to realize because this is a function which has a "maximally flat" magnitude response. That means: If compared with all other possible 2nd-order functions the magnitude deviates as less a s possible from its value at x=0 (which in this case is "1"). Note that for a frequency-dependent filter the variable x is identical to a frequency variable w=2*Pi*f which is normalized to the 3dB-cutoff frequency wc. Therefore we have x=w/wc.

2.) We can REALIZE only filter functions with lumped elements which can comply with the general second-order lowpass function H(s)=Ao/(1+as+bs²). If we calculate the zeros of the denominator (poles of the whole function H) we find that a=1/(wp*Qp) and b=1/(wp²). Both pole parameters wp and Qp are definded using the pole location of the pole pair in the complex s-domain.

3.) Now, the results from 1.) and 2) are equalized (what we want = what we can realize). For this purpose, we use the squares of both functions. After some mathematical manipulations we arrive at the expression:

H(s)=Ao/(1+0.7071x+x²) with x=w/wc

4.) This is the general transfer function for a 2nd-order Butterworth lowpass with DC gain Ao. There are different methods (topologies) for realizing this function as an electronic circuit. One simple solution (passive) is to use a suitable RLC combination (as in your example with Ao=1). To find the corresponding expressions (parts values) you have nothing to do than to compare the corresponding coefficients of both functions (from the circuit and the given H(s) for the desired 3dB-frequency wc).