Digital Signal Processing Filters
Show older comments
Hello I need some help with this question.
๐ฆ[๐] = ๐1 โ ๐ฅ[๐ โ ๐1] + ๐2 โ ๐ฅ[๐โ ๐2] + ๐1 โ ๐ฆ[๐โ ๐3].
Set a1, a2, and b1 to any positive or negative real numbers of your choice. Set k1, k2, and k3 to any positive integer numbers of your choice (k1 can be zero). Present this equation with the numbers you have chosen. Present the transfer function ๐ป(๐ง) of your filter
I have chosen the values so my equation looks like this
y[๐] = 0.4 โ ๐ฅ[๐] + 0.6 โ ๐ฅ[๐โ 1] + 0.8 โ ๐ฆ[๐โ 2].
I have worked out H(z) to be (0.4 + 0.6z^-1) / 1-0.8z^-2) is this correct?
My questions are
Is this filter an FIR or IIR type?
How do you determine the poles and zero?
How do you determine if the filter is stable or unstable?
Thanks!
Accepted Answer
More Answers (0)
Categories
Find more on Digital Filter Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!