moving average vs. low pass filter

cmschleich

Member
Join Date
Jul 2008
Location
Irvine
Posts
16
Hi,

I'm somewhat weak on filtering theory.

We're having a discussion in the office about using a moving average filter versus a low pass filter in RSLogix for an I/O input measuring pH.

If I run tests in the PLC I can see some of the differences in the results, but I don't know where/how to start when it comes to the language/math of comparing the two methods.

I also don't understand where one would use moving averages or low/high/band pass filters in an industrial application.

Thank you,
Chris
 
Moving average is a low pass filter, it is FIR (finite impulse response). You can designe either FIR or IIR low pass filters.
Moving average filter can suite your needs, but that depends on actual application. Usually, moving average filter doesn't have very steep characteristic, which can be considered as a disadvantage.
Usually you can get better frequency response (steeper pass band curve) with IIR, but again, that depends on the actual application and type of filter. There are many windowing methods for designing FIR filters with very good responses. Your question is just too general. I suggest you to do a little research on this topic. You can found a lot on wikipedia, for example.

Cheers
 

Similar Topics

Hi all, I'm trying to set up a moving average in PME 8.6 and apparently there is such an instruction (MAVG) but when I try to insert it into an...
Replies
6
Views
2,212
I know unity pro comes with a AVGMV block. Does anyone know how to use it so it samples input values over a time period of say 60 seconds and...
Replies
3
Views
4,556
How can I average values in an array when the array is not full? For example, I have an array of size 1440. However, if only six values are...
Replies
6
Views
4,401
Hello all, The task at hand is a little tricky for me... a novice at best... This is all about an alarm and storing data into rs batch. I have...
Replies
3
Views
5,428
Hi all, I am pretty new to the PLCs and I had a question about data handling. I get readings from a pressure sensor and display it to the screen...
Replies
15
Views
5,846
Back
Top Bottom