EFilterType
Syntax
Definition:
TYPE EFilterType :
(
None := 0,
PT1 := 1,
MovingAverage := 2,
KalmanFilter3x1 := 3
)UDINT;
END_TYPEValues
|
Name |
Description |
|---|---|
|
None |
No filtering applied. |
|
PT1 |
First-order low-pass filter. |
|
MovingAverage |
Moving average filter that smooths over a configurable number of samples. |
|
KalmanFilter3x1 |
Kalman filter with 3-state model. |