ThermistorCalculateBeta {thermocouple} | R Documentation |
Estimate thermistor beta coefficient from two known resistance/temperature values
Description
ThermistorCalculateBeta
Estimates thermistor beta coefficient from two known resistance/temperature values
Usage
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
[Package thermocouple version 1.0.2 Index]