Skip to content

Struct det_result_t

ClassList > det_result_t

Detection event returned by detector_push() .More...

  • #include <detector_core.h>

Public Attributes

Type Name
size_t lag
float noise_est
float peak_mag
float test_stat

Detailed Description

Fields are filled on every int-dump that passes the threshold test.

Public Attributes Documentation

variable lag

size_t det_result_t::lag;

argmax |R[τ]| — lag index of the correlation peak.


variable noise_est

float det_result_t::noise_est;

Noise estimate (aggregated |R| in [noise_lo,hi]).


variable peak_mag

float det_result_t::peak_mag;

max |R[τ]| (linear magnitude, not power).


variable test_stat

float det_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/detector/detector_core.h