#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 | state [MAX_FIR_ORDER] |
Definition at line 74 of file mlp.h.
number of taps in filter
Definition at line 75 of file mlp.h.
Referenced by filter_channel(), read_channel_params(), read_filter_params(), and read_restart_header().
Right shift to apply to output of filter.
Definition at line 76 of file mlp.h.
Referenced by filter_channel(), read_channel_params(), read_filter_params(), and read_restart_header().
int32_t FilterParams::state[MAX_FIR_ORDER] |