-
ai_RayCh
无线通信中采用Dent模型的瑞利衰落信道产生器(Dent model used in wireless communications, Rayleigh fading channel generator)
- 2010-07-09 17:49:55下载
- 积分:1
-
11
说明: matlab图形用户界面设计教程,像vc一样进行交互(tutorial matlab graphical user interface design, just as interactive as vc)
- 2011-03-07 22:17:01下载
- 积分:1
-
RSSI_Matlab_Y
用matlab统计不同距离的RSSI值,画折线图,并最将各距离处平均值用最小二乘法拟合成3到5项多项式曲线(RSSI value of the matlab statistics at different distances, draw a line chart, and most average each distance with the least square method were fitted polynomial curve of 3-5)
- 2012-05-23 16:39:41下载
- 积分:1
-
gpops1-1beta
基于高斯点原理求解泛函极值的MATLAB程序。(Solving functional extremum MATLAB programs Based on the principle of Gauss points.)
- 2014-09-13 07:23:11下载
- 积分:1
-
matlab
gray coding for a 16QAM modulation scheme
- 2011-04-26 07:20:15下载
- 积分:1
-
MFO
说明: 一种新颖的启发式优化算法:飞蛾扑火算法(MFO)(A novel heuristic optimization algorithm: moth flame-fighting algorithm (MFO))
- 2019-05-29 11:40: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
-
PID-matlab
《先进PID控制MATLAB仿真第3版》所有章节程序代码 (The advanced PID control and MATLAB simulation 3 All chapters program code)
- 2013-08-27 20:26:03下载
- 积分:1
-
Region_of_interest_GUI
Run the ROI file by issuing the command ROI in the command window and a GUI screen will pop up, the screen may be used for selecting a Region of interest while viewing the full length movie and adjusting the region of interest accordingly, after hitting save the GUI will dismantle the movie to seperate images and will save them in current folder.The GUI panel is self explanatory and as such does not require any further explanations
- 2013-08-01 22:17:11下载
- 积分:1
-
proj
ITS ABOUT SOME BASIC MATLAB OPERATION
- 2013-09-11 23:54:34下载
- 积分:1