I would like to ask about the "Vital Signs" example in the "mmwave industrial toolbox 4.12.1". In the "Vital Signs Reader Demo" (mmwave_industrial_toolbox_4_12_1\labs\Vital_Signs\68xx_vital_signs\gui\gui_exe\VitalSignsRadar_Demo.exe), there are four waveform charts, namely: "Breathing Waveform," "Heart Waveform," "Chest Displacement," and "Range Profile."
Regarding the waveform chart of "Range Profile," its Y-axis title is "Magnitude (a.u.)." May I know what formula is used to calculate this value?
After examining the code of "Vital Signs Reader Demo" (mmwave_industrial_toolbox_4_12_1\labs\Vital_Signs\68xx_vital_signs\gui\gui_source\mainwindow.cpp), I found that the RCS value under the code seems to be determined by the maximum value of the Range Profile.
Does this mean that the Y-axis of the "Range Profile" waveform chart represents the RCS value?
I want to use the "value of RCS" or "value of Range Profile" to further determine or predict the subject's current behavior (turning left or turning right), rather than relying solely on the "Motion Detection Flag" to judge whether the subject is currently moving.
Is the above method feasible?
Have a good day.