Class SLFourier.TSLFourierBaseComponent
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''' FourierBaseComponent : [[Class SLFourier.TSLFourierComponent|Mitov.SignalLab.FourierComponent]] |
</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: 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.