This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

msp430F67791 关于SD24采样的问题

最近在使用芯片过程中,对采样精度范围有些疑问:

1、SD24BMEMH和SD24BMEML怎么合并在一起?

是不是把SD24BMEML跟在SD24BMEMH后面?

比如我要18位精度的,是不是(SD24BMEMH << 16 | SD24BMEML) >> 14?

还是说有部分是重叠抛弃的?抛弃的是重叠低位部分还是重叠高位部分?比如下图(4系列找的图,6系列没有找到类似图):

2、过采样OSR和精度的关系是怎样的?

比如在OSR = 256,Bipolar twos complement,right aligned模式下(如下图),SD24BMEMH最大值0x00FF时,能达到24位精度,那如果是OSR = 1024下(SD24BMEMH最大值0x3FFF)是不是精度可以更高(30位?)?

3、过采样OSR和采样值有何关系?

比如在OSR = 256,Bipolar twos complement,right aligned模式下,SD24BMEMH最大值0x00FF。OSR = 1024,SD24BMEMH最大值0x3FFF,怎么决定SD24BMEMH采样范围的?

谢谢!