10-07-2015 05:09 AM
I'm using the attached program to acquire and graph data output from a 12-bit ADC via the digital inputs of an MSO6104A mised-signal scope. I want to convert the 1D array of digital waveform to a single digital waveform, then convert to analogue waveform so I can view the ADC output. I am not clear how to convert the array of waveform to a single digital waveform.
All help appreciated.
Thanks.
10-07-2015 05:36 AM
Hi RollsRoyce,
HOW do you want to convert your digital waveforms?
Do you want to append them to form one bigger waveform?
Do you want to combine them bitwise to form an U8 value from 8 bits?
Can you supply example data and expected result?
10-07-2015 06:01 AM
The array of waveforms is the output from a 12-bit analog/digital converter. Each row in the array carries a single bit of the 12-bit output. I want to combine this into a single waveform so I can graph the ADC output as an analog waveform.
10-07-2015 07:22 AM
10-07-2015 07:42 AM
Hi Rolls,
Try this, It will give the Digital output of all combianed Array of inputs, You post process acording to your analog voltage refernce.
Regards,
Somashekhar M