搜索资源列表
G729
- 这是一段G.729A的编码和解码仿真程序,由C和matlab混合实现,还带有输入语音矢量,可以测试
Hilbert
- 信号的hilbert变换,C++代码,不用matlab的可-the c++ code for the hilbert transform
2400 bps MELP语音编解码器_fixpoint.tar
- 2400 bps MELP语音编解码器 定点运算算法-2400 bps MELP speech codec algorithm sentinel Operational
melp
- 经过优化的MELP语音编解码程序,可在C6000系列DSP上运行。-MELP speech optimized codec program can run in C6000 series DSP.
bluetooth_Audio_Codec
- 蓝牙语音的编解码有三种模式:CVSD、A Law、 u Law。本文件实现以上三种编解码方式。其中包括C代码,matlab代码以及verilog代码。-Bluetooth voice codec has three modes: CVSD, A Law, u Law. This file implements the above three codec. Including the C code, matlab code and verilog code
AMR12.2kencode
- 将AMR的12.2k的语音编码的c代码转换为mex文件使其可以被matlab调用,在matlab2014中命令窗输入mex+空格+三个c文件名字(注意encode.c放在最前面)生成可执行文件,就可以调用encode函数。-The AMR 12.2k speech coding in C code conversion for mex file so that it can be called by the MATLAB. In the matlab2014 command window inp