public class TimeExtraction extends XYExtraction
| Modifier and Type | Field and Description |
|---|---|
static String |
expectedFrequencyError |
double |
expectedFrequencyErrorValue |
int |
FFTSamples |
static String |
FFTSamplesParam |
static String |
maxFrequency |
double |
maxFrequencyValue |
static String |
minFrequency |
double |
minFrequencyValue |
org.gcube.dataanalysis.ecoengine.signals.PeriodicityDetector |
pd |
static String |
resolution |
double |
resolutionValue |
static String |
samplingFrequency |
int |
samplingFrequencyValue |
double[] |
signal |
double[] |
timeline |
static String |
x |
double |
xValue |
static String |
y |
double |
yValue |
BBxLL, BBxUR, BByLL, BByUR, inputs, layerNameValue, outputParameters, resourceManager, tableLabelValue, tableNameValue, time, xResValue, yResValue, zValue| Constructor and Description |
|---|
TimeExtraction() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute() |
String |
getDescription() |
List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> |
getInputParameters() |
org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType |
getOutput() |
protected void |
getParameters() |
getInfrastructure, getResourceLoad, getResources, getStatus, init, setConfiguration, shutdownpublic static String x
public static String y
public static String resolution
public static String samplingFrequency
public static String minFrequency
public static String maxFrequency
public static String expectedFrequencyError
public static String FFTSamplesParam
public double xValue
public double yValue
public double resolutionValue
public int samplingFrequencyValue
public double minFrequencyValue
public double maxFrequencyValue
public double expectedFrequencyErrorValue
public int FFTSamples
public org.gcube.dataanalysis.ecoengine.signals.PeriodicityDetector pd
public double[] signal
public double[] timeline
public String getDescription()
getDescription in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentgetDescription in class XYExtractionpublic List<org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType> getInputParameters()
getInputParameters in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentgetInputParameters in class XYExtractionprotected void getParameters()
getParameters in class XYExtractionpublic void compute()
throws Exception
compute in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentcompute in class XYExtractionExceptionpublic org.gcube.dataanalysis.ecoengine.datatypes.StatisticalType getOutput()
getOutput in interface org.gcube.dataanalysis.ecoengine.interfaces.ComputationalAgentgetOutput in class XYExtractionCopyright © 2016. All Rights Reserved.