public class TransactionSignal
extends java.lang.Object
Constructor and Description |
---|
TransactionSignal(double dblDrift,
double dblIWander,
double dblJWander)
TransactionSignal Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
drift()
Retrieve the Drift of the Transaction Signal
|
double |
iWander()
Retrieve the "I" Component Wander of the Transaction Signal
|
double |
jWander()
Retrieve the "J" Component Wander of the Transaction Signal
|
public TransactionSignal(double dblDrift, double dblIWander, double dblJWander) throws java.lang.Exception
dblDrift
- The Signal DriftdblIWander
- The "I" Signal WanderdblJWander
- The "J" Signal Wanderjava.lang.Exception
- Thrown if the Inputs are Invalidpublic double drift()
public double iWander()
public double jWander()