|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqcnn.Fourier
public class Fourier
Field Summary | |
---|---|
(package private) Complex[] |
cx
|
(package private) int |
direction
|
(package private) int |
length
|
Constructor Summary | |
---|---|
Fourier()
|
Method Summary | |
---|---|
void |
forwardFFT()
|
int |
getMeasured(double threshold)
|
void |
set(Complex[] cx)
|
void |
set(double[] data)
|
void |
show()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Complex[] cx
int length
int direction
Constructor Detail |
---|
public Fourier()
Method Detail |
---|
public void set(Complex[] cx)
public void set(double[] data)
public void show()
public int getMeasured(double threshold)
public void forwardFFT()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |