I am sending an array of samples taken by adc to labview via visa usb.Now I want to reconstruct the original analog signal using those samples.
The size of each sample is 12 bits, because of the resolution of the ADC and the buffer size
of the USB is 8 bits. The program must split each sample to two bytes (each sample should
be divided to the least and most valuable part) in order to use the USB buffer. Therefore, each
sample occupies two buffers of the USB and it can send 32 samples of signal per each
transaction, because the USB port can just transact 64 bytes together at highest speed.Will anybody please help me to write a VI to perform this task.