Class ChannelAwgn

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

public abstract class ChannelAwgn extends Awgn
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    noisePower(double power)
     

    Methods inherited from class de.labAlive.system.siso.channel.Awgn

    awgn, getNoise, label, powerType, 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

    • ChannelAwgn

      public ChannelAwgn()
  • Method Details