tempCompCurve {Thermistor}R Documentation

Calculate V-DeltaT Curve

Description

Calculating the temperature-change-voltage curve for a particular set of Resistor and Thermistor Values.

Usage

tempCompCurve(x, Tdata)

Arguments

x

a vector containing the values of R1 R2 R3 R4 Rb1 Beta1 Rb2 Beta2

Tdata

a vector of temperature-change values

Value

the voltage values at Point B

Examples

Tdata <- seq(-40, 85, by=5)
R_values <- c(1100, 4300, 560, 1100, 220, 3680, 1000, 3560)
tempCompCurve(x = R_values, Tdata = Tdata)

[Package Thermistor version 1.1.0 Index]