bigheadG / mmWave

mmWave SDK examples based on Batman Kit mmWave Sensor module
http://www.joybien.com
123 stars 30 forks source link

user detection #8

Closed hani291 closed 4 years ago

hani291 commented 4 years ago

I want to use vital sign to detect where a user is there or not or at least display zero hr an br like the one the app uses.

bigheadG commented 4 years ago

Is your application want to detect people exist only?
Doesn't need detect Breathing Rate and Heart Rate?

hani291 commented 4 years ago

No, I want it to detect Breathing Rate and Heart Rate and if there's no one there I want it to give me zero reading but it doesn't do that. In the IOS application, it gives zero reading if there's no one.

bigheadG commented 4 years ago

You can refer Motion corrupted segment removal/Gain Control at page .8 in LabGuide: https://github.com/bigheadG/mmWaveDocs/blob/master/DriverVitalSigns_DevelopersGuide.pdf

And you can use outputFilterBreathOut(BP) , outputFilterHeartOut(HP) those two data to observe(about 10 sec). Or use range profile to check people detected.