fircoef.h

来自「CHP 4 - Real-Time Digital Signal Process」· C头文件 代码 · 共 32 行

H
32
字号
// 
//  Project: Experiment 4.5.1 Fixed-point implementation of block FIR filter - Chapter 4
//  File name: fircoef.h   
//
//  Description: This is the filter coefficient file for a fixed-point FIR filter
//
//  For the book "Real Time Digital Signal Processing: 
//                Implementation and Application, 2nd Ed"
//                By Sen M. Kuo, Bob H. Lee, and Wenshun Tian
//                Publisher: John Wiley and Sons, Ltd
//
//  Tools used: CCS v.2.12.07
//              TMS320VC5510 DSK Rev-C
//
//

(short)(-0.0011606*32767.0),(short)(0.005235*32767.0),  (short)(0.0019751*32767.0), (short)(-0.0010696*32767.0),  
(short)(0.00070486*32767.0),(short)(-0.0023019*32767.0),(short)(-0.0085149*32767.0),(short)(0.0032251*32767.0),
(short)(0.019339*32767.0),  (short)(0.0019924*32767.0), (short)(-0.024454*32767.0), (short)(-0.00927*32767.0),    
(short)(0.015833*32767.0),  (short)(0.0056414*32767.0), (short)(0.0040532*32767.0), (short)(0.022213*32767.0),
(short)(-0.018912*32767.0), (short)(-0.074497*32767.0), (short)(0.0079832*32767.0), (short)(0.13193*32767.0),    
(short)(0.03699*32767.0),   (short)(-0.16479*32767.0),  (short)(-0.10113*32767.0),  (short)(0.15292*32767.0),
(short)(0.15292*32767.0),   (short)(-0.10113*32767.0),  (short)(-0.16479*32767.0),  (short)(0.03699*32767.0),    
(short)(0.13193*32767.0),   (short)(0.0079832*32767.0), (short)(-0.074497*32767.0), (short)(-0.018912*32767.0),
(short)(0.022213*32767.0),  (short)(0.0040532*32767.0), (short)(0.0056414*32767.0), (short)(0.015833*32767.0),  
(short)(-0.00927*32767.0),  (short)(-0.024454*32767.0), (short)(0.0019924*32767.0), (short)(0.019339*32767.0),
(short)(0.0032251*32767.0), (short)(-0.0085149*32767.0),(short)(-0.0023019*32767.0),(short)(0.00070486*32767.0),
(short)(-0.0010696*32767.0),(short)(0.0019751*32767.0), (short)(0.005235*32767.0),  (short)(-0.0011606*32767.0)



⌨️ 快捷键说明

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