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
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.
Volts/second
seconds
inputSize - 2