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
All Implemented Interfaces:
de.labAlive.system.System

public class Serial2Parallel extends DownConverter<Serial2Parallel>
Serial2Parallel converter for analog and digital signals. Parallelizes a signal into N (ratio) streams (represented by a stream of a SignalSets each containing the concurrent parallel signals). The outgoing signal is of type ParallelSignal.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Serial2Parallel(int ratio)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    throwAwayInitialSamples(int numberOfThrownAwayInitialSamples)
    :

    Methods inherited from class de.labAlive.system.sampleRateConverter.downConverter.base.DownConverter

    notifyPropertyChanged

    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

    • Serial2Parallel

      public Serial2Parallel(int ratio)
  • Method Details

    • throwAwayInitialSamples

      public Serial2Parallel throwAwayInitialSamples(int numberOfThrownAwayInitialSamples)
      :
      Parameters:
      numberOfThrownAwayInitialSamples - default 0 (no samples are thrown away) up to ratio - 1 initial samples can be thrown away