Hi,
I have recently posted fair bit about HSDC asking this and that but hopefully this will be the last (but no promises!)
I want to confirm what is being saved from HSDC into .csv. I read the manual and Matt also pointed out in my previous post that it is saved in 2s complement. But when I look at the saved file I see decimal numbers so I am a bit confused. Anyways, if I want to get the voltage level instead of ADC code, is it correct of me to do the following:
Data_saved / No_of_bit_of_ADC * full_scale = voltage ?
So I am using TSW1405 DAQ board and ADS62P49EVM (14-bit with 2Vp-p) would it be:
Data_saved/ 14 * 2 ? (Would I need to take 1-bit off for sign?)
Regards,
Jay