文件名称:medFilter
介绍说明--下载内容均来自于网络,请自行研究使用
The median filter is a nonlinear digital filtering technique, often used to remove noise with Laplacian distrinution. The main idea of the median filter is to run through the signal entry by entry, replacing each entry with the median of neighboring entries. The pattern of neighbors is called the "window", which slides, entry by entry, over the entire signal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
license.txt
medFilter.m
medFilter.m