micropython-filters icon indicating copy to clipboard operation
micropython-filters copied to clipboard

Digital filters impemented in MicroPython's inline ARM Thumb assembler (e.g. Pyboard, RP2).

Results 3 micropython-filters issues
Sort by recently updated
recently updated
newest added

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...

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...