public 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 | Byte[] | |
| Bufferc | Byte[] | |
| ComplexImpulse | Boolean | |
| Initialized | Boolean | |
| IsDouble | Boolean | |
| NSPIirState | IntPtr | |
| NSPIirStatec | IntPtr |