I am little confused about understanding chirp, frame relation and Frame Header, MATLAB reads "frameNumber" inside getHeader() function, Is each Frames contains the object data or what?
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.
I am little confused about understanding chirp, frame relation and Frame Header, MATLAB reads "frameNumber" inside getHeader() function, Is each Frames contains the object data or what?
Thanks
Hi,
The header is defined by the application. It is the container for the detected object data (detected number of objects, x,y, velocity...)
This basically contains all the information the sensor wants to sends to the host.
The SRR demo uses the header format defined in the early version (version 1.x) of the mmWave SDK.
This is just an example, any application developer can define it's own header format
thank you
Cesar