-
DOA-estimation
基于均匀直线阵列的DOA估计,采用多重信号分类算法对信号源方位进行估计。(Based on uniform linear array DOA estimation, using multiple signal classification algorithm to estimate the signal source direction.)
- 2009-02-23 15:54:20下载
- 积分:1
-
lecture8graphicaluserinterface
gui notes describing gui guide
- 2010-12-29 00:28:32下载
- 积分:1
-
math
离散数学用matlab实现,包括手实例(about matlab,about sign)
- 2012-10-01 12:51:10下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
RPCA_matlab
RPCA,Robust PCA,matlab(RPCA,matlab,robust pca)
- 2017-03-23 17:06:09下载
- 积分:1
-
ThemethodsofFDTDbyPro.WangChangqing.pdf
这是王长清教授的关于时域有限差分解光子晶体的书,这本和高本庆教授的结合看能深刻理解FDTD方法。(This book is about the method of FDTD that is written by Pro.Wang Changqing,one can read it with the book that written by Pro.Gao Benqing to obtain FDTD.)
- 2010-09-24 14:51:53下载
- 积分:1
-
PlateRecognition
车牌自动识别,采用形态学方法,附带有测试图,适应性较强(Automatic license plate recognition, using morphology, with a test pattern, adaptability)
- 2010-10-31 09:48:55下载
- 积分:1
-
MIMO_OFDM
老外写的关于MIMO-OFDM程序,比较容易理解,具有参考作用(Written by a foreigner on the MIMO-OFDM procedures are relatively easy to understand, with reference to the role of)
- 2008-08-21 23:15:22下载
- 积分:1
-
Untitled
数学建模中灰色预测法模型的Matlab源程序代码(The model code of gray prediction method)
- 2012-05-26 16:42:01下载
- 积分:1
-
fandebao
范德堡方程的模拟与仿真实验,通过几种不同的情况来分析,并有相应的结果图像.(Modeling and simulation experiments Vanderbilt equation through several different situations to analyze, and there is a corresponding result image.)
- 2014-12-16 14:27:49下载
- 积分:1