Pin SLFourier.TSLFourierBase.FrequencyOutputPin

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)

Revision as of 00:17, 11 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.

Class: TSLFourierBase

Contents

Syntax

Delphi:

property FrequencyOutputPin : TOWRealRangedSourcePin read FFrequencyOutputPin write FFrequencyOutputPin;

C++ Builder:

__property TOWRealRangedSourcePin FrequencyOutputPin = { read=FFrequencyOutputPin, write=FFrequencyOutputPin };

Summary

Single Sample Real(double) data Highest Frequency Output Pin.

Description

FrequencyOutputPins is the single sample Real(double) data output pin of the component.

This outputs send value each time the highest amplitude frequency is detected. Effectively it allows implementation of frequency measurement.

You can connect this pin to any pin accepting single sample Real(double) data.


Delphi example:

SLFourier1.OutputPin.Connect( SLScope1.InputPins[0] );

C++ Builder example:

SLFourier1->OutputPin->Connect( SLScope1->InputPins->Pins[0] );

Visual C++(MFC/Win32) example:

SLFourier1.OutputPin.Connect( SLScope1.InputPins[0] );

C# example:

fourier1.OutputPin.Connect( scope1.InputPins[0] );

Note Please note that unlike some other components the Scope is designed to accept single sample data, as well as buffered data, so the connection in this example will work.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox