/*
 * 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 20:12:22
 */

/*
 * Discrete-Time IIR Filter (real)
 * -------------------------------
 * Filter Structure    : Direct-Form I
 * Numerator Length    : 10
 * Denominator Length  : 10
 * Stable              : Yes
 * Linear Phase        : No
 * Arithmetic          : fixed
 * Numerator           : s16,19 -> [-6.250000e-02 6.250000e-02)
 * Denominator         : s16,12 -> [-8 8)
 * Input               : s16,15 -> [-1 1)
 * Output              : s16,10 -> [-32 32)
 * Numerator Prod      : s32,34 -> [-1.250000e-01 1.250000e-01)
 * Denominator Prod    : s32,22 -> [-512 512)
 * Numerator Accum     : s36,34 -> [-2 2)
 * Denominator Accum   : s36,22 -> [-8192 8192)
 * 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 = 10;
const int16_T NUM[10] = {
        1,     11,     42,     99,    148,    148,     99,     42,     11,
        1
};
const int DL = 10;
const int16_T DEN[10] = {
     4096, -12237,  20120, -21124,  15419,  -7933,   2856,   -688,    100,
       -7
};
