09-21-2021 01:30 PM
Hi Dave,
Thank you so much. I think that would be what I'm expecting to see from the data and your vi works perfectly. Would you mind to briefly explain how did you convert that into the waveform graph? (I'm having a difficult time to understand the logic behind converting the packed data to 10bits then 16bits just by reading your vi)
Also, those regularly artifacts are actually related to the number of samples recording and the timing of the triggers in the settings (and it ain't missing data).
Marcus
09-21-2021 01:53 PM
Hi marcus,
@hobmarcus wrote:
I'm having a difficult time to understand the logic behind converting the packed data to 10bits then 16bits just by reading your vi
(Maybe you need to do some bit shifting in the I16 values to move those 10 bits into the MSB part of the 16 bits. Right now those bits only represent the LSB part of each I16 value…)