RPE-LTE下的GSM全速率语音编解码功能,显示编码前后语音波文件的波形变化。 INSTRUCTIONS: - run MAIN_relp.m - copy your desired file in this folder and write the filename in MAIN_relp.m and run it. INFO: This is a simulation of Regular Pulse Excited Long Term Predictor used in GSM 6.
AMR 12.2k的语音编码程序,matlab调用mex文件实现。 speechencode函数实现语音编码部分,speechdecode函数实现解码。测试文件testAMR.pcm为标准PCM文件,8000采样率,单声道,16位PCM编码,时长30s。通过speechencode生成12.2k码率二进制01比特流,并保存为文件bit.txt。speechdecode将比特流还原为PCM文件。PCM文件可用CoolEdit试听,音质良好,几乎无损失。