-
LMS
LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h *p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) ( LMS算法实现自适应滤波
clear close all clc
N=10000 设置仿真长度
信号产生参数设定
a1=-0.195
a1=-1.5955
a2=0.95
R0=[1,a1,a2 a1,1+a2,0 a2,a1,1]
p=[1,0,0]
r=inv(R0)*p 计算理论自相关函数
R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵
p1=[r(2),r(3)] 生成互相关
h=inv(R)*p1 计算维纳解
Jmin=r(1)-h*p1 计算维纳解时最小均方误差
u=1/sum(eigs(R)) )
- 2021-03-01 22:29:34下载
- 积分:1
-
CMOS
matlab中编写的coms摄像头采集图像显示(matlab in the preparation of the coms camera capture image display)
- 2010-11-18 16:41:12下载
- 积分:1
-
3
说明: 阐述了WLAN技术的发展现状,并详述IEEE802.11ac/ad标准中新增关键技术。MU-MIMO及MAC层增强技术是IEEE802.11ac标准中的两大新增技术,而多频段互操作快速会话迁移(FST)技术以及自适应波
束赋形技术是IEEE802.11ad标准中的关键技术改进,同时进一步阐述了802.11ad标准中支持的不同物理层类型及其应用场景。
(The development of WLAN technology, and describes the new key technology in IEEE802.11ac/ad standard)
- 2013-05-02 20:10:57下载
- 积分:1
-
WCDMAsim
一个利用matlab,仿真实现WCDMA的程序:)(A use of matlab, simulation procedures WCDMA realize:))
- 2007-08-10 16:15:35下载
- 积分:1
-
LDPCcode
利用函数MadHG生成规则LDPC码的校验矩阵H,其行重为6,列重为3,行数为列数一半(行数越大越好),H中任意两列没有围长为4的圈,并得到H对应的生成矩阵G,可以保证mod(G*H ,2)=0。使用方法为:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分为单位阵) or 2(G右半部分为单位阵),(use function MadHG Generation rules LDPC check matrix H, re-6, series of three, out for a few half of the number (A bigger the better), H 2 arbitrary no girth of the four circles, H counterparts and with the formation of matrix G, we can be assured of mod (G* H, 2) = 0. To be used : [H, G] = MadHG (m, n, x), x = 1 (the G part of the Left Front units) or 2 (G right half of the units RUF),)
- 2007-05-12 10:49:48下载
- 积分:1
-
Simulink_tutorial
Several Simulink tutorials that I have collected.
- 2011-08-22 00:47:29下载
- 积分:1
-
color_map
绘制为彩色matlab图像,解决单一颜色不能形象描述的问题(Draw for color matlab image, solve the problem of single color can t image description
)
- 2013-12-04 18:50:28下载
- 积分:1
-
clsreghotkeys
ms05016分析及测试代码!!!!!!!!!!!!!!!!!!!!1(ms05016 analysis and testing the code !!!!!!!!!!!!!!!!!!!! 1)
- 2005-04-22 12:40:34下载
- 积分:1
-
plotseismic
This code is about plotseismic.
- 2009-11-14 00:48:16下载
- 积分:1
-
pmsm
how to control a permanent magnet synchron motor
- 2009-06-03 00:56:08下载
- 积分:1