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.

AWR2944 Advance chirp configure 设置通过后 DCA1000无法采集到ADC数据

Part Number: AWR2944EVM
Other Parts Discussed in Thread: AWR2944, AWR2243

ADC数据采集方式:AWR2944EVM + DCA1000 + mmwave studio(03_01_00_22,这是通过FAE获取到的,这个版本还没有正式发布)

想要发射的波形如图1所示,波形参数如图2所示。

有4个profile ,profile 0 的idle time =2 us,profile 1 的idle time =3us,profile 2 的idle time =4 us,profile 3 的idle time =5 us,其余参数都相同。

每个chirp采用4Tx 同时发射;

一个burst中256个chirp,有chirp1、chirp2、chirp3和chirp4 循环64构成(4*64=256);

一个subrame有2个burst,burst1和burst2的波形完全相同burst cycle = 50ms;

一个frame只有一个subframe,frame cycle = subframe cycle = 100 ms;

 

我想用advance chirp的方式实现,因为能更好的理解advance chirp以及相关的设置,legacy mode 我已经实现(图1的波形)。

mmwave studio (03_01_00_22)的具体设置,(请查阅 mmwave studio output 日志)

我简述一下 AdvChirp 配置(这里是我自己的理解,不一定正确),因为这个波形需要四个profile ,同时需要4TX同时使能,所以LUT 设置只要设置profile (见图3)和 TX Enable(见图4),而其余参数都是相同的,所以其对应的LUT 不用去设置。LUT Address offset的大小可以通过mmwave-Radar-Interface-Control.pdf (SDK安装路径下)中关于ADV_CHIRP_GENERIC_LUT_PARAM 的说明就可知道。

关于advchirp 的参考资料我找到的如下:

1、mmwave studio user guide.pdf 中advanced chirp configuration tab;

2、Advanced_Chirp_Example.lua(位于C:\ti\mmwave_studio_03_01_00_22\mmWaveStudio\Scripts,这是我的mmwave studio 的安装路径)

3、mmwave_dfp_user_guide.pdf (需要安装SDK,位于C:\ti\mmwave_dfp_02_02_03_01\docs)

4、mmWave-Radar-Interface-Control.pdf(需要安装SDK,位于C:\ti\mmwave_dfp_02_02_03_01\docs)

