-
Matlab
讲解matlab的相关内容,可以帮助你对其进行深入的讲解!(Matlab explain relevant content that can help you carry out in-depth explanation of their!)
- 2010-09-20 20:58:26下载
- 积分:1
-
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
-
SCM_matlab
3GPP推荐的SCM信道模型的MATLAB源码,实现了LOS场景和NLOS场景,以及极化天线情况下的仿真。(the simulation of SCM channel model suggested by 3GPP completed the environment of LOS and NLOS including the polarize antenna.)
- 2009-05-07 17:24:18下载
- 积分:1
-
butongtianxiandebijiao
用matlab实现的,空时分组码和普通天线的性能比较(Using matlab to achieve, space-time block codes and the general antenna performance comparison)
- 2010-01-19 16:30:28下载
- 积分:1
-
MATLAB5
说明: 《MATLAB小波分析》一书源代码,对初学者非常有用(" MATLAB wavelet analysis," a book source code, very useful for beginners)
- 2011-04-09 23:14:53下载
- 积分:1
-
longerkuta
用于四阶龙格库塔数值积分,做matlab仿真实验时会用到。(For the fourth-order Runge-Kutta numerical integration, doing matlab simulation experiments will be used. )
- 2012-03-24 17:09:59下载
- 积分:1
-
mrc_arrraygain
array gain of MRC in a Rayleigh fading channel
- 2013-09-19 20:28:13下载
- 积分:1
-
char23
matlab is...... source code program
- 2014-10-07 15:37:08下载
- 积分:1
-
dotm1
蜂窝系统中分布蜂窝用户,蜂窝小区500米,随机分布的用户。(UE distribute)
- 2012-08-21 20:54:28下载
- 积分:1
-
Audio-Signal-PaR
audio signal processing and recognition,是一本台湾张智星教授所写的关于语音处理的书籍,网上有另一个版本书名叫《audio processing》,和这个有点区别,两个结合看效果会更好!(audio signal processing and recognition, is a book written by Professor Zhang Zhixing Taiwan books on speech processing, there is another version of the online book called "audio processing", and this little difference, the two combined to see better results!)
- 2014-01-19 22:33:52下载
- 积分:1