Class CosSineGenerator

java.lang.Object
de.labAlive.core.wiringComponent.WiringComponent
de.labAlive.core.abstractSystem.System
de.labAlive.core.abstractSystem.source.Source2Impl
de.labAlive.baseSystem.SignalSource<T>
de.labAlive.baseSystem.Generator<T>
de.labAlive.baseSystem.GeneratorWithPhase<CosSineGenerator>
de.labAlive.system.source.CosSineGenerator
All Implemented Interfaces:
de.labAlive.system.Source, de.labAlive.system.System

public class CosSineGenerator extends de.labAlive.baseSystem.GeneratorWithPhase<CosSineGenerator>
Outputs 2 signals: the 2nd is 90° behind. phaseOffset = 0°: sine and -cosine phaseOffset = 90°: cosine and sine phaseOffset = 180°: -sine and cosine phaseOffset = 270°: -cosine and -sine
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.labAlive.core.signal.Signal
     
    de.labAlive.core.signal.AnalogSignal
    getSignal(double phaseOffset)
     

    Methods inherited from class de.labAlive.baseSystem.GeneratorWithPhase

    checkPhase, phaseOffset

    Methods inherited from class de.labAlive.baseSystem.Generator

    amplitude, frequency, getFrequency, setDefaultSamplingTime

    Methods inherited from class de.labAlive.baseSystem.SignalSource

    getTriggerManager, off, on, outputOn, samplingRate, samplingRate, samplingTime, samplingTime, setRate

    Methods inherited from class de.labAlive.core.abstractSystem.source.Source2Impl

    getImplementation, getSamplingTime

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

    • CosSineGenerator

      public CosSineGenerator()
  • Method Details

    • getSignal

      public de.labAlive.core.signal.Signal getSignal()
    • getSignal

      public de.labAlive.core.signal.AnalogSignal getSignal(double phaseOffset)