Hi,
My customer wants to capture relatively small amount of adc_data.bin (say, captured in upto 1sec) and process it by their customized matlab script, and iterate those operations again and again (forever).
I checked the following script and it looked like it would do the required initialization for FPGA and IWRxxx, invoke chirps to capture frames into pre-defined file, and eventually invoke post processing with this captured data.
C:\ti\mmwave_studio_01_00_00_00\mmWaveStudio\Scripts\DataCaptureDemo_xWR.lua
So, i believe this script can be a stating point to realize their requirements. Here, My question is: ar1.StartMatlabPostProc(adc_data_path) is being used to invoke matlab post processing defined by TI. How does it look like ? How can users invoke their own matlab script from lua based script ? Do you have any example script to realize this ?
Best Regards,
NK