Class FFTEx1

java.lang.Object
com.imsl.test.example.math.FFTEx1

public class FFTEx1 extends Object

Computes the Fourier coefficients of a periodic sequence.

The Fourier coefficients of a periodic sequence are computed. The coefficients are then used to reproduce the periodic sequence.
See Also:
  • Constructor Details

    • FFTEx1

      public FFTEx1()
  • Method Details

    • main

      public static void main(String[] args)