Skip to content

Struct acq_result_t

ClassList > 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

size_t acq_result_t::code_phase;

Peak col: code phase (0 … code_bins-1).


variable doppler_bin

size_t acq_result_t::doppler_bin;

Peak row: Doppler bin (0 … doppler_bins-1).


variable noise_est

float acq_result_t::noise_est;

CFAR noise estimate over [noise_lo, noise_hi].


variable peak_mag

float acq_result_t::peak_mag;

max |R[i,j]| over the surface (linear).


variable snr_est

float acq_result_t::snr_est;

Estimated per-sample amplitude SNR of the burst.


variable test_stat

float acq_result_t::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