How to plot a bode graph for a filtered output?
显示 更早的评论
So I have a IIR butterworth filter with coeffficient converted into its transfer function, [b a]=sos2tf(SOS,G). I have a input audio file that I am using this filter on, and I did y = fitler(b,a,x), but now I am confused as to how I can plot the magnitude and frequency of this output?. I am also lacking theoritical knowledge on this subject which has made it hard for me to understand this.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Filter Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!