Optimal Wiener Filtration
The signal for this project can be found on the web page in EE. It is in the file ”boli.sig”.
Consider only the first 512 values of the signal. Case N = 512.
1. Process this signal f(n) degraded by the following smooth filter
h = [• • • , 0, 1, 2, 3, 3, 2, 1, 1, • • •]/13, (h(0) = 3)
i.e., calculate the circular convolution g(n) = f(n) * h(n), where n = 0 : (N − 1).
Convolution can be done in frequency domain
Inverse filters are commonly used in signal restoration. The common application for Inverse filters is signal deblurring; in such applications the signal is blurred with a filter and then noise is added. The main task of Inverse Filter is to restore the original signal given the characteristics of the blurring operation.
The most common approach to Inverse filter is to do the inverse operation of blurring (do deblurring).
The inverse filter can perform better with the absence of noise. However, transmission media is not ideal. Noise must be considered in any filter design. Wiener Filter objective is to de-blur the signal with noise added. The idea is to consider the Signal to Noise Ratio. When the noise is approximately zero, the resulting filter will be exactly an Inverse Filter, when there is noise; Wiener Filter will be adaptively adjusting the signal according to the Signal to Noise Ratio
Cite As
Osama Hosam (2025). Optimal Wiener Filtration (https://www.mathworks.com/matlabcentral/fileexchange/45632-optimal-wiener-filtration), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Deblurring >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |