搜索资源列表
RLS_filter
- RLS算法,编写了MATLAB程序实现自适应干扰对消。给出信号实例,用于验证所编写程序的性能。所给信号为:①噪声与语音的混合信号——signalnosie.wav;②噪声信号——noise.wav。两信号均为立体声,PCM压缩,采样速率为48000Hz,采样精度16bits。-RLS algorithm, the preparation of a MATLAB program to achieve adaptive interference cancellation. Given signal
matlab
- 为图片进行添加高斯噪声均匀噪声以及椒盐噪声,并且采用a修正的均值滤波和自适应中值滤波进行除噪,并且进行除噪性能判断-Add a picture for uniform noise and Gaussian noise, salt and pepper noise, and the use of a modified mean filter and adaptive median filtering for noise removal, noise removal performance and
Filter
- 包括图像的灰度变换,laplacian锐化,中值滤波,加权中值滤波,自适应滤波,添加噪声以及图像的平滑和反色处理,图像处理效果良好-Including images of gray-scale transformation, laplacian sharpening, median filtering, the weighted median filter, adaptive filter, add noise and image smoothing and anti-color process
自适应波束形成
- 所谓自适应波束形成就是声呐能够根据环境噪声场的变化,不断地自动调节本身的参数以适应周围环境。
自适应波束形成
- 所谓自适应波束形成就是声呐能够根据环境噪声场的变化,不断地自动调节本身的参数以适应周围环境。
C_LMS
- 研究利用LMS自适应均衡器纠正存在加性白噪声的信道的畸变。讨论步长参数 和特征值扩散度 对学习曲线的影响。-To examine the use of LMS adaptive equalizer to correct the existence of additive white noise distortion channel. Discussion of step parameters and eigenvalues of the proliferation of degrees of i
C_RLS
- 研究利用RLS算法自适应均衡器纠正存在加性白噪声的信道的畸变。讨论特征值扩散度 对学习曲线的影响。 比较RLS算法和LMS算法在不同信噪比情况下的学习曲线。 -RLS algorithm using adaptive equalizer to correct the existence of additive white noise distortion channel. Eigenvalue discussion diffusivity impact on the learning cur
zaosheng
- 自适应噪声抵消算法的matlab,希望大家享用,-Adaptive noise cancellation algorithm matlab, hope you enjoy,
signal_denoise_based_wavelet
- 一个基于小波阈值的信号处理程序,通过自适应阈值方式抑制信号噪声-A threshold based on wavelet signal processing procedures, through the adaptive threshold signal noise suppression methods
LMS_algorithm
- LMS自适应滤波器 进行预测 噪声滤除等功能-LMS adaptive filter to predict the noise filtering and other functions
image_inhancement
- 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
matlab
- 自己编的,基于自适应噪声对消的语音增强新算法-Own, based on adaptive noise cancellation of the new algorithm for speech enhancement
zishiying
- 自己编的程序,自适应噪声对消语音增强,参考噪声与输入噪声是相关的情况。-Own procedures, Adaptive Noise Cancellation of Speech Enhancement, reference noise and input noise are relevant.
zishiyingduixiao
- 自己编的,改进的自适应语音增强算法,且参考噪声与输入噪声不相关。-Own, and improved adaptive speech enhancement algorithm, and the reference noise and input noise are not relevant.
matlab_based_adaptive_system_emulation
- 基于matlab的自适应仿真,其算法都是LMS算法,有系统辨识,噪声对消,自适应滤波器,陷波器,图像的DCT变换-adaptive emulation based on LMS,include system recognise,noise canceler,adaptive filter,dct transform
zishiyingjiangzao
- 这里介绍了一种基于自适应滤波的噪声抵消法,采用归一化最小均方误差算法,采集实际噪声环境下各种不同信噪比的带噪语音样本进行降噪处理,实验结果表明,处理后信号的信噪比得到了较大程度的提高,大大改善了听音效果,具有很高的可懂度,且语音自然度好,没有失真;并与谱减法进行了比较,自适应噪声抵消法的降噪幅度比谱减法有一定提高,在听音效果上,用自适应噪声抵消法处理后的语音在清晰度,自然度方面优于谱减法。-Here a novel adaptive noise cancellation method using
Voice-communication-
- 这是我做毕业设计的资料语音通信中的自适应噪声对消系统设计.rar欢迎下载!-This is my graduation project information in the voice communication system design adaptive noise cancellation. Rar welcome to download!
3
- 对基于LMS(最小均方)、NLMS(归一化最小均方)、RLS(递归最小二乘)算法的自适应噪声抵消系统进行MATLAB仿真,发现这几种算法都能从高背景噪声中有效地抑制干扰提取出有用信号,显示出了良好的的收敛性能,相比之下RLS算法去噪效果较好,呈现出更快的收敛速度,更强的稳定性和抑噪能力(the principle of LMS (minimum mean square), NLMS (normalized least mean square), RLS (recursive least squa
自适应滤波器
- 通过设计一个二阶加权系数自适应横向FIR滤波器,对一个加随机噪声的正弦信号实现滤波。 具体设计方案为: 1,生成标准正弦信号S 2,生成等长的随机信号N 3,生成加随机噪声的正弦信号X 4,X通过参数可调数字滤波器,输出Y 5,Y与参考信号作差得到误差E 6,E通过自适应算法调整权值W 7,用LMS算法处理噪声干扰的信号,最终实现滤波器功能(A two order weighted coefficient adaptive transverse FIR filter is des
DSP_MATLAB
- 数字信号处理:自适应一步线性预测,自适应噪声抵消(Digital signal processing: adaptive noise cancellation, adaptive one-step linear prediction)