zephyrproject-rtos / zscilib

An open-source scientific computing library for embedded systems running Zephyr OS or standalone.
https://zephyrproject-rtos.github.io/zscilib/
Apache License 2.0
141 stars 27 forks source link

Calibration API #18

Closed microbuilder closed 3 years ago

microbuilder commented 3 years ago

This is a placeholder for the idea of a Calibration API, covering things like:

The most common calibration coefficients to account for are bias error and scale factor / sensitivity error, where:

output = scale_factor * (input + bias)