iterative Wiener Filter code in matlab

1 view (last 30 days)
How do i estimate the power spectral density of an image masked by white Gaussian noise. i need sample code for the iterative weiner filter

Accepted Answer

Image Analyst
Image Analyst on 8 May 2015
You can use pwelch() or fft() to see the spectrum. With white noise, the spectrum should be pretty flat. I don't have any code handy that uses wiener filter to home in on the noise spectrum alone.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!