Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating Micro Doppler Plots #66

Open
daniel-merrick opened this issue Feb 21, 2024 · 0 comments
Open

Generating Micro Doppler Plots #66

daniel-merrick opened this issue Feb 21, 2024 · 0 comments

Comments

@daniel-merrick
Copy link

Hey all -

I'm just looking for some clarification on how exactly you create a micro doppler plot, particularly when there are multiple targets in scene?

I assume it's something like the following?

  1. Create Range-Doppler Maps
  2. Do detection, tracking, etc
  3. Extract 'blobs' from Range-Doppler Maps (let's imagine there is only one) based on tracking results
  4. For the one blob, average across the range bins that land in the blob
  5. Stack the vector of N samples vertically, that's your first time sample of your micro doppler spectrogram for that blob?

I'm particularly hesitant on the 4. Is this correct, you simply average across the range bins for all bins the blob lands in?

I've read that there should be a STFT somewhere, but not sure where? Are you suppose to take the STFT across each rows in the spectrogram after stacking some amount of them?

Any advice / input would be greatly appreciated.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant