rasmus.fft.providers
Class ComplexSimpleRadix2

java.lang.Object
  extended by rasmus.fft.spi.FFTProvider
      extended by rasmus.fft.providers.ComplexSimpleRadix2

public class ComplexSimpleRadix2
extends FFTProvider


Nested Class Summary
 
Nested classes/interfaces inherited from class rasmus.fft.spi.FFTProvider
FFTProvider.Info
 
Constructor Summary
ComplexSimpleRadix2()
           
 
Method Summary
 FFTProvider.Info getInfo()
           
 FFTTransformer getTransformer(int fftsize, int direction, boolean inplace)
           
 
Methods inherited from class rasmus.fft.spi.FFTProvider
getTransformer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexSimpleRadix2

public ComplexSimpleRadix2()
Method Detail

getInfo

public FFTProvider.Info getInfo()
Specified by:
getInfo in class FFTProvider

getTransformer

public FFTTransformer getTransformer(int fftsize,
                                     int direction,
                                     boolean inplace)
Overrides:
getTransformer in class FFTProvider