Denoising Radar Image from White Noise

2 次查看(过去 30 天)
How Can I remove the white noise from the radar image below using a Treshold only?

采纳的回答

Raunak Gupta
Raunak Gupta 2019-9-16
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 个评论
Rafi Ahmed
Rafi Ahmed 2019-9-18
编辑:Rafi Ahmed 2019-9-18
Thanks a lot for your replies. It helps a lot.
darova
darova 2019-9-19
Any chance of accepting the answer?

请先登录,再进行评论。

更多回答(0 个)

产品

Community Treasure Hunt

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

Start Hunting!

Translated by