Derivative

C/C++ Equivalent: NISCOPE_VAL_DERIVATIVE

The differences in the waveform are computed using the formula:

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

Units

Volts/second

X Units

seconds

Resulting Array Size

inputSize - 2