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 🙂
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 🙂