Cosine Wave Generator


Operator Menu Location: Generators

Operator Bitmap:
 

Functional Description:
The output of the Cosine Wave Generator is

where y is the output, x1 is the input frequency in hertz, and A is the amplitude.
The operator has an enable input pin, x2 which can be optionally connected to turn off the generator. That is, when x2 is LOW, the output is y(t)=0.
If the generator frequency does not need to change over time, input need not be connected. Instead, the frequency can be defined by the operator property f and the generator output will be
y(t) = A cos 2 pi ft

User-Defined Properties:
Object Name. A string label that identifies the operator

Amplitude. The cosine wave amplitude, A

Frequency. The cosine wave frequency in hertz. This parameter is ignored if the frequency input x1 is connected.

Display Frequency Input. This property determines if the frequency input pin is visible in the schema diagram. Design Pad  issues a warning upon processing the schema when the pin is visible but not connected. The warning message is not issued when the pin is not visible (when this property is not checked).

Display Enable Input. This property determines if the enable input pin is visible in the schema diagram. Design Pad issues a warning upon processing the schema when the pin is visible but not connected. The warning message is not issued when the pin is not visible (when this property is not checked).

Comments: None.

See Also: Sine Wave Generator