Struct burst_capture_event_t¶
ClassList > burst_capture_event_t
One captured burst's event, as events() hands it back.More...
#include <burst_capture_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| double | cn0_dbhz_est |
| double | doppler_hz_est |
| double | doppler_res_hz |
| uint64_t | preamble_start |
| double | refine_margin |
Detailed Description¶
push() returns the SAMPLES of every burst it completed, concatenated; this is the parallel record for row i of that return. It exists because a single push() can complete many bursts and each one needs its own event a single set of scalar read-backs would describe only the last (docs/design/dsss-burst-receiver.md ยง4: the record must be sufficient on its own, for EVERY burst, not just the most recent).
Everything here is acquisition's or refine's. A consumer's own estimates (a demodulator's residual frequency, its post-decode SNR) belong to the consumer's record, not to this one.
Public Attributes Documentation¶
variable cn0_dbhz_est¶
C/N0 lower bound from the hit, dB-Hz.
variable doppler_hz_est¶
Signed coarse Doppler, Hz.
variable doppler_res_hz¶
Acquisition's native bin width, Hz.
variable preamble_start¶
Exact stream position of the preamble.
variable refine_margin¶
Runner-up period over the winner.
The documentation for this class was generated from the following file native/inc/burst_capture/burst_capture_core.h