Skip to content

PMCW Radar

  • by

Documentations Download

1 Comment on this post

  1. Hi,
    Excellent resource, thanks.
    When plotting the range profile, we should first average the complex values and then take the absolute. This way we filter out complex noise better.
    This becomes
    y=20 * np.log10(np.abs(np.mean(range_profile[1, :, :], axis=0))),
    Just a suggestion 🙂

Leave a Reply to Hubert Cancel reply

Your email address will not be published. Required fields are marked *