Class SLDft.TSLDft
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: SLDft
Inherits: TSLFourierBaseComponent
Contents |
Syntax
Delphi:
type TSLDft = class( TSLFourierBaseComponent )
C++ Builder:
class TSLDft : public TSLFourierBaseComponent
Visual C++ (MFC):
class CTSLDft : public CTSLFourierBaseComponent
C# (.NET):
public ref class TSLDft : Mitov.SignalLab.FourierBaseComponent
Summary
Performs Discrete Fourier Transformation (DFT).
Description
Use this component to perform Discrete Fourier transformation (DFT) over Real or Complex signal.
Properties
Published
- WindowType - Windowing function to be applied on the signal prior performing DFT.
From TSLFourierBaseComponent
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.