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

📄 fouriertransformqf.h

📁 这是一个从音频信号里提取特征参量的程序
💻 H
字号:
// file: $isip/class/algo/FourierTransform/FourierTransformQf.h// version: $Id: FourierTransformQf.h,v 1.2 2000/12/20 21:43:44 zheng Exp $//// this is the header for the qft routines//// make sure definitions are only made once//#ifndef	__FTA_QF#define	__FTA_QF#define	N2		8	// 1/2 minimum qft length#define	NN		(N2*2)	// minimum qft length#define	MM		(N2+1)	// minimum pruned length// QFT external constants	//#define	sec0	0.5000000000000000f#define	sec1	0.5411961001461970f#define	sec2	0.7071067811865475f#define	sec3	1.3065629648763763f#define	sqrt2	sec2// end of include file//#endif

⌨️ 快捷键说明

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