Borrar filtros
Borrar filtros

How to Fix this Error!

11 visualizaciones (últimos 30 días)
Danial
Danial el 15 de Mayo de 2013
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 comentario
Andrei Bobrov
Andrei Bobrov el 15 de Mayo de 2013
You have DSP System Toolbox?
iirnotch function from DSP System Toolbox.

Iniciar sesión para comentar.

Respuestas (1)

Craig Cowled
Craig Cowled el 15 de Mayo de 2013
Send this to Matlab Support. Obviously their help file has the wrong code.

Categorías

Más información sobre Get Started with DSP System Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by