📄 iircoeff_ccs_16.h
字号:
/*
* Filter Design and Analysis Tool - Generated Filter Coefficients - C Source
* Generated by MATLAB - Signal Processing Toolbox
*/
/* General type conversion for MATLAB generated C-code */
#include "tmwtypes.h"
/*
* Expected path to tmwtypes.h
* C:\MATLAB6p5\extern\include\tmwtypes.h
*/
/*
* Warning - Filter coefficients were truncated to fit specified data type.
* The resulting response may not match generated theoretical response.
* Use the Filter Design & Analysis Tool to design accurate fixed-point
* filter coefficients.
*/
#define MWSPT_NSEC 3
const int NL[MWSPT_NSEC] = { 3,3,3 };
const int16_T NUM[MWSPT_NSEC][3] = {
{
32767, 0, -32768
},
{
32767, -9027, 32767
},
{
32767, -30370, 32767
}
};
const int DL[MWSPT_NSEC] = { 3,3,3 };
const int16_T DEN[MWSPT_NSEC][3] = {
{
32767, -19644, 30677
},
{
32767, -16158, 31829
},
{
32767, -23707, 31866
}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -