AWGN Realization¶
AWGN realizations represent the sampling of the Gaussian distributions associated with additive white Gaussian noise (AWGN).
- class AWGNRealization(noise, power)[source]¶
Bases:
NoiseRealization
Realization of additive white Gaussian noise
- Parameters:
noise (Noise) – Noise model to be realized.
power (float) – Power indicator of the noise model.