Skip to content

The goal of the Wiener filter is to compute a statistical estimate of an unknown signal using a related signal as an input and filtering that known signal to produce the estimate as an output.

Notifications You must be signed in to change notification settings

ozheng1993/Wiener-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wiener-Filter

Use following function to runn myWienner code

Average deblur

deblurredim=myWienerFilter(filename, ' average’,1widthOfPSF, none, SNR)

Gaussian deblur

deblurredim=myWienerFilter(filename ,'gaussian',widthOfPSF, STD, SNR)

Motion deblur

deblurredim=myWienerFilter(filename ,'motion',len, theta,SNR)

alt text

alt text

About

The goal of the Wiener filter is to compute a statistical estimate of an unknown signal using a related signal as an input and filtering that known signal to produce the estimate as an output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages