Interface Channel

All Superinterfaces:
de.labAlive.system.System
All Known Implementing Classes:
Awgn, ChannelAwgn, ComplexFirChannel, FirAwgn

public interface Channel extends de.labAlive.system.System
  • Method Summary

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

    Methods inherited from interface de.labAlive.system.System

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

    • signalType

      Channel signalType(de.labAlive.core.signal.Signal signalType)
    • awgn

      Channel awgn(de.labAlive.property.Switch awgnSwitch)
    • noisePower

      Channel noisePower(double power)
    • getNoise

      GaussianNoise getNoise()