remove50hz#
- pyCGM2.Signal.signal_processing.remove50hz(array: ndarray, fa: float)#
Removes the 50Hz frequency component from the provided signal array.
- Parameters:
array (np.ndarray) – The input array containing the signal data.
fa (float) – Sampling frequency of the signal.
- Returns:
np.ndarray – The filtered signal array with the 50Hz component removed.