fftManager
Class FileFFTTest

java.lang.Object
  extended by fftManager.FileFFTTest

public class FileFFTTest
extends java.lang.Object


Nested Class Summary
private  class FileFFTTest.ChannelProcess
           
 
Field Summary
private  FileFFTTest.ChannelProcess[] channelProcesses
           
private  int fftHop
           
private  int fftLength
           
private  java.lang.String fileName
           
private  int logFFTLen
           
private  WavFile wavFile
           
 
Constructor Summary
FileFFTTest(java.lang.String fileName, int fftLength, int fftHop)
           
 
Method Summary
private  boolean reportError(java.lang.String warningText)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileName

private java.lang.String fileName

fftLength

private int fftLength

fftHop

private int fftHop

wavFile

private WavFile wavFile

logFFTLen

private int logFFTLen

channelProcesses

private FileFFTTest.ChannelProcess[] channelProcesses
Constructor Detail

FileFFTTest

public FileFFTTest(java.lang.String fileName,
                   int fftLength,
                   int fftHop)
Method Detail

run

public void run()

reportError

private boolean reportError(java.lang.String warningText)