12-12-2018 03:48 AM
When I used a 10-bit acquisition card to collect,in the NI-scope, how does the fench function convert data to I16 data, and if I need to get an accurate amplitude, what compensation calculations do I need to make?
12-13-2018
12:51 AM
- last edited on
03-27-2025
08:21 AM
by
Content Cleaner
Hi,
The 10-bit is the resolution of the PXIe-5162, and this corresponds to the precision (smallest voltage change it can detect).
This link explains the specifications of oscilloscopes: https://www.ni.com/en/support/documentation/supplemental/17/specifications-explained--ni-oscilloscop...
In terms of accuracy, you may refer to this calibration procedure for the PXIe-5162: https://www.ni.com/docs/en-US/bundle/pxie-5162-cal-pro/resource/373910f.pdf
12-13-2018 01:31 AM
Hello,
thank you for your answer. What I want to know is how the collected data is converted from 10 bits to 16 bits, so the data output by the fetch function becomes a 16-bit binary number.
12-13-2018 02:34 AM
12-13-2018 07:56 PM
hello,
The Tetch function can retrieve data and return a one-dimensional array of binary 16-bit values,but my Pxie-5162 is 10-bit values,so how does this function implement this conversion?
thank you.
12-13-2018 09:29 PM
12-14-2018 02:59 AM
Ok, thank you for your answer.