powered by
Calculating the temperature-change-voltage curve for a particular set of Resistor and Thermistor Values.
tempCompCurve(x, Tdata)
the voltage values at Point B
a vector containing the values of R1 R2 R3 R4 Rb1 Beta1 Rb2 Beta2
a vector of temperature-change values
Tdata <- seq(-40, 85, by=5) R_values <- c(1100, 4300, 560, 1100, 220, 3680, 1000, 3560) tempCompCurve(x = R_values, Tdata = Tdata)
Run the code above in your browser using DataLab