Class ALSignalGen.TALSignalGen
From Mitov Wiki Doc
(Difference between revisions)
(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.
Package: AudioLabPkg
Unit: ALSignalGen
Inherits: TALCommonGen
Contents |
Syntax
Delphi:
type TALSignalGen = class( TALCommonGen )
C++ Builder:
class TALSignalGen : public TALCommonGen
Visual C++ (MFC):
class CTALSignalGen : public CTALCommonGen
C# (.NET):
public ref class TALSignalGen : Mitov.AudioLab.CommonGen
Summary
Tone, Triangle or Rectangle audio signal generator.
Description
Use this component to generate Tone(Sine Wave), Triangle or Rectangle signal.
Diagram:
Properties
Published
- SignalType - The signal type - Tone, Triangle, ChainSaw, Square.
- Phase - The initial Phase of the generated periodic signal.
- Amplitude - The Amplitude of the generated signal.
- Frequency - The Frequency of the generated periodic signal.
- Asymmetry - The Amplitude of generated triangle signal.
Public
- CurrentPhase - Returns the current phase of the signal generator