Derivative

NI-SCOPE LabVIEW

Derivative

The differences in the waveform are computed using the formula:

y[i] = (waveform[i+1] – waveform[i – 1]) / (2 × dt), where dt is the time between two points.

Units

Volts/second

X Units

seconds

Resulting Array Size

inputSize - 2