| Package | Description |
|---|---|
| mds.wave |
| Modifier and Type | Method and Description |
|---|---|
XYData |
WaveData.getData(double xmin,
double xmax,
int numPoints)
Get X and Y data for unidimensional signals within a given time interval The
returned container object is an instance of XYData bringing information about
X (time) and Y axis
|
XYData |
XYWaveData.getData(double xmin,
double xmax,
int numPoints) |
XYData |
WaveData.getData(int numPoints)
Get X and Y data for unidimensional signals The returned container object is
an instance of XYData bringing information about X (time) and Y axis
|
XYData |
XYWaveData.getData(int numPoints) |
XYData |
WaveData.getData(long xmin,
long xmax,
int numPoints)
Get X and Y data for unidimensional signals within a given time interval
expressed in absolute times The returned container object is an instance of
XYData bringing information about X (time) and Y axis
|
XYData |
XYWaveData.getData(long xmin,
long xmax,
int numPoints) |
Copyright © 2021. All rights reserved.