Interface DoubleOscillator.Patcher

Enclosing class:
DoubleOscillator

public static interface DoubleOscillator.Patcher
  • 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)