SignalCharacteristics analyses data properties and allows you to display these in a gui.
Create a new instance.
maxsize |
Maximum number of samples to calculate the properties of. |
Add a value to the data set.
newval |
A new value, should be a SimpleNumber |
Create a graphical window displaying the signal characteristics
a SignalCharacteristicsGui
The maximum number of samples to calculate the characteristics of.
Returns the minimum and maximum value of the data
an Array
The mean value of the data
a SimpleNumber
The standard deviation, or (square root of) the variation of the data.
a SimpleNumber
The median value of the data
a SimpleNumber
The deltatimes between data points
an Array
Sum of all the deltatimes.
a SimpleNumber
The last time a data point was added.
a SimpleNumber
The data values that have been gathered
an Array
Calculate the resolution of the data, this sets resdata
, stepdata
and timeresdata
.
Sorted set of the data values; this is used to calculate the resolution of the data.
an Array
The difference between the data values (differentiated array of resdata
).
an Array
Sorted set of the delta time values.
an Array