Sounds like Homework to me....
However put the math in a for loop and use Iteration counter multiplied by 1/Fs to give you a value of t (Time). Then set n to however many data points you want. Use controls for all the other variables so that you can play around with their values. Then repeat for the other three equations 🙂
Craig
Thanks for the suggestion Craig. I'd like to add that I'm very new to LabVIEW and did not fully understand what you explained.
This particular graph is a part of a larger block diagram. I wanted to generate these four waveforms either using equations or just by playing around with the phases. I've created a VI which mimicks some features I want to have on it, however I've got two issues with this.
Firstly, I don't know how to change the phases so that three of the waves are out of phase by pi/4, pi/2 and pi to the first one.
Secondly, I'm not sure how to use the complex variable (i=sqrt(-1)) in LabVIEW.
Ruf.