Methods



allocMem

-  allocMem; 


buffer

- (float*)buffer; 


complexFFT:size:

- (void)complexFFT:(float*)buffer size:(long)log2n; 


dealloc

- (void)dealloc; 


endProcessingThread

-  endProcessingThread; 


freeMem

-  freeMem; 


initWithFFTSize:window:

-  initWithFFTSize:(int)theFFTSize window:(int)wID; 


realFFT:size:

- (void)realFFT:(float*)buffer size:(long)log2n; 


setFFTSize:

-  setFFTSize:(int)fftSize; 


setSignal:

-  setSignal:(float*)signal; 


startProcessing

- (void)startProcessing; 


startProcessingThread

-  startProcessingThread; 


waitUntilFinishedProcessing

- (void)waitUntilFinishedProcessing; 


(Last Updated 3/28/2002)