From b818b200998b5c800a9a8a3475b3870b188f9be4 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Sun, 1 Oct 2023 20:38:50 +0200 Subject: [PATCH] doc/notebook: adjust B constant This is the constant from my actual NTCs, but it does not make a lot of difference compared to the previous value. --- doc/notebooks/ntc_voltage_to_temperature.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/notebooks/ntc_voltage_to_temperature.ipynb b/doc/notebooks/ntc_voltage_to_temperature.ipynb index 33104b3..11398d6 100644 --- a/doc/notebooks/ntc_voltage_to_temperature.ipynb +++ b/doc/notebooks/ntc_voltage_to_temperature.ipynb @@ -18,7 +18,7 @@ "metadata": {}, "outputs": [], "source": [ - "B = 4125\n", + "B = 4450\n", "v_r1 = np.arange(0.02, 3.3, 0.02)\n", "r1 = 10.0e3\n", "ln_r_nom = np.log(47.0e3)"