dsp6713_const.h
来自「于博士cadence视频配套工程文件」· C头文件 代码 · 共 46 行
H
46 行
/* ---------------------------------------------------------------- */
/* FileName : DSP6713_const.h */
/* Writen by : Yu zheng */
/* ---------------------------------------------------------------- */
#ifndef DSP6713_CONST_H_
#define DSP6713_CONST_H_
// define boolean VAL
#ifndef TRUE
#define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#define PING 0
#define PONG 1
// buffer constants
#define DATA_LEN 1024
#define FILT_TAP 32
#define FILT_OUTLEN DATA_LEN/2
#define FILT_CONVBUFSIZE DATA_LEN/2
#endif
/* ---------------------------------------------------------------- */
/* end of DSP6713_const.h */
/* ---------------------------------------------------------------- */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?