I am trying to use the formula waveform VI to generate this equation " y(t) = 7exp(-10t)sin(20*pi*t ) + 2;
I put the parameters as follow:
frequency = 10
amplitude = 7
formula = exp(-10*t)*sin(w*t) +2
The formula waveform VI did not work correctly because of the formula;
However, the book I read puts the formula as " formula = exp(-10*t)*a*sin(w*t) +2" and it worked perfectly.
Can someone tell me why I have to put "a" in the formula above. because the only difference is the "a" in the formula expression.
Thank you.