#include <mlp.h>
Data Fields | |
uint8_t | order |
number of taps in filter | |
uint8_t | shift |
Right shift to apply to output of filter. | |
int32_t | coeff [MAX_FILTER_ORDER] |
int32_t | state [MAX_FILTER_ORDER] |
Definition at line 66 of file mlp.h.
int32_t FilterParams::coeff[MAX_FILTER_ORDER] |
uint8_t FilterParams::order |
number of taps in filter
Definition at line 67 of file mlp.h.
Referenced by filter_channel(), read_decoding_params(), read_filter_params(), and read_restart_header().
uint8_t FilterParams::shift |
Right shift to apply to output of filter.
Definition at line 68 of file mlp.h.
Referenced by filter_channel(), read_decoding_params(), read_filter_params(), and read_restart_header().
int32_t FilterParams::state[MAX_FILTER_ORDER] |