搜索资源列表
g729
- G729编码和解码的Matlab源程序 调用方法: 1.需要编码时,在 Matlab命令行下输入\"G729code(speech)\"(请务必保证 speech是已经存在在 Matlab工作区的一个行向量,其中是语音数据),然后你会在你的文件夹下看到一个\"coding.bit\"的文件。 2.需要解码时,把\"coding.bit\"的文件复制到\"G729 decoder\"的目录下,在Matlab命令行下输入\"G729decodermain\",然后你会在文件夹下看到\"
C_and_Matlab_voice_output_c8051f330_DAC
- 利用C8051f330的DAC范例程序,实现语音输出;demo源程序做了小小的改动,再把语音数据填入原来的正弦表格;语音数据来源于wav文件,Matlab重新采样转换为C语言的0x**格式,导入TXT文件;ps:这个程序在我的baidu空间也有;huxuec-20101024-The DAC sample programs using C8051f330, voice output demo source code to do a minor change, then the sine of
assignment
- 数字信号处理Read the .wav file into Matlab by using the function "wavread".The sampling rate of the file is 44.1kHz.-Digital Signal ProcessingRead the .wav file into Matlab by using the function "wavread".The sampling rate of the file is 44.1kHz.