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




