You are here: Symbol Reference > SignalProcessing Namespace > Structs, Records, Enums > SignalProcessing.TIirResultType Enumeration
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalProcessing.TIirResultType Enumeration

Specifies the form in which the IIR filter can be returned.

Pascal
TIirResultType = (
  irtNumDen,
  irtZeroPole,
  irtStateSpace
);
Members 
Description 
irtNumDen 
Numerator and denumerator. 
irtZeroPole 
Zero pole form. 
irtStateSpace 
State space form. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!