iircoeff_ccs_16.h
来自「用dsp解压mp3程序的算法」· C头文件 代码 · 共 44 行
H
44 行
/*
* 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 + =
减小字号Ctrl + -
显示快捷键?