-
123
it descibes about various matlab code
- 2010-07-28 14:05:31下载
- 积分:1
-
pathloss
SCM中大尺度损耗下对不同地区路径损耗的计算(matlab for pathloss)
- 2011-06-21 16:27:23下载
- 积分:1
-
PVmodeling
Photovoltaic cell modelling in Matlab/Simulink
- 2012-07-30 22:55:01下载
- 积分:1
-
modulation
modulation with matlab codes
- 2011-05-03 18:03:15下载
- 积分:1
-
runball
最近在学matlab,闲暇时间做了一个会动的小球(recent study in Matlab, leisure time doing the moves of a small ball)
- 2007-06-03 03:42:30下载
- 积分:1
-
Caesar_Cipher
network security algorithm ceasar cipher codes, simple implementation
- 2013-11-30 07:39:32下载
- 积分:1
-
fuzzy4
基于模糊控制的避障导航算法,MATLAB平台图形化仿真(Obstacle avoidance navigation algorithm based on fuzzy control, graphical simulation of MATLAB platform)
- 2017-10-14 20:37:33下载
- 积分: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
-
smithch
本函数在matlab实现阻抗圆图,通过调用switch()函数,可以得出传输线的反射系数,以及支节匹配等参数,本函数可以实现单、双和三支节匹配。(The realization of the impedance function in matlab circle map, by calling the switch () function of transmission line can be drawn of the reflection coefficient, as well as the support section to match the parameters, this function can achieve a single, double and three matching section.)
- 2009-04-22 20:26:20下载
- 积分:1
-
matlabnumericintegrationtoolbox
说明: matlab数值积分工具箱自己加入到工具箱就能够使用了(matlab numerical integration toolbox itself can be added to the toolbox used)
- 2008-10-16 22:22:10下载
- 积分:1