Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input variable x(t). For each calculation of y(t) the input values x(t) to x(t-M) are required. If one of these input values is NaN, then the output value y(t) will be NaN.

Options

todo

CoefficientSets

CoefficientSets

The coefficientSet should contain the a and b coefficients for the filter (see the equation above). It is possible to choose the number of coefficients to use. The first defined a coefficient is a1, the second defined a coefficient is a2 and so on. The last defined a coefficient is aN. The first defined b coefficient is b0, the second defined b coefficient is b1 and so on. The last defined b coefficient is bM.

...

a

...

One or more feedback coefficients (a1 to aN).

...

b

...

One or more feedforward coefficients (b0 to bM).todo

Output

Output variable y(t). For each calculation of y(t) the previous output values y(t-1) to y(t-N) are required. When this transformation runs, then the required previous output values from previous runs are retrieved from the database. If one of these previous output values is NaN, then that output value is ignored. Effectively this means that it behaves as if all previous NaN output values would be 0.

...