fs.h

来自「2400bpsMELP语音编解码器浮点算法」· C头文件 代码 · 共 28 行

H
28
字号
/*

2.4 kbps MELP Proposed Federal Standard speech coder

version 1.2

Copyright (c) 1996, Texas Instruments, Inc.  

Texas Instruments has intellectual property rights on the MELP
algorithm.  The Texas Instruments contact for licensing issues for
commercial and non-government use is William Gordon, Director,
Government Contracts, Texas Instruments Incorporated, Semiconductor
Group (phone 972 480 7442).


*/

/*
 
  fs.h: Fourier series functions include file

*/

void fft(float *datam1,int nn,int isign);
void find_harm(float input[], float mag[],float pitch,int num_harm,int length);
int findmax(float input[], int npts);
void idft_real(float real[], float signal[], int length);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?