|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.android.activityminer.logic.features.calculators.FFTCalculatorEvent
public class FFTCalculatorEvent
The observable event of the FFT Calculator
| Field Summary | |
|---|---|
int |
index
The FFT component index |
double |
magnitude
The FFT magnitude of the current FFT component. |
double |
spectralEnergy
The FFT energy of the current FFT component. |
| Constructor Summary | |
|---|---|
FFTCalculatorEvent(int index,
double magnitude,
double spectralEnergy)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final double magnitude
public final double spectralEnergy
public final int index
| Constructor Detail |
|---|
public FFTCalculatorEvent(int index,
double magnitude,
double spectralEnergy)
index - the FFT component indexmagnitude - the FFT magnitude of the current FFT component.spectralEnergy - the FFT energy of the current FFT component.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||