RTDtemperatureFit {thermocouple}R Documentation

RTD temperature Fit

Description

RTDtemperatureFit RTD temperature Fit

Usage

RTDtemperatureFit(R, R0, fitRTD='linear', alpha=0.00385)

Arguments

R

resistance at temperature T

R0

resistance at 0C

fitRTD

type of fitting method (linear, quadratic, cubic, polynomial)

alpha

(optional) resistance's temperature coefficient

Value

T

temperature (C)

Author(s)

Jose Gama

Source

Mosaic Industries, Inc., 2014 Relating resistance to temperature http://www.mosaic-industries.com/embedded-systems/microcontroller-projects/temperature-measurement/platinum-rtd-sensors/resistance-calibration-table

References

Mosaic Industries, Inc., 2014 Relating resistance to temperature http://www.mosaic-industries.com/embedded-systems/microcontroller-projects/temperature-measurement/platinum-rtd-sensors/resistance-calibration-table

Examples

data(RTDtemperatureFit)
str(RTDtemperatureFit)

[Package thermocouple version 1.0.2 Index]