org.openuat.sensors
Interface TimeSeries.Parameters

Enclosing class:
TimeSeries

public static interface TimeSeries.Parameters

This interface represents the parameters that must be reasonably set when initializing a time series that reads from sensors instead of from other time series. Sensors objects should implement a method getParameters() to yield an object that will provide the appropriate values. These parameters are used to normalize the values to the [-1;1] range;

Author:
Rene Mayrhofer

Method Summary
 float getMultiplicator()
           
 float getOffset()
           
 

Method Detail

getMultiplicator

float getMultiplicator()

getOffset

float getOffset()


2005-2009, Rene Mayrhofer.