fault in matlab help?

1 回表示 (過去 30 日間)
Dries billiet
Dries billiet 2014 年 3 月 20 日
コメント済み: Dries billiet 2014 年 3 月 24 日
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 Center および File ExchangeSingle-Rate Filters についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by