floatpointiir.h

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

H
18
字号
// 
//  Project: Experiment 5.7.1: implementation of floating-point IIR filter in direct form I - Chapter 5
//  File name: floatPointIIR.h   
//
//  Description: This is the header file for the floating-point IIR filter in direct form I
//
//  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
//

void floatPoint_IIR(double in, double *x, double *y, 
                    double *b, short nb, double *a, short na);

⌨️ 快捷键说明

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