Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the interchannel delay for USB-6251? Is is fixed and/or measurable?

I would like to know what is the interchannel delay when sampling 2 channels at 500 kHz each, with a USB-6251.
Is it fixed and/or can it be measured?
My ultimate goal is to compensate the interchannel delay by interpolating between samples (I'm using spline interpolation), and offset one channel with the delay, to "simulate" simultaneous sampling.

Thanks in advance for comments and/or suggestions...


0 Kudos
Message 1 of 3
(3,316 Views)
Hi Physeter,

For most E and M series devices we use interval sampling, utilising 2 clock signals a Scan Clock and a AI Convert Clock.
The AI Convert Clock tells the multiplexer to increment and the ADC to take a reading. So with the use of a DAQmx timing Property node, we can work out the interchannel delay for a given sample rate.

Please see the attached screenshot or the example code in LV 8.0 format.



Regards
JamesC
NIUK and Ireland



Message Edited by JamesC on 02-26-2008 04:01 PM
Download All
Message 2 of 3
(3,287 Views)

@Physeter wrote:
My ultimate goal is to compensate the interchannel delay by interpolating between samples (I'm using spline interpolation), and offset one channel with the delay, to "simulate" simultaneous sampling.

Thanks in advance for comments and/or suggestions...







FYI, LV has some waveform alignment VIs available in the signal processing palette. Just search for "align waveforms."

Chris
0 Kudos
Message 3 of 3
(3,279 Views)