LabVIEW VI #2: Create a VI that creates a graph based on user input as shown in the front panel below. The equation used for the graph must be: y(t) = A*sin(B*t) + C * N, where A, B, and C are user inputs. N is a Gaussian (normal distribution) random number generator (search for Gaussian White Noise) that has a standard deviation determined by a 4*t user input (see front panel).
Make sure to use the XY graph to generate the figure. This will require you to have both the time (x-axis) and y-values sent out of the For loop. You will need to bundle the two arrays together to make the XY graph.
Standard deviation: 1.00
N samples: 1000
dp: 0.01
A: 1.5
B: 3.1
C: 0.25
XY Graph: 2.5
2 - 1.5
Plot: 0
0.5 Amplitude: 0
0.5 -1
-1.5 2
2.5
Time (sec)