ibaiGorordo / AWR1642-Read-Data-Python-MMWAVE-SDK-2

Python program to read and plot the data in real time from the AWR1642 and IWR1642 mmWave radar boards (Texas Instruments).
MIT License
136 stars 57 forks source link

Question about output signal at GUI #39

Closed rajath02 closed 2 years ago

rajath02 commented 3 years ago

I am getting the output signal at the GUI. Could you please send a sample output display of your data to verify it with mine?

Also inside the update() function, you are plotting the output only for the filtered breathing signal(x) but two different graphs are getting displayed at the GUI. Can you please explain this?

ibaiGorordo commented 3 years ago

You mean the vital sign demo , right?

I do not have the radar, so I cannot test it anymore, but based on the code it should only plot the heart rate (line 359 s.setData(frameMat,heartRateMat)).

However, the print should display both the breathing rate and heart rate (lines 311 and 312)