-
DOA_music
采用N=11的标准线阵,进行DOA估计,要求有两个信号。采用MUSIC算法(Standard linear array with N = 11, DOA estimation, requires two signals. Using the MUSIC algorithm)
- 2012-05-06 12:39:48下载
- 积分:1
-
SELDIV3RX
Field of Digital Communications.
Topic: Diversity Combining
Matlab Program (m File) for exploiting Receiver Antenna Diversity: Performance Analysis of Selection Diversity with 3 Receiver Antennas
- 2012-10-10 18:38:09下载
- 积分:1
-
MATLAB-external-interface
本书重点介绍了MATLAB外部接口应用及相应接口函数的使用方法。(The book focuses on the use of MATLAB external interface of the application and the corresponding interface function.)
- 2013-05-13 15:57:28下载
- 积分:1
-
IEEE_30BUS
this zip file contains IEEE 30 bus test system infomation in matlab m file, figure and siutable refrence for system test info. good luck
- 2015-03-29 15:36:12下载
- 积分:1
-
MSE
多尺度样本熵,研究信号用的,基础知识,非常重要(MSE, Multi-scale sample entropy, the basic knowledge of signal research, is very important)
- 2018-08-01 09:10:41下载
- 积分:1
-
SSC_calculations
Calculates four SSC parameters of the input signal. SSC stands for Statictical Signal Characterizations. Deals with time domain signals.
- 2010-08-18 12:32:40下载
- 积分:1
-
hurricane
说明: SHP格式的飓风数据
SHP格式的飓风数据
SHP格式的飓风数据
SHP格式的飓风数据(SHP SHP format data format of Hurricane Katrina data in SHP format Hurricane Katrina data in SHP format data)
- 2010-04-03 14:16:09下载
- 积分: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
-
MATLABC
说明: MATLAB的C++数学使用手册(详尽)(MATLAB to C++ Math User' s Manual (detailed))
- 2010-03-24 10:35:25下载
- 积分:1
-
algha
induction machine simulation
- 2014-09-16 03:57:52下载
- 积分:1