登录
首页 » Visual C++ » melpe

melpe

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

  • APIandHardware
    介绍如何使用系统自带的API函数访问与操作计算机硬件。(Describes how to use the system s own API function to access and operation of computer hardware.)
    2008-12-11 13:20:45下载
    积分:1
  • WinCImage
    说明:  源码 for "C語言數位影像處理" 吳上力 編譯(Source code for "C language digital image processing")
    2009-07-24 11:10:54下载
    积分:1
  • ShouPiaoXiTong
    MFC实现售票系统,功能主要有售票、票预定、改票、退票等,界面简单美观(The MFC implementation of the ticketing system, the main function of ticket sales, ticket booking, change ticket, refund, the interface is simple and beautiful)
    2012-07-13 09:04:47下载
    积分:1
  • SSF_kongjiannihe_page153
    一种测定信源数目的方法,采用SSF方法。(Determination of source of a number of ways, using SSF method.)
    2009-10-18 11:28:12下载
    积分:1
  • 图的算法实现
    图的算法实现 (1)将图的信息建立文件; (2)从文件读入图的信息,建立邻接矩阵和邻接表; (3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。 (Graph Algorithms (1) will map the information to create the document (2) read from the document map information, the establishment of adjacency matrix and adjacency list (3) the realization of Prim, Kruskal, Dijkstra, and topological sorting algorithm.)
    2021-04-22 15:18:48下载
    积分:1
  • migong
    VC实现迷宫问题,用穷举法找出一条路径,用递归形式的算法求得迷宫中所有可能的通路,以方阵形式输出迷宫及其通路. (VC to achieve maze problems,and use brute-force method to find a path,using the recursive form of algorithm to seek all possible paths in the maze in order to form the output matrix and the path maze.)
    2010-03-08 11:27:16下载
    积分:1
  • heikeyuhuajia
    黑客与画家,高清扫描版pdf,中文版,是一本不错的计算机专业书籍(Hackers and Painters, HD scan version pdf, Chinese version, is a good computer science books)
    2016-04-07 16:21:15下载
    积分:1
  • time
    自宣言型记时器,可以自定义记时方式,标题,时间长度等。(Since the Declaration type chronograph, you can customize chronograph, title, time, length and so on.)
    2013-09-02 16:43:01下载
    积分:1
  • Tiffread
    教你如何读写TIFF格式的图像,是自己写的,很值得一看哦(Read Tiff Image)
    2009-09-30 22:01:28下载
    积分:1
  • 04-道路缺陷自动检测程序
    路面缺陷监测, 作为沥青路而最重要的两种破损形式,疲劳开裂和一车辙己经成为影响路I衍使用性能的主要因素。根据交通部《高速公路养护质量检测方法(试行)》之规定,公路养护部门需要定期对公路路面状况进行病害调查,以便指定相应的维修养护策略。而沥青路面裂缝是路面疲劳开裂与车辙的直观表现形式,因此沥青路面裂缝必然成为路而调查的一项重要指标。传统的人工裂缝调查方法越来越不能适应高速公路发展的要求,其毛要缺陷是速度慢,个人主观程度大,而且花费高,危险,还影响正常交通。因此,研发有效的自动检测算法是当前急待解决的热点和难点问题。(Pavement defect monitoring)
    2021-03-03 12:59:33下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载