pub fn fspl_batch(
distances_km: &[f64],
frequency_mhz: f64,
) -> Vec<Result<f64, RfError>>Expand description
Batch free-space path loss wrapper.
Each output element is produced by fspl with the corresponding distance
and shared frequency, so every element is bit-identical to the scalar helper.