org.robokind.impl.audio.processing
Class FFTBuffer

java.lang.Object
  extended by org.robokind.impl.audio.processing.FFTBuffer

public class FFTBuffer
extends Object

Author:
Matthew Stevenson

Constructor Summary
FFTBuffer(int channels, int size, MeanCalculator mean, FFTWindow win, boolean realtime)
           
 
Method Summary
 org.apache.commons.math.complex.Complex[][] getData()
           
 void writeData(double[][] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FFTBuffer

public FFTBuffer(int channels,
                 int size,
                 MeanCalculator mean,
                 FFTWindow win,
                 boolean realtime)
Method Detail

writeData

public void writeData(double[][] data)

getData

public org.apache.commons.math.complex.Complex[][] getData()


Copyright © 2011-2013. All Rights Reserved.