Hello!
I am trying to realize a synthesizer, which adds up four signals with variable frequency and amplitude to a final signal, which will be show in a graph and put out to the "myDAQ"-hardware. The picture below just shows an example.
I am thinking how to actually add four different signals up to get a resulting superimposed one. I get these signals from the "NI_MABase.lvlib:Basic Function Generator.vi", so I can choose between sinus, triangle, square and sawtooth waveform.
I've tried to do it with the simple "add"-function, but it only works with the same frequency somehow. Do you have any tips how I could realize that please?
-tommy