Tool/software:
Dear Ti Group,
I am research the Vital signs with people tracking Demo, and I'm having the same issue as discussed in this forum: "e2e.ti.com/.../iwr6843aop-vital-signs-with-people-tracking-demo
Now, I want to modify the BPM mode to TDM mode, so the config param is modified as below:
chirpCfg 0 0 0 0 0 0 0 1
chirpCfg 1 1 0 0 0 0 0 2
chirpCfg 2 2 0 0 0 0 0 4
fineMotionCfg -1 1
bpmCfg -1 0 0 0
I found that the BPM processing logic related to HR/BR calculation in the source code you gave is as follow,is part of the code of the MmwDemo_vitalsignPickupPoint function
if it is configured to TDM mode, I think it should be modified to the following,
That is, compared with the BPM processing logic in the source code, when TDM works in the working mode, the received 12 virtual channel data does not need to be processed, and can be used directly. I am not sure if my modification is correct, I hope to get your correction, thank you very much