?? tfilter.h
字號(hào):
/****************************************************************************
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -