Kalman filter fixed-point implementation based on libfixmatrix, targeted at embedded systems without an FPU and/or need for performance.
-
Updated
Jun 2, 2026 - C
Kalman filter fixed-point implementation based on libfixmatrix, targeted at embedded systems without an FPU and/or need for performance.
Fixed-point math library (integer / no FPU) for embedded C. Trig, log/exp, sqrt, 2D transforms, wave generators, ADSR and variable radix support. ~4.5 KB
Cross Platform Fixed Point Maths Library - mirror of https://code.google.com/p/libfixmath/
These functions operate on 32-bit numbers, fix16_t, which have 16 bit integer part and 16 bit fractional part.
To associate your repository with the libfixmath topic, visit your repo's landing page and select "manage topics."