搜索资源列表
wavToamrTest-sourceCode
- 本程序实现将wav音频文件转换为AMR音频文件,压缩率很高。但AMR的音质不高。-This program wav audio files to AMR audio files, high compression ratio. AMR sound quality is not high.
MP3toWAV-decode
- 本代码实现了将MP3文件转换为wav格式音频文件。在上位机上已经成功跑起来了,希望有人能把它移植到嵌入式ARM中。-The source implementation of the MP3 file converted to wav format audio files. Has been successfully up and running on the host computer, and hope someone can port it to embedded ARM.
DTMF5410
- DTMF 编解码器在编码时将击键或数字信息转换成双音信号并发送,解码时在收到的DTMF 信号中检测击键或数字信息的存在性.采用ccs2.2开发。运行在DES5410APP-U开发版上。 子程序_start_ac01,完成AD 及DSP 的多通道缓冲串口(McBSP)初始化。 子程序_iir_to_dtmf,通过由函数set_freq_coff()初始化的系数,分别迭代运算产生行 频和列频,该子程序计算出的两个频率信号样本值分别放入累加器a 和b,相加之 后作为新的一个音频样本发送
vector_quantization
- 语音信号的矢量量化,其中vector_quantization.m为读取音频文件,转换成语音帧,求lpc及lsf参数以及进行矢量量化的主程序,a_lsf_conversion.m为主程序调用的lpc转lsf参数的子程序,INLS1.wav为音频文件。-Vector quantization of speech signals, wherein vector_quantization.m to read audio file, converted into speech frames, seeki
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