Gareth Farrington cb0c38f7d8 sos_filter: Second Order Sections MCU Filter
This is an implementation of the SOS fliltering algorithm that runs on the MCU.

The filter opperates on data in fixed point format to avoid use of the FPU as klipper does not support FPU usage.

This host object handles duties of initalizing and resetting the filter so client dont have to declare their own commands for these opperations. Clients can select how many integer bits they want to use for both the filter coefficients and the filters output value. An arbitrary number of filter sections can be configured. Filters can be designed on the fly with the SciPy library or loaded from another source.

Signed-off-by: Gareth Farrington <gareth@waves.ky>
2025-05-29 19:01:38 -04:00
..
2024-12-12 14:28:45 -05:00
2023-11-02 13:08:53 -04:00
2024-08-16 22:21:12 -04:00
2025-03-21 13:36:27 -04:00
2024-10-01 11:43:27 -04:00
2025-04-03 14:08:23 -04:00
2025-05-26 18:44:29 -04:00
2025-05-13 11:14:30 -04:00
2022-06-30 13:56:35 -04:00
2024-09-22 19:23:14 -04:00
2023-03-20 10:58:25 -04:00
2024-05-21 20:31:23 -04:00
2023-03-20 10:58:25 -04:00