登录
首页 » matlab » adpcm_coding

adpcm_coding

于 2009-12-17 发布 文件大小:1KB
0 78
下载积分: 1 下载次数: 211

代码说明:

  matlab的adpcm语音编码,很好的解决了语音压缩传输中的问题(matlab' s adpcm speech coding, a very good solution to the voice compression and transmission problems in the)

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

发表评论

0 个回复

  • MATLABC-C
    MATLABC数学函数库在C语言中的应用(MATLABC math library in C language)
    2012-10-08 10:08:01下载
    积分:1
  • conversion_gui
    function ret = Int2Hex(var) Prints integer array to hexadecimal string varType = class(var) cast signness away: if ( u ~= varType(1) ) varType = [ u varType] var = typecast(var,varType) end nBits = str2double(varType(5:end)) if (64 == nBits) split 64 bit case into two 32 s cuz dec2hex doesn t handle 64 bit... varType(5:end) = 32 var = typecast(var,varType) end ret = dec2hex(var) if (64 == nBits) littleEndian = all(typecast(uint32(1), uint16 )==[1 0]) first = 1 + littleEndian second = 2 - littleEndian ret = [ret(first:2:end,:),ret(second:2:end,:)] end end
    2010-07-30 09:39:56下载
    积分:1
  • ovelapsave
    it consist of dsp programme
    2010-11-14 18:21:05下载
    积分:1
  • zaoshengxiaochuqi_zhenshi_2_LMS
    基于采用抽样函数的变步长LMS算法是实现的噪声消除器(The use of sampling function based on variable step size LMS algorithm is the realization of the noise canceller)
    2010-12-21 20:14:27下载
    积分:1
  • LPC
    LPC语音预测的matlab程序,可以直接运行(LPC speech prediction matlab program can be run directly)
    2013-04-09 20:14:02下载
    积分:1
  • JUNHENGQI
    混响器设计 能够实现对音频不同风格的设置,功能使用。(Reverb is designed to achieve different styles of audio settings, feature use.)
    2012-05-22 13:38:39下载
    积分:1
  • Sensor-Node-Data
    Signal Processing of Sensor Node Data for Vehicle Detection
    2013-11-22 16:49:25下载
    积分:1
  • shiyansjxin
    针对弧齿锥齿轮的matlab编程,不过中间还有些问题(Matlab programming for spiral bevel gears, but the middle still have some questions)
    2013-04-20 21:01:01下载
    积分:1
  • adaptivemimo
    this file simulate a mimo system
    2010-10-19 16:00:23下载
    积分:1
  • VideoWatermarking
    利用matlab将帧视频嵌入水印,实现效果良好。(Video frames using matlab to embed a watermark to achieve good results.)
    2021-01-10 16:48:51下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 20今日下载