02-29-2008 08:10 AM
Output Frequency = [Update Rate × Frequency] / Sampling Frequency
02-29-2008 08:50 AM
Hi,
When you generate an analog output you have 2 steps:
1/ write sample into a buffer
2/ transfer sample from the buffer to the DAQ device
To calculate the frequency of the output use the formula:
Output frequency = [(cycles) x (points per seconds)] / (points in the buffer)
You can have more detail in analog output generation in DAQ documentation.
Hope this helps