coef48to24.h
来自「CHP 4 - Real-Time Digital Signal Process」· C头文件 代码 · 共 31 行
H
31 行
//
// Project: Experiment 4.5.5 Decimation using FIR filter - Chapter 4
// File name: coef48to24.h
//
// Description: This is the filter coefficient file for a 2:1 decimasion 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.001471*32767.0),
(short)(-0.007929*32767.0),
(short)(-0.027013*32767.0),
(short)(-0.031867*32767.0),
(short)(0.017209*32767.0),
(short)(0.130256*32767.0),
(short)(0.255831*32767.0),
(short)(0.311233*32767.0),
(short)(0.255831*32767.0),
(short)(0.130256*32767.0),
(short)(0.017209*32767.0),
(short)(-0.031867*32767.0),
(short)(-0.027013*32767.0),
(short)(-0.007929*32767.0),
(short)(0.001471*32767.0)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?