Hello LabVIEW users,
I am currently using two 4472 boards.
I would like to acquire analog signals with both of them, so what I did was to share the clock of one of them through the RDSI line and make the acquisition start with the same trigger.
My problem is that the signals of board 1 need to be sampled at 20KHz and the ones in board 2 need to be sampled at 2KHz, so currently I am oversampling the data recorded in board 2 and then I filter it and resample it with software.
It works fine, though, now I have some performance issues and the resampling and filtering functions are the ones that take most of my performance away.
Is there any way to acquire data with two boards at the same sampling frequency AND having t
he acquisition synchronized?
Thanks a lot