| 12345678910111213141516171819202122232425262728293031323334 |
- /*
- * Filter Coefficients (C Source) generated by the Filter Design and Analysis Tool
- * Generated by MATLAB(R) 9.9 and Signal Processing Toolbox 8.5.
- * Generated on: 11-Oct-2022 16:55:54
- */
- /*
- * 离散时间 FIR 滤波器(实数)
- * ----------------
- * 滤波器结构 : 直接型 FIR
- * 滤波器长度 : 16
- * 稳定 : 是
- * 线性相位 : 是 (Type 2)
- */
- /* General type conversion for MATLAB generated C-code */
- #include "tmwtypes.h"
- /*
- * Expected path to tmwtypes.h
- * D:\Program Files\R2020b\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
- * single-precision filter coefficients.
- */
- const int BL = 16;
- const real32_T B[16] = {
- 0.007895005867, 0.01734124683, 0.03257999197, 0.05209516734, 0.07380001992,
- 0.09460353851, 0.1110314056, 0.1201113388, 0.1201113388, 0.1110314056,
- 0.09460353851, 0.07380001992, 0.05209516734, 0.03257999197, 0.01734124683,
- 0.007895005867
- };
|