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

📄 window_constants.h

📁 这是处理语音信号的程序
💻 H
字号:
// file: window/window_constants.h//// make sure definitions are made only once//#ifndef __ISIP_WINDOW_CONSTANTS#define __ISIP_WINDOW_CONSTANTS// isip include files//#ifndef __ISIP_INTEGRAL_CONSTANTS#include <integral_constants.h>#endif// define the class name//#define WINDOW_CLASS_NAME (char_1*)"Window"// define the types of windows//#define WIN_TYPE_UNKNOWN 0#define WIN_TYPE_RECTANGLE 1#define WIN_TYPE_HAMMING 2#define WIN_TYPE_HANNING 3#define WIN_OPT_RECTANGLE (char_1*)"rectangle"#define WIN_OPT_HAMMING (char_1*)"hamming"#define WIN_OPT_HANNING (char_1*)"hanning"// define some mathematical window constants//#define WIN_HAMMING_COEFF (float_8)0.54#define WIN_HANNING_COEFF (float_8)0.50// end of file//#endif

⌨️ 快捷键说明

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