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.

AWR2243: Post Processing failed in mmWave Radar

Part Number: AWR2243


Hi, I am facing the same problem, and I cannot get an idea of how the previous post problem was solved.

When I choose a .bin file and click the postproc button, it returns

[10:21:07]  [RadarAPI]: ar1.StartMatlabPostProc("C:\\ti\\PostProc\\adc_data\\master_0000_data.bin")
[10:21:07]  [RadarAPI]: No of files Captured: 1, Total no of frames for each device : 4092
[10:21:07]  [RadarAPI]: Error: 
[10:21:07]  
[10:21:07]  ... MWMCR::EvaluateFunction error ... 
[10:21:07]  Reference to non-existent field 'NumOfSubFrames'.
[10:21:07]  Error in => process_adc_data.m at line 76.
[10:21:07]  
[10:21:07]  ... Matlab M-code Stack Trace ...
[10:21:07]      at
[10:21:07]  file C:\Users\Haoch\AppData\Local\Temp\Haoch\mcrCache8.5.1\Matlab0\Processing_functions\prepare_frame.m, name prepare_subframes, line 169.
[10:21:07]      at
[10:21:07]  file C:\Users\Haoch\AppData\Local\Temp\Haoch\mcrCache8.5.1\Matlab0\Processing_functions\prepare_frame.m, name prepare_frame, line 17.
[10:21:07]      at
[10:21:07]  file C:\Users\Haoch\AppData\Local\Temp\Haoch\mcrCache8.5.1\Matlab0\Processing_functions\create_current_burst_config.m, name create_current_burst_config, line 5.
[10:21:07]      at
[10:21:07]  file C:\Users\Haoch\AppData\Local\Temp\Haoch\mcrCache8.5.1\Matlab0\Processing_functions\populate_current_burst_constants.m, name populate_current_burst_constants, line 11.
[10:21:07]      at
[10:21:07]  file C:\Users\Haoch\AppData\Local\Temp\Haoch\mcrCache8.5.1\Matlab0\MatlabPostPr\process_adc_data.m, name process_adc_data, line 76.
[10:21:07]  
[10:21:07]  
[10:21:07]  Trace:
[10:21:07]     在 MathWorks.MATLAB.NET.Utility.MWMCR.EvaluateFunction(String functionName, Int32 numArgsOut, Int32 numArgsIn, MWArray[] argsIn)
[10:21:07]     在 MathWorks.MATLAB.NET.Utility.MWMCR.EvaluateFunction(Int32 numArgsOut, String functionName, MWArray[] argsIn)
[10:21:07]     在 MatlabPostProcGui.MatlabPostProcGUIClass.process_adc_data(MWArray adc_file_name, MWArray force_cont_stream_mode)
[10:21:07]     在 AR1xController.frmAR1Main.iStartMtlabPostProc()