How to use plot in this case?
显示 更早的评论
I'm building GUI and I have to print result of this code below in axes (I mean I'd like to replace freqz by plot) but I don't know how to do it. Could you show me how?
if true
% b = fir1(n,0.5, filtr ,kaiser(n+1,0.5));
freqz(b,1)
end
2 个评论
MathReallyWorks
2017-5-26
Hello Patryk,
What are n and filtr in your code? It will be great if you attach your full code.
Patryk Hennig
2017-5-26
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Filter Design 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!