15#ifndef _dsps_biquad_gen_H_
16#define _dsps_biquad_gen_H_
esp_err_t dsps_biquad_gen_peakingEQ_f32(float *coeffs, float f, float qFactor)
peak IIR filter coefficients
esp_err_t dsps_biquad_gen_bpf0db_f32(float *coeffs, float f, float qFactor)
0 dB BPF IIR filter coefficients
esp_err_t dsps_biquad_gen_notch_f32(float *coeffs, float f, float gain, float qFactor)
Notch IIR filter coefficients.
esp_err_t dsps_biquad_gen_hpf_f32(float *coeffs, float f, float qFactor)
HPF IIR filter coefficients.
esp_err_t dsps_biquad_gen_allpass180_f32(float *coeffs, float f, float qFactor)
Allpass 180 degree IIR filter coefficients.
esp_err_t dsps_biquad_gen_lowShelf_f32(float *coeffs, float f, float gain, float qFactor)
low shelf IIR filter coefficients
esp_err_t dsps_biquad_gen_bpf_f32(float *coeffs, float f, float qFactor)
BPF IIR filter coefficients.
esp_err_t dsps_biquad_gen_lpf_f32(float *coeffs, float f, float qFactor)
LPF IIR filter coefficients Coefficients for low pass 2nd order IIR filter (bi-quad) The implementati...
esp_err_t dsps_biquad_gen_allpass360_f32(float *coeffs, float f, float qFactor)
Allpass 360 degree IIR filter coefficients.
esp_err_t dsps_biquad_gen_highShelf_f32(float *coeffs, float f, float gain, float qFactor)
high shelf IIR filter coefficients