Other Parts Discussed in Thread: AWR1843BOOST
Tool/software:
right now actually i can save the data and the figure after post proc that means it can be read, but how can i saved the data or if it will save automatically how can it be find the file?
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.
Tool/software:
right now actually i can save the data and the figure after post proc that means it can be read, but how can i saved the data or if it will save automatically how can it be find the file?
Hello,
The data is saved in the specified .bin file in the PostProc folder. We have some basic examples of how to process the bin file in the below app note.
https://www.ti.com/lit/an/swra581b/swra581b.pdf
Also, we have some basic matlab examples in the below directory.
C:\ti\mmwave_studio<Version_Number>\mmWaveStudio\MatlabExamples
Regards,
Adrian
Hello,
No, SDK has nothing to do with processing the raw data capture. SDK is for developing embedded application on the radar chip.
Please review the mmwave studio user guide and watch the DCA1000 training video to understand about mmwave studio.
DCA1000 Training Video | Video | TI.com
Regards,
Adrian
Hello,
I already gave you a link to an app note that will help.
https://www.ti.com/lit/an/swra581b/swra581b.pdf
I also gave you a location to example matlab scripts to help read the captured data.
C:\ti\mmwave_studio<Version_Number>\mmWaveStudio\MatlabExamples
Regards,
Adrian
Hello,
The data you captured is in the adc_data.bin file. It has nothing to do with CCS, so you should not be trying to use CCS. The documents I provided you explain how you can process this data. I cannot do all of this for you, you need to spend some time understanding it yourself and look through the documentation or search on E2E.
Regards,
Adrian
As mentioned, the data is saved in the adc_data.bin file. You can post process it in MATLAB using the examples which have been provided as a starting point.
Regards,
Adrian
Hello,
You can modify the examples we have provided. Please spend some time working on this yourself, we are not going to do the work for you. We have provided you with sufficient information to get started.
Regards,
Adrian