登录
首页 » UNIX » melpe_1200

melpe_1200

于 2021-04-17 发布
0 392
下载积分: 1 下载次数: 0

代码说明:

说明:  MeLPe Codec 1200 bps

文件列表:

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

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

发表评论

0 个回复

  • xinhao
    滤波器设计    产生一个连续信号,包含低频,中频,高频分量,对其进行采样,进行频谱分析,分别设计低通,带通,高通滤波器对信号进行滤波处理,观察滤波前后信号的频谱。(The filter is designed to generate a continuous signal containing the low, mid, and high frequency components, to be sampled, for spectral analysis, respectively, to design a low-pass, band-pass filter processing is performed by a high-pass filter on the signal, the spectrum of the signal of the observation before and after filtering.)
    2013-03-26 16:03:56下载
    积分:1
  • adpcm_encoder
    语音压缩 自适应差分脉冲调制编码 即ADPCM 用matlab开发 (Adaptive differential pulse-modulated voice compression coding using matlab development that ADPCM)
    2013-05-29 18:01:56下载
    积分:1
  • kdd09transfer.tar
    迁移学习程序,适用于NLP问题,大家可以看看。(To migrate learning program suitable for NLP problems)
    2012-11-14 14:30:31下载
    积分:1
  • 49040380LPC
    说明:  线性预测编码(LPC)是主要用于音频信号处理与语音处理中根据线性预测模型的信息用压缩形式表示数字语音信号谱包络(en:spectral envelope)的工具。它是最有效的语音分析技术之一,也是低位速下编码方法高质量语音最有用的方法之一,它能够提供非常精确的语音参数预测。(linear predictive coding)
    2021-04-17 19:28:52下载
    积分:1
  • A_rate_of_13_c_dc
    A率13折线的编译码实现 1、了解PCM及13折线A率编码及译码的原理; 2、随机给出一个语音信号,并用A率13折线PCM对其编码; 3、将编码后的信号经过加性高斯白噪声信道,并在接收端对其进行译码; 4、分别画出原始语音信号、PCM编码信号以及译码后信号的波形。 (A rate of 13 polyline encoding and decoding implementation 1, to understand the principles of PCM and the broken line 13 A rate of encoding and decoding Two were given a voice signal, and PCM encode A rate of 13 polylines 3, the encoded signal through an additive white Gaussian noise channel, and the receiver decodes 4, respectively, to draw the waveform of the original speech signal, the PCM encoded signal and decoding signals.)
    2012-04-25 08:56:42下载
    积分:1
  • order
    matlab实现的阶次分析算法,用于变转速机械故障特征提取,可运行,包含寻找脉冲时刻,等角度时刻,数字跟踪滤波,样条差值等步骤(The order analysis algorithm realized by Matlab is used to extract the fault features of variable speed machinery. It can be operated, including the steps of finding impulse moment, equal angle moment, digital tracking filtering, spline difference and so on.)
    2021-04-08 09:39:00下载
    积分:1
  • 200710102231994230
    优化的G729通信包,自定义按钮、通信包。语音的延迟处理,太多东西值得我们去学习。解压密码vscodes.com(G729-optimized communications package, custom button, communications package. Voice of the delay in processing, too many things worth learning. Unzip password vscodes.com)
    2007-10-21 12:34:37下载
    积分:1
  • melpe 编解码程序 melpe fxp src
    melpe 编解码 程序 melpe 编解码 程序melpe 编解码 程序 melpe 编解码 程序(melpe decoder)
    2016-08-11 16:51:36下载
    积分:1
  • Hilbert
    信号的hilbert变换,C++代码,不用matlab的可试试(the c++ code for the hilbert transform)
    2009-12-13 17:15:58下载
    积分:1
  • 90881034PCM-Voice
    说明:  脉冲编码调制(Pulse Code Modulation,PCM)技术编程(Pulse Code Modulation)
    2020-12-11 18:30:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载