Anda di halaman 1dari 36

SIE1004

MEASUREMENT & SENSOR TECHNOLOGY

WEEK 2
STATIC CHARACTERISTICS OF
MEASUREMENT
8/9/2014

SIE1004 Measurement & Sensor


Technology

LEARNING OUTCOMES
Characteristics of Measurement:

8/9/2014

Accuracy & Error;


Precision & Reproducibility;
Resolution;
Sensitivity;
Non-linearity;
type of measurement errors;
Statistics analysis.
SIE1004 Measurement & Sensor
Technology

STATIC CHARACTERISTICS OF MEASUREMENT

Resolution, Precision, Accuracy and Errors;


Hysteresis
Sensitivity
Nonlinearity

8/9/2014

SIE1004 Measurement & Sensor


Technology

RESOLUTION, PRECISION & ACCURACY

Resolution: the smallest increment can be


discerned in a measurement.
Precision:
Repeatability: the variation for a set of
measurement in a short period;
Reproducibility: the variation for a set of
measurement in a long period.

Accuracy is the closeness of measurement to


the true value.
8/9/2014

SIE1004 Measurement & Sensor


Technology

STATISTIC ANALYSIS: AVERAGE

Average: Mean & Median values


x x xn
xmean 1 2 n

x
x
(in ascending order)
median (n 1) / 2

8/9/2014

SIE1004 Measurement & Sensor


Technology

STATISTIC ANALYSIS: SPREAD

Deviation: di xi xmean
Standard Derivation (s, ):
Population standard deviation:
Sample standard deviation: s

Variance (V)

