forcePlateFiltering#
- pyCGM2.Signal.signal_processing.forcePlateFiltering(btkAcq: btkAcquisition, order: int = 4, fc: float = 5)#
- Applies low-pass filtering to force plate outputs in a btkAcquisition object. - Parameters:
- btkAcq (btk.btkAcquisition) – btk acquisition instance to be filtered. 
- order (int, optional) – Order of the Butterworth filter. Defaults to 4. 
- fc (float, optional) – Cut-off frequency for the filter. Defaults to 5 Hz. 
 
- Returns:
- None – The function modifies the btkAcquisition object in place. 
 
