projectpossibility
Class DFT

java.lang.Object
  extended by projectpossibility.DFT

public class DFT
extends java.lang.Object

Discrete Fourier Transform analyzes frequencies and corresponding amplitude in sound sample Concept source: http://jvalentino2.tripod.com/dft/index.html


Constructor Summary
DFT()
           
 
Method Summary
 DFTpair[] transform(byte[] data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFT

public DFT()
Method Detail

transform

public DFTpair[] transform(byte[] data)