C#实现matlabsmooth的移动平滑滤波
C#实现yy=smooth(y)smoothsthedatainthecolumnvectoryusingamovingaveragefilter.Resultsarereturnedinthecolumnvectoryy.Thedefaultspanforthemovingaverageis5.Thefirstfewelementsofyyaregivenbyyy(1)=y(1)yy(2)=(y(1)+y(2)+y(3))/3yy(3)=(y(1)+y(2)+y(3)+y(4)+y(5))/5yy(4)=(y(2)+y
下载地址
用户评论
可以用,能够得到平滑的数据。
经过测试完全可用,与matlab数据做了对比,比较可靠
目前是能用,具体结果还没有测试!