登录
首页 » Visual C++ » melpe

melpe

于 2020-06-25 发布 文件大小:268KB
0 255
下载积分: 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 个回复

  • game
    简单写的一个横版过关的小游戏,适合新手学习,用DX写的,实现了基本的行走,怪物等(Simple to write a horizontal version of the game to cross the border, suitable for novice to learn to write DX, basic walking monsters)
    2012-06-25 16:03:54下载
    积分:1
  • NX SRM Design 帮助文档
    说明:  计算内弹道,固体火箭发动机装药内弹道计算(Calculating interior trajectory, solid rocket motor charge interior trajectory calculation)
    2019-01-21 08:32:11下载
    积分:1
  • 战天下驱动读写
    说明:  ztx驱动读写源代码开源学习使用!用于tp读写!sys可过防火墙(ZTX drive reading and writing source code open source learning use! For TP reading and writing! Sys passable firewall)
    2020-02-07 22:02:07下载
    积分:1
  • 小日历测试
    小日历窗口,如果日历窗口按照选择日期! 小日历窗口,如果日历窗口按照选择日期!(Small calendar window, if the calendar window according to the selected date! Small calendar window, if the calendar window according to the selected date!)
    2020-06-19 12:20:02下载
    积分:1
  • bcgsjy@linyiren
    梁肇新的<编程高手箴言>,程序员必读()
    2007-09-17 10:14:55下载
    积分:1
  • account
    设计一个名为Account类。这个类包含: (1)一个名为id的int型数据域,表示账户的身份号(默认值为0)。 (2)一个名为balance的double型数据域,表示账户余额(默认值为0)。 (3)一个名为annualInterestRate的double型数据域,保存当前年利率(默认值为0)。 (4)一个无实参构造函数,创建一个默认账户。 (5)id、balance和annualInterestRate的访问器和更改器函数。 (6)一个名为getMonthlyInterestRate()的函数,返回月利率。 (7)一个名为withDraw的函数,从账户中支取指定金额。 (8)一个名为deposit的函数,向账户中存入指定金额。 画出类的UML图,实现类。编写一个测试程序,它创建一个Account对象,其ID为1122,账户余额为20000,年利率为4.5 。使用withDraw函数取出2500美元,使用deposit函数存入3000美元,然后输出账户余额、月利率和账户创建时间。(Design a class named Account. This class includes: (a) a named data type int id field that indicates the account identification number (default is 0). (2) a double-called balance of data fields, which means that the account balance (default is 0). (3) a double type named annualInterestRate of data fields, save the current interest rate (default is 0). (4) a no-argument constructor creates a default account. (5) id, balance and annualInterestRate access control and change control functions. (6) a named getMonthlyInterestRate () function returns a monthly rate. (7) a function named withDraw, drawn from the account specified amount. (8) a function called deposit to the account into a designated amount. Draw a UML class diagram, the implementation class. Write a test program that creates an Account object, its ID is 1122, the account balance is 20,000, an interest rate of 4.5 . Use withDraw function out $ 2,500, $ 3,000 deposit with deposit function, and then outputs the account balance, m)
    2013-06-01 13:21:54下载
    积分:1
  • [emuch.net]lammps使用手册-中文简版
    说明:  lammps使用手册-中文简版(Michael博客)(Lammps user manual of Chinese Version from Michael blog.)
    2020-07-02 16:44:11下载
    积分:1
  • exchanger
    本软件是一款关于换热器的计算软件,对从事热工计算的朋友有帮助。(This software is a on the heat exchanger calculation software for the calculation of workers engaged in hot friends have helped.)
    2008-03-31 17:45:43下载
    积分:1
  • time
    自己做的一个基于单片机的万年历的程序 用液晶显示(Own a calendar based on single-chip liquid crystal display using the procedures)
    2009-01-05 14:23:29下载
    积分:1
  • pqx
    平曲线计算程序,是道路设计中计算曲线要素的程序(Flat curve calculation program, is calculated curve of road design elements of the procedure)
    2021-04-11 13:08:58下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载