Configure the DCHAN FIR Filter.
Data Fields | |
const int16_t * | coefficients |
FIR Coefficient array pointer. More... | |
uint8_t | numTaps |
Number of FIR taps to use. More... | |
const int16_t* cy_stc_dsadc_fir_config_t::coefficients |
FIR Coefficient array pointer.
This array should be at least as long as 'numTaps'
uint8_t cy_stc_dsadc_fir_config_t::numTaps |
Number of FIR taps to use.
Maximum number of taps is 64 (minimum is 1)