Property SLFir.TSLFir.Taps
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.
Class: TSLFir
Contents |
Syntax
Delphi:
property Taps : TSLReals read FTaps write SetTaps;
C++ Builder:
__property TSLReals * Taps = { read=FTaps, write=SetTaps };
Summary
The FIR filter Coefficients(Taps).
Description
Array of Real(double) values to be used as filter
coefficients (Taps).