-
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
-
work3
the last part of my work in the photovoltaic generator
- 2011-07-14 18:20:49下载
- 积分:1
-
guibui
ICA(主分量分析)算法和程序,基于多相结构的信道化接收机,BP神经网络用于函数拟合与模式识别。( ICA (Principal Component Analysis) algorithm and procedures, Channelized receiver based on multi-phase structure, BP neural network function fitting and pattern recognition.)
- 2021-03-26 23:09:13下载
- 积分:1
-
timing_recovery
timing recovery carrier program
- 2009-02-16 17:25:36下载
- 积分:1
-
yuanchebngxu
bpsk调制 matlab仿真源程序(BPSK modulation simulation matlab source)
- 2008-03-20 12:19:26下载
- 积分:1
-
Qpsk
关于QPSK星座图的部分程序,本人搜索到的,感觉挺好的,大家可以看看,参考一下。(QPSK constellation diagram on the part of the process, I searched, feeling quite good, we can see that reference.)
- 2009-12-03 13:01:46下载
- 积分:1
-
qpskmod
QPSK modulation in Rayleigh channel
- 2013-09-19 20:32:55下载
- 积分:1
-
lms_eml
自适应滤波LMS demo,适合初学者学习自适应滤波理论(Adaptive filtering demo, suitable for beginners to learn adaptive filter theory)
- 2009-06-26 09:58:37下载
- 积分:1
-
CUDAmanualforChinese
cuda中文手册,对cuda的完整描述,是cuda爱好者与开发者的必备资料(This is a cuda manual in Chinese.The book describeds all details about cuda,which is a essential one for cuda
lovers. )
- 2020-12-31 10:58:59下载
- 积分:1
-
shafts
this is a matlab code with a gui that designs a shaft depending on the type of material needed the loads acting on it and the factor of safety
- 2011-12-27 00:13:44下载
- 积分:1