API version 1.5.2
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
[This is preliminary documentation and is subject to change.]
This is the InputDataTypes enumeration for all possible acceptable data types.
Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Any | 0 | Accepts any data type | |
| Numeric | 1 | Accepts pure numeric data (single value, vector, matrix, etc) | |
| Signal | 2 | Accepts 1D time-domain signal with units (multi-channel) | |
| Audio | 3 | Accepts 1D time-domain signal, no units, playable as WAV (multi-channel) | |
| Image | 4 | Accepts 2D raw image data, no units, but viewable as image (multi-channel) | |
| Spectra | 5 | Accepts 2D time-frequency spectra with units (single channel only) |
Remarks
See Also