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.

[参考译文] IWR6843ISK-ODS:通过毫米波演示可视化工具提供的.cfg 配置 mmWave Studio

Guru**** 2480195 points


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

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1427679/iwr6843isk-ods-configurating-mmwave-studio-by-cfg-that-mmwave-demo-visualizer-gives

器件型号:IWR6843ISK-ODS

工具与软件:

您好!

我要根据从 mmWave Demo Visualizer 获取的.cfg 文件在 mmWave Studio 02.01.01.00中设置雷达配置。

您能向我推荐如何操作吗?

我看到配置  mmWave Studio 的三种可能方式:

1.通过.json 文件

2.通过.xml 文件

3.通过 .lua 文件

 

但我不知道如何简单地将.cfg 转换为它们。

此致、

Grigor Mardiyan

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

    您好、Grigor:

    我们内部有一些将 CFG 转换为 LUA 的工具、但目前还没有发布可用于从一个表单直接转换到另一个表单的工具。 我建议使用 CFG 和 LUA 之间的值、因为命令往往不能直接比较。 例如:在 cfg 中、有 profileCfg、这是主线性调频脉冲设计参数。 示例行可能如下所示:  

    profileCfg 0 60 10.00 59.10 0 0 54.71 1 94 3000.00 1 0 36
    在 mmWaveStudio LUA 中、它将如此
    ar1.ProfileConfig (0、60 、10、10、59.10、 0、0、0、0、0、 0、54.71 、1、94,3000、 1、0、36)。
    每当您点击 mmWaveStudio 中的按钮时、mmWaveStudio 的"Output"选项卡中将打印设置为该按钮的相应 LUA 命令。 这可以让您查看按下按钮时运行的命令、并使用命名原理和反射参数的字段可以对应于 CFG 参数。 这是我目前建议的过程。
    此致、
    Pedrhom