搜索资源列表
speex_echo_cancle
- 该代码是从SPEEX中提取出来有关回声消息部分的源码 它采取的是在频域进行操作,效果比较好" 经测试,如果原始声音与用于回声消息的参考声音之间存在时钟不同步时,极易发生在回音消息算法中的反溃发散现象. 压缩包中含有测试语音文件: Input_exsample_stereo.pcm: 8k16bit的线性pcm,含双通道语音。 vleft.pcm: 8k16bit linear pcm, 从Input_exsample_stereo.pcm 中分离出来的
speaker
- 数字的语音识别matlab程序 训练及识别数据太大,少量上传一点,大家可以用COOLEDIT等软件仿照自己制作.(*.wav文件采样率8000,单声道,采样精度16位,16bit Motorola PCM,*.lab文件存的是语音的起止点和语音内容). -Digit speech recognition matlab program too much training and recognition data, a small amount of upload that you can us
pcm
- 增量调制的编码,用于语音信号的编码,用马桶拉比实现。-Delta modulation encoding for voice signals encoded using the toilet Rabbi achieve.
SpeechCoding
- sub-band 应用于语音编码-applies to sub-band speech coding
Geometric Approach To Spectral Subtraction
- 简单,快速高效的语音增强算法,自行研发,已发表。-Geometric Approach to Spectral Subtraction
audiobianma
- 语音压缩编码原理介绍和实现方法,对语音编码的初学者入门快。-Introduce the principle of voice compression coding methods and the implementation of speech coding beginner quick entry.
PCMVoice
- 通过ADPCM编码将一段语音进行编码,输出相应的波形图-Through a period of ADPCM speech coding will be encoded, the output waveforms corresponding
Audio
- gui 界面实现语音信号简单分析,简单易懂,看了肯定明白-gui interface simple voice signal analysis, easy-to-read, read certainly understand
pitch_dective
- 用MATLAB编写的,用于MELP语音编码算法中基音周期检测的程序,实现了基音周期的检测,包括整数基音,分数基音,以及最终基音的检测。可以直接运行。-Pitch detective in speech coder of MELP,by MATLAB.
filterbank
- 语音信号的子带编码算法,Matlab环境-Sub-band speech signal coding algorithms, Matlab environment
mos
- 针对语音主观测试的MOS分程序,Matlab程序-Voice of the MOS subjective test for sub-programs, Matlab program
G.723
- G.723语音编码,c语音源代码,有编码和解码程序-G.723 speech coding, c voice source code, there are encoding and decoding procedures
MELP_VC
- VC环境下的可视化MELP语音编解码程序,具有录制,播放,波形可视化等功能-MELP Voice codec codes on VC Platform. Able to record, play, and see waveforms
Read_broadcast_recording_the_speech
- matlab编写的语音处理函数,包括语音的播放,读取和录制。是MATLAB语音处理的最好资料-matlab write voice processing functions, including voice playback, read and record. Speech processing is the best information on MATLAB
voicebox
- 语音处理方面的M文件,数量比较多应该比较有用-VOICE PROCESSING
lpctrack.m
- 采用线性预测的方法来实现语音信号的共振峰估计。-Speech formant estimation by LPC Method
soundchange
- 对原始语音进行上采样和下采样,分析对比他们的时域图和频谱图。最后对比原始语音、75HZ激励、150HZ激励以及噪声激励下的效果-SOME SIMPLE MANIPULATIONS OF SOUND USING DIGITAL SIGNAL PROCESSING The original sound and its spectrogram Downsampling the waveform downsampling Upsampling the waveform Li
gaijin_pujianfa
- 改进的谱减法,语音增强,音频降噪-MATLAB-audio denoising---matlab
matlab画语音语谱图
- 语谱图反映了语音信号的动态频谱特性,在语音分析中具有重要的实用价值,被称为可视语音。“yuputu”是用matlab完成语谱图的程序(Spectrogram reflects the dynamic spectrum characteristics of speech signals. It has important practical value in speech analysis and is called visual speech. "Yuputu" is a p
FIR,IIR滤波器对语音信号的滤波处理matlab仿真
- 本资源实现的是构建一个FIR滤波器对一段语音信号进行处理,IIR滤波器的构建分别采用了冲激响应不变法和双线性变换法,内部含有相关论文,方便理解