decode_encoded_burst_oracle

Function decode_encoded_burst_oracle 

Source
pub fn decode_encoded_burst_oracle(
    burst: &EncodedBurst,
    cfg: &OfdmConfig,
) -> Option<Vec<u8>>
Expand description

Decodes an encoded burst using oracle packet boundaries and baseband symbols.

Parameters:

  • burst: encoded burst with per-packet metadata.
  • cfg: modem configuration. Returns:
  • Option<Vec<u8>>: reconstructed payload on success, otherwise None.