/*
 * 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 18:29:40
 */

/*
 * Discrete-Time IIR Filter (real)
 * -------------------------------
 * Filter Structure    : Direct-Form I
 * Numerator Length    : 3
 * Denominator Length  : 3
 * Stable              : Yes
 * Linear Phase        : No
 * Arithmetic          : fixed
 * Numerator           : s16,21 -> [-1.562500e-02 1.562500e-02)
 * Denominator         : s16,14 -> [-2 2)
 * Input               : s16,15 -> [-1 1)
 * Output              : s16,15 -> [-1 1)
 * Numerator Prod      : s32,36 -> [-3.125000e-02 3.125000e-02)
 * Denominator Prod    : s32,29 -> [-4 4)
 * Numerator Accum     : s34,36 -> [-1.250000e-01 1.250000e-01)
 * Denominator Accum   : s34,29 -> [-16 16)
 * Round Mode          : convergent
 * Overflow Mode       : wrap
 */

/* 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 int16_T NUM[3] = {
       64,    128,     64
};
const int DL = 3;
const int16_T DEN[3] = {
    16384, -29743,  13615
};
