struct TIirState;
Filter state used by IIR filtering methods.
NSPIirState is the filter state defined by Intel IPP. ComplexImpulse is True, if Iir filter has a complex impulse response. This state is initialized by IirInit method.
Fields
| Name | Type | Description |
|---|---|---|
| Buffer | DewArray<unsigned char> | |
| Bufferc | DewArray<unsigned char> | |
| ComplexImpulse | bool | |
| Initialized | bool | |
| IsDouble | bool | |
| NSPIirState | intPtr | Filter state used by IIR filtering methods. |
| NSPIirStatec | intPtr |