|
|
|
|
|
by pidtuner
1851 days ago
|
|
Thanks. It is C++ code using Armadillo for linear algebra and BLAS/LAPACK subroutines. Source code is a bit messy, but will try to clean it up and put it on a different repo when I find the time. The most complex part is the identification algorithm, which uses this algorithm:
https://math.stackexchange.com/questions/1428566/fit-sum-of-... |
|
I wonder if it could be portable to a microcontroller Are the blas routines expensive or large matrices?