You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LinnesLab/Eigen-Port’s past year of commit activity
Eigen is a C++ library used for linear algebra, matrix/vector operations, nonlinear optimization, etc. This library is a modified version of the Bolder Flight S…
LinnesLab/KickStat-Paper-Firmware’s past year of commit activity
Firmware used to collect data for the first KickStat publication. The device was first called MiniStat so we apologize for the name conflict in many of the file…
A library for implementing a few basic real-time filters including high-pass and low-pass filters. Specifically written for Arduino, but can be ported to other …
A library for performing a few simple mathematical calculations optimized for speed, efficiency, and for use with arrays. Specifically written for Arduino, but …
A library for implementing a few basic 1st order filters including high-pass, low-pass, and moving average filters. Specifically written for Arduino, but can be…
A library for implementing a discrete Fourier transform on an input data array. This library uses lookup tables for the trigonometric functions to reduce proces…