Digital Signal Processing Filters
显示 更早的评论
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!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Digital Filter Design 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!