Class SLFourier.TSLFourier
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (2 intermediate revisions by one user not shown) | |||
| Line 28: | Line 28: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' Fourier : [[Class SLFourier.TSLFourierBase|Mitov.SignalLab.FourierBase]]  | 
</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: TSLFourierBase
Contents | 
Syntax
Delphi:
type TSLFourier = class( TSLFourierBase )
C++ Builder:
class TSLFourier : public TSLFourierBase
Visual C++ (MFC):
class CTSLFourier : public CTSLFourierBase
C# (.NET):
public ref class Fourier : Mitov.SignalLab.FourierBase
Summary
Performs Fast Fourier Transformation (FFT).
Description
Use this component to perform Fast Fourier transformation (FFT) over real or complex signal.
Diagram:
Properties
Published
- Normalization - The normalization type for the FFT operation.
 
From TSLFourierBase
Properties
Published
- WindowType - Windowing function to be applied on the signal prior performing FFT.
 - NumberTerms - Specifies the number of Cosine sum window function terms.
 - Order - The order of the FFT.
 - SamplingWindowStep - Step in samples when the next FFT will be applied.
 - Synchronize - Specifies if the OnFrequencyResult event will be synchronized with the main thread.
 
Pins
- FrequencyOutputPin - Single Sample Real(double) data Highest Frequency Output Pin.
 
Events
- OnFrequencyResult - Occurs when highest amplitude frequency is detected.
 
From TSLFourierBaseComponent
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.
 
