fault in matlab help?
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I am working on my thesis and I have to use a matlab filter for this. When I using the example on this page butter I tried the exact same filter. But mine was all but stable. How is this possible? Can somebody try this aswell? Thank you!
[z,p,k] = butter(9,300/500,'high');
sos = zp2sos(z,p,k);
fvtool(sos,'Analysis','freq')
2 个评论
Honglei Chen
2014-3-20
编辑:Honglei Chen
2014-3-20
What version are you using? It works fine for me in R2013b.
采纳的回答
Chad Greene
2014-3-20
编辑:Chad Greene
2014-3-20
Here's the result I get. Definitely does not match the documented example.
2 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Single-Rate Filters 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!