Waveform Nodes

Create waveforms and access their components.

Replaces the timestamp value (t0) of each waveform in waveform array with the timestamp value of the waveform at the index position you specify.
Replaces the dt value of each waveform in the waveform array with the dt value of the waveform at the index position you specify.
Returns the ending time value of the specified waveform. The formula this node uses is xf = x0 + duration of the specified waveform.
Retrieves a subset of a waveform at a specified time or index.
Creates an array of timestamps based on the specified waveform.
Returns the X and Y value of a waveform or digital data set.
Selects one waveform out of an array of analog or digital waveforms by array index or channel name.
Multiplies the delta t component of the waveform by the specified scale factor, which lengthens or shortens the sample rate of the waveform.
Computes the duration of the specified waveform using the following equation: duration = (number of samples-1) x dx.