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.

AWR1443: About saved data of Vital Sign Demo

Part Number: AWR1443
Other Parts Discussed in Thread: AWR1642

Hi,

I am trying to develop a Vibration monitoring system with AWR1443 so I tested Vital Sign Demo and got data saved by vitalSignsDemo_GUI.

I read 'vitalSignsLab_xwr1443_DevelopersGuide' and parsed the data with matlab scripts provided in 'mmwave_automotive_toolbox_2_4_2'.

I noticed there are so many zero in outPhase and some data are exactly the same .Just like this.

So I back to bin file and get confused about the data of every frame.

In this picture,I can see magic word.According to magicwords ,I select Frame1 data with red line and Frame2 with blue line.

After Frame2 data,I can see many zero data.

After the zero data,I see Frame data again,and the data next is exactly the same with Frame2 data in picure above.

My question is:

  1. why there are so many zero data and what are them?I checked Packet Structure and don't think they are padding data.
  2. why there are some frame data repeat?For example,the Frame2 in both picture.
  3. what's the order of every frame data?Is the data successive frame data?