Change calibration signal path #21

Closed
opened 2020-11-13 22:53:59 +01:00 by mhu · 1 comment
Owner

Change the calibration path:

Currently the output is computed as:

out = in * (1+sens) + offset

Change this to:

out = (in - offset) * (1 + sens)

Change the calibration path: Currently the output is computed as: ``out = in * (1+sens) + offset`` Change this to: ``out = (in - offset) * (1 + sens)``
Author
Owner

Steps to do this:

  • Change Calibration calculation
  • Change Calibration apply function
  • Change documentation!
Steps to do this: * Change Calibration calculation * Change Calibration apply function * Change documentation!
mhu closed this issue 2020-11-16 18:45:28 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mhu/reflow-oven-control-sw#21
No description provided.