"butter" filter: Undefined function
Mostrar comentarios más antiguos
Hi everyone,
I'm having some problems in creating a lowpass butter filter. I am using the function below:
fc = forceplatesInfo.frequency; % forceplates
[b,a] = butter(4,15/(fc/2),'low');
Where:
- fc is the frequency of the force plates (in this case it is 2000Hz)
It is a simple code but I keep getting this error: "Undefined function 'butter' for input arguments of type 'double'".
I used the matlab tutorial and i still can't figure this out.
Any ideas? Thanks Emanuele
Respuesta aceptada
Más respuestas (1)
Honglei Chen
el 5 de Mayo de 2017
Do you have Signal Processing Toolbox installed? You can find out by typing
>> ver
in the command window.
HTH
1 comentario
Emanuele Giartosio
el 9 de Mayo de 2017
Categorías
Más información sobre Analog Filters en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!