Class ComplexSineGenerator
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<ComplexSineGenerator>
de.labAlive.system.source.complex.ComplexSineGenerator
- All Implemented Interfaces:
de.labAlive.system.Source
,de.labAlive.system.System
public class ComplexSineGenerator
extends de.labAlive.baseSystem.GeneratorWithPhase<ComplexSineGenerator>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfrequency
(double frequency) de.labAlive.core.signal.Signal
Determines the generator output signal value.Methods inherited from class de.labAlive.baseSystem.GeneratorWithPhase
checkPhase, phaseOffset
Methods inherited from class de.labAlive.baseSystem.Generator
amplitude, 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
-
ComplexSineGenerator
public ComplexSineGenerator() -
ComplexSineGenerator
public ComplexSineGenerator(de.labAlive.core.signal.Signal signalType)
-
-
Method Details
-
getSignal
public de.labAlive.core.signal.Signal getSignal()Determines the generator output signal value. -
frequency
- Overrides:
frequency
in classde.labAlive.baseSystem.Generator<ComplexSineGenerator>
-