net.sarcommand.fft
Class FourierTransform1D

java.lang.Object
  extended by net.sarcommand.fft.FourierTransform
      extended by net.sarcommand.fft.FourierTransform1D
Direct Known Subclasses:
DFT1, FFT1

public abstract class FourierTransform1D
extends FourierTransform

Author:
A. O. Ergueven, Torsten Heup
Abstract supeclass for all 1-dimensional fourier transformations in this package.

Constructor Summary
FourierTransform1D()
           
 
Method Summary
 
Methods inherited from class net.sarcommand.fft.FourierTransform
computeUnityRoot, convertToBytes, inverseTransform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FourierTransform1D

public FourierTransform1D()