Linux Kernel
3.7.1
|
#include <dsp_biquad.h>
Data Fields | |
int32_t | gain |
int32_t | a1 |
int32_t | a2 |
int32_t | b1 |
int32_t | b2 |
int32_t | z1 |
int32_t | z2 |
Definition at line 29 of file dsp_biquad.h.
int32_t a1 |
Definition at line 31 of file dsp_biquad.h.
int32_t a2 |
Definition at line 32 of file dsp_biquad.h.
int32_t b1 |
Definition at line 33 of file dsp_biquad.h.
int32_t b2 |
Definition at line 34 of file dsp_biquad.h.
int32_t gain |
Definition at line 30 of file dsp_biquad.h.
int32_t z1 |
Definition at line 36 of file dsp_biquad.h.
int32_t z2 |
Definition at line 37 of file dsp_biquad.h.