Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hello again,
Oh ok that's great. If you want to work on more filters that's cool too, and now that we've done a couple like that we can look at another way to get the amplitude when we have real and imag in the numerator and real and imag in the denominator. I'll use RN and IN for numerator real and imag, and RD and ID for denominator real and imag.
For an equation thus:
(RN+IN*j)/(RD+ID*j)
we can calculate the amplitude like this:
Ampl=sqrt(RN^2+IN^2)/sqrt(RD^2+ID^2)
so that might make it a little easier for you to calculate the amplitudes of these more complex filters.
Hi MrAl,
Yes, that did help.
I have produced the equations you wanted, and I've been trying to graph them but unfortunately I can't get MathCAD to graph anything! Have you had any experience with MathCAD? I'm trying to get my HP-50G to download the graphs on the PC.
Here are the equations:
Low-Pass Filter:
[LATEX]V_O = V_{IN} \left(\frac{\frac{1}{j \omega C}}{\frac{1}{j \omega C} + Z_R}\right)[/LATEX]
Simplify:
[LATEX]V_O = V_{IN} \left(\frac{\frac{1}{j \omega C}}{\frac{1}{j \omega C} + Z_R}\right) * \frac{ j \omega C}{ j \omega C}[/LATEX]
[LATEX]V_O = \frac{V_{IN}}{1 + Z_R j \omega C}[/LATEX]
Seperate Real & Imaginary:
[LATEX]\frac{R_N + I_N * j)}{(R_D + I_D * j)}[/LATEX]
[LATEX]\frac{V_{IN}^2}{(1 + Z_R^2 \omega^2 C^2)}[/LATEX]
Calculate Amplitude:
[LATEX]Amplitude = \frac{V_{IN}}{\sqrt{1 + Z_R^2 \omega^2 C^2}[/LATEX]
Low-Pass Filter With Loading Effect:
[LATEX]\frac{V_{IN} - V_O}{Z_R} = V_O j \omega C + \frac{V_O}{R_L}[/LATEX]
Simplify:
[LATEX]\frac{V_{IN}}{Z_R} - \frac{V_O}{Z_R} = V_O j \omega C + \frac{V_O}{R_L} [/LATEX]
[LATEX]V_{IN} = V_O R_L + V_O Z_R + V_O R_L Z_R j \omega C[/LATEX]
[LATEX]V_O = \frac{V_{IN} R_L}{R_L + Z_R + R_L Z_R j \omega C}[/LATEX]
Seperate Real & Imaginary:
[LATEX]\frac{V_{IN}^2 R_L^2}{R_L^2 + Z_R^2 R_L^2 Z_R^2 \omega^2 C^2}[/LATEX]
Calculate Amplitude:
[LATEX]Amplitude = \frac{V_{IN} R_L}{\sqrt{R_L^2 + Z_R^2 + R_L^2 Z_R^2 \omega^2 C^2}}[/LATEX]