搜索资源列表
specsubm
- 该matlab代码描述了谱减的语音增强算法。有较好的语音增强效果。-the Matlab code described by the spectrum of voice enhancement algorithms. A better voice enhancement.
PSOLArev
- psola的matlab源码,这里提醒各位,psola的调整算法,有很大的局限性,一方面是准确的标注很难获得,另一方面,psola调整之后,往往会带来比较大的负面作用,包括噪音和机器声,使得合成的质量会有明显下降。-psola source of Matlab, here to remind you that psola adjustment algorithm, it has great limitations, one is accurate tagging difficult to obt
ICAforsound
- Matlab环境下的基于独立分量分析(ICA)算法的声音混合与分离仿真程序-Matlab environment based on the independent component analysis (ICA) is the voice mixed with the separation of simulation program
ec_matlab
- 应用nlms自适应滤波算法进行回声消除的matlab程序,很简单。-application nlms adaptive filtering algorithms eliminate echoes of Matlab procedures, is very simple.
Schroeder提出的延时反馈网络的混响算法
- Schroeder提出的延时反馈网络的混响算法,此程序是这个算法的完整体现。,Schroeder proposed feedback network delay reverb algorithms, this procedure is that this algorithm is completely achieved.
微软的数字音频水印原代码
- 微软的数字音频水印原代码,具体算法实现可以参考他们写的论文。,Microsoft digital audio watermarking the original code
speex_echo_cancle
- 该代码是从SPEEX中提取出来有关回声消息部分的源码 它采取的是在频域进行操作,效果比较好" 经测试,如果原始声音与用于回声消息的参考声音之间存在时钟不同步时,极易发生在回音消息算法中的反溃发散现象. 压缩包中含有测试语音文件: Input_exsample_stereo.pcm: 8k16bit的线性pcm,含双通道语音。 vleft.pcm: 8k16bit linear pcm, 从Input_exsample_stereo.pcm 中分离出来的
fsfdwt
- 采用独立分量分析的音频数字水印DWT算法,包括水印的嵌入、提取、和常用的几种攻击测试。-Using independent component analysis of the audio digital watermark DWT algorithm, including the watermark embedding, extraction, and commonly used to test several attacks.
ewe
- G.721算法的matlab编程,自己编写的,程序没任何问题。另一部分是G.721算法的BP改进,SNR提高不大!-G.721 algorithm matlab programming, I have written, the program did not any problems.
Geometric Approach To Spectral Subtraction
- 简单,快速高效的语音增强算法,自行研发,已发表。-Geometric Approach to Spectral Subtraction
DCT
- DCT域音频水印算法代码,用于音频媒体版权的保护-Audio Watermarking Algorithm for DCT-domain code
pitch_dective
- 用MATLAB编写的,用于MELP语音编码算法中基音周期检测的程序,实现了基音周期的检测,包括整数基音,分数基音,以及最终基音的检测。可以直接运行。-Pitch detective in speech coder of MELP,by MATLAB.
noise_tracker_V1
- 基于Matlab的一MMSE的噪声PSD的执行跟踪的语音增强算法。这个包是一所描述的算法实现在“基于MMSE的低噪声PSD的跟踪与复杂性”,由理查德亨德里克斯,理查德Heusdens和Jesper詹森,IEEE国际会议声学,语音和信号处理,03/2010,达拉斯,德克萨斯州,p.4266 - 4269,(2010年)。 该算法具有较低的复杂性,但能够准确地估计非平稳的延迟相当低噪声PSD的跟踪噪声。-Matlab implementation of an MMSE based nois
noisetracking
- 包含M文件,培训和跟踪落实的噪音中描述的算法: [1] J.S.厄克伦斯和R. Heusdens,“非平稳噪声跟踪基于数据驱动的递归噪声功率的估计”,IEEE期刊。音频,语音卷。 16,第6页。1112年至1123年,2008年8月。 见Descr iption.doc在zip文件。-Contains m-files to train and implement the noise tracking algorithm described in:
DCT---matlab-
- 一种基于DCT的数字音频水印算法源代码,主要适用于MATLAB-More practical to the thesis,A DCT-based digital audio watermarking algorithm source code in MATLAB
matlab-shixian
- fastmap 算法MATLAB实现,检索速度超快-fastmap MATLAB algorithms achieve super-fast retri
滤波设计.2 (2)
- 结合GA算法实现的双二阶级联滤波器的逆滤波设计,在MATLAB平台实现了简单仿真。(The inverse filter design of double two class combined filter based on GA algorithm is designed, and the simple simulation is realized on the MATLAB platform.)
lunwen
- 基于麦克风阵列的音源定位matlab算法(A matlab algorithm based on microphone array for sound source location)
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现了基于LSB算法的语音信号的数字水印,内有测试的载体音频,水印音频,代码几乎每一句都有详细的解释,采用了重新量化,使得载体的数据量和水印的数据量不易冲突,附GUI。另外还加入了两种抗干扰处理,一种是低通滤波,另一种是30db的高斯白噪声,外带一段录音的小程序。LSB由于其本身的特点,对两种攻击的抵抗都不是很好。另外,我还有一个资源是关于DWT小波变换的,可以去看看,DWT方法相比于LSB方法的抗干扰性强了不是一点半点。
MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码
- 这段代码实现的是MATLAB基于离散小波变换(DWT)的语音和音频信号的数字水印代码,有GUI几乎每句都有详细的注释,附带一个录音的小程序,其中加入了两种干扰,一是低通滤波,二是白噪声干扰。另外还附赠解释小波变换原理的小程序,也供下载,如果你还需要更多类似的资源,可以看看我的另一个基于LSB算法的语音信号的数字水印资源。