Tool/software: Code Composer Studio
Hello, I found the DPU in the millimeter wave radar SDK. Could you provide the MATLAB version of the DPU for us to test? Thanks
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: Code Composer Studio
Hello, I found the DPU in the millimeter wave radar SDK. Could you provide the MATLAB version of the DPU for us to test? Thanks
Hello
We do not have matlab equivalents of DPU to share, however the equivalent operations would be easy to replicate in other languages.
Have you looked at the mmWave training serious which shows the fundamental of FMCW radar processing.
Regards
Vaibhav
Hello,
As indicated above, we only provide C implementations of the data processing units and chains. Each DPU or DPC includes a unit test as well which you can execute on the device to run the DPU or DPC in isolation with test provided test vectors. These are available in the respective test directories included in the DPU or DPC.
Regards
-Nitin
Thanks for your reply.
I have found the dpu code in the following directory:
C:\ti\mmwave_industrial_toolbox_4_1_0__win\mmwave_industrial_toolbox_4_1_0\labs\common\src\dpu
and C:\ti\mmwave_sdk_03_03_00_03\packages\ti\datapath\dpu
Could you tell me how to use these codes? For example, in what software does it run? The running process? And how to get the output data?
Please refer to the following thread:
IWR6843ISK-ODS: What is the procedure to run the "Unit Test for Object Detection using HWA"
You should be familiar with general CCS debugging techniques e.g. running code in CCS, putting breakpoints, observing the values of variables and memories etc. Following resources can be used to ramp-up on these topics if needed.
Thanks
-Nitin