⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fs.h

📁 It is source code for Melp2.4kps vocoder using dsp tms320vc55x of ti
💻 H
字号:
/*************************************************************************
*
* The following code was hand optimized for the Texas Instuments
* TMS320C5x DSP by DSPCon, Inc.  For information, please contact DSPCon
* at:
* 
*                       DSPCon, Inc.
*                       380 Foothill Road
*                       Bridgewater, New Jersey 08807
*                       (908) 722-5656
*                       info@dspcon.com
*                       www.dspcon.com
*
*************************************************************************/


/*

  fs.h: Fourier series functions include file

*/

#ifndef _fs_h
#define _fs_h_

void find_harm(Shortword input[],Shortword fsmag[],Shortword pitch,
		   Shortword num_harm,Shortword length);

void fft(Shortword *datam1);

Shortword findmax(Longword input[],Shortword npts);
void fs_init();
void idft_real(Shortword real[], Shortword signal[], Shortword length);

#endif

⌨️ 快捷键说明

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