Amplitude |
Mav |
mav = mav(signal) |
|
Mavfd |
mavfd = mavfd(signal) |
|
Mavsd |
mavsd = mavsd(signal) |
|
Peak |
peak = max(signal); index(max(signal)) |
|
Rms |
rms = rms(signal) |
Frequency |
Zc |
Calculated by comparing each point of the signal with the next; if there is a crossing by zero then it is accounted. |
|
Fmed |
To obtain the median frequency, find the value of the frequency that bisects the area below the X waveform. |
|
Fmode |
This fast Fourier transformation equation is valid for this and the following frequency features:. , where . To find the mode, find the maximum value of X. |
|
Fmean |
|
|
Cf |
The central frequency is simply the mean of the frequencies that delimit the bandwidth: . |
Predictability |
Fuzzy entropy |
, where m is the window size, s is the similarity standard and d is the signal. It is calculated in a very similar way to the Sample Entropy. The only similarity between the groups is computed by means of a Fuzzy membership function. |
Approximate entropy |
For a temporal series with N samples {u(i): 1 ≤ i ≤ N} given m, create vectors for each as , where m is the number of points to group together for the comparison. For each k ≤ N − m + 1 groups, do which is the number of times the groups had distance less than tolerance r. Then compute the value φm as . The Approximated Entropy is: ApEn(m,r) = limN→∞[φm(r) − φm+1(r)]. |
Variability |
Var |
|
|
Std |
|
|
Range |
R = MAX(U) − MIN(U) |
|
Intrange |
|