维纳滤波算法程序我要分享

Wiener filtering algorithm program

关注次数: 167

下载次数: 0

文件大小: 2.29 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:维纳滤波(wiener filtering) 一种基于最小均方误差准则、对平稳过程的最优估计器。这种滤波器的输出与期望输出之间的均方误差为最小,因此,它是一个最佳滤波系统。它可用于提取被平稳噪声所污染的信号。


English Description:

Wiener filtering is an optimal estimator for stationary processes based on the minimum mean square error criterion. The mean square error between the output of the filter and the expected output is the smallest, so it is an optimal filtering system. It can be used to extract the signal polluted by stationary noise.


代码预览

相关推荐