Reply To: algorithm for “Processed” data
Welcome to Redshift Labs › Forums › UM7 Product Support › algorithm for “Processed” data › Reply To: algorithm for “Processed” data
20 April 2015 at 3:47 pm
#658
Member
That could be tricky. The process of converting the raw data to processed data involves a floating point matrix multiply and an addition. To do that on a microcontroller, you’d need to pull the floating point calibration terms off the device beforehand, convert them to fixed-point, and implement a fixed-point matrix multiply algorithm on the micro.