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
Honglei Chen 2014-3-20
编辑:Honglei Chen 2014-3-20
What version are you using? It works fine for me in R2013b.
Dries billiet
Dries billiet 2014-3-24
I am working with the R2012b.

请先登录,再进行评论。

采纳的回答

Chad Greene
Chad Greene 2014-3-20
编辑:Chad Greene 2014-3-20
Here's the result I get. Definitely does not match the documented example.
  2 个评论
Honglei Chen
Honglei Chen 2014-3-20
What version are you using? It works fine for me in R2013b.
Chad Greene
Chad Greene 2014-3-20
Interesting. I have R2012b.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Digital Filter Design 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by