登录
首页 » Visual C++ » melpe

melpe

于 2020-06-25 发布 文件大小:268KB
0 222
下载积分: 1 下载次数: 2

代码说明:

  MELPe fixed point 2400/1200bps

文件列表:

melpe, 0 , 2019-07-09
melpe\classify.c, 21515 , 2016-04-26
melpe\coeff.c, 6803 , 2016-04-26
melpe\coeff.h, 2144 , 2016-04-26
melpe\constant.h, 3795 , 2016-04-26
melpe\cprv.h, 2239 , 2016-04-26
melpe\dsp_sub.c, 23229 , 2016-04-26
melpe\dsp_sub.h, 3345 , 2016-04-26
melpe\fec_code.c, 35329 , 2016-04-26
melpe\fec_code.h, 1330 , 2016-04-26
melpe\fft_lib.c, 8672 , 2016-04-26
melpe\fft_lib.h, 1191 , 2016-04-26
melpe\fsvq_cb.c, 18165 , 2016-04-26
melpe\fsvq_cb.h, 1435 , 2016-04-26
melpe\fs_lib.c, 5652 , 2016-04-26
melpe\fs_lib.h, 1610 , 2016-04-26
melpe\global.c, 2031 , 2016-04-26
melpe\global.h, 2149 , 2016-04-26
melpe\harm.c, 9415 , 2016-04-26
melpe\harm.h, 898 , 2016-04-26
melpe\lpc_lib.c, 35427 , 2016-04-26
melpe\lpc_lib.h, 2405 , 2016-04-26
melpe\macro.h, 2523 , 2016-04-26
melpe\Makefile, 724 , 2016-04-26
melpe\mathdp31.c, 2695 , 2016-04-26
melpe\mathdp31.h, 1394 , 2016-04-26
melpe\mathhalf.c, 3230 , 2016-04-26
melpe\mathhalf.h, 5342 , 2016-04-26
melpe\mathhalf_i.h, 66096 , 2016-04-26
melpe\math_lib.c, 21797 , 2016-04-26
melpe\math_lib.h, 2053 , 2016-04-26
melpe\mat_lib.c, 14537 , 2016-04-26
melpe\mat_lib.h, 2592 , 2016-04-26
melpe\melpe.c, 2823 , 2016-04-26
melpe\melpe.h, 549 , 2016-04-26
melpe\melp_ana.c, 33753 , 2016-04-26
melpe\melp_chn.c, 42752 , 2016-04-26
melpe\melp_sub.c, 32489 , 2016-04-26
melpe\melp_sub.h, 2757 , 2016-04-26
melpe\melp_syn.c, 17846 , 2016-04-26
melpe\msvq_cb.c, 42018 , 2016-04-26
melpe\msvq_cb.h, 1515 , 2016-04-26
melpe\npp.c, 58133 , 2016-04-26
melpe\npp.h, 4862 , 2016-04-26
melpe\ophmconsts.h, 415 , 2016-04-26
melpe\ophtools.h, 626 , 2016-04-26
melpe\pitch.c, 23233 , 2016-04-26
melpe\pitch.h, 1469 , 2016-04-26
melpe\pit_lib.c, 23695 , 2016-04-26
melpe\pit_lib.h, 2030 , 2016-04-26
melpe\postfilt.c, 14511 , 2016-04-26
melpe\postfilt.h, 1192 , 2016-04-26
melpe\qnt12.c, 44070 , 2016-04-26
melpe\qnt12.h, 1547 , 2016-04-26
melpe\qnt12_cb.c, 208043 , 2016-04-26
melpe\qnt12_cb.h, 1517 , 2016-04-26
melpe\sc1200.h, 10479 , 2016-04-26
melpe\vq_lib.c, 20598 , 2016-04-26
melpe\vq_lib.h, 2283 , 2016-04-26

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

发表评论

0 个回复

  • guanxingzhinengrongcuozuhedaohang
    惯性基智能容错组合导航设计理论关键问题研究.rar 惯性导航技术人员可以参考 学位论文(Inertial navigation-based intelligent fault-tolerant design theory research on key issues. Rar inertial navigation technical staff can refer to dissertation)
    2007-12-04 18:45:57下载
    积分:1
  • amicable-pair
    使用暴力方法,寻找并输出一定范围内的amicable pair.(Violent methods used to find and output a range of amicable pair.)
    2013-09-25 17:29:12下载
    积分:1
  • NewNotePad
    VB仿Windows可显示行号的记事本程序,有需要的下。(VB notepad application in imitation of a Windows to display line Numbers, in need.)
    2013-08-15 18:06:33下载
    积分:1
  • gggggggggggg.f90
    流体力学压科比第三方俄罗斯课件挺两考得四(Russia' s third-party courseware fluid pressure Bryant two managed to get four very)
    2011-08-14 12:53:52下载
    积分:1
  • 3000TB51
    车载收音机控制软件设计介绍车在收音机的基本操作(failed to translate)
    2012-05-14 22:32:53下载
    积分:1
  • 12
    说明:  下面是一个结构体声明: struct box { char maker[40] float height float width float length float volume } a. 编写一个函数,按值传递box结构,并显示每个成员的值 b. 编写一个函数,传递box结构的地址,并将volume成员设置为其他三维长度的成绩。 c. 编写一个使用这两个函数的简单程序 (Here is a structure declaration: struct box {char maker [40] float height float width float length float volume } a. Write a function that is passed by value box structure, and shows the value of each member b . to write a function, passing the address box structure and volume settings for the other three members of the length of the results. c. use these functions to write a simple program)
    2013-06-02 17:27:08下载
    积分:1
  • ProtectFiledelteBy360
    保护文件不会被360安全卫士文件粉碎机删除(Protected files are not deleted 360 File Shredder)
    2011-07-29 11:36:17下载
    积分:1
  • lab1-windows
    windows应用程序基础pptwindows应用程序基础ppt(windows program basic )
    2015-12-07 15:09:46下载
    积分:1
  • frmBattery
    vb笔记本电池电量检测程序,有兴趣的就下载吧。(vb laptop battery detection procedures are interested to download it.)
    2013-07-25 07:23:14下载
    积分:1
  • The-fireworks-display
    一个可以在自己的电脑屏幕上生成烟花的小程序,可以烟花没有设计成圆的(One can generate fireworks on their computer screen applet, you can not designed to circle fireworks)
    2014-02-25 17:31:18下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载