-
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
-
Cooperative-communication
说明: 本书是“移动通信前沿技术系列”之一,全书共分18个章节,主要对协作通信及网络知识作了介绍,具体内容包括空时分集和编码、空时频分集与空时频编码、中继信道及协议、单中继协作通信、多节点协作通信等。全书内容分为三部分,第一部分回顾传统的MIMO系统,介绍空间、时间、频率分集的概念。第二部分主要考虑协作通信物理层的关键问题,并对其提出了行之有效的解决方案,比如针对协作通信的分布式特点,提出分布式空时(频)码;针对协作通信的频谱效率问题,提出了新颖和有效的协作方案。第三部分介绍协作通信对物理层之上的MAC层、网络层及应用层产生的影响,内容涉及如何协作路由,如何通过协作使网络覆盖范围增大,如何延长网络寿命等。(This book is one of the "cutting edge mobile communication technology series". The book is divided into 18 chapters, mainly on cooperative communications and network knowledge and specific content including the empty hours of collection and coding, space-time-frequency diversity and space-time frequency coding, relay channel and protocols, single-relay cooperative communication, multi-node cooperative communications.)
- 2011-03-30 19:56:19下载
- 积分:1
-
data
金融时间序列data,著名的那本书的data
(datafdfjkajfkd AIVAFDF)
- 2013-03-18 00:35:38下载
- 积分:1
-
FEM_2Dor3D_linelast_standard.m
linear elastic Fem analysis in materials
- 2011-12-10 08:27:19下载
- 积分:1
-
simpgdsearch
大家看看,关于最优单纯形法非线性方程matlab源代码(We can see that on the optimal simplex method matlab source code. . .)
- 2013-10-26 22:57:31下载
- 积分:1
-
AntsColony
使用蚂蚁算法解决商旅问题(TSP) Matlab GUI 编程(ant algorithm used to solve a traffic problem (TSP) Matlab GUI)
- 2007-06-27 16:12:41下载
- 积分:1
-
A_with_Noise
模式识别,26个英文字母的识别,运行环境在matlab中(Pattern Recognition)
- 2009-05-28 20:16:28下载
- 积分:1
-
NRZ
用Matlab产生单双极性的NRZ和RZ码型(Using Matlab generated Mono polar NRZ and RZ format)
- 2013-08-27 11:05:25下载
- 积分:1
-
phase
说明: 检测两个输入信号的相位差。DFT_main函数中模拟了三种曲线,并对比了计算出的相位与理论相位的误差。(Detect the phase difference between two input signals. Three kinds of curves are simulated in DFT main function, and the errors between calculated phase and theoretical phase are compared.)
- 2020-02-05 18:09:12下载
- 积分:1
-
Roulettewheelselection
两种赌轮算法比较,内容清晰,可直接在matlab上运行(Roulette wheel selection)
- 2010-10-21 20:24:47下载
- 积分:1