EBN0

Inheritance diagram of hermespy.simulation.modem.noise.EBN0

The bit energy to noise power spectral density ratio (Eb/N0) is a fundamental parameter in digital communication systems. It is defined as the ratio of the energy per bit to the noise power spectral density. The Eb/N0 is a key parameter in the design of digital communication systems, and is used to determine the minimum signal-to-noise ratio required to achieve a certain bit error rate.

class EBN0(reference, level=inf)[source]

Bases: CommunicationNoiseLevel

Fixed noise power configuration.

Parameters:
  • reference (BaseModem | CommunicationWaveform) – Reference with respect to which the noise level is defined.

  • level (float, optional) – Noise level relative to the reference’

get_power()[source]

Power of the noise level.

Returns: Power in Watt.

Return type:

float

property title: str

Title of the scalar dimension.

Displayed in plots and tables during simulation runtime.