ThermistorTemperature {thermocouple} | R Documentation |
RTD temperature Fit
Description
ThermistorTemperature
RTD temperature Fit
Usage
ThermistorTemperature(R, R0, betaTH, T0)
Arguments
R0 |
resistance at 0C |
R |
resistance measured |
betaTH |
beta parameter of the thermistor (calculated or from the data sheet) |
T0 |
temperature at resistance R0 |
Value
T |
temperature (C) |
Author(s)
Jose Gama
Source
Mosaic Industries, Inc., 2014 ntc-thermistors http://www.mosaic-industries.com/embedded-systems/microcontroller-projects/temperature-measurement/ntc-thermistors/resistance-equation
References
Mosaic Industries, Inc., 2014 ntc-thermistors http://www.mosaic-industries.com/embedded-systems/microcontroller-projects/temperature-measurement/ntc-thermistors/resistance-equation
Examples
data(ThermistorTemperature)
str(ThermistorTemperature)
[Package thermocouple version 1.0.2 Index]