Class SLFourier.TSLBasicInverseFourier
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' BasicInverseFourier : [[Class SLFourier.TSLBasicInverseFourierComponent|Mitov.SignalLab.BasicInverseFourierComponent]] |
</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: SLFourier
Inherits: TSLBasicInverseFourierComponent
Contents |
Syntax
Delphi:
type TSLBasicInverseFourier = class( TSLBasicInverseFourierComponent )
C++ Builder:
class TSLBasicInverseFourier : public TSLBasicInverseFourierComponent
Visual C++ (MFC):
class CTSLBasicInverseFourier : public CTSLBasicInverseFourierComponent
C# (.NET):
public ref class BasicInverseFourier : Mitov.SignalLab.BasicInverseFourierComponent
Summary
Base abstract class for inverse FFT components.
Description
Base abstract class for the inverse FFT type of components.
Properties
Published
- Order - The order of the FFT.
From TSLBasicInverseFourierComponent
Pins
- InputPin - The Complex input pin for the component.