How to Fix this Error!

wo = 60/(300/2); bw = wo/35;
[b,a] = iirnotch(wo,bw);
fvtool(b,a);
Undefined function 'iirnotch' for input arguments of type 'double'.

1 件のコメント

Andrei Bobrov
Andrei Bobrov 2013 年 5 月 15 日
You have DSP System Toolbox?
iirnotch function from DSP System Toolbox.

サインインしてコメントする。

回答 (1 件)

Craig Cowled
Craig Cowled 2013 年 5 月 15 日

0 投票

Send this to Matlab Support. Obviously their help file has the wrong code.

カテゴリ

ヘルプ センター および File ExchangeSignal Processing Toolbox についてさらに検索

質問済み:

2013 年 5 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by