Digital filter response question

AI Thread Summary
The digital filter response is defined by the equation yn = xn - n-2 - 0.81*yn-2, leading to the transfer function H(z) = [z^2 - 1] / [z^2 + 0.81]. The zero frequencies are identified as 0 and fN, while the maximum response frequency requires further analysis. To find this maximum, calculus can be applied to the magnitude of F(ω), where the maximum of the numerator coincides with the minimum of the denominator. Understanding complex numbers can aid in visualizing the relationship between the numerator and denominator in the context of vector sums. The discussion emphasizes the importance of both analytical and conceptual approaches in determining filter characteristics.
jmher0403
Messages
21
Reaction score
0

Homework Statement



A digital filter is defined by yn = xn - n-2 - 0.81*yn-2.

At what frequency, in terms of fNyquist, is the filter response zero and maximum?


Homework Equations



H(z) = Y(z)/X(z)


The Attempt at a Solution



I figured out that H(z) = [z2-1] /[z2 +0.81]

and F(w) = [e2jwt -1 ] / [e2jwt + 0.81]
= [cos(2wt) + isin(2wt) - 1] / [cos(2wt) + isin(2wt) + 0.81]


Please give me some advice on how to go on about finding the frequencies please...

Hint was given that wt = ∏ f/fNyquist
please also explain why this is so...


Thanks a lot in advance :D
 
Physics news on Phys.org
I figured out the frequencies that give zero are 0 and fN

any hints on how to find the frequency that gives maximum response?/?
 
Last edited:
You could use a bit of calculus to find minima/maxima of |F(ω)|, you've probably done this plenty of times before with real-valued functions.

F(ω) has a simple property, though, that, by inspection, enables you to find the value of ω that maximizes |F(ω)|. When the magnitude of the numerator attains its maximum value, the magnitude of the denominator attains its minimum value. That means something for the magnitude of the fraction.

I don't know how familiar you are with complex numbers and their interpretation as vectors in the complex plane, but if this means something to you, you might interpret the numerator as the vector sum of 1∠2ωT and 1∠180°, where T is the sampling time of your system (one might confuse an expression with t as a time-domain expression).
 
Back
Top