Class SLDft.TSLInverseDft
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' InverseDft : [[Class SLDft.TSLBasicInverseDFTComponent|Mitov.SignalLab.BasicInverseDFTComponent]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:31, 26 June 2013
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 TSLInverseDft = class( TSLBasicInverseDFTComponent )
C++ Builder:
class TSLInverseDft : public TSLBasicInverseDFTComponent
Visual C++ (MFC):
class CTSLInverseDft : public CTSLBasicInverseDFTComponent
C# (.NET):
public ref class InverseDft : Mitov.SignalLab.BasicInverseDFTComponent
Summary
Performs Real Inverse Discrete Fourier Transformation (Inverse DFT).
Description
Use this component to perform inverse Discrete Fourier transformation (Inverse DFT) to a Real signal.
Diagram:
Properties
Published
- Normalization - The normalization type for the DFT operation.
Pins
- OutputPin - The Complex output pin of the Inverse DFT.
From TSLBasicInverseFourierComponent
Pins
- InputPin - The Complex input pin for the component.