搜索资源列表
matlab
- matlab实现自适应滤波 LMS算法的仿真程序 NLMS算法的仿真程序
mpsound
- 录制一段个人自己的语音信号。对录制的信号进行采样;画出采样后语音信号的时域波形和频谱图;对语音信号进行加噪和去噪处理,画出滤波后信号的时域波形和频谱,并对滤波前后的信号进行对比,分析信号的变化;回放语音信号;实现快录慢放、慢录快放等功能。-Record a person' s own voice signal. Of the recorded signal sampling draw sample after the speech signal time-domain waveform
MATLABfilter
- matlab关于语音信号滤波处理的文章,通过matlab实现-matlab on the voice signal filtering deal with the article, through matlab to achieve
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
rlslms
- 自适应滤波的MATLAB实现,包括lms rls 等算法-MATLAB programing rls lms
voice
- 本程序为一个用matlab实现的语音滤波程序,能计算并显示语音信号的幅频特性,巴特沃斯低通滤波器幅度和相位响应,引入噪声后的幅频特性,以及滤波后的DFT幅频特性。本程序附有语音文件以供试验。-This program is an implementation using matlab voice filtering procedures, can calculate and display the speech signal amplitude-frequency characteristics
LMS_speech_enhancement
- 运用自适应滤波算法实现的语音增强Matlab程序,附带带噪语音,在M文件中自己修改文件名即可使用-The use of adaptive filtering algorithm for speech enhancement Matlab program, with noisy speech, changes in the M file, the file name to use their own
kalman_speechenhancement
- 卡尔曼滤波程序实现语音增强算法,在Matlab上程序实现了该算法-Program for Kalman filtering speech enhancement algorithm in Matlab program implements the algorithm on
an-equalizer_matlab
- 语音均衡器 在MATLAB下编程使用,具有一些实现语音滤波,频谱分析的功能-Voice Equalizer programming under the MATLAB
voice_kalman
- 对语音信号的卡尔曼滤波的MATLAB实现-kalman matlab
kaerman
- 语音信号去噪,在MATLAB开发环境下,对含噪声的语音信号进行卡尔曼滤波,实现语音增强的功能。-The voice signal denoising, the Kalman filter, the noisy speech signal in the MATLAB development environment Wave, speech enhancement.
matlab_shuziyuyin
- 本次课程设计主要介绍了语音信号的录制、语音信号的采集与分析、语音信号的采样、语音信号的频谱分析、加噪后的频谱分析、滤波器的设计以及对于语音信号的回放等知识。通过 Cool Edit录制一段语音信号,运用MATLAB对其进行时域与频域分析,然后设计滤波器加入噪声进行滤波处理,比较滤波前后始于波形或频谱的变化,最后实现对于语音的回放设计。-Digital voice processing filter design
bditong
- 用matlab实现巴特沃斯低通滤波器的M文件。本例读取电脑自带的XP开机声音,加上高频噪声,然后滤波看效果。-Butterworth low-pass filter using matlab M-file. This case, read the computer comes with XP start-up sound, coupled with high-frequency noise, and then filter to see the effect.
bdaitong
- 用matlab实现巴特沃斯带通滤波器的M文件。本例读取电脑自带的XP开机声音,加上噪声,然后滤波看效果。-Using matlab to achieve the M-file Butterworth bandpass filter. This case, read the computer comes with XP start-up sound, plus noise, and then filter to see the effect.
bgaotong
- 用matlab实现巴特沃斯高通滤波器的M文件。本例读取电脑自带的XP开机声音,加上低频噪声,然后滤波看效果。-With Matlab M-file Butterworth high-pass filter. This case, read the computer comes with XP start-up sound, coupled with the low-frequency noise, and then filtering to see results.
Wiener-filter-in-speech-enhance
- 这是我的adsp的project 维纳滤波在语音增强上的应用,是基于维纳滤波的语音增强的matlab实现,其中包括matlab源码,word文档,以及PPT。并设计了简单的 GUI 对语音信号进行加噪处理,然后再其进行维纳滤波。通过gui可以实时改变加入噪声的参数和维纳滤波器的参数,进行分析。并 有频谱显示和语谱对比显示。-This is my project adsp the Wiener filter applied on speech enhancement is ba
filterbank1
- 短时综合的滤波器组相加法的matlab程序的实现,使用的是先调制后滤波的方法-Synthesis filter bank to achieve short-sum method matlab program, using a filter after the first modulation method
高通滤波
- 实现语音信号高频部分的提取,使声音变得尖锐(Realize the extraction of high frequency parts of speech signal and make your voice sharp)
pujian
- matlab实现的传统语音降噪声使用的谱减增强算法,含有维纳滤波算法,请大家参考学习。(Matlab implementation of the traditional voice reduced noise spectrum enhancement algorithm, contains Wiener filtering algorithm, please refer to the study.)