params.h

来自「频谱分析仪Frequency Analyzer」· C头文件 代码 · 共 10 行

H
10
字号
#if !defined PARAMS_H
#define PARAMS_H

// defaults
const int FFT_POINTS = 256;
const int SAMPLES_SEC = 11025;
const int CHANNELS = 1;
const int MIN_SAMP_BUF = 64;

#endif

⌨️ 快捷键说明

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