micropython-filters
micropython-filters copied to clipboard
Digital filters impemented in MicroPython's inline ARM Thumb assembler (e.g. Pyboard, RP2).
Hi Peter, I try fir.py with MicroPython 1.17 on NUCLEO-L476RG board. There is a problem only when the number of coefficients is a multiple of 4. For exemple : coeffs...
Kalman?
Looking for an easy implementation of a Kalman filter... in case this is a valid enhancement idea/request
I am trying to make an lpf FIR filter run on my pico pi. I use VS code and the examples from your filter project. In VS Code I am...