Class FunctionsSignal

java.lang.Object
net.objecthunter.exp4j.extras.FunctionsSignal

public class FunctionsSignal extends Object
This class contains some additional functions related with signal processing.
Since:
0.8-riddler
Author:
Federico Vera <[email protected]>
  • Field Details

    • SINC

      public static final Function SINC
      Cardinal Sin (non-normalized). This function has one argument sinc(t) where:
      • t: Current point
      Since:
      0.7-riddler
    • HEAVYSIDE

      public static final Function HEAVYSIDE
      Heavyside Step Function. This function has one argument heavyside(t) where:
      • t: Current point
      Since:
      0.8-riddler
    • RECTANGULAR

      public static final Function RECTANGULAR
      Rectangular Function. This function has three arguments rectangle(t, X, Y) where:
      • t: Current point
      • X: Center of the rectangle
      • Y: Length of the rectangle
      Since:
      0.8-riddler
    • SAWTOOTH

      public static final Function SAWTOOTH
      Sawtooth Wave. This function has one argument sawtooth(t) where:
      • t: Current point
      Since:
      0.9-riddler
    • TRIANGLE

      public static final Function TRIANGLE
      Triangle Wave with a period of 1 and values between -1.0 to 1.0. This function has one argument triangle(t) where:
      • t: Current point
      Since:
      0.9-riddler
  • Method Details