ThermistorCalculateBeta: Estimate thermistor beta coefficient from two known...

Description Usage Arguments Value Author(s) Source References

View source: R/thermocouple.R

Description

ThermistorCalculateBeta Estimates thermistor beta coefficient from two known resistance/temperature values

Usage

1
 ThermistorCalculateBeta(R0, T0, R1, T1)

Arguments

R0

resistance measurement 1

T0

temperature measurement 1

R1

resistance measurement 2

T1

temperature measurement 2

Value

b

beta coefficient

Author(s)

Jose Gama

Source

RepRap wiki, 2014 Measuring Thermistor Beta http://reprap.org/wiki/MeasuringThermistorBeta

References

RepRap wiki, 2014 Measuring Thermistor Beta http://reprap.org/wiki/MeasuringThermistorBeta


thermocouple documentation built on May 2, 2019, 8:30 a.m.