Data Values
All the values in a data vector must be of the same data type. However, the X and Y vectors in a waveform data object can be of different data types.The data types and their symbolic representation that are supported for Data Vectors in SKILL are:
- ’intlong for integer numbers
- ’double for double-precision floating-point numbers
- ’doublecomplex for complex numbers
- ’string for strings
When you create a new waveform data object, you must first create the X and Y vectors with drCreateVec. You can use drCreateWaveform with the X and the Y vectors as arguments to create a waveform.
This topic lists all the SKILL functions that let you create, modify, and analyze waveform data objects.
Return to top