10 open-source projects similar to peterhinch/micropython-filters, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
travis-img: https://travis-ci.org/AaronKel/uMath.svg?branch=master travis-repo: https://travis-ci.org/AaronKel/uMath coveralls-img: https://coveralls.io/repos/AaronKel/uMath/badge.svg?branch=master coveralls-repo: https://coveralls.io/r/AaronKel/uMath?branch=master
umatrix was written mainly with speed and ease-of-use in mind. It aims to be a simple solution to matrix arithmetic needs in Micropython. It implements basic matrix operations (addition, subtraction, multiplication) as well as determinant (shortened to det), inverse, trace, transpose, copy, and…
These are intended to be relatively small modules for use with MicroPython (Python3) which provide a minimal matrix class for representation, manipulation and a few linear algebra routines.
Support for Numpy files (.npy) for MicroPython. Simple persistence of multi-dimensional numeric array data, and interoperability with Numpy/CPython et.c.
This is an incomplete MicroPython port of the fractions module from the Python standard library.
uumpy is a 'micro' implementation of parts of numpy for Micropython. It aims to provide an efficient and compact implementation of arithmetic on matrices and multidimensional data types, as well as basic linear algebra. In due course the aim is also to support FFT functions.
Single precision FFT written in ARM assembler
The first part of this repo contains assorted code ideas for MicroPython. Many are targeted at Pyboard variants. Some are intended as pointers to programmers rather than being complete. Egregious bugs will be fixed but I may not accept feature requests.
upyuncertainties is a MicroPython module to calculate with numbers with uncertainties (errors), automatically propagating the uncertainties (errors) in the calculations.
ulab is a numpy-like array manipulation library for micropython and CircuitPython. The module is written in C, defines compact containers (ndarrays) for numerical data of one to four dimensions, and is fast. The library is a software-only standard micropython user module, i.e., it has no…