lriot 2.1.0.0
|
Channel Activity Detection parameters. More...
#include <lr1110_radio_types.h>
Data Fields | |
uint8_t | cad_symb_nb |
Number of symbols used for CAD detection. | |
uint8_t | cad_detect_peak |
uint8_t | cad_detect_min |
lr1110_radio_cad_exit_mode_t | cad_exit_mode |
Automated action on CAD completion. | |
uint32_t | cad_timeout |
Value used to compute timeout. | |
Channel Activity Detection parameters.
Parameters detPeak and detMin are to be used for tuning the sensitivity of Channel Activity Detection. It depends on Spreading Factor, Bandwidth and symbolNum.
For detPeak, the 5 MSBits are encoding the integer part, the 3 LSBits are encoding 1/8 of the decimal part. For instance,
detMin is unit free and represents the ratio between the minimal power of a correlation peak and measurement gain that can be considered as a peak detection. It helps to avoid detection on noise. Authorized values a from 0 to 181.
uint8_t cad_detect_min |
Minimum power of the correlation peak to be considered as a positive CAD (Default 0x0A)
uint8_t cad_detect_peak |
Ratio for CAD between correlator peak and average (Default 0x32)
lr1110_radio_cad_exit_mode_t cad_exit_mode |
Automated action on CAD completion.
uint8_t cad_symb_nb |
Number of symbols used for CAD detection.
uint32_t cad_timeout |
Value used to compute timeout.