java.lang.Object
de.labAlive.core.wiringComponent.WiringComponent
de.labAlive.core.abstractSystem.System
de.labAlive.baseSystem.Simo
de.labAlive.system.siso.modem.architecture.quadrature.iqSplitter.IqSplitter
All Implemented Interfaces:
de.labAlive.system.System

public class IqSplitter extends de.labAlive.baseSystem.Simo
Divides datastream into an inphase and quadrature stream. In: ComplexSignal Out: AnalogSignal
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    step(de.labAlive.core.signal.Signal sig)
     

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

    connect, doubleAttenuationProperty, doubleAttenuationProperty, doubleDbProperty, doubleDbProperty, doubleProperty, doubleProperty, getImplementation, 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, longName, name, setStepInterceptor, setSymbol, show, show
  • Constructor Details

    • IqSplitter

      public IqSplitter()
  • Method Details

    • step

      public void step(de.labAlive.core.signal.Signal sig)
      Specified by:
      step in class de.labAlive.baseSystem.Simo