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.

[参考译文] OPT4060DTSEVM:OPT4060DTSEVM:如何根据 CSV 文件中的 GUI 数据计算 RGB 值。

Guru**** 2457760 points
Other Parts Discussed in Thread: OPT4060DTSEVM

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

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1498313/opt4060dtsevm-opt4060dtsevm-how-to-calculate-rgb-value-from-gui-data-in-the-csv-file

器件型号:OPT4060DTSEVM

工具/软件:

我当时使用  OPT4060DTSEVM 评估颜色检测模块、但不确定如何转换为 RGB 值。  我的应用是测量两个不同颜色的对象,我想看看是什么。  在 CSV 文件中、我看到 GUI 已经创建了数据表规定要计算的 Mantessa 值。   我不确定如何从这里转到颜色的 RGB 值。  在能够证明可以进行测量之前、我不想制作自己的 PCB。

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

    嗨、Bob、

    以下计算可用于将 ADC 代码转换为可映射到颜色空间的归一化 R、G 和 B 值:

    CSV 文件应已包含 ADC_CODES 列。

    谢谢、
    Daniel