Class ComplexFFTEx1

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

public class ComplexFFTEx1 extends Object

Finds the Fourier coefficients of a complex sequence.

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

    • ComplexFFTEx1

      public ComplexFFTEx1()
  • Method Details

    • main

      public static void main(String[] args)