rasmus.fft.providers
Class ComplexRadix2

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

public class ComplexRadix2
extends FFTProvider


Nested Class Summary
 
Nested classes/interfaces inherited from class rasmus.fft.spi.FFTProvider
FFTProvider.Info
 
Constructor Summary
ComplexRadix2()
           
 
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

ComplexRadix2

public ComplexRadix2()
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