Skip to content

Instantly share code, notes, and snippets.

@komponenrobot
Created May 14, 2019 22:35
Show Gist options
  • Save komponenrobot/0f04a32f384f56b8ec43afcea59d1091 to your computer and use it in GitHub Desktop.
Save komponenrobot/0f04a32f384f56b8ec43afcea59d1091 to your computer and use it in GitHub Desktop.
kalibrasi sensor
Persamaan dari excel
y = 0,0009x2 + 0,9856x + 0,2964
x ==> data dari sensor
y ==> data keluaran kalibrasi
Persamaan di Bahasa C
y = 0.0009*x*x + 0.9856*x + 0.2964;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment