具体说明参考上一篇文章:
Matlab代码:
%平滑均值滤波-Lab10 file='Datanog7'; x=importdata([file,'/A_x.txt']); subplot(2,1,1); plot(x); b=filter2(fspecial('average',10),x)/255; subplot(2,1,2); plot(b);
效果图:
图1-整体
图1-局部放大
时间: 2024-10-26 16:10:34
具体说明参考上一篇文章:
Matlab代码:
%平滑均值滤波-Lab10 file='Datanog7'; x=importdata([file,'/A_x.txt']); subplot(2,1,1); plot(x); b=filter2(fspecial('average',10),x)/255; subplot(2,1,2); plot(b);
效果图:
图1-整体
图1-局部放大