Class SLFourier.TSLFourierBaseComponent
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: SLFourier
Inherits: TSLFourierComponent
Contents |
Syntax
Delphi:
type TSLFourierBaseComponent = class( TSLFourierComponent )
C++ Builder:
class TSLFourierBaseComponent : public TSLFourierComponent
Visual C++ (MFC):
class CTSLFourierBaseComponent : public CTSLFourierComponent
C# (.NET):
public ref class FourierBaseComponent : Mitov.SignalLab.FourierComponent
Summary
Base abstract class for FFT components.
Description
Base abstract class for the FFT type of components.
Properties
Published
- Alpha - Adjustable parameter associated with some of the windowing equations.
- IgnoreDC - Ignores the DC component.
Pins
- InputPin - The Real(double) or Complex input pin of the FFT.
- OutputPin - The Complex output pin of the FFT.
- SpectrumOutputPin - The Real(double) spectrum output pin.