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 Exchange에서 Signal 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