Class UpConverter<T extends UpConverter<T>>

java.lang.Object
de.labAlive.core.wiringComponent.WiringComponent
de.labAlive.core.abstractSystem.System
de.labAlive.core.abstractSystem.mi.OnConditionStartableSystem
de.labAlive.core.abstractSystem.sampleRateConverter.SampleRateConverter
de.labAlive.system.sampleRateConverter.SampleRateConverter<T>
de.labAlive.system.sampleRateConverter.upConverter.base.UpConverter<T>
All Implemented Interfaces:
de.labAlive.system.System
Direct Known Subclasses:
AddCyclicPrefixParallel2Serial, Complex2Real, IqSplitterShiftedInphaseBit, Multiplexer, OfdmSymbolDemux, Parallel2Serial, RemoveVirtualSubcarrierParallel2Serial, Symbol2Bit, Upsample

public abstract class UpConverter<T extends UpConverter<T>> extends SampleRateConverter<T>
Upsample for any signal type. The system gets the input signal and passes it. (Ratio-1) zeros are filled in (using getSignalType). Optimized termination and signal_available for synchronous display.
  • Constructor Summary

    Constructors
    Constructor
    Description
    UpConverter(int inRate, int outRate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
     

    Methods inherited from class de.labAlive.system.sampleRateConverter.SampleRateConverter

    getSignal, setSyncSample

    Methods inherited from class de.labAlive.core.abstractSystem.sampleRateConverter.SampleRateConverter

    getConversionRate, getInSignal

    Methods inherited from class de.labAlive.core.abstractSystem.mi.OnConditionStartableSystem

    getImplementation, setColdStartSignal

    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, longName, name, setStepInterceptor, setSymbol, show, show
  • Constructor Details

    • UpConverter

      public UpConverter(int inRate, int outRate)
  • Method Details

    • build

      public final void build()