pyCGM2.Signal#
Detector#
|
|
|
Cumulative sum algorithm (CUSUM) to detect abrupt changes in data. |
|
Detects onset in data based on amplitude threshold. |
|
Detects peaks in data based on their amplitude and other features. |
|
Detects indices in x of sequential data identical to a specified value. |
Signal processing#
|
Applies a low-pass filter to a numpy array. |
|
Downsampling a signal from an initial frequency to a targeted frequency. |
|
Obtains the envelope of a signal using a low-pass filter. |
|
Applies low-pass filtering to force plate outputs in a btkAcquisition object. |
|
Applies a Butterworth bandpass filter to the input signal. |
|
Applies low-pass filtering to specified markers in a btkAcquisition object. |
|
Rectifies a signal by taking the absolute value of each element. |
|
Removes the 50Hz frequency component from the provided signal array. |