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

📄 iircoeff.h

📁 2407实验程序在CCS环境下运行
💻 H
字号:
/* ==================================================================
File name:        IIRCOEFF.H                     
                    
Originator: Digital Control Systems Group
        Texas Instruments
Description:  
Header file containing IIR Filter coefficients to initialise the coefficient array
( 4 coefficient sets are provided for Demo, user can expand it using ezIIR script)
===================================================================
 History:
-------------------------------------------------------------------
15-1-2000   Release Rev 1.0                                                  
-------------------------------------------------------------------*/   
#define IIR_LPF_COEFF {\
            -746,4846,1056,2111,1056,\
            -1032,5001,1120,2239,1120,\
            -1639,5330,1192,2385,1192,\
            -2647,5877,1211,2422,1211,\
            -4206,6722,872,1745,872,\
            -6573,8005,4861,9722,4861}
#define IIR_LPF_ISF 4092
#define IIR_LPF_NBIQ    6
#define IIR_LPF_QFMAT   13



#define IIR_HPF_COEFF {\
            0,-2597,0,-3340,3340,\
            -2211,-2396,1746,-3492,1746,\
            -4745,2276,2007,-4014,2007,\
            -7046,5310,13685,-27370,13685}
#define IIR_HPF_ISF 5595
#define IIR_HPF_NBIQ    4
#define IIR_HPF_QFMAT   13
                                
 
#define IIR_BPF_COEFF {\
            -1078,1437,-367,0,367,\
            -1395,935,713,43,713,\
            -1496,2176,594,-917,594,\
            -1855,994,1022,-329,1022,\
            -1890,2462,18610,-25359,18610}
#define IIR_BPF_ISF     721
#define IIR_BPF_NBIQ    5
#define IIR_BPF_QFMAT   11 
           

#define IIR_BSF_COEFF {\
            -1532,1626,859,-781,859,\
            -1889,1374,2032,-1644,2032,\
            -1906,2168,22098,-22158,22098}
#define IIR_BSF_ISF     366
#define IIR_BSF_NBIQ    3
#define IIR_BSF_QFMAT   11

                          
                                
                                

⌨️ 快捷键说明

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