I am trying to filter a data from sensor using MovingAverageFilter But it gives me error: "Function 'filter' is not defined for values of class 'int16'". How can I overcome this error?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
The MovingAverageFilter was built using the guidelines given on "https://in.mathworks.com/help/dsp/ug/create-moving-average-system-object.html#bui630c".
1 comentario
Adam
el 2 de Nov. de 2017
Convert your data to single or double
Respuestas (0)
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!