#include <biquad.h>
Data Fields | |
int16_t | b0 |
int16_t | b1 |
int16_t | b2 |
int16_t | a1 |
int16_t | a2 |
uint8_t | out_shift |
uint8_t | recursive_shift |
int32_t | mem_in_1 |
int32_t | mem_in_2 |
int32_t | mem_out_1 |
int32_t | mem_out_2 |
struct biquad_filter * | son |
Definition at line 29 of file biquad.h.
int16_t biquad_filter::b0 |
Definition at line 32 of file biquad.h.
Referenced by biquad_do_filter(), and biquad_set_numerator_coeffs().
int16_t biquad_filter::b1 |
Definition at line 32 of file biquad.h.
Referenced by biquad_do_filter(), and biquad_set_numerator_coeffs().
int16_t biquad_filter::b2 |
Definition at line 32 of file biquad.h.
Referenced by biquad_do_filter(), and biquad_set_numerator_coeffs().
int16_t biquad_filter::a1 |
Definition at line 33 of file biquad.h.
Referenced by biquad_do_filter(), and biquad_set_deniminator_coeffs().
int16_t biquad_filter::a2 |
Definition at line 33 of file biquad.h.
Referenced by biquad_do_filter(), and biquad_set_deniminator_coeffs().
uint8_t biquad_filter::out_shift |
uint8_t biquad_filter::recursive_shift |
int32_t biquad_filter::mem_in_1 |
Definition at line 38 of file biquad.h.
Referenced by biquad_do_filter(), and biquad_flush_memories().
int32_t biquad_filter::mem_in_2 |
Definition at line 39 of file biquad.h.
Referenced by biquad_do_filter(), and biquad_flush_memories().
int32_t biquad_filter::mem_out_1 |
Definition at line 40 of file biquad.h.
Referenced by biquad_do_filter(), and biquad_flush_memories().
int32_t biquad_filter::mem_out_2 |
Definition at line 41 of file biquad.h.
Referenced by biquad_do_filter(), and biquad_flush_memories().
struct biquad_filter* biquad_filter::son [read] |
Definition at line 43 of file biquad.h.
Referenced by biquad_do_filter(), and biquad_set_series_son().