The window consists of several blocks:
Parameters allows the user to set the width of the moving average window. The value 1 corresponds to no smoothing. This value is saved in settings.
Run perform calculation and display curve, see section 12.2.
Save save parameters and results to given file.
Graph
Top: display the loading curve and the smoothed curve.
Bottom: display the and the curves.
Stepwise zooming/unzooming can be performed by selecting a range with the mouse and pressing the Zoom/ Unzoom buttons. The graph is restored to its original size by the Restore button. Zooming in the two graphs is independent.
We use a moving average with a fixed width and constant weight. This means we substitute a value with its average with values to the left and to the right,
The value corresponds to the original data. There is only one moving average type defined for both depth and load. Increasing the value of noise becomes less influential but important small effects can get lost as well. Therefore, the value should not be too large, below 11 is recommended.
The ratio is calculated for for each data pair of the (smoothed) loading curve and plotted as a function of the (smoothed) depth .
The derivative is calculated for for each data pair of the (smoothed) loading curve and plotted as a function of the (smoothed) depth . The derivative is done numerically as the ratio of the derivatives of and with respect to the (time)step or index
The numerical derivatives are calculated using the three-point formula for equally spaced data.