Newcastle University School of Chemical Engineering and Advanced Materials

DEALING WITH MEASUREMENT NOISE

(A gentle introduction to noise filtering)

CONTENTS

Averaging Filter

Introduction

Averaging Filter

Moving Average Filter
Exponentially Weighted Moving Average Filter
1st-order Low-pass filter

Choice of Filter Constants

Frequency Characteristics

 

Simple averaging can be used to reduce the effects of noise. Suppose we have n measurements of a variable x. The standard deviation of this measured variable can be estimated by:

where is the mean or average of the n measurements calculated as:

The magnitude of s is clearly dependent on the measurements, , which in practice is bounded, that is it has lower and upper limits. However, s is also dependent on the number of measurements made, i.e. the number n. Thus for bounded values of , it can be deduced that the larger n is, the smaller s becomes. In other words, given a noisy but bounded measurement sequence, we can take a large number of readings of the variable and use its average to give a better estimate of its true value (provided there is no systematic error or bias in the measurements). This is actually standard procedure in experimental work, where a number of readings are taken at a sampling instant and the average of these readings used as the measurement.

Although it is simple to calculate averages using the formula above, for online applications, it is inefficient both in terms of storage and computational requirements. This is because we need to:

  • store n data values
  • perform n additions and 1 division

Given that computer storage and high speed microprocessors are very cheap nowadays, this may not seem to be a problem. However, the load on a process computer can become quite significant when you consider the fact that hundreds, and perhaps even thousands, of measurements are made on a typical process plant. We therefore need to look at more efficient ways of calculating averages.

swot.gif (2080 bytes)
go to first page
First
go to previous page
Previous
go to next page
Next
go to last page
Last

Back to topwpe5.gif (958 bytes)

Back to the Swot Shop


© Copyright M.T. Tham (1996-2009)
Please email errors, comments or suggestions to ming.tham@ncl.ac.uk.