Skip to main content

estimate_lora_bitrate_bps

Function estimate_lora_bitrate_bps 

Source
pub fn estimate_lora_bitrate_bps(sub: &RNodeSubConfig) -> u64
Expand description

Estimate the LoRa physical bit rate for announce bandwidth gating.

Formula: SF * (bandwidth / 2^SF) * (4 / coding_rate).