I already know that the data formats of bin files collected by mmwave studio software include header information, frames, and data points.
I used the 'fread' function to read in a bin file in MATLAB software and obtained 8-bit binary data as shown in the following figure (due to the large amount of data, I only listed a small portion of the previous data). May I ask which part is the header information, which part is the data frame, and which part is the data point?