thermal_noise
Compute thermal noise power.
Namespace: dsp::telecom
Prototype
float thermal_noise(float bw, float T=25)
Parameters
bw | Noise bandwidth, in Hz, |
T | Ambiant temperature (°C). |
Returns
Noise power (Watt).
Description
According to https://fr.wikipedia.org/wiki/Bruit_thermique :
- Note
- To have noise power in dBm (1 dBm = 1mW): \(P_{dB} = 10 \log_{10}(P \cdot 1000)\).