文件名称:fastsmooth
介绍说明--下载内容来自于网络,使用问题请自行百度
三角平滑去噪算法,矩形平滑去噪算法,伪高斯平滑去噪算法的实现-fastbsmooth(Y,w,type,ends) smooths vector Y with smooth
of width w. Version 2.0, May 2008.
The argument type determines the smooth type:
If type 1, rectangular (sliding-average or boxcar)
If type 2, triangular (2 passes of sliding-average)
If type 3, pseudo-Gaussian (3 passes of sliding-average)
The argument ends controls how the ends of the signal
(the first w/2 points and the last w/2 points) are handled.
If ends 0, the ends are zero. (In this mode the elapsed
time is independent of the smooth width). The fastest.
If ends 1, the ends are smoothed with progressively
smaller smooths the closer to the end. (In this mode the
elapsed time increases with increasing smooth widths).
fastsmooth(Y,w,type) smooths with ends 0.
fastsmooth(Y,w) smooths with type 1 and ends 0.
of width w. Version 2.0, May 2008.
The argument type determines the smooth type:
If type 1, rectangular (sliding-average or boxcar)
If type 2, triangular (2 passes of sliding-average)
If type 3, pseudo-Gaussian (3 passes of sliding-average)
The argument ends controls how the ends of the signal
(the first w/2 points and the last w/2 points) are handled.
If ends 0, the ends are zero. (In this mode the elapsed
time is independent of the smooth width). The fastest.
If ends 1, the ends are smoothed with progressively
smaller smooths the closer to the end. (In this mode the
elapsed time increases with increasing smooth widths).
fastsmooth(Y,w,type) smooths with ends 0.
fastsmooth(Y,w) smooths with type 1 and ends 0.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fastsmooth.m
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。