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.

AWR1642BOOST: Inquiry Regarding Disabling Automatic PostProc Execution

Part Number: AWR1642BOOST

Tool/software:

Dear TI Team,

I am currently using MATLAB with mmWave Studio for vital sign measurement. I am encountering an issue where PostProc automatically continues to run, and I would like to disable this feature.

Attached is Fig1, which is the capture code I am currently using.

I attempted to disable the automatic PostProc execution by removing the following code lines:

" Lua_String = sprintf('ar1.StartMatlabPostProc(%s)', filename);
ErrStatus5 = RtttNetClientAPI.RtttNetClient.SendCommand(Lua_String);
pause(wait);
% Lua_String = sprintf('RSTD.Sleep(%f)', wait);
ErrStatus6 = RtttNetClientAPI.RtttNetClient.SendCommand(Lua_String);
if ( (ErrStatus5 == 30000) && (ErrStatus6 == 30000) )
disp('mmWaveStudio Frame post process Success');
end "

However, this approach did not resolve the issue. Could you please provide guidance or a solution for disabling this automatic PostProc execution?

[I am using the AWR1642BOOST and DCA1000, and I am also using the DataCaptureDemo_xWR.lua code provided by TI for use with MATLAB.]

Thank you for your assistance.

Best regards,

Kim.

  • Hi Kim,

    I have tested the same at my end by commenting out the line that does post processing and didn't observe such behaviour. 

    Before executing the lua script using MATLAB, I suggest you run the script in the mmwave studio. Next step is to compare the output window in both the runs (using MATLAB and mmwave studio).

    Regards,

    Samhitha