|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectprojectpossibility.DFT
public class DFT
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 |
|---|
public DFT()
| Method Detail |
|---|
public DFTpair[] transform(byte[] data)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||