public class RestPhaseTimeWarper extends TimeWarper
Constructor and Description |
---|
RestPhaseTimeWarper() |
Modifier and Type | Method and Description |
---|---|
double |
getRestPhase() |
static void |
main(java.lang.String[] args) |
void |
setRestPhase(double r) |
double |
warpTime(double time)
Applies the time warping to the given input time
|
public double warpTime(double time)
TimeWarper
warpTime
in class TimeWarper
time
- the input timepublic void setRestPhase(double r)
public double getRestPhase()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception