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