Denoising Radar Image from White Noise

5 visualizzazioni (ultimi 30 giorni)
Rafi Ahmed
Rafi Ahmed il 13 Set 2019
Commentato: darova il 19 Set 2019
How Can I remove the white noise from the radar image below using a Treshold only?

Risposta accettata

Raunak Gupta
Raunak Gupta il 16 Set 2019
Hi,
Since you are plotting the “Doppler Frequency” vs “azimuth” on figure it cannot be directly imported as an Image Format file in MATLAB. So, you may try to save the data in an Image format or can apply appropriate filtering for white noise on “Doppler Frequency” before plotting it onto figure.
For Both Image and “Doppler Frequency” vector you may use imgaussfilt which is effective at removing white noise from image. Also I can see different coloring in the figure So, I can assume there are some intensities attached with “Doppler Frequency”. I would suggests you to save the data in Image format and then apply imgaussfilt with sigma as your thresholding parameter. You may see the FilterDomain parameter in imgaussfilt for getting appropriate filtering.
  4 Commenti
Rafi Ahmed
Rafi Ahmed il 18 Set 2019
Modificato: Rafi Ahmed il 18 Set 2019
Thanks a lot for your replies. It helps a lot.
darova
darova il 19 Set 2019
Any chance of accepting the answer?

Accedi per commentare.

Più risposte (0)

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by