Class SLBiQuadIir.TSLBiQuads
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabPkg
Unit: SLBiQuadIir
Inherits: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TSLBiQuads = class( TLPPersistentNotify )
C++ Builder:
class TSLBiQuads : public TLPPersistentNotify
Visual C++ (MFC):
class CTSLBiQuads : public CTLPPersistentNotify
C# (.NET):
public ref class TSLBiQuads : Vcl.VclProperty
Summary
Array of cascades of BiQuads to be used as Taps for the IIR filters.
Description
Defines array of cascades of BiQuads to be used as Taps for the IIR filters.
Properties
Published
- Count - Count cascades of BiQuads.
Public
- BValues - "B" value of an individual BiQuad in the array.
- AValues - "A" value of an individual BiQuad in the array.
Methods
Public
- procedure Clear() - Clears the array.
- procedure Add(B0 : Real; B1 : Real; B2 : Real; A0 : Real; A1 : Real; A2 : Real) - Adds a BiQuad to the array.
- procedure BeginUpdate()
- procedure EndUpdate()