Struct acq_result_t¶
One acquisition detection event.
#include <acq_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| size_t | code_phase |
| size_t | doppler_bin |
| float | noise_est |
| float | peak_mag |
| float | snr_est |
| float | test_stat |
Public Attributes Documentation¶
variable code_phase¶
Peak col: code phase (0 … code_bins-1).
variable doppler_bin¶
Peak row: Doppler bin (0 … doppler_bins-1).
variable noise_est¶
CFAR noise estimate over [noise_lo, noise_hi].
variable peak_mag¶
max |R[i,j]| over the surface (linear).
variable snr_est¶
Estimated per-sample amplitude SNR of the burst.
variable test_stat¶
peak_mag / noise_est; 0 if noise_est == 0.
The documentation for this class was generated from the following file native/inc/acq/acq_core.h