搜索资源列表
anigaussm
- 去除高斯噪声的有效码源,去噪能力强,使简单。
MATLAB-OFDM.rar
- 根据OFDM的基本原理, 利用MATLAB编写 OFDM系统仿真的程序,通过分步执行,能够比较清 楚地了解OFDM实现的整个过程,熟悉每一步变化 的数据特征。对掌握OFDM的原理和熟悉MATLAB 仿真都是非常重要的,仿真的最后给出了该OFDM 系统仿真的误码率。其中qpskmod.m 为QPSK调制 的函数 qpskdemod.m 为QPSK解调的函数 comb.m 为产生加性高斯白噪声的函数 giins.m 为往信号中 插入保护间隔的函数 girem.m 为从接收信号中去除
wavefilter.rar
- 一种使用mqtlab编写的图像滤波器程序!可以有效去除高斯噪声,欢迎交流!,Written in a kind of image filter to use mqtlab program! Can effectively remove Gaussian noise, please share!
matlab
- 直方图图像均衡化和规定划、以及加性噪声,如拖尾脉冲噪声,高斯脉冲噪声(自适应方法)、和椒盐噪声等等各种噪声的添加噪声和去除噪声的MATLAB代码-Histogram equalization and provisions of the planning image, and additive noise, such as trailing impulse noise, Gaussian pulse noise (adaptive approach), and salt and pepper no
BispectrumWavelets
- 用双谱和小波变换去除信号中加性高斯噪声的相关程序 1.实现单个变量的双谱分析程序 2.用傅立叶反变换求自相关函数的程序 3.用fft求取喜好频谱、功率谱、均方根谱、对数谱的程序 4.读取.wav语音信号后用小波去加信白噪声的程序 5.用各种小波和阀值对同一信号去加性噪声效果比较的程序 -Double-spectral and wavelet transform to remove the signal plus Gaussian noise procedures 1. T
thepic
- 实现图片的去噪声,在高斯噪声存在下可用此程序去除噪声-derive theformula of averaging using discrete convoluntion
baizaosheng
- 本程序能实现基于小波模极大值算法去除高斯白噪声。效果显著-This procedure can achieve based on wavelet modulus maxima method to remove Gaussian white noise. Remarkably
DeNosingBaseOnXiaoBo
- 一种改进的基于PCNN神经网络和QPSO粒子行为的PSO的图像滤波算法,也可以较好地去除高斯噪声-Improved PCNN-based neural network and PSO behavior QPSO particle image filtering algorithm can also be better to remove Gaussian noise
guasssmooth
- 图像平滑用于去除图像中的噪声。高斯平滑,就是将每个像素的灰度值用其领域的加权平均值代替。该算法简单,能够有效去除高斯噪声。 -Image Smoothing is used to remove image noise. Gaussian smoothing is the gray value of each pixel with its weighted average of the field instead. The algorithm is simple and can effecti
tuxang
- 数字图像高斯噪声的去除方法的研究和产生高斯的小信号下的可能-Digital image Gaussian noise removal methods of research and produce the small-signal under the Gaussian potential
quzao
- 去除图像噪声椒盐噪声高斯噪声实现图像处理-Salt and pepper noise removal of image noise, Gaussian noise, Image Processing
ppbGauss
- 本程序介绍了一种PPB滤波算法来去除图像中的加性高斯噪声,09年才提出来的新算法非常的高效,去噪效果相当好-This procedure describes a filtering algorithm to remove the image PPB in additive Gaussian noise, 09 years to put forward a new algorithm is very efficient, very good denoising effect
image_noise
- 去除图像高斯噪声的VC C++程序,可直接运行-denoise the image of gause noise
NLM
- 非局部均值NLM去噪算法,去除图像中的高斯噪声-Non-local means NLM denoising algorithm, removing Gaussian noise in the image
BM3D
- 关于高斯噪声去除的目前最优秀的算法 BM3D 欢迎大家交流学习-Welcome About the best algorithm BM3D Gaussian noise removal the exchange of learning
EPLL
- iccv回忆论文对应的源码,用于高斯噪声的去除,原文题目为From Learning Models of Natural Image Patches to Whole Image Restoration(From Learning Models of Natural Image Patches to Whole Image Restoration)
NCSR
- 中心稀疏表达去除高斯噪声,iccv会议论文源码,内含文献,原文题目Centralized Sparse Representation for Image Restoration(Centralized Sparse Representation for Image Restoration)
MATLAB多方法去高斯白噪声-1
- matlab方法去除高斯白噪声,比较全面,有效。很好用的代码(Matlab method to remove gaussian white noise, more comprehensive, effective. Very handy code)
实验
- 高斯低通滤波器实现图像去噪,通过去除高频分量来降低图像噪声(Image denoising by Gauss low pass filter and reduction of image noise by removing high frequency components)
opencv 高斯滤波和中值滤波
- 通过opencv调用高斯滤波和中值滤波对图像进行卷积去除加入的椒盐噪声