Class SLDft.TSLInverseComplexDft
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: TSLBasicInverseDFTComponent
Contents |
Syntax
Delphi:
type TSLInverseComplexDft = class( TSLBasicInverseDFTComponent )
C++ Builder:
class TSLInverseComplexDft : public TSLBasicInverseDFTComponent
Visual C++ (MFC):
class CTSLInverseComplexDft : public CTSLBasicInverseDFTComponent
C# (.NET):
public ref class InverseComplexDft : Mitov.SignalLab.BasicInverseDFTComponent
Summary
Performs Complex Inverse Discrete Fourier Transformation (Inverse DFT).
Description
Use this component to perform inverse Discrete Fourier transformation (Inverse DFT) to a Complex signal.
Diagram:
Pins
- OutputPin - The Complex output pin of the Inverse FFT.
From TSLBasicInverseFourierComponent
Pins
- InputPin - The Complex input pin for the component.