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?
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
The MovingAverageFilter was built using the guidelines given on "https://in.mathworks.com/help/dsp/ug/create-moving-average-system-object.html#bui630c".
1 个评论
Adam
2017-11-2
Convert your data to single or double
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!