comyx.propagation.noise#
Module Summary#
Functions#
|
Compute the noise power in dBm. |
|
Compute the thermal noise. |
Reference#
- comyx.propagation.noise.get_noise_power(bandwidth: float, temperature: float = 300, noise_figure: float = 0) float | NDArrayFloat[source]#
Compute the noise power in dBm.
- Parameters:
bandwidth – Bandwidth in Hz.
temperature – Temperature in Kelvin.
noise_figure – Noise figure in dB.
- Returns:
Noise power in dBm.