Package eu.bandm.sig.adlib2.math
Interface DoubleOscillator.Patcher
- Enclosing class:
- DoubleOscillator
public static interface DoubleOscillator.Patcher
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
double
default void
setFrequency
(double newFrequency) void
setState
(double twoMinusAlphaSquared, double currentValue, double nextValue)
-
Method Details
-
getSamplingPeriod
double getSamplingPeriod() -
getTwoMinusAlphaSquared
double getTwoMinusAlphaSquared() -
getCurrentValue
double getCurrentValue() -
getNextValue
double getNextValue() -
setState
void setState(double twoMinusAlphaSquared, double currentValue, double nextValue) -
setFrequency
default void setFrequency(double newFrequency)
-