搜索资源列表
ec_matlab
- 应用nlms自适应滤波算法进行回声消除的matlab程序,很简单。-application nlms adaptive filtering algorithms eliminate echoes of Matlab procedures, is very simple.
erle
- 可以用来测量线路回声消除效果的matlab程序-lines can be used to measure the effects of echo cancellation procedures Matlab
CEClassical
- 典型的LSB水印嵌入和提取算法,它是一个基本的matlab程序,可以帮助初学者入门 -typical LSB embedding and extraction algorithm, which is a basic Matlab procedures, Portal can help beginners
线性预测程序
- 下面是自编求线性预测系数的程序,MATLAB编写,可以使用-Below are seeking self coefficient of linear prediction procedures MATLAB prepared, you can use
Schroeder提出的延时反馈网络的混响算法
- Schroeder提出的延时反馈网络的混响算法,此程序是这个算法的完整体现。,Schroeder proposed feedback network delay reverb algorithms, this procedure is that this algorithm is completely achieved.
wavelet_denoise.rar
- 小波消噪。包括小波的分解、重构、滤波等程序,Wavelet de-noising. Including the wavelet decomposition, reconstruction, filtering and other procedures
sq-waveguide01.tar
- MIT的MPB软件仿真四方晶格光子晶体波导带隙的程序-MIT' s MPB software simulation four lattice photonic crystal waveguide band-gap program
PITCH
- 对于语音的基因检测的Matlab程序,个人觉得很有用。-pitch_detect matlab code.very useful.
ewe
- G.721算法的matlab编程,自己编写的,程序没任何问题。另一部分是G.721算法的BP改进,SNR提高不大!-G.721 algorithm matlab programming, I have written, the program did not any problems.
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
SSC-matlab
- 实现正弦编解码(Sinusoidal coding)的matlab程序 sinusoidal_analysis.m文件定义了函数[A, F, P, fs] = sinusoidal_analysis(filename, framelen, frameshiftlen),将*.wav音频文件提取出A, F, P这3个参数矩阵。 sinusoidal_synthesis.m文件定义了函数syspeech = sinusoidal_synthesis(A, F, P, fs, framelen
WaveletFractalcompression2007-04-21
- 小波和分形的混合编码程序,Matlab版的-Wavelet and fractal coding procedure mixed, Matlab version
audiocompression
- 此程序主要是通过使用小波达到音频压缩的目的,可以比较不同的小波函数和压缩次数音频文件的差异-This process is mainly achieved through the use of wavelet purpose audio compression, you can compare different compression of the wavelet function and the difference in the number of audio files
antennas-and-radio-wave-propagation
- 宋铮等 天线与电波传播 部分图形matlab程序代码-宋铮antenna and radio propagation, such as some graphics code matlab
pitch_dective
- 用MATLAB编写的,用于MELP语音编码算法中基音周期检测的程序,实现了基音周期的检测,包括整数基音,分数基音,以及最终基音的检测。可以直接运行。-Pitch detective in speech coder of MELP,by MATLAB.
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
G729coder
- G.729音频压缩、解压缩到Matlab程序。使用方法详见readme文档。-Descr iption Most of G.729 source code is written in C.But this one is written in matlab. follow these steps to use it: 1.To coder a speech(ensure it as a row vector variable in matlab),simply type
pujianfa
- 语音增强,基本减谱法MATLAB程序实现-speech enhancement---matlab
语音增强程序
- 采用谱减法,进行语音增强处理,编写的Matlab程序