搜索资源列表
Cpp1
- 本来想做一个BPSK的调制和解调的混合编程实验,由于混合编程的库里面没有butter、cheby1等滤波器函数,用C编又不会,所以只好请教高手了。呵呵~-Originally wanted to do a BPSK modulation and demodulation of the mixed-programming experiment, as a result of mixed programming library There are no butter, cheby1 function
DTMF5410
- DTMF 编解码器在编码时将击键或数字信息转换成双音信号并发送,解码时在收到的DTMF 信号中检测击键或数字信息的存在性.采用ccs2.2开发。运行在DES5410APP-U开发版上。 子程序_start_ac01,完成AD 及DSP 的多通道缓冲串口(McBSP)初始化。 子程序_iir_to_dtmf,通过由函数set_freq_coff()初始化的系数,分别迭代运算产生行 频和列频,该子程序计算出的两个频率信号样本值分别放入累加器a 和b,相加之 后作为新的一个音频样本发送
G729
- G729的定点程序,包括滤波,编码,内涵常用的定点C运算的基本函数-G729 fixed-point program, including filtering, coding, meaning commonly used fixed-point C of the basic arithmetic functions
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