Defines the quality of the detection.
Definition at line 197 of file RadarScan.h.
Data Fields | |
uint8_t | aziQuality |
Quality of azimuth measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model. More... | |
uint8_t | elevQuality |
Quality of elevation measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model. More... | |
uint8_t | rangeQuality |
Quality of range measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model. More... | |
uint8_t | dopplerQuality |
Quality of doppler velocity measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model. More... | |
uint8_t dwRadarDetectionQuality::aziQuality |
Quality of azimuth measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model.
A low value does not necessarily imply a low quality of the measurement but rather increases the probability for a large measurement error
Definition at line 203 of file RadarScan.h.
uint8_t dwRadarDetectionQuality::dopplerQuality |
Quality of doppler velocity measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model.
A low value does not necessarily imply a low quality of the measurement but rather increases the probability for a large measurement error
Definition at line 221 of file RadarScan.h.
uint8_t dwRadarDetectionQuality::elevQuality |
Quality of elevation measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model.
A low value does not necessarily imply a low quality of the measurement but rather increases the probability for a large measurement error
Definition at line 209 of file RadarScan.h.
uint8_t dwRadarDetectionQuality::rangeQuality |
Quality of range measurement which ranges from 0 to 100 (NoUnit) A high value indicates a good accordance with the model.
A low value does not necessarily imply a low quality of the measurement but rather increases the probability for a large measurement error
Definition at line 215 of file RadarScan.h.