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

📄 tfilter.h

📁 关于DSP的参考实验成程序
💻 H
字号:
/****************************************************************************
  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -