Struct burst_demod_state_t¶
ClassList > burst_demod_state_t
BurstDemod state. Allocate with burst_demod_create() .
#include <burst_demod_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t * | acq_code |
| size_t | acq_reps |
| size_t | acq_sf |
| double | carrier_hz |
| double | chip_rate |
| uint8_t * | data_code |
| size_t | data_sf |
| double | est_freq_hz |
| double | est_rate_hz |
| size_t | est_segments |
| double | est_snr_db |
| double | f0_prior |
| size_t | frame_offset |
| int | frame_valid |
| double | max_rate |
| size_t | n_part |
| size_t | n_symbols |
| float complex * | part |
| size_t | payload_len |
| ppe_state_t * | ppe |
| size_t | spc |
| size_t | start |
| int8_t * | sync |
| size_t | sync_len |
Public Attributes Documentation¶
variable acq_code¶
owned acq preamble code (0/1), length acq_sf.
variable acq_reps¶
acq preamble repetitions.
variable acq_sf¶
acq code length (chips).
variable carrier_hz¶
RF carrier (Hz) for code-Doppler; 0 = ignore.
variable chip_rate¶
chip rate (Hz).
variable data_code¶
owned data spreading code (0/1), length data_sf.
variable data_sf¶
data spreading factor (chips/symbol).
variable est_freq_hz¶
estimated residual Doppler (Hz).
variable est_rate_hz¶
estimated Doppler rate (Hz/s).
variable est_segments¶
partials per acq period for the estimate.
variable est_snr_db¶
estimator confidence (dB).
variable f0_prior¶
coarse Doppler prior (cycles/sample).
variable frame_offset¶
symbol offset of the sync word.
variable frame_valid¶
1 if the CRC-16 trailer matched.
variable max_rate¶
chirp-rate search half-span (cycles/sample^2).
variable n_part¶
variable n_symbols¶
despread data symbols produced.
variable part¶
preamble partials scratch (acq_reps*est_seg).
variable payload_len¶
payload data symbols (bits).
variable ppe¶
feedforward (rate x freq) estimator.
variable spc¶
samples per chip.
variable start¶
preamble start sample in the burst.
variable sync¶
owned sync word as +/-1, length sync_len.
variable sync_len¶
sync word length (symbols).
The documentation for this class was generated from the following file native/inc/burst_demod/burst_demod_core.h