Class SLPowerSpectrum.TSLPowerSpectrum
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' PowerSpectrum : [[Class SLCommonFilter.TSLBasicThreadedFilter|Mitov.SignalLab.BasicThreadedFilter]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 36: | Line 36: | ||
Use this component to compute the Power Spectrum or the | Use this component to compute the Power Spectrum or the | ||
[[Property SLPowerSpectrum.TSLPowerSpectrum.Magnitude|Magnitude]] of a Real Buffer. | [[Property SLPowerSpectrum.TSLPowerSpectrum.Magnitude|Magnitude]] of a Real Buffer. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:SLPowerSpectrum_Preview.png]] | ||
== Properties == | == Properties == |
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: SLPowerSpectrum
Inherits: TSLBasicThreadedFilter
Contents |
Syntax
Delphi:
type TSLPowerSpectrum = class( TSLBasicThreadedFilter )
C++ Builder:
class TSLPowerSpectrum : public TSLBasicThreadedFilter
Visual C++ (MFC):
class CTSLPowerSpectrum : public CTSLBasicThreadedFilter
C# (.NET):
public ref class PowerSpectrum : Mitov.SignalLab.BasicThreadedFilter
Summary
Computes the Power Spectrum or the Magnitude of a Real Buffer.
Description
Use this component to compute the Power Spectrum or the Magnitude of a Real Buffer.
Diagram:
Properties
Published
- ProcessHalf - Process only half buffer.
- Magnitude - Magnitude/Power Spectrum mode.
Pins
- OutputPin - The output pin of the component.
- InputPin - The Complex input pin for the Power Spectrum.