- #1
Twinflower
- 109
- 0
Homework Statement
A high pass filter tuned for a corner freq. of 40 000 rad/sek and with a damping coeffisient of 1/sqrt(2) is being subjected to a square wave voltage with amplitide of 1 volt and 8000 rad/sek.
What is the amplitude of the fifth harmonic on the output side of the filter?
Homework Equations
This is a part of a large case regarding filters of different kinds, so I have alreade defined the filter components and dimensions. I have also found the equation needed to find the output amplitude factor when a specific frequency is being subjected to the filter:
[tex]
|H| = \frac{\omega^2}{\sqrt((\omega_0^2 - \omega^2)^2 + (2 * \zeta * \omega_0 * \omega)^2)}
[/tex]
Where [itex]\omega[/itex] is the frequency subjected to the filter and [itex]\omega_0[/itex] is the corner frequency of the filter
So with values it goes like this:
[tex]
|H| = \frac{8000^2}{\sqrt((40000^2 - 8000^2)^2 + (2 * \frac{1}{\sqrt(2)} * 40000 * 8000)^2)} = 0,0399690
[/tex]
Next I have found that the amplitude of the fifth harmonic when subjecting the filter to a square wave is:
[tex]
\frac{4A}{5\pi}
[/tex]
Where A is the applied voltage.
The Attempt at a Solution
As the applied voltage is 1 volt, and the output amplitude factor is 0.0399, I jumped right on it like this:
[tex]
\frac{4*0,0399}{5\pi} = 0,01018
[/tex]
But that's wrong.
The correct answer is [itex]\frac{2\sqrt(2)}{5\pi}=0,180[/itex]
Where did I go wrong?