(d
i 1

2
i

(d
i 1

2
i

n 1

Population variance: V 2
Sample variance: V s2

8/9/2014

SIE1004 Measurement & Sensor


Technology

STATISTICAL ANALYSIS: TEMPERATURE

60 TEMPERATURE READING [ref. 3]


8/9/2014

SIE1004 Measurement & Sensor


Technology

HISTOGRAM: TEMPERATURE DATA

60 TEMPERATURE READING [ref. 3]


8/9/2014

SIE1004 Measurement & Sensor


Technology

STATISTICAL ANALYSIS: TEMPERATURE

Mean: = 1103 ;

Median: = 1104 ;
Standard deviation: S=5.79
2

Variance: =33.49

8/9/2014

SIE1004 Measurement & Sensor


Technology

CONFIDENCE WITH NORMAL DISTRIBUTION

It is only possible to estimate, with some


confidence, the expected limits of errors.
The most common method is to use the normal
distribution.
=

1
2

1
2()2
2

The average 2 would be with 95%


confidence while 3 would be with 99.75%.
8/9/2014

SIE1004 Measurement & Sensor


Technology

10

CALCULATION BY SOFTWARE (MATLAB)

temperature=[1089,1092,1094*ones(1,2),109
5*ones(1,4),1098*ones(1,8),1100*ones(1,9),
1104*ones(1,12),1105*ones(1,4),1107*ones(
1,5),1108*ones(1,5),1110*ones(1,4),1112*on
es(1,3),1115*ones(1,2)]
mean(temperature);
(unbiased estimation for sample)
std(temperature); var(temperature);
std(temperature,1); var(temperature, 1)
(population calculation)
8/9/2014

SIE1004 Measurement & Sensor


Technology

11

CALCULATION BY SOFTWARE (EXCEL)

=AVERAGE( : );
=STDEV.P( : ) ; =VAR.P( : )
=STDEV.S( : ) ; =VAR.S( : )

(population calculation)

(unbiased estimation for sample)

8/9/2014

SIE1004 Measurement & Sensor


Technology

12

ERRORs

Error is defined as the difference between the


measured value and the true value of the
measurand: Error=(measured)-(true)
Type of errors:
Systematic (bias) errors
Random (noise) errors

Distinction between systematic and random errors [ref. 3]


8/9/2014

Target analogy of measurement accuracy (ref. 1)

SIE1004 Measurement & Sensor


Technology

13

FACTORS OF SYSTEMSTIC ERRORs

Systematic error sources:


Miscalibration: change the input-output
response; aging, damage or abuse of the
sensors;
Invasiveness: measurement process change the
intended measurand;
Error introduced in the signal path (friction &
resistance in signal transmission);
Error introduced by human observers.
8/9/2014

SIE1004 Measurement & Sensor


Technology

14

FACTORS OF RANDOM ERRORs

Random error sources define the precision of


the measurement.
Repeatability of the measurand;
Noise introduced in the measurement process;
Noise introduced in the transmission.

Measurement model with noise sources (ref. 1)


8/9/2014

SIE1004 Measurement & Sensor


Technology

15

ATTENTION TO ACCURACY DESCRIPTION

Product A: measurement range 0-100 with


accuracy 0.5%;
Product B:

Which one is more accurate in measuring body


temperature?
8/9/2014

SIE1004 Measurement & Sensor


Technology

16

PRECISION
Precision characterizes the random error.
A highly precise measuring system gives good
repeatability but may not be accurate;
In general, the accuracy of a measurement
cannot be better than the precision;
Accuracy and precision are overall
characteristics describe the validity of
measurement.
8/9/2014

SIE1004 Measurement & Sensor


Technology

17

HYSTERESIS

Hysteresis: varying signal


direction of the
movement will have
different result.

Generalized graph of output/input relationship


where hysteresis is present [ref. 1].
8/9/2014

SIE1004 Measurement & Sensor


Technology

18

STATIC SENSITIVITY

Sensitivity is the ratio of the magnitude of


response (output signal) to the magnitude of
quantity measured (input signal)
Static sensitivity, K dqo qo
dqi

8/9/2014

qi

SIE1004 Measurement & Sensor


Technology

19

NON-LINEARITY

For the input-output relationship, we prefer to


have linear relationship
However, practical units always have some
degree of nonconformity/nonlinearity.

Nonlinear amplification can give rise to unwanted output distortion [ref. 1]


8/9/2014

SIE1004 Measurement & Sensor


Technology

20

NON-LINEARITY
For ideal linear input-output relationship:
= +
Where =

is the slope and = -K is the intercept (bias)

Non-linearity function:

8/9/2014

= ( + )

SIE1004 Measurement & Sensor


Technology

21

EXPRESSION OF ERROR OF NONLINEARITY

Error of nonlinearity can be expressed in four different ways: (a) best fit line (based on
selected method used to decide this); (b) best fit line through zero; (c) line joining 0% and
100% points; and (d) theoretical line. (ref [1])
8/9/2014

SIE1004 Measurement & Sensor


Technology

22

LEAST SQUARED LINEAR FIT


Linearized: = +
Non-linear error: =
Sum of squared errors:
=

Minimize:

=2
=2

2 =

( + )2

= 0;

+ = 0

http://mathworld.wolfram.com/LeastSquaresFitting.html
http://www.mathworks.com/help/curvefit/least-squares-fitting.html
8/9/2014

SIE1004 Measurement & Sensor


Technology

23

SOFTWARE FUNCTION
Excel:
Slope:
=INDEX(LINEST(known_y's,known_x's),1)
Y-intercept:
=INDEX(LINEST(known_y's,known_x's),2)

Matlab:
mdl = fitlm(X,y) returns a linear model of the
responses y, fit to the data matrix X.

8/9/2014

SIE1004 Measurement & Sensor


Technology

24

STATIC CALIBRATION
Calibration shall refer and follow the
standards.
Measurement are taken by cycles and usually
done from low end to top end and then
reduced to the low end of the range.
It effectively combines the errors due to
nonlinearity, hysteresis and non-repeatability.

8/9/2014

SIE1004 Measurement & Sensor


Technology

25

CALIBRATION of a WEIGHTING SCALE


A low cost, 0-5lb spring weighting scale
has been calibrated by placing accurate
weights on the platform.
Several cycles were completed before
data recording started.
Fit a straight line to the data and
determine the accuracy, hysteresis and
linearity errors. Estimate the maximum
systematic and random errors.
8/9/2014

SIE1004 Measurement & Sensor


Technology

26

SCALE CALIBRATION DATA [ref. 3]

8/9/2014

SIE1004 Measurement & Sensor


Technology

27

CALIBRATION CURVE [ref. 3]

8/9/2014

SIE1004 Measurement & Sensor


Technology

28

HYSTERESIS IN MEASUREMENT
Hysteresis
7

4
Cycle 3 Upwards
Cycle 3 Downwards

Cycle 4 Upwards
Cycle 4 Downwards

0
0

-1

8/9/2014

SIE1004 Measurement & Sensor


Technology

29

DEVIATION DATA [ref. 3]

8/9/2014

SIE1004 Measurement & Sensor


Technology

30

PLOT OF DEVIATION DATA [ref. 3]

8/9/2014

SIE1004 Measurement & Sensor


Technology

31

NON-LINEAR CASE STUDY


We measured a thermocouple junction
voltage as 645 at the steam point
(100 ), 3375 at the zinc point (420 )

and 11476 at the silver point (962 ).


Determine the sensitivity function if it is
assumed to be 3rd order polynomial: =
1 + 2 2 + 3 3 and study the nonlinearity.
8/9/2014

SIE1004 Measurement & Sensor


Technology

32

CASE DISCUSSION
Based on the 3 calibration points, we can
establish equations as:
645 =1001 + 1002 2 + 1003 3 ,
3375 =4201 + 4202 2 + 4203 3 ,
11476 =9621 + 9622 2 + 9623 3 ,

http://www.wolframalpha.com/input/?i=645%3D100x%2B100^2y%2B100^3z%2C+3375+%3D420x%2B420^2+y%2B420^3z%2C+114
76+%3D962x%2B962^2+y%2B962^3z
Key in 645=100x+100^2y+100^3z, 3375 =420x+420^2 y+420^3z, 11476 =962x+962^2 y+962^3z at http://www.wolframalpha.com/

= 6.06 + 3.61 103 2 + 2.59 106 3


http://www.wolframalpha.com/input/?i=plot+V%3D+6.06T%2B3.61%C3%9710^%28
Plot by MATLAB
-3%29+T^2%2B2.59%C3%9710^%28-6%29+T^3+
>> t=0:10:1000;
>> plot(t, 6.06*t+3.61*10^(-3)*t.^2+2.59*10^(-6)*t.^3)

8/9/2014

SIE1004 Measurement & Sensor


Technology

33

MATH TOOLS FROM WOLFRAM & MATLAB

14000

12000

10000

8000

6000

4000

2000

8/9/2014

SIE1004 Measurement & Sensor


Technology

100

200

300

400

500

600

700

800

900

1000

34

LEARNING OUTCOMES
Characteristics of Measurement:
Resolution, Accuracy & Error (systematic &
random);
Precision & Reproducibility (statistical analysis);
Sensitivity (linear & non-linear);
Calibration of measuring system;

8/9/2014

SIE1004 Measurement & Sensor


Technology

35

REFERENCES
1. Measurement, Instrumentation and Sensors Handbook, Edited by John G.
Webster, CRC Press & IEEE Press, 1999
2. Principles of measurement systems, by John P. Bentley, Pearson Publication,
2005.
3. Introduction to Engineering Experimentation, by Anthony J. Wheeler & Ahmad R.
Ganji, Pearson, 2010.

8/9/2014

SIE1004 Measurement & Sensor


Technology

36

Anda mungkin juga menyukai