Open Rails

IIRFilter Constructor

[This is preliminary documentation and subject to change.]

Creates an instance of IIRFilter class

IIRFilter(
   ArrayList a,
   ArrayList b,
   FilterTypes type
);

Parameters

a
A coefficients of the filter
b
B coefficients of the filter
type
Filter type

See Also

IIRFilter Class | ORTS.Common Namespace | IIRFilter Constructor Overload List