AWGN Realization

Inheritance diagram of hermespy.simulation.noise.model.AWGNRealization

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.

add_to(signal)[source]
Parameters:

signal (Signal) – The signal to which the noise should be added.

Return type:

Signal

Returns: Signal model with added noise.