![]() |
![]() |
Radar RF programmable filter configuration. More...
#include <control/mmwavelink/include/rl_sensor.h>
Data Fields | |
rlUInt8_t | profileId |
Profile Index for which this configuration applies. | |
rlUInt8_t | coeffStartIdx |
The index of the first coefficient of the programmable filter taps corresponding to this profile in the coefficient RAM programmed using rlRfProgFiltCoeff. More... | |
rlUInt8_t | progFiltLen |
The length (number of taps) of the filter corresponding to this profile. Together with the previous field, this determines the set of coefficients picked up from the coefficient RAM to form the filter taps for this profile. More... | |
rlUInt8_t | progFiltFreqShift |
Determines the magnitude of the frequency shift do be done before filtering using the real-coefficient programmable filter. 1 LSB = 0.01*Fs shift, where Fs is the output sampling rate, specified as rlProfileCfg_t.digOutSampleRate. More... | |
Radar RF programmable filter configuration.
Definition at line 2497 of file rl_sensor.h.
rlUInt8_t rlRfProgFiltConf_t::coeffStartIdx |
The index of the first coefficient of the programmable filter taps corresponding to this profile in the coefficient RAM programmed using rlRfProgFiltCoeff.
Definition at line 2513 of file rl_sensor.h.
rlUInt8_t rlRfProgFiltConf_t::progFiltFreqShift |
Determines the magnitude of the frequency shift do be done before filtering using the real-coefficient programmable filter. 1 LSB = 0.01*Fs shift, where Fs is the output sampling rate, specified as rlProfileCfg_t.digOutSampleRate.
Definition at line 2530 of file rl_sensor.h.
rlUInt8_t rlRfProgFiltConf_t::progFiltLen |
The length (number of taps) of the filter corresponding to this profile. Together with the previous field, this determines the set of coefficients picked up from the coefficient RAM to form the filter taps for this profile.
Definition at line 2522 of file rl_sensor.h.