In our application (using DAcq6024E), we need to generate periodic signals on the 2 analog outputs, while simultaneosly performing data acquisition on (some of) the analog inputs.
Two questions:
1. The generation, and acquisition sampling freqs. should be INDEPENDENT (e.g., 20 kHz on each of say 5-6 analog inputs, and, say, 200/400 kHz for each waveform generated on the two analog outputs). Is that possible ?
2. So, the waveforms to be generated are periodic, e.g., sinus, triangle, rectangular pulses; how can we do this generation (which functions to call) with a MINIMUM LOAD on the processor, i.e., fastest ? Here, we are hoping that the regularity of the waveforms we need to generate would help finding
a better solution than using a circular buffer of samples.
We would be very grateful for possible related C++ program samples, too.
Thank you in advance.
Radu Popa