differt.em.fspl#
- fspl(d, f, *, dB=False)[source]#
Compute the free-space path loss (FSPL), optionally in dB.
See [22] for more information.
- Parameters:
d (
Float[ArrayLike, '*#batch']) – The array of distances (in meters).f (
Float[ArrayLike, '*#batch']) – The array frequencies (in Hertz).dB (
bool) – Whether to return the result in dB.
- Return type:
- Returns:
The array of free-space path losses.