public class XYData extends Object
WaveData| Modifier and Type | Field and Description |
|---|---|
int |
nSamples |
double |
resolution |
double[] |
x |
long[] |
xLong |
float[] |
y |
| Constructor and Description |
|---|
XYData(double[] x,
float[] y,
double resolution)
XYData Constructor with automatic derivation of increasingX flag
|
XYData(double[] x,
float[] y,
double resolution,
boolean increasingX)
XYData Constructor
|
XYData(double[] x,
float[] y,
double resolution,
boolean increasingX,
double xMin,
double xMax)
XYData Constructor
|
XYData(long[] x,
float[] y,
double resolution)
XYData Constructor with absolute times and automatic derivation of
increasingX flag
|
XYData(long[] x,
float[] y,
double resolution,
boolean increasingX)
XYData Constructor with absolute times
|
public double resolution
public int nSamples
public double[] x
public long[] xLong
public float[] y
public XYData(double[] x,
float[] y,
double resolution)
x: - x (times) arrayy: - y (values) arrayresolution: - declared resolutionpublic XYData(double[] x,
float[] y,
double resolution,
boolean increasingX)
x: - x (times) arrayy: - y (values) arrayresolution: - declared resolutionincreasingX: - increasing x values flagpublic XYData(double[] x,
float[] y,
double resolution,
boolean increasingX,
double xMin,
double xMax)
x: - x (times) arrayy: - y (values) arrayresolution: - declared resolutionincreasingX: - incresing x values flagxMin: - lower bound X region of interestxMax: - upper bound X region of interestpublic XYData(long[] x,
float[] y,
double resolution)
x: - x (times) arrayy: - y (values) arrayresolution: - declared resolutionpublic XYData(long[] x,
float[] y,
double resolution,
boolean increasingX)
x: - x (times) arrayy: - y (values) arrayresolution: - declared resolutionincreasingX: - incresing x values flagxMin: - lower bound X region of interestxMax: - upper bound X region of interestCopyright © 2020. All rights reserved.