/*
 * 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:06:57
 */

/*
 * Discrete-Time IIR Filter (real)
 * -------------------------------
 * Filter Structure    : Direct-Form I
 * Numerator Length    : 6
 * Denominator Length  : 6
 * Stable              : Yes
 * Linear Phase        : No
 * Arithmetic          : fixed
 * Numerator           : s16,19 -> [-6.250000e-02 6.250000e-02)
 * Denominator         : s16,13 -> [-4 4)
 * Input               : s16,15 -> [-1 1)
 * Output              : s16,15 -> [-1 1)
 * Numerator Prod      : s32,34 -> [-1.250000e-01 1.250000e-01)
 * Denominator Prod    : s32,28 -> [-8 8)
 * Numerator Accum     : s35,34 -> [-1 1)
 * Denominator Accum   : s35,28 -> [-64 64)
 * 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 = 6;
const int16_T NUM[6] = {
       27,    134,    269,    269,    134,     27
};
const int DL = 6;
const int16_T DEN[6] = {
     8192, -20270,  23028, -13957,   4460,   -592
};
