/* * Filter Coefficients (C Source) generated by the Filter Design and Analysis Tool * Generated by MATLAB(R) 8.6 and the DSP System Toolbox 9.1. * Generated on: 19-Oct-2016 13:59:10 */ /* * Discrete-Time IIR Filter (real) * ------------------------------- * Filter Structure : Direct-Form I * Numerator Length : 3 * Denominator Length : 3 * Stable : Yes * Linear Phase : No * Arithmetic : single */ /* General type conversion for MATLAB generated C-code */ #include "tmwtypes.h" /* * Expected path to tmwtypes.h * C:\Program Files\MATLAB\R2015b\extern\include\tmwtypes.h */ const int NL = 3; const real32_T NUM[3] = { 0.09763107449, 0.195262149, 0.09763107449 }; const int DL = 3; const real32_T DEN[3] = { 1, -0.9428090453, 0.3333333433 };