public interface SignalCorrelator
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSample(double value)
Add a sample to be analyzed.
|
double |
getConfidence()
Measure of how confident the analyzer is of the last result.
|
float[] |
getDiffs()
For internal debugging.
|
double |
getPeriod() |
boolean addSample(double value)
value - double getPeriod()
double getConfidence()
float[] getDiffs()