搜索资源列表
hopfield_net
- 对于含有噪声的的数字图像模式“1、2、3、4”,使用“hopfield”神经网络,进行联想、识别,以去除噪声的影响。-for containing noise of the digital image model "1,2,3,4", "hopfield" neural network, Lenovo, identification, in order to remove noise impact.
判断素数的个数
- 判断101-200之间有多少个素数,并输出所有素数。 1.程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 -judgment 101-200 between the number of primes, and the export of all prime numbers. 1. Program Analysis : judgment in several ways : with a few were t
lpf
- 比较了FFT算法和低通滤波器在去除噪声中的作用-compared the FFT algorithm and low-pass filter to remove noise in the role
graphDegree
- 求图的顶点连通度算法。方法就是先对源和汇做枚举,之后对每个枚举情况,把除去源汇两点的其余所有顶点看成是容量限制为1的点,求网络的最大流,就是此点对的顶点连通度,之后对枚举的所有点对找连通度最小的当成图的连通度。 带有顶点容量限制的最大流方法:将带容量限制的顶点u拆成两个点u 和u*,原顶点u的入边为u 的入边,原顶点u的出边为u*的出边,之后在u 和u*之间连接双向边,边的容量为顶点的容量限制。-plans for the vertex connectivity algorithms. F
lsq
- The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it
imnoiseadd
- 去掉图像的噪音的一个不错的事例。值得大家参考-remove the noise image of a good story. Worthy of our reference
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
pcnnimwrite
- 去除脉冲噪声:中值滤波,均值滤波,PCNN滤波的比较,包括计算噪声图像的信噪比,matlab算法程序。-Remove impulse noise: median filter, mean filter, PCNN filter comparison, including the calculation of noise, the SNR, matlab algorithm program.
CVisionProject
- This is a computer vision project implemented in matlab to remove radial distortion from the image This is a computer vision project implemented in matlab to remove radial distortion from the image
chxu
- 本程序用于测量增强语音与纯净语音的对数谱距离,用于语音增强。对数谱距离越小,表明增强语音与纯净语音越接近,增强语音质量越好;反之,则增强语音质量越差。-Calculates the average log-spectral distance between CLEAN and NOISY signals. Frames are 25ms long with 60 percent (15ms) overlap, hamming windowed. RS is the remove
a
- 本程序是对语音信号去除噪声。MATLAB编写-This procedure is a speech signal to remove noise. MATLAB prepared
Bilateral_Filtering
- Bilateral filter to enhance the image. This programme will remove the noise of the image.
switchmedianfilter
- matlab program to remove noise in an image using switched median filter
DCFilter
- High-Pass filter to remove DC component from audio signal.
MATLABwatermaking
- 嵌入水印信息的MATLAB程序,是转载别人的,如有侵权,马上删除-MATLAB program embedded watermark is reproduced someone else' s, if infringement, immediately remove
the-method-to-remove-noises
- 数字图像处理 取出高斯噪声的有效方法.通过matlab处理-Digital image processing effective way to remove the Gaussian noise
How-to-remove-numbers-from-a-text-file-in-Matlab.
- The Program helps to remove numbers at the beginning of a Matlab scr ipt. It is very useful when one has copied a code from a text into Matlab environment and eager to tun it immediately.-The Program helps to remove numbers at the beginning of a Mat
Singly-linked-list---insert--remove--add--count.r
- Singly linked list - insert, remove, add, count
removelargeArea.m
- remove large area in the image, matlab version