搜索资源列表
mpeg1
- mpeg1视频中的I帧以及P帧编码算法在matlab中的模拟-mpeg1 video of I frames, as well as P-frame coding algorithm of the simulation in matlab
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
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
wavplay
- 该方案旨在简化,如播放,暂停播放声音基本波,停止和恢复。 自从我在www.mathworks.com通知少人有解决 如何停止播放 ,所以我要做到这一点,它张贴在这里波的声音。 希望你们喜欢的节目:对 编码器实现了G.723.1的多脉冲模式(在6.3 kb / s的运行)。解码器可以解码的5.3 kb / s的,在6.3 kb的多脉冲/秒,连续传输,数据包丢失隐藏)编码器(所有的ACELP方式。 该
PESQ
- ESQ measure: --- --- - Usage of the PESQ objective measure is as follows: [pesq_mos]=pesqESQ measure--- --- - Usage of the PESQ objective measure is as follows: [pesq_mos]=pesq(cleanfile.wav,enhanced.wav) where cleanfile.wav contains t
working-code-h264
- Matlab code for h.264 encoding. Its based on operation on I and P frames. Best working code.