文件名称:da2
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.88kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
FIR_A=[1 1 2]
FIR_B=[2 1 1]
function [w_out mse_out ref_out] = LMS(FIR_A,FIR_B,1,wave=square)
[w mse ref res iter] = LMS(FIR_A,FIR_B,L,wave)
LMS filter to solve the system identification problem represented below:
---------- ----------
------- FILTER A -----out_A----- FILTER X ---out--
| ---------- ---------- |
in | |
----| |+
| ---------- - -----
------- FILTER B -----out_B-------------------- SUM ---error---
---------- -----
FILTER_X is unknown and to be derived. This problem is called "filter matching"
and is encountered when one needs to augment a certain filter (A)
in order to match the behavior of a reference filter (B).-FIR_A=[1 1 2]
FIR_B=[2 1 1]
function [w_out mse_out ref_out] = LMS(FIR_A,FIR_B,1,wave=square)
[w mse ref res iter] = LMS(FIR_A,FIR_B,L,wave)
LMS filter to solve the system identification problem represented below:
---------- ----------
------- FILTER A -----out_A----- FILTER X ---out--
| ---------- ---------- |
in | |
----| |+
| ---------- - -----
------- FILTER B -----out_B-------------------- SUM ---error---
---------- -----
FILTER_X is unknown and to be derived. This problem is called "filter matching"
and is encountered when one needs to augment a certain filter (A)
in order to match the behavior of a reference filter (B).
FIR_B=[2 1 1]
function [w_out mse_out ref_out] = LMS(FIR_A,FIR_B,1,wave=square)
[w mse ref res iter] = LMS(FIR_A,FIR_B,L,wave)
LMS filter to solve the system identification problem represented below:
---------- ----------
------- FILTER A -----out_A----- FILTER X ---out--
| ---------- ---------- |
in | |
----| |+
| ---------- - -----
------- FILTER B -----out_B-------------------- SUM ---error---
---------- -----
FILTER_X is unknown and to be derived. This problem is called "filter matching"
and is encountered when one needs to augment a certain filter (A)
in order to match the behavior of a reference filter (B).-FIR_A=[1 1 2]
FIR_B=[2 1 1]
function [w_out mse_out ref_out] = LMS(FIR_A,FIR_B,1,wave=square)
[w mse ref res iter] = LMS(FIR_A,FIR_B,L,wave)
LMS filter to solve the system identification problem represented below:
---------- ----------
------- FILTER A -----out_A----- FILTER X ---out--
| ---------- ---------- |
in | |
----| |+
| ---------- - -----
------- FILTER B -----out_B-------------------- SUM ---error---
---------- -----
FILTER_X is unknown and to be derived. This problem is called "filter matching"
and is encountered when one needs to augment a certain filter (A)
in order to match the behavior of a reference filter (B).
相关搜索: LMS MSE
system identification
(系统自动生成,下载前可以参看下载内容)
下载文件列表
da2.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.