PreSenseRadar / OpenRadar

An open source library for interacting with and processing radar data, specialized for MIMO mmWave radars
Apache License 2.0
623 stars 200 forks source link

Visualizing micro doppler plots #18

Closed bayramf closed 3 years ago

bayramf commented 4 years ago

Discussion about plotting of micro doppler signatures, as they have an enormous importance in the field of machine learning.

This issue is a follow-up to #17.

bayramf commented 4 years ago

Hi @edwin-pan ,

I already took a look at your project work "FMCW Radar-based Human Movement Classification from uDoppler signatures". Nice results! How you did you generate these spectograms (see below)? Are these simulated data or did you convert range doppler maps captured with mmwave radar to these figures? If I use your scratchbook.py or generate_spectrum_from_RDC.py I can't get anywhere near your results.

Thanks in advance!

Unbenannt

edwin-pan commented 4 years ago

Hi @bayramf ,

These are simulated plots taken from Matlab's Phased Array Toolbox Demo (link). The results from the TI radar won't be as clean. However, I think you can still generate data with learnable features using the TI platform + processing like the scratchbook.py script.