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.
不太理解偏置值修正部分的描述:
问题1.“Perform some multiple of 16 conversions on VREFLO” 为什么要进行多个16次转换,为什么要以16次转换为单位呢
问题2.如3中描述,对VREFLO进行了512次转换,那么平均值为什么不是512次转换结果的和除以512呢?平均值的分母为什么是“divide by 32”?如果这样,112减去3中的结果得到的到底是什么呢?
以下是28035偏置值修正部分的描述,我觉得原理应该是类似的,但是这个看起来就容易理解
好的 感谢帮助
我在想是不是我对那段英文描述理解的不对
有没有可能这样,之所以是16,是对VREFLO进行过采样,也就是说16次转换之后,得到一个结果
进行32个16次过采样,会得到32个VREFLO的转换结果,把这32个结果(实际经历了32x16=512次转换)求和除以32得到平均值。