
Example of a least square caculation, Matrix calculation based on CMSIS-DSP library, x(t)=a+b*t+c*t^2.
Comment out line 226 of "arm_math.h" to prevent a lot of compiler warnings
Diff: mbed.bld
- Revision:
- 0:9087ea0ad689
diff -r 000000000000 -r 9087ea0ad689 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Tue Mar 10 12:14:31 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/7e07b6fb45cf \ No newline at end of file