07-20-2005 02:10 AM
07-21-2005 03:18 PM
Hi!
Thanks for contacting National Instruments.
The following location has some great examples in C that will help you get started with your application.
C:\Program Files\National Instruments\NI-DAQ\Examples\DAQmx ANSI C\Synchronization
These examples are not specific to C++. However, the syntax that you will be using is the same. I will look into the issue to see if I can find a C++ example that fits your requirements.
Regards,
Somendra
07-23-2005 11:26 AM
07-25-2005 04:07 PM
Hi Rolly,
Now I may be mistaken, but I would think that if you have an array of points for each of your waveforms, as long as you have the same number of points for each waveform you can just add each index of the array together and you should get a waveform that is the two superimposed together. You'll have your fast 2 KHz signal that has a slowly varying component at 20 Hz.
Thanks,
Laura