![Lakeshore DRC-91 C Скачать руководство пользователя страница 184](http://html.mh-extra.com/html/lakeshore/drc-91-c/drc-91-c_user-manual_670973184.webp)
Lake Shore Cryotronics, Inc.
Application Notes
9
POLYNOMIAL REPRESENTATION
Curve 10 can be expressed by a polynomial equation based on the Chebychev polynomials. Four separate ranges are
required to accurately describe the curve. Table 1 lists the parameters for these ranges. The polynomials represent
Curve 10 on the preceding page with RMS deviations of 10 mK. The Chebychev equation is:
T x
a t x
i i
i
n
( )=
( )
=
∑
0
(1)
where T(x)
=
temperature in kelvin, t
i
(x)
=
a Chebychev polynomial, and a
i
=
the Chebychev coefficient. The parameter x is
a normalized variable given by:
x
V
VL
VU
V
VU
VL
=
−
(
)−
−
(
)
−
(
)
(2)
where V
=
voltage and VL & VU
=
lower and upper limit of the voltage over the fit range. The Chebychev polynomials can
be generated from the recursion relation:
t
x
xt x
t
x
t
x
t x
x
i
i
i
+
−
( )=
( )−
( )
( )=
( )=
1
1
0
1
2
1,
(3)
Alternately, these polynomials are given by:
t x
i
x
i
( )=
×
( )
cos
arccos
(4)
The use of Chebychev polynomials is no more complicated than the use of the regular power series and they offer
significant advantages in the actual fitting process. The first step is to transform the measured voltage into the normalized
variable using Equation 2. Equation 1 is then used in combination with equations 3 and 4 to calculate the temperature.
Programs 1 and 2 provide sample BASIC subroutines which will take the voltage and return the temperature T calculated
from Chebychev fits. The subroutines assume the values VL and VU have been input along with the degree of the fit. The
Chebychev coefficients are also assumed to be in any array A(0), A(1),..., A(i
degree
).
An interesting property of the Chebychev fits is evident in the form of the Chebychev polynomial given in Equation 4. No
term in Equation 1 will be greater than the absolute value of the coefficient. This property makes it easy to determine the
contribution of each term to the temperature calculation and where to truncate the series if full accuracy is not required.
FUNCTION Chebychev (Z as double)as double
REM Evaluation of Chebychev series
X=((Z-ZL)-(ZU-Z))/(ZU-ZL)
Tc(0)=1
Tc(1)=X
T=A(0)+A(1)*X
FOR I=2 to Ubound(A())
Tc(I)=2*X*Tc(I-1)-Tc(I-2)
T=T+A(I)*Tc(I)
NEXT I
Chebychev=T
END FUNCTION
FUNCTION Chebychev (Z as double)as double
REM Evaluation of Chebychev series
X=((Z-ZL)-(ZU-Z))/(ZU-ZL)
T=0
FOR I=0 to Ubound(A())
T=T+A(I)*COS(I*ARCCOS(X))
NEXT I
Chebychev=T
END FUNCTION
NOTE:
arccos
arctan
X
X
X
( )= −
−
π
2
1
2
Program 1
. BASIC subroutine for evaluating the
temperature
T
from the Chebychev series using
Equations (1) and (3). An array
T
c
(i
degree
)
should be
dimensioned. See text for details.
Program 2
. BASIC subroutine for evaluating the
temperature
T
from the Chebychev series using
Equations (1) and (4). Double precision calculations are
recommended.
==
Table 1. Chebychev Fit Coefficients
2.0 K to 12.0 K
12.0 K to 24.5 K
24.5 K to 100.0 K
100 K to 475 K
VL = 1.32412
VU = 1.69812
A(0) = 7.556358
A(1) = -5.917261
A(2) = 0.237238
A(3) = -0.334636
A(4) = -0.058642
A(5) = -0.019929
A(6) = -0.020715
A(7) = -0.014814
A(8) = -0.008789
A(9) = -0.008554
A(10) = 0.039255
VL = 1.32412
VU = 1.69812
A(0) = 17.304227
A(1) = -7.894688
A(2) = 0.453442
A(3) = 0.002243
A(4) = 0.158036
A(5) = -0.193093
A(6) = 0.155717
A(7) = -0.085185
A(8) = 0.078550
A(9) = -0.018312
A(10) = -0.116823
VL = 1.32412
VU = 1.69812
A(0) = 71.818025
A(1) = -53.799888
A(2) = 1.669931
A(3) = 2.314228
A(4) = 1.566635
A(5) = 0.723026
A(6) = -0.149503
A(7) = 0.046876
A(8) = -0.388555
A(9) = 0.056889
A(10) = 0.015619
A(11) = 0.058580
VL = 1.32412
VU = 1.69812
A(0) = 287.756797
A(1) = -194.144823
A(2) = -3.837903
A(3) = -1.318325
A(4) = -0.109120
A(5) = -0.393265
A(6) = 0.146911
A(7) = -0.111192
A(8) = 0.028877
A(9) = -0.029286
Содержание DRC-91 C
Страница 21: ......
Страница 22: ......
Страница 23: ......
Страница 24: ......
Страница 25: ......
Страница 26: ......
Страница 27: ......
Страница 28: ......
Страница 29: ......
Страница 30: ......
Страница 31: ......
Страница 32: ......
Страница 33: ......
Страница 45: ...section IV Model DRC 91C Table 4 7 DRC 91C Command Summary for Instrument Setup 4 12 COPYRIGHT 3 88 LSCI ...
Страница 74: ...Table 5 1 Input Card Characteristics COPYRIGHT 3 88 5 9 ...
Страница 75: ......
Страница 76: ......
Страница 77: ......
Страница 78: ...Figure 91C lb Schematic DRC 91C Main Board 1 Input Power Supply ...
Страница 79: ...Figure 91C 1c Schematic DRC 91C Main Board 2 Output Power Supply ...
Страница 80: ...Figure 91C 1d Schematic DRC 9 1C Main Board 3 Digital Section ...
Страница 81: ...Figure 91C 1e Schematic DRC 9 1C Main Board 4 Interconnections ...
Страница 82: ...igure 91C 1f Schema Setpoint and Summation ...
Страница 83: ...Figure 91C 1g Schematic DRC 91C Main Board 6 PID Control ...
Страница 84: ...Figure 91C 1h Main Board 7 Output Stage ...
Страница 85: ...Figure 91C 1i Schematic DRC 9 oard 8 Rear Panel Interconnections ...
Страница 87: ...splay Board 1 ...
Страница 88: ... ure ...
Страница 89: ......
Страница 90: ......
Страница 91: ...REPLACEABL R T S LIST A 9 CROPROCESSOR CARD ...
Страница 92: ...essor Card ...
Страница 93: ......
Страница 94: ......
Страница 95: ......
Страница 99: ...R E P L A C E A B L E P A R T S L I S T 9210 ANALOG I N P U T C A R D ...
Страница 100: ......
Страница 101: ......
Страница 109: ...R E P L A C E A B L E P A R T S LIST 9215 C A P A C I T A N C E I N P U T CARD ...
Страница 110: ...Figure 9215 1 Model 9215 Capacitance Input Card ...
Страница 115: ...REPLACEABLE PARTS LIST 9 2 2 0 A N A L O G INPUT CARD ...
Страница 116: ...Mo ...
Страница 117: ...REPLACEABLE P A R T S LIST 9 2 2 0 ANALOG I N P U T CARD ...
Страница 118: ......
Страница 123: ......
Страница 130: ...9305 Thermocouple Input Card Model DRC 91C 93C Table 9305 4 9305 Thermocouple Curves 9305 12 COPYRIGHT 6 88 I S C I ...
Страница 131: ...Model DRC 91C 93C 9305 Thermocouple Input Card Table 9305 4 cont 9305 Thermocouple Curves COPYRIGHT 6 88 LSCI 9305 13 ...
Страница 132: ......
Страница 133: ......
Страница 134: ......
Страница 135: ......
Страница 136: ......
Страница 145: ......
Страница 146: ......
Страница 147: ......
Страница 148: ......
Страница 156: ......
Страница 157: ......
Страница 160: ......
Страница 161: ......
Страница 165: ......
Страница 166: ......
Страница 167: ...APPENDIX A Standard Diode Voltage Temperature Characteristics ...
Страница 168: ......
Страница 169: ......
Страница 170: ...APPENDIX A DIN Standard Curve for 100 ohm Platinum Sensors ...
Страница 172: ...B 2 COPYRIGHT 5 88 ...
Страница 174: ...c 2 COPYRIGHT 5 88 ...
Страница 175: ...Err25 Err26 Err27 Err28 COPYRIGHT 5 88 c 3 ...