11-20-2007 06:35 PM
11-26-2007 02:41 PM
Hello Specter,
I have looked over the diagram you included and the description of your application. I am assuming that the signal used to gate your input would be external to the M-series device. While scan clock gating (referred to as pause triggering in the context of DAQmx) is theoretically feasible to control your application, the frequencies you require are not within the capabilities of the M-series device. The largest external timebase that an M-series device can use is 20MHz.
Additionally, the bandwidth for analog input on an M-series device is much smaller than that of the signal you are attempting to acquire. The PCI-6251 for instance has a small signal bandwidth of 1.7 MHz. Any information above 1.7 MHz will be filtered out and spread across the remaining signal.
The above consideration could in fact be beneficial to your feedback application. If your modulation pulses are constant and consistent throughout the signal, they will be evenly spread across your signal due to the filtering. This means that you will be left with your bias signal plus a constant offset. Overall, ignoring this constant offset, you should still be able to see the change in bias voltage over time.
I hope this gives you some insight towards developing your application.
Regards,