sgolayfilt function question ask
Mostrar comentarios más antiguos
I use the function "sgolayfilt" to filter my data.
filter_grade=sgolayfilt(grade,4,41); The grade is 11925*1 double data.
But the result shows "??? Undefined function or method 'sgolayfilt' for input arguments of type 'double'". What should I do?
Thanks, Joanne
1 comentario
Eula
el 30 de Oct. de 2012
Respuestas (2)
Honglei Chen
el 30 de Oct. de 2012
Do you have Signal Processing Toolbox installed? You can check if you have it by running
ver
Also, what does
which sgolayfilt
return?
You need either the Signal Processing Toolbox, or you can use the faster: FEX: fSGolayFilt.mex, which does not require the SPT.
Categorías
Más información sobre Digital Filtering 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!