Other Parts Discussed in Thread: MMWCAS-DSP-EVM, , AWR2243
Hi,
I am trying to figure out how to extract the ADC data so that I can further process it on MATLAB. However, I am running into some issues while doing so. I've managed to do a setup with a Corner Reflector (CR) positioned about 3m away from the MMWCAS-RF-EVM, (do note that this is attached to the MMWCAS-DSP-EVM and connected to my PC). I've managed to collect the data and viewed it with the in-built radar studio post-processing.
The result is shown below:
Note that the closer detection of the CR is correct, and the further detection might be due to some metallic object behind the CR. Anyway, I would like to process the information outside of the mmWave studio software, Hence referring to C:\ti\mmwave_studio_03_00_00_14\mmWaveStudio\MatlabExamples\singlechip_raw_data_reader_example, I tried to run the Matlab code, but was faced with this error from Matlab
Hence, by checking the .setup.json file (which you obtain via clicking the transfer files button) I noticed that no data was available! files are left blank.
Do note that the Matlab processing is done on another PC, hence the file path is very different from the default, Do note that I have copied the respective files over to the MATLAB PC.
{ "createdByVersion": "3.0.0.14", "createdOn": "2021-10-15T16:59:06.8767107+08:00", "configUsed": "C:\\Users\\Gabriel\\Google Drive\\DSO\\RPP2\\MMW-RF-EVM\\test_data_1.mmwave.json", "captureHardware": "TDA2XX", "mmWaveDevice": "awr2243", "operatingFreq": 77, "mmWaveDeviceConfig": { "RS232COMPort": "", "RS232BaudRate": "", "radarSSFirmware": "C:\\Users\\Gabriel\\Google Drive\\DSO\\RPP2\\MMW-RF-EVM\\xwr22xx_metaImage.bin", "masterSSFirmware": "" }, "capturedFiles": { "numFilesCollected": 0, "fileBasePath": "C:\\Users\\Gabriel\\Google Drive\\DSO\\RPP2\\MMW-RF-EVM\\test_data_1", "files": [] } }
Could someone kindly advise me on how to extract the data out of mmwave studio to MATLAB? Do note that i am currently using the C:\ti\mmwave_studio_03_00_00_14\mmWaveStudio\Scripts\Cascade\Cascade_Configuration_TestSource.lua script, hence no Tx beamforming or MIMO is used.
Your help is much appreciated!! Thank you!