A
LabVIEW Problem
Problem
LV01P03
Write a LabVIEW program that does the following.
-
Generates a sinusoidal
signal. The sinusoidal signal should have the following properties
-
It should have a frequency
the user sets, but the default should be 0.2 Hz.
-
It should have an amplitude
the user sets, but the default should be 5.
-
The computations should
be done at 0.1 second intervals
-
Display the sinusoidal
signal.
-
Use a general numeric
display.
-
In addition, use a "thermometer"
display with the slide colored red.
-
In addition, use a rotary
dial.
-
And, finally, use a graph.
-
From the sinusoidal signal,
generate a square wave.
-
Use a "Sign" block to
get +1 and -1.
-
Use the same amplitude
as the sine wave.