#ifndef __EQ_BIQUAD_PARAMETERS_TX_16KHZ_H__
#define __EQ_BIQUAD_PARAMETERS_TX_16KHZ_H__
/* This file is generated from EQ.m */

/* Sample Rate: 16000 */
/* 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_tx_16kHz  \
    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,\
    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_tx_16kHz  \
    0x7fff,\
    0x7fff,\
    0x7fff,\
    0x7fff,\
    0x7fff,\
    0x7fff,\
    0x7fff,\
    0x7fff,\
    0x7fff,\
    0x7fff

/* Gain shift amount applied after the last section. Range: -48..15 */
#define EQ_gain_tx_16kHz    0x0000

#endif /* __EQ_BIQUAD_PARAMETERS_TX_16KHZ_H__ */
