Class ALSignalGen.TALSignalGen
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				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 SignalGen : 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
 
