Class SLPowerSpectrum.TSLPowerSpectrum
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | 
Revision as of 23:53, 25 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 TSLPowerSpectrum : 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.




