#ifndef __EQ_BIQUAD_PARAMETERS_RX_8KHZ_H__
#define __EQ_BIQUAD_PARAMETERS_RX_8KHZ_H__
/* This file is generated from EQ.m */

/* Sample Rate: 8000 */
/* number of biquad sections: 10 */

/* 32-bit EQ biquad filter coefficients in Q30 format */
/* numerator coefficients followed by 2nd and 3rd denominator coefficients */
/* one row per biquad section */
#define EQ_coef_sos_rx_8kHz  \
    0x37113d8c,    0x9e0e3342,    0x2c191b81,    0xa0e0b83c,    0x25fcde07,\
    0x40000000,    0x441a3c6d,    0x204fbba9,    0x40000000,    0x1a82799a,\
    0x40000000,    0x9c3511e2,    0x2c03cc45,    0xac6145bb,    0x1a82799a,\
    0x40000000,    0x00000000,    0x10c09d49,    0x00000000,    0x1a82799a,\
    0x40000000,    0x00000000,    0x00000000,    0x00000000,    0x00000000,\
    0x40000000,    0x00000000,    0x00000000,    0x00000000,    0x00000000,\
    0x40000000,    0x00000000,    0x00000000,    0x00000000,    0x00000000,\
    0x40000000,    0x00000000,    0x00000000,    0x00000000,    0x00000000,\
    0x40000000,    0x00000000,    0x00000000,    0x00000000,    0x00000000,\
    0x40000000,    0x00000000,    0x00000000,    0x00000000,    0x00000000

/* Per-biquad-section scaling gain coefficients in Q15 format */
/* one row per biquad section */
#define EQ_coef_g_rx_8kHz  \
    0x7fff,\
    0x784a,\
    0x6b42,\
    0x47bc,\
    0x7fff,\
    0x7fff,\
    0x7fff,\
    0x7fff,\
    0x7fff,\
    0x7fff

/* Gain shift amount applied after the last section. Range: -48..15 */
#define EQ_gain_rx_8kHz  0x0001

#endif /* __EQ_BIQUAD_PARAMETERS_RX_8KHZ_H__ */
