How I can plot the magnitude and phase response of the transfer function
59 次查看(过去 30 天)
显示 更早的评论
can someone help me figure this out.
0 个评论
采纳的回答
Star Strider
2019-12-26
Try this:
z = tf('z',-1);
H = tf((0.0534*(1+z^-1)*(1-10166*z^-1 + z^-2))/((1-0.683*z^-1)*(1-1.4461*z^-1+0.7957*z^-2)))
H.Variable = 'z^-1'
bode(H)
5 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Digital Filter Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!