工具与软件:
大家好、团队
操作设备在 Cascade_Configuration_ 054.lua 中控制。
使用 Cascade_Configuration_ 4.12.lua、 我想更改操作设备。
例如、TX 1开启、其他 TX 关闭。
然后、无需信号处理的结果。
请告诉我如何设置操作设备。
此致、
Yuichi
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.
工具与软件:
大家好、团队
操作设备在 Cascade_Configuration_ 054.lua 中控制。
使用 Cascade_Configuration_ 4.12.lua、 我想更改操作设备。
例如、TX 1开启、其他 TX 关闭。
然后、无需信号处理的结果。
请告诉我如何设置操作设备。
此致、
Yuichi
您好!
我
假设您参考的是以下 LUA 脚本
C:\ti\mmwave_studio:02_01_01_00\mmWaveStudio Scripts\Casace\CCascade.52lua Cascade_Configuration_
TX 作为 ChristpConfig_mult API 的一部分被启用。 您可以看到、此 API 中的最后三个值定义了启用哪个 TX。
Int32 ChirpConfig_mult (ushort RadarDeviceId、ushort chirpStartIdx、ushort chirpEndIdx、ushort ProfileID、float startFreqVar、
float freqSlopeVar、float idleTimeVar、
float adcStartTimeVar、ushort tx0Enable、ushort tx1Enable、ushort tx2Enable)
遗憾的是、开发这些脚本的团队已不能再提供支持。 所以、我们只能提供有限的支持
谢谢你
Cesar