Class Awgn

java.lang.Object
de.labAlive.core.wiringComponent.WiringComponent
de.labAlive.core.abstractSystem.System
de.labAlive.core.abstractSystem.SystemComposite
de.labAlive.system.siso.channel.Awgn
All Implemented Interfaces:
Channel, de.labAlive.system.System
Direct Known Subclasses:
ChannelAwgn

public class Awgn extends de.labAlive.core.abstractSystem.SystemComposite implements Channel
Additive white Gaussian noise (AWGN) is a basic channel model that adds white Gaussian noise to the input signal.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an AWGN channel where the power spectral density of the Gaussian noise can be adjusted.
    Creates an AWGN channel where the absolute power or the power spectral density of the Gaussian noise can be adjusted.
  • Method Summary

    Modifier and Type
    Method
    Description
    awgn(de.labAlive.property.Switch awgnSwitch)
     
    void
     
     
    void
     
    noisePower(double power)
     
     
    signalType(de.labAlive.core.signal.Signal signalType)
     

    Methods inherited from class de.labAlive.core.abstractSystem.SystemComposite

    addOutPorts, createSystems, createWires, doWiringLayout, getImplementation, init, replaceInPort, replaceInPorts, replaceOutPorts, step

    Methods inherited from class de.labAlive.core.abstractSystem.System

    connect, doubleAttenuationProperty, doubleAttenuationProperty, doubleDbProperty, doubleDbProperty, doubleProperty, doubleProperty, getInWire, getOutWire, getOutWire, hide, hideSystemOnly, label, name, rebuild, set, show

    Methods inherited from class de.labAlive.core.wiringComponent.WiringComponent

    addSymbol, getMainParameters, getName, longName, name, name, notifyBeforeParameterChange, setStepInterceptor, setSymbol, setSymbolResolver, show, show, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface de.labAlive.system.System

    addSymbol, connect, getImplementation, getInWire, getOutWire, label, longName, name, name, set, setStepInterceptor, setSymbol, show, show
  • Constructor Details

    • Awgn

      public Awgn()
      Creates an AWGN channel where the power spectral density of the Gaussian noise can be adjusted.
    • Awgn

      Creates an AWGN channel where the absolute power or the power spectral density of the Gaussian noise can be adjusted.
  • Method Details

    • powerType

    • signalType

      public Awgn signalType(de.labAlive.core.signal.Signal signalType)
      Specified by:
      signalType in interface Channel
    • awgn

      public Awgn awgn(de.labAlive.property.Switch awgnSwitch)
      Specified by:
      awgn in interface Channel
    • noisePower

      public Awgn noisePower(double power)
      Specified by:
      noisePower in interface Channel
    • getNoise

      public GaussianNoise getNoise()
      Specified by:
      getNoise in interface Channel
    • connect

      public void connect()
      Specified by:
      connect in class de.labAlive.core.abstractSystem.SystemComposite
    • label

      public void label()
      Overrides:
      label in class de.labAlive.core.abstractSystem.SystemComposite