Polynomial coefficient 0 to 4
On sensor = resistor log. polynomial: calculation of temperature by logarithmic polynomial.
Input of the coefficients of shape
- y(x) = 1 / ( n₄⋅(ln(x)) ⁴ + n₃⋅(ln(x)) ³ + n₂⋅(ln(x)) ² + n₁⋅ln(x) + n₀) – y₀
If n₂ = n₄ = 0 the formula corresponds of the temperature calculation according to the Steinhart-Hart-Equation.
Units of resistor log. polynomial:
- y temperature in [°C]
- x measured value in [Ω]
- y₀ = 273,16 convertion value to convert Kelvin in degrees Celsius
- n₄ coefficient in [K/Ω⁴]
- n₃ coefficient in [K /Ω³]
- n₂ coefficient in [K /Ω²]
- n₁ coefficient in [K /Ω]
- n₀ coefficient in [K]
On sensor = voltage – or resistor polynomial: calculation of temperature by polynomial.
Input of the coefficients of a polynomial of shape
- y(x)=n₄⋅x⁴ + n₃⋅x³ + n₂⋅x² + n₁⋅x¹ + n₀
Units of resistor polynomial:
- y temperature in [°C]
- x measured value in [Ω]
- n₄ coefficient in [°C/Ω⁴]
- n₃ coefficient in [°C/Ω³]
- n₂ coefficient in [°C/Ω²]
- n₁ coefficient in [°C/Ω]
- n₀ coefficient in [°C]
Units of voltage - polynomial:
- y temperature in [°C]
- x measured value in [mV]
- n₄ coefficient in [°C/mV⁴]
- n₃ coefficient in [°C/mV³]
- n₂ coefficient in [°C/mV²]
- n₁ coefficient in [°C/mV]
- n₀ coefficient in [°C]