📄 coef48to24.h
字号:
//
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -