自适应滤波器设计及Matlab实现 下载本文

内容发布更新时间 : 2024/9/22 16:40:27星期一 下面是文章的全部内容请认真阅读。

维纳自适应滤波器设计及Matlab实现

(毕业论文课题设计)

姓 名:学 号:年 级:专 业:指导教师:完成日期:

I

摘 要

本文从随机噪声的特性出发,分析了传统滤波和自适应滤波基本工作原理和性能,以及滤波技术的现状和发展前景。然后系统阐述了基本维纳滤波原理和自适应滤波器的基本结构模型,接着在此基础上结合最陡下降法引出LMS算法。在MSE准则下,设计了一个定长的自适应最小均方横向滤波器,并通过MATLAB编程实现。接着用图像复原来验证该滤波器的性能,结果表明图像的质量在MSE准则下得到了明显的改善。最后分析比较了自适应LMS滤波和频域维纳递归滤波之间的性能。本文还对MATLAB里面的自适应维纳滤波函数wiener2进行了简单分析。

关键字:退化图像 维纳滤波 自适应滤波

最陡下降法 LMS

Abstract

This paper analyses the basic work theory, performance of traditional filter and adaptive filter based on the property of random noise, and introduce the status quo and the foreground of filter technology. Then we explain basic theory of wiener filter and basic structure model of adaptive filter, and combine the method of steepest descent to deduce the LMS. Afterward according to the MSE rule, we design a limited length transversal filter, and implement by MATLAB. And then we validate performance of adaptive LMS filter by restoring images, Test result show that the quality of the degrade images were improved under the rule of MSE. Finally, we compare the performance of adaptive LMS filter and iterative wiener filter.

We also simply analyses the wiener2 () which is a adaptive filter in MATLAB.

Keywords: degrade image;wiener filter;adaptive filter;ADF;LMS algorithm