Skip to main content
. 2021 Jun 23;15:667907. doi: 10.3389/fnins.2021.667907

Table 1.

List of features, descriptions, and formula.

Feature Description Formula
F1 Zero crossing (ZC) The number of times the demeaned data change sign. Σi=2Nsgn(-xi-1xi)
F2 Slope sign changes (SSC) The number of times the differential data change sign. Σi=3Nsgn[-(xi-xi-1)(xi-1-xi-2)]
F3 Waveform length (WL) The summation of the absolute values of the differential data. Σi=2N|xi-xi-1|
F4 Wilson amplitude (WA) The number of times the change in the signal amplitudes of two consecutive samples exceeds the standard deviation. Σi=2Nsgn(|xi-xi-1|-xstd)
F5 Mean absolute (MAB) The average of the absolute values of the data. 1NΣi=1N|xi|
F6 Mean square (MSQ) The average of the square values of the data. 1NΣi=1Nxi2
F7 Root mean square (RMS) The root of MSQ or v-order 2. 1NΣi=1Nxi2
F8 V-order 3 (V3) The cubic root of the average of the cube of the data. 1NΣi=1Nxi33
F9 Log detector (LD) The exponential of the average of the log data. exp(1NΣi=1Nlog|xi|)
F10 Difference absolute standard deviation (DABS) Standard deviation of the absolute of the differential data. 1N-1Σi=2N(xi-xi-1)2
F11 Maximum fractal length (MFL) Equivalent to the log of DABS minus an offset that is equal to 1/2log(N−1) log[Σi=2N(xi-xi-1)2]
F12 Myopulse percentage rate (MPR) The number of times the absolute of the data exceeds the standard deviation. Σi=1Nsgn(|xi|-xstd)
F13 Mean absolute value slope (MAVS) A modified version of MAV that is the difference between the MAV of the first half of a signal window and the second half. Σi=1N/2|xi|-Σi=N/2 + 1N|xi|N/2
F14 Weighted mean absolute (WMA) A modified version of the MAB where the first and last 25% of a signal window is given less weight than the middle 50%. 1NΣi=1Nwi|xi| where wi = 1 if i∈[0.25N, 0.75N], and wi = 0.5 otherwise