N0¶
The noise level \(N_0\) representes the expected power of the noise in Watts.
- class N0(power)[source]¶
Bases:
NoiseLevel
Fixed noise power configuration.
- Parameters:
power (float) – Noise power in Watt.
- property level: float¶
Power of the noise in Watt.
- Raises:
ValueError – If the noise power is negative.
- property power: float¶
Power of the noise level in Watt.
- Raises:
ValueError – If the noise power is negative.