5、mmw_example.c  (C:\ti\mmwave_dfp_02_02_03_01\ti\example\mmWaveLink_SingleChip_Example\mmw_example.c  -> MMWL_advChirpConfigAll

6、mmwaveconfig.txt (C:\ti\mmwave_dfp_02_02_03_01\ti\example\mmWaveLink_SingleChip_Example\mmwaveconfig.txt     L360)

想咨询一下几个问题:

1、在mmwave studio 中advchirpconfig和advframeconfig都配置通过了(见mmwave studio output 日志),output也显示数据已采集到,但是点击postproc 显示错误,见图5,这是什么原因造成的;

2、mmwave studio(03_01_00_22)这个版本目前还没有发布的,是不是不支持awr2944evm的advchirp配置;

3、如果问题2支持的话,想实现图1这样的波形,我的波形参数是否有不合适的地方或者是我在mmwave studio 设置有错误,或者有些设置我没有进行设置导致出错;

4、是否可以提供一个awr2944的Advchirp相关的lua文件可以参考

AWR2944EVM 的advchirp配置已经困扰我很久了,希望FAE能提供有效的解决办法或者之前有遇到advchirp配置(在mmwave studio中)经验的FAE邮箱

补充:附上 mmwave studio 中static config、Data Config、Sensor Config、Adv Chirp Config和Adv Frame Config中设置

-- ============ Static Config ============
ar1.ChanNAdcConfig(1, 1, 1, 1, 1, 1, 1, 1, 2, 0, 0)
ar1.RfLdoBypassConfig(0x0)
ar1.LPModConfig(0, 0)
ar1.SetMiscConfig(1, 1, 0, 0, 0, 0, 0, 0.4)
ar1.RfInit()
ar1.SetRFDeviceConfig(5, 0, 0, 1, 0, 0, 0)


-- =========== Data Config ===============
ar1.DataPathConfig(513, 1216644097, 0)
ar1.LvdsClkConfig(1, 1)
ar1.LVDSLaneConfig(0, 1, 1, 0, 0, 1, 0, 0)

-- ============Sensor Config =============
-- /*********** Profile ************/
ar1.ProfileConfig(0, 76.100000024, 2, 4.09, 45.49, 0, 0, 0, 0, 0, 0, 0, 0, 8.449, 1, 1024, 25000, 2216755204, 4, 44, 0, 0, 0)
ar1.ProfileConfig(1, 76.100000024, 3, 4.09, 45.49, 0, 0, 0, 0, 0, 0, 0, 0, 8.449, 1, 1024, 25000, 2216755204, 4, 44, 0, 0, 0)
ar1.ProfileConfig(2, 76.100000024, 4, 4.09, 45.49, 0, 0, 0, 0, 0, 0, 0, 0, 8.449, 1, 1024, 25000, 2216755204, 4, 44, 0, 0, 0)
ar1.ProfileConfig(3, 76.100000024, 5, 4.09, 45.49, 0, 0, 0, 0, 0, 0, 0, 0, 8.449, 1, 1024, 25000, 2216755204, 4, 44, 0, 0, 0)

-- ============Adv Chirp Config ============
ar1.ClearAdvChirpLUTConfig()
ar1.SetProfileAdvChirpConfigLUT(0, 4, 0, 1, 2, 3)
ar1.SetTxEnAdvChirpConfigLUT(4, 4, 15, 15, 15, 15)
ar1.AdvChirpConfig(0, 2, 0, 0, 0, 0, 0, 0, 4, 1, 0, 4, 0, 0, 0, 0, 0)
ar1.AdvChirpConfig(1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
ar1.AdvChirpConfig(2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
ar1.AdvChirpConfig(3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
ar1.AdvChirpConfig(4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
ar1.AdvChirpConfig(5, 2, 0, 0, 0, 0, 0, 0, 4, 1, 4, 4, 0, 0, 0, 0, 0)
ar1.AdvChirpConfig(6, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
ar1.AdvChirpConfig(7, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
ar1.AdvChirpConfig(8, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
ar1.AdvChirpConfig(9, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
ar1.AdvChirpConfig(10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
ar1.AdvChirpLUTConfig(0, 8)
ar1.SaveAdvChirpLUTConfig()

-- =============Adv Frame Config=============
ar1.AdvanceFrameConfig(1, 1536, 0, 0, 4, 64, 10000000, 0, 1, 2, 20000000, 0, 0, 1, 128, 8000000, 0,1, 1, 8000000, 0, 0, 1, 128, 8000000, 0, 1, 1, 8000000, 0, 0, 1, 128,8000000, 0, 1, 1, 8000000, 1, 1, 0, 1, 512, 1024, 1, 128, 1, 1, 128,1, 1, 128, 1, 1)

6153.mmwave studio outpute日志信息.txt
GM: Constructor
GM: Sat May 21 18:41:31 2022
RSTD.Transmit("/Settings")
[18:41:31]  
[18:41:31]  ### Running Startup script: "C:\ti\mmwave_studio_03_01_00_22\mmWaveStudio\Scripts\Startup.lua" ###
[18:41:31]  RSTD.SetAndTransmit ("/Settings/Scripter/Display DateTime" , "1")
[18:41:31]  RSTD.SetAndTransmit ("/Settings/Scripter/DateTime Format" , "HH:mm:ss")
[18:41:31]  Scripter ignored: Attempt to UnBuild() again or before Build.
[18:41:31]  RSTD.SetVar ("/Settings/Clients/Client 0/Dll" , "C:\\ti\\mmwave_studio_03_01_00_22\\mmWaveStudio\\Clients\\\\LabClient.dll")
[18:41:31]  RSTD.SetVar ("/Settings/Clients/Client 0/Use" , "TRUE")
[18:41:31]  RSTD.SetVar ("/Settings/Clients/Client 1/Use" , "FALSE")
[18:41:31]  RSTD.SetVar ("/Settings/Clients/Client 2/Use" , "FALSE")
[18:41:31]  RSTD.SetVar ("/Settings/Clients/Client 3/Use" , "FALSE")
[18:41:31]  RSTD.SetVar ("/Settings/Clients/Client 4/Use" , "FALSE")
[18:41:31]  RSTD.SetVar ("/Settings/AL Client/AL Dll" , "C:\\ti\\mmwave_studio_03_01_00_22\\mmWaveStudio\\RunTime\\SAL.dll")
[18:41:31]  RSTD.SetVar ("/Settings/Clients/Client 0/GuiDll" , "")
[18:41:31]  RSTD.SetVar ("/Settings/AutoUpdate/Enabled" , "TRUE")
[18:41:31]  RSTD.SetVar ("/Settings/AutoUpdate/Interval" , "1")
[18:41:31]  RSTD.SetVar ("/Settings/Monitors/UpdateDisplay" , "TRUE")
[18:41:31]  RSTD.SetVar ("/Settings/Monitors/OneClickStart" , "TRUE")
[18:41:31]  RSTD.SetVar ("/Settings/Automation/Automation Mode" , "false")
[18:41:31]  RSTD.Transmit("/")
[18:41:31]  RSTD.SaveSettings(): Settings saved to "C:\Users\EDY\AppData\Roaming\RSTD\config.xml"
[18:41:31]  RSTD.Build()
[18:41:31]  RSTD.SaveSettings(): Settings saved to "C:\Users\EDY\AppData\Roaming\RSTD\config.xml"
[18:41:31]  RSTD.Transmit("/")
[18:41:31]  RSTD.AL_Build()
[18:41:31]  RSTD.AL_LoadXml()
[18:41:31]  RSTD.Transmit("/")
[18:41:31]  RSTD.AL_Init()
[18:41:31]  RSTD.Clients_Build()
[18:41:31]  GM: Init
[18:41:31]  GM: Loaded 'C:\ti\mmwave_studio_03_01_00_22\mmWaveStudio\Clients\\LabClient.dll'
[18:41:31]  GM: 1 Guest (s) init
[18:41:31]  GM: 1 Module(s) init
[18:41:31]  GM: 2 Tab   (s) init
[18:41:31]  RSTD.Client_LoadXml()
[18:41:31]  [RadarAPI]: ar1.selectRadarMode(0)
[18:41:31]  [RadarAPI]: Status: Passed
[18:41:31]  Matlab Runtime Engine is installed
[18:41:31]  [RadarAPI]: Starting Matlab Engine..
[18:41:35]  [RadarAPI]: Matlab Engine Started!
[18:41:37]  [RadarAPI]: ar1.selectCascadeMode(0)
[18:41:37]  [RadarAPI]: Status: Passed
[18:41:37]  [RadarAPI]: ar1.LoadSettings('C:\Users\EDY\AppData\Roaming\RSTD\ar1gui.ini')
[18:41:37]  TESTING = false
[18:41:37]  RstdNet: Port 2777: Listening..
[18:41:37]  
[18:41:37]  ***Script completed successfully.***
[18:41:44]  [RadarAPI]: Opening Gpio Control Port()
[18:41:44]  [RadarAPI]: Status: Passed
[18:41:45]  [RadarAPI]: Opening Board Control Port()
[18:41:45]  [RadarAPI]: Status: Passed
[18:41:46]  [RadarAPI]: ar1.FullReset()
[18:41:46]  [RadarAPI]: Status: Passed
[18:41:47]  [RadarAPI]: Closing Board Control Port()
[18:41:47]  [RadarAPI]: Status: Passed
[18:41:47]  [RadarAPI]: Closing Gpio Control Port()
[18:41:47]  [RadarAPI]: Status: Passed
[18:41:47]  [RadarAPI]: ar1.SOPControl(2)
[18:41:47]  [RadarAPI]: Status: Passed
[18:41:48]  [RadarAPI]: ar1.Connect(6,921600,1000)
[18:41:50]  [RadarAPI]: Warning: Connected with baudrate 115200
[18:41:51]  [RadarAPI]: Warning: Disconnected existing BaudRate
[18:41:52]  [RadarAPI]: Warning: Trying to connect with baudrate 921600
[18:41:53]  [RadarAPI]: ar1.Calling_IsConnected()
[18:41:54]  [RadarAPI]: Part number of the device = 0x98
[18:41:54]  [RadarAPI]: Device type = GP
[18:41:54]  [RadarAPI]: ar1.SelectChipVersion("AR1642")
[18:41:54]  [RadarAPI]: Status: Passed
[18:41:54]  [RadarAPI]: ar1.deviceVariantSelection("XWR2944")
[18:41:54]  [RadarAPI]: Status: Passed
[18:41:54]  [RadarAPI]: ar1.frequencyBandSelection("77G")
[18:41:54]  [RadarAPI]: ar1.SelectChipVersion("AWR2944")
[18:41:54]  [RadarAPI]: Status: Passed
[18:41:54]  Device Status : AWR2944/GP/ASIL-B/SOP:2/ES:1.0
[18:41:55]  [RadarAPI]: ar1.SaveSettings('C:\Users\EDY\AppData\Roaming\RSTD\ar1gui.ini')
[18:41:56]  [RadarAPI]: ar1.DownloadBSSFw("C:\\ti\\mmwave_studio_03_01_00_22\\rf_eval_firmware\\radarss\\xwr2xxx_radarss_rprc.bin")
[18:42:07]  [RadarAPI]: ar1.GetBSSFwVersion()
[18:42:07]  [RadarAPI]: BSSFwVersion:(02.04.03.10 (28/10/21))
[18:42:07]  [RadarAPI]: ar1.DownloadMSSFw("C:\\ti\\mmwave_studio_03_01_00_22\\rf_eval_firmware\\masterss\\awr294x_mmwave_full_mss_rprc.bin")
[18:42:10]  [RadarAPI]: Downloading MSS RPRC Binary..
[18:42:15]  [RadarAPI]: ar1.GetMSSFwVersion()
[18:42:15]  [RadarAPI]: MSSFwVersion:(02.04.01.04 (12/10/21))
[18:42:16]  [RadarAPI]: ar1.PowerOn(0, 1000, 0, 0)
[18:42:16]  [RadarAPI]: Status: Passed
[18:42:16]  MSS power up done async event received!
[18:42:16]  [RadarAPI]: ar1.RfEnable()
[18:42:16]  BSS power up done async event received!
[18:42:16]  [RadarAPI]: Status: Passed
[18:42:17]  [RadarAPI]: ar1.GetMSSFwVersion()
[18:42:17]  [RadarAPI]: MSSFwVersion:(02.04.01.04 (12/10/21))
[18:42:17]  [RadarAPI]: ar1.GetBSSFwVersion()
[18:42:17]  [RadarAPI]: BSSFwVersion:(02.04.03.10 (28/10/21))
[18:42:23]  [RadarAPI]: ar1.ChanNAdcConfig(1, 1, 1, 1, 1, 1, 1, 1, 2, 0, 0)
[18:42:23]  [RadarAPI]: Status: Passed
[18:42:24]  [RadarAPI]: ar1.RfLdoBypassConfig(0x0)
[18:42:24]  [RadarAPI]: Status: Passed
[18:42:27]  [RadarAPI]: ar1.LPModConfig(0, 0)
[18:42:27]  [RadarAPI]: Status: Passed
[18:42:35]  [RadarAPI]: ar1.SetMiscConfig(1, 1, 0, 0, 0, 0, 0, 0.4)
[18:42:35]  [RadarAPI]: Status: Passed
[18:42:36]  [RadarAPI]: ar1.RfInit()
[18:42:36]  RF Init async event received!
[18:42:36]  [RadarAPI]: Time stamp, Temperture: 19896,51; SynthVCO3 Status, Update: 0, 0; APLL Status, Update: 1, 0; SynthVCO1 Status, Update: 1, 1; SynthVCO2 Status, Update: 1, 1; LODist Status, Update: 1, 1; RxADCDC Status, Update: 1, 1; HPFcutoff Status, Update: 1, 1; LPFcutoff Status, Update: 1, 1; PeakDetector Status, Update: 1, 1; TxPower Status, Update: 1, 1; RxGain Status, Update: 1, 1; TxPhase Status, Update: 1, 1; RxIQMM Status, Update: 0, 0; 
[18:42:36]  [RadarAPI]: Status: Passed
[18:42:39]  [RadarAPI]: ar1.SetRFDeviceConfig(5, 0, 0, 1, 0, 0, 0)
[18:42:39]  [RadarAPI]: Status: Passed
[18:42:45]  [RadarAPI]: ar1.DataPathConfig(513, 1216644097, 0)
[18:42:45]  [RadarAPI]: Status: Passed
[18:42:46]  [RadarAPI]: ar1.LvdsClkConfig(1, 1)
[18:42:46]  [RadarAPI]: Status: Passed
[18:42:47]  [RadarAPI]: ar1.LVDSLaneConfig(0, 1, 1, 0, 0, 1, 0, 0)
[18:42:48]  [RadarAPI]: Status: Passed
[18:42:54]  [RadarAPI]: ar1.ProfileConfig(0, 76.100000024, 2, 4.09, 45.49, 0, 0, 0, 0, 0, 0, 0, 0, 8.449, 1, 1024, 25000, 2216755204, 4, 44, 0, 0, 0)
[18:42:54]  [RadarAPI]: Status: Passed
[18:42:54]  [RadarAPI]: ar1.ProfileConfig(1, 76.100000024, 3, 4.09, 45.49, 0, 0, 0, 0, 0, 0, 0, 0, 8.449, 1, 1024, 25000, 2216755204, 4, 44, 0, 0, 0)
[18:42:54]  [RadarAPI]: Status: Passed
[18:42:54]  [RadarAPI]: ar1.ProfileConfig(2, 76.100000024, 4, 4.09, 45.49, 0, 0, 0, 0, 0, 0, 0, 0, 8.449, 1, 1024, 25000, 2216755204, 4, 44, 0, 0, 0)
[18:42:54]  [RadarAPI]: Status: Passed
[18:42:54]  [RadarAPI]: ar1.ProfileConfig(3, 76.100000024, 5, 4.09, 45.49, 0, 0, 0, 0, 0, 0, 0, 0, 8.449, 1, 1024, 25000, 2216755204, 4, 44, 0, 0, 0)
[18:42:54]  [RadarAPI]: Status: Passed
[18:42:54]  
[18:42:54]  ***Script completed successfully.***
[18:42:56]  [RadarAPI]: ar1.ProfileConfig(3, 76.100000024, 5, 4.09, 45.49, 0, 0, 0, 0, 0, 0, 0, 0, 8.449, 1, 1024, 25000, 2216755204, 4, 44, 0, 0, 0)
[18:42:56]  [RadarAPI]: Status: Passed
[18:43:09]  [RadarAPI]: ar1.ClearAdvChirpLUTConfig()
[18:43:09]  [RadarAPI]: Status: Passed
[18:43:09]  LUT Data cleared successfully
[18:43:25]  Saving Profile LUT
[18:43:25]  [RadarAPI]: ar1.SetProfileAdvChirpConfigLUT(0, 4, 0, 1, 2, 3)
[18:43:25]  [RadarAPI]: Save success. Status: Passed!
[18:43:39]  Saving TX Enable LUT
[18:43:39]  [RadarAPI]: ar1.SetTxEnAdvChirpConfigLUT(4, 4, 15, 15, 15, 15)
[18:43:39]  [RadarAPI]: Save success. Status: Passed
[18:44:33]  [RadarAPI]: ar1.AdvChirpConfig(0, 2, 0, 0, 0, 0, 0, 0, 4, 1, 0, 4, 0, 0, 0, 0, 0)
[18:44:33]  [RadarAPI]: Status: Passed
[18:44:54]  [RadarAPI]: ar1.AdvChirpConfig(1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
[18:44:54]  [RadarAPI]: Status: Passed
[18:44:59]  [RadarAPI]: ar1.AdvChirpConfig(2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
[18:44:59]  [RadarAPI]: Status: Passed
[18:45:06]  [RadarAPI]: ar1.AdvChirpConfig(3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
[18:45:06]  [RadarAPI]: Status: Passed
[18:45:09]  [RadarAPI]: ar1.AdvChirpConfig(4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
[18:45:09]  [RadarAPI]: Status: Passed
[18:45:22]  [RadarAPI]: ar1.AdvChirpConfig(5, 2, 0, 0, 0, 0, 0, 0, 4, 1, 4, 4, 0, 0, 0, 0, 0)
[18:45:22]  [RadarAPI]: Status: Passed
[18:45:44]  [RadarAPI]: ar1.AdvChirpConfig(6, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
[18:45:44]  [RadarAPI]: Status: Passed
[18:45:48]  [RadarAPI]: ar1.AdvChirpConfig(7, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
[18:45:48]  [RadarAPI]: Status: Passed
[18:45:50]  [RadarAPI]: ar1.AdvChirpConfig(8, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
[18:45:50]  [RadarAPI]: Status: Passed
[18:45:52]  [RadarAPI]: ar1.AdvChirpConfig(9, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
[18:45:53]  [RadarAPI]: Status: Passed
[18:45:56]  [RadarAPI]: ar1.AdvChirpConfig(10, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0)
[18:45:56]  [RadarAPI]: Status: Passed
[18:46:05]  [RadarAPI]: ar1.AdvChirpLUTConfig(0, 8)
[18:46:05]  [RadarAPI]: Sending Chunk 0...
[18:46:05]  [RadarAPI]: Status: Passed
[18:46:08]  [RadarAPI]: ar1.SaveAdvChirpLUTConfig()
[18:46:08]  [RadarAPI]: Status: Passed
[18:46:08]  LUT Data saved successfully to "C:\ti\mmwave_studio_03_01_00_22\mmWaveStudio\PostProc\AdvChirpLUTdata.txt"
[18:46:47]  [RadarAPI]: ar1.DisableTestSource(0)
[18:46:47]  [RadarAPI]: Status: Passed
[18:46:47]  [RadarAPI]: ar1.AdvanceFrameConfig(1, 1536, 0, 0, 4, 64, 10000000, 0, 1, 2, 20000000, 0, 0, 1, 128, 8000000, 0,1, 1, 8000000, 0, 0, 1, 128, 8000000, 0, 1, 1, 8000000, 0, 0, 1, 128,8000000, 0, 1, 1, 8000000, 1, 1, 0, 1, 512, 1024, 1, 128, 1, 1, 128,1, 1, 128, 1, 1)
[18:46:47]  [RadarAPI]: Status: Passed
[18:47:14]  [RadarAPI]: ar1.CaptureCardConfig_StartRecord("C:\\ti\\mmwave_studio_03_01_00_22\\mmWaveStudio\\PostProc\\adc_data.bin", 0)
[18:47:14]  [RadarAPI]: Sending start_record command to DCA1000
[18:47:15]  [RadarAPI]: ar1.StartFrame()
[18:47:15]  [RadarAPI]: Status: Hardware select :GlobalRef.g_TriggerSelectSW_HW value: False
[18:47:15]  [RadarAPI]: Status: Passed
[18:47:15]  Frame start async event received!
[18:47:15]  Frame End async event received!
[18:47:15]  [RadarAPI]: Frame Ended
[18:47:17]  [RadarAPI]: 
[18:47:17]  [RadarAPI]: 
[18:47:17]  Start Record command : Success
[18:47:17]  
[18:47:17]  Record is completed
[18:47:17]  
[18:47:17]  Record stop is done successfully
[18:47:20]  [RadarAPI]: ar1.StartMatlabPostProc("C:\\ti\\mmwave_studio_03_01_00_22\\mmWaveStudio\\PostProc\\adc_data.bin")
[18:47:20]  [RadarAPI]: No of files Captured: 1, Total no of frames for each device : 1
[18:47:20]  [RadarAPI]: Error: 
[18:47:20]  
[18:47:20]  ... MWMCR::EvaluateFunction error ... 
[18:47:20]  Subscript indices must either be real positive integers or logicals.
[18:47:20]  Error in => process_adc_data.m at line 76.
[18:47:20]  
[18:47:20]  ... Matlab M-code Stack Trace ...
[18:47:20]      at
[18:47:20]  file C:\Users\EDY\AppData\Local\Temp\EDY\mcrCache8.5.1\Matlab0\Processing_functions\prepare_frame.m, name prepare_subframes, line 253.
[18:47:20]      at
[18:47:20]  file C:\Users\EDY\AppData\Local\Temp\EDY\mcrCache8.5.1\Matlab0\Processing_functions\prepare_frame.m, name prepare_frame, line 17.
[18:47:20]      at
[18:47:20]  file C:\Users\EDY\AppData\Local\Temp\EDY\mcrCache8.5.1\Matlab0\Processing_functions\create_current_burst_config.m, name create_current_burst_config, line 5.
[18:47:20]      at
[18:47:20]  file C:\Users\EDY\AppData\Local\Temp\EDY\mcrCache8.5.1\Matlab0\Processing_functions\populate_current_burst_constants.m, name populate_current_burst_constants, line 11.
[18:47:20]      at
[18:47:20]  file C:\Users\EDY\AppData\Local\Temp\EDY\mcrCache8.5.1\Matlab0\MatlabPostPr\process_adc_data.m, name process_adc_data, line 76.
[18:47:20]  
[18:47:20]  
[18:47:20]  Trace:
[18:47:20]     在 MathWorks.MATLAB.NET.Utility.MWMCR.EvaluateFunction(String functionName, Int32 numArgsOut, Int32 numArgsIn, MWArray[] argsIn)
[18:47:20]     在 MathWorks.MATLAB.NET.Utility.MWMCR.EvaluateFunction(Int32 numArgsOut, String functionName, MWArray[] argsIn)
[18:47:20]     在 MatlabPostProcGui.MatlabPostProcGUIClass.process_adc_data(MWArray adc_file_name, MWArray force_cont_stream_mode)
[18:47:20]     在 AR1xController.frmAR1Main.iStartMtlabPostProc() 位置 C:\Users\a0132167\Desktop\arif\gen2\repo\git_repo\2944\mmwavestudio\AR1xController\GUI\frmAR1Main.cs:行号 2004
[18:47:43]  RSTD.ShowLogFile()

                                             图1

                                            图2

          图3

       图4

                                 图5