public static class FrameBasedAnalyser.FrameAnalysisResult<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
analysisResult |
protected double |
startTime |
protected double[] |
windowedSignal |
| Modifier | Constructor and Description |
|---|---|
protected |
FrameAnalysisResult(double[] windowedSignal,
double startTime,
T analysisResult) |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
double |
getStartTime() |
double[] |
getWindowedSignal() |
protected double[] windowedSignal
protected double startTime
protected T analysisResult
protected FrameAnalysisResult(double[] windowedSignal,
double startTime,
T analysisResult)
public double[] getWindowedSignal()
public double getStartTime()
public T get()
Copyright © 2000–2022 DFKI GmbH. All rights reserved.