登录
首页 » c » G.729 的音频编解码器编码器

G.729 的音频编解码器编码器

于 2022-08-20 发布 文件大小:40.30 kB
0 67
下载积分: 2 下载次数: 1

代码说明:

要编译使用 C 语言音频编码解码器 G.729 aka CS-ACELP 的文件。对学生非常有用,谁想要试着编译看看如何编解码器结构看起来像。有文件为 G.729 编码只。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • openCV.NetTest
    人脸检测示例程序,需要opencv.net(Face Detection Sample Application)
    2010-02-12 08:48:29下载
    积分:1
  • 200711-0054-05
    TMS28335初始化完成之后, 1、 先DDS产生73.35hz的方波。(问流量管固定频率) 2、 乘法器的另一个数字端输入乘数直接给一个固定值(按照5v),系数是固定的就是对应PID输出的那个接口,串行十二位信号输出(需要先定好一个GPIO接口)。 3、 再延迟一定的时间0.1s或其他时间之后,开始ad采集信号,分别采两路AD信号,此时不稳定(为什么要等到一定的幅值才开始采集AD信号) 4、 选择250点估计一个频率,频率估计的方法采用计算峰值次数的方法或者过零点,总之是为了保证精度采用时域估计的算法,这一块主要是一个扫频子程序,计算频率共振点。 5、 之后改变DDS的输出频率,循环对512点的数据进行扫频的处理 6、 频率控制完成之后,就可以缓慢降低PID控制输出的参数,此时暂时不计算频率,通过不断调整系数使AB的幅度保持在1 的范围内。 7、 测试幅度控制稳定之后a、采用幅度和频率同时控制b。采集数据进入频率估计和相位差估计的后续程序的大循环 8、 注意:采样和控制是同时进行的,所以要设置中断,以及看懂AD的程序,以及内部存储以及数据处理资源的分配。 (TMS28335 initialization is complete, 1, the first DDS generated square wave of 73.35hz. (Q flow tube fixed frequency) 2, another digital side of the multiplier input multiplier directly to a fixed value (in accordance with 5v), the coefficient is fixed corresponding PID output interface, serial twelve signal output (need to be a good one GPIO interface). 3, and then after a certain time delay 0.1s or other time, ad signal acquisition were collected two AD signal instability (Why wait until a certain amplitude began collecting AD signal) 4, 250 point estimate a frequency, frequency estimation method using the method of calculation of the number of peak or zero crossing, in short, in order to ensure the accuracy of time-domain estimation algorithm, this piece is a sweep subroutine to calculate the frequency resonance point. 5, after the change of the output frequency of the DDS data of 512 points, the loop processing Sweep 6, after the completion of the frequency control, it can sl)
    2013-04-07 15:03:14下载
    积分:1
  • fdtd_example
    成功实现3维FDTD的算法,算法简洁明了(Successful implementation of the three-dimensional FDTD algorithm is simple and clear)
    2009-11-20 20:39:55下载
    积分:1
  • 水浒传全套源码+资源
    全套水浒传源码+资源文件 可以正常编译下载 大家可以下载看看 适合网狐6603 经典版可能需要做一下适配 有问题请站内联系谢谢
    2023-03-17 13:50:19下载
    积分:1
  • MODBUS--Network-communication-
    本软件工程是上位机串口通信软件,通信协议是标准的modbus,软件功能包括串口通信,十六进制数据和十进制数据解析和数据存储等功能,还包括时间校正等功能(The software engineering is a PC serial communication software, communication protocol is a standard modbus, software features include a serial port communication, hexadecimal data and decimal data parsing and data storage, and other functions, also includes the time correction, and other functions )
    2015-03-18 10:09:32下载
    积分:1
  • C#获取拼音首字母并进行中文简繁体互转
    C#中文简繁体互转,并获取汉字拼音首字母,内含一个中文处理工具类,类中包括了以下处理函数:将字符转换成简体中文、讲字符转换为繁体中文、获取中文字符串的首字母、获取单个中文的首字母,每一个都是挺实用的,下面把字符转换为繁体中文的代码帖上来,需要更多代码的请下载本源码哦:   //讲字符转换为繁体中文,参数包括:要转换的字符串、转换完成后的字符串:   public static string ToTraditional(this string ChineseStr)   {    String TraditionalStr = Microsoft.VisualBasic.Strings.StrConv(ChineseStr, Microsoft.VisualBasic.VbStrConv.TraditionalChinese, 0);    return TraditionalStr;   }
    2022-08-12 23:26:59下载
    积分:1
  • third2
    实现一个界面,它能够非常完整的输出这样一个程序,我非常的喜欢他(The realization of an interface, it can be very complete output of such a procedure, I like him very much)
    2009-06-23 17:16:22下载
    积分:1
  • ld3320
    LD3320 是一颗基于非特定人语音识别(SI-ASR:Speaker-Independent Automatic Speech Recognition)技术的语音识别/声控芯片。提供了真正的单 芯片语音识别解决方案。 LD3320 芯片上集成了高精度的A/D 和D/A 接口,不再需要外接辅助的 Flash 和RAM,即可以实现语音识别/声控/人机对话功能。并且,识别的关键词 语列表是可以动态编辑的。(Voice Recognition ;Speech Recognition ;Speech recognition technology )
    2011-08-19 22:47:10下载
    积分:1
  • UPS
    说明:  UPS的电路和制作教程 全部调试通过 包括sch和pcb(UPS circuit and produce all debug through the tutorial)
    2010-04-12 18:00:06下载
    积分:1
  • 基于IIC的eeprom读写
    基于IIC的eeprom读写,包括了Labview上位机的对应下位机程序,可实现上位机直接对eeprom进行读写,程序.c及.h其全,加入工程即可兼容使用,根据自己的控制板进行修改即可。
    2022-08-18 16:11:44下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载