最小二乘逆滤波器我要分享

Least square inverse filter

最小二乘FIR 逆滤波-fir FIR预白化 白化滤波 反卷积

关注次数: 303

下载次数: 0

文件大小: 26KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

设计最小二乘逆滤波器求解反卷积问题,假设有观测噪声,为降低观测噪声的影响,可采用预白化方法,设计长度N=50的最小平方FIR逆滤波器。


English Description:

The least square inverse filter is designed to solve the deconvolution problem, assuming that there is observation noise. In order to reduce the influence of observation noise, we can use the pre whitening method to design the least square fir inverse filter with length n = 50.


代码预览

adsp2.m

题目.doc

相关推荐