tfilter.h
来自「analog device vdsp dot product tutorial」· C头文件 代码 · 共 50 行
H
50 行
/****************************************************************************
Copyright (c) Analog Devices Inc. 2000
*****************************************************************************
File Name : tfilter.h
Module Name : FILTER test
*****************************************************************************
Description : This header file contains the prototypes for the functions
that test the functions in the FILTER library.
*****************************************************************************/
#ifndef _TFILTER_H
#define _TFILTER_H
/* Compile flag */
#define PRINT_ON_ERROR
/* Defines */
#define TEST_FIR_INIT
#define TEST_IIR_INIT
#define TEST_FIR
#define TEST_IIR
#define TEST_FIR_DECIMA
#define TEST_FIR_INTERP
/* define Debug flag */
#define TEST1_ERROR 0x1000
#define TEST2_ERROR 0x2000
#define TEST3_ERROR 0x3000
#define TEST4_ERROR 0x4000
#define TEST5_ERROR 0x5000
#define TEST6_ERROR 0x6000
#define TEST6A_ERROR 0x0600
#define TEST6B_ERROR 0x0610
#define TEST6C_ERROR 0x0620
#define TEST6D_ERROR 0x0630
#define TEST6E_ERROR 0x0640
#define TEST6F_ERROR 0x0650
#define TEST7_ERROR 0x7000
/* Autodoc Includes */
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?