An band stop filter takes a sinusoidal voltage input and produces an output voltage .
is as follows:
At time , the inductor and capacitor are de-energized. Determine the following integral:
Details and Assumptions:
1)
2)
3)
Note: From AC steady-state analysis, we know that sinusoidal signals with angular frequency are completely rejected by this filter, once the filter has "charged up"
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the current through the inductor be I 1 and that through the capacitor be I 2 , the charge on the capacitor be Q and output voltage be V . The circuit equations are:
− V S + L I ˙ 1 + ( I 1 + I 2 ) R = 0 L I ˙ 1 = C Q V = ( I 1 + I 2 ) R I 1 ( 0 ) = I 2 ( 0 ) = Q ( 0 ) = 0
Numerically integrating the above equations gives the required answer of ≈ 1 0 . 0 0 2 .
I am pasting my solution to the frequency domain problem without revealing the answer below:
The circuit has been analysed in steady-state. Let the magnitude of input voltage be V and its frequency be ω . The impedance due to the inductor is Z 1 = j ω L and that due to the capacitor is Z 2 = j ω C − 1 . Let the steady-state current through the inductor be I 1 and that through the capacitor be I 2 . The circuit equations are according to Kirchoff's laws as follows.
Z 1 I 1 + ( I 1 + I 2 ) R = V Z 1 I 1 = Z 2 I 2
Rearranging these equations gives:
[ Z 1 + R Z 1 R − Z 2 ] [ I 1 I 2 ] = [ V 0 ]
From here, the currents can be computed as such:
[ I 1 I 2 ] = [ Z 1 + R Z 1 R − Z 2 ] − 1 [ V 0 ]
The matrix is denoted as A where: A = [ Z 1 + R Z 1 R − Z 2 ]
The output voltage is: V o = R ( I 1 + I 2 )
The filter gain is, therefore, the ratio of the magnitude of the complex numbers:
G ( ω ) = ∣ ∣ ∣ ∣ V V o ∣ ∣ ∣ ∣
Now, keeping these steps in mind, the=is problem is solved numerically. A plot of the magnitude response can be studied below:
One can see a sharp drop in magnitude ratio at a frequency of ω = 1 . This can be verified by a time-domain simulation where the output voltage indeed converges to zero.
For the computation of the required integral, simulation code is attached below: