Property SLFourier.TSLFourierBaseComponent.IgnoreDC
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: TSLFourierBaseComponent
Contents |
Syntax
Delphi:
property IgnoreDC : Boolean read FIgnoreDC write SetIgnoreDC default False;
C++ Builder:
__property bool IgnoreDC = { read=FIgnoreDC, write=SetIgnoreDC, default=False };
Summary
Ignores the DC component.
Description
If set to True the DC component will be ignored in the
Spectrum output.
Delphi example:
SLFourier1.IgnoreDC := True;
C++ Builder example:
SLFourier1->IgnoreDC = true;
Visual C++(MFC) example:
SLFourier1.IgnoreDC = true;
C# example:
fourier1.IgnoreDC = true;