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.

[参考译文] ADS1220EVM:ADS1220EVM

Guru**** 2382480 points
Other Parts Discussed in Thread: ADS1220
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/data-converters-group/data-converters/f/data-converters-forum/1109464/ads1220evm-ads1220evm

器件型号:ADS1220EVM
主题中讨论的其他器件:ADS1220


我有我的 ADC0平均值。 我想将其转换为平均电压值。 最好的方法是什么。 这是用于时域分析的 ADC 评估软件的图像。   

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好 Nikesh、

    欢迎访问我们的 e2e 论坛、非常感谢您关注我们的 ADS1220。

    EVM GUI 实际上应该有一个按钮、您可以在其中将显示从"代码"更改为"电压"。

    如果您想自行将代码转换为电压、那么我通常建议首先计算 LSB 大小(即由一个代码表示的电压值)。 然后、将 LSB 大小与要读取的代码(以十进制值表示)相乘。

    LSB 大小=(2 x VREF)/(2^24 x 增益)

    例如、如果您使用内部 VREF 且增益为4、则 LSB 大小为:(2 x 2.048V)/(2^24 x 4)= 61nV。
    然后、代码100表示您在输入端施加了6.1uV 的差分信号。

    此致、
    Joachim Wuerker