搜索资源列表
dsphomework1
- 数字信号处理的应用之一是从含有加性噪声的信号中去除噪声。现有被噪声污染的信号x[k]=s[k]+d[k],式中: 为原始信号d[k]为均匀分布的白噪声。 (1)分别产生50点的序列s[k]和白噪声序列d[k],将二者叠加生成x[k],并在同一张图上绘出x0[k],d[k]和x[k]的序列波形。 (2)均值滤波可以有效去除叠加在低频信号上的噪声。已知3点滑动平均数字滤波器的单位脉冲响应为h[k]=[1,1,1 k=0,1,2],计算y[k]=x[k]*h[k],在同一张图上绘出前50点y[
myfile1
- 灰度图像的中值滤波处理+灰度图像的均值滤波处理 -gray image median filtering image processing gray mean filter
junzhilvboqi
- LabVIEW 实现的均值滤波器 课程设计-LabVIEW to achieve the mean filter
delphijunzhilvbo
- 使用delphi完成的均值滤波的例子-Completed using the mean filter delphi examples
jzlb
- 均值滤波,附有实验图片 均值滤波,附有实验图片-Mean filter, mean filter with the experimental image with the experimental picture
Mean_Filter
- 这是一个用C++编译的程序,用于对图像进行均值滤波,以供大家学习交流之用。-This is a C++ compiler with the procedures used to mean filter images for use in U.S. Study communicate.
GJ
- 中值滤波与均值滤波的程序,采用C++编写,属于数字图像处理。-Median filter and mean filter procedure, the use of C++ development, belongs to digital image processing.
junzhilvbo
- 均值滤波模块,可以单独使用,且还能与其他模块配套使用。-Mean filter module can be used alone, and also supporting the use of other modules.
imgdenoising
- 均值滤波去噪,中值滤波去噪以及SVD去噪-Mean filter denoising, median filtering and denoising SVD Denoising
adaptivefilters
- thes source codes implements Adaptive filters. Adaptive mean filter, Contra Harmonic Mean filter, Harmonic Mean Filter, Geometric Mean Filter and Spatial Filtering.
testnlm
- non local mean filter-non local mean filter
filter
- 均值滤波程序 可有效去除图像中包含的噪声-Mean filtering program can effectively remove the noise contained in the image
mean_filters
- mean filter 6 type :: Arithmatic mean, Geometic mean, Harmonic mean, contraharmonic mean, median, max-min
Filter
- mean filter,median filter,bilateral filter
LMS_8
- LMS: Least mean squares (LMS) algorithms is a type of adaptive filter used to mimic a desired filter by finding the filter coefficients that relate to producing the least mean squares of the error signal (difference between the desired and the actual
ImageProcessing
- Image Processing: Frequency Domain Enhancement Generate noisy versions of the cameraman image by adding noise with the following characteristics: Uniform with mean 40 and standard deviation 20 Gaussian of mean 40 and standard deviation
ddspphomeworri
- 数字信号处理的应用之一是从含有加性噪声的信号中去除噪声。现有被噪声污染的信号x[k]=s[k]+d[k],式中: 为原始信号d[k]为均匀分布的白噪声。(1)分别产生50点的序列s[k]与白噪声序列ddd[k],将二者叠加生成x[k],并在同一张图上绘出x0[k],d[k]与x[k]的序列波形。(2)均值滤波能有效去除叠加在低频信号上的噪声。已知3点滑动平均数字滤波器的单位脉冲响应为h[k]=[1, -One of the applications of digital signal pro
Mean-filter
- 线性滤波的基本原理是用均值代替原图像中的各个像,是典型的线性滤波算法-Linear filtering instead of the basic principle is the mean of each pixel in the original image, is a typical linear filter algorithm
mean filter 3X3
- this code delete noise from picture and make it smooth
mean
- lowpass mean filter in image processing