enum class TIirResultType : unsigned int;
Specifies the form in which the IIR filter can be returned.
Values
| Name | Description |
|---|---|
| irtNumDen | Numerator and denumerator. |
| irtStateSpace | State space form. |
| irtZeroPole | Zero pole form. |
Specifies the form in which the IIR filter can be returned.
| Name | Description |
|---|---|
| irtNumDen | Numerator and denumerator. |
| irtStateSpace | State space form. |
| irtZeroPole | Zero pole form. |