-
testrotationFault1
地震断层旋转功能,把地震断层按研究需要旋转到一定角度。(Earthquake fault rotation function, according to the research needs of earthquake faults rotated to a certain angle.)
- 2013-07-16 10:43:48下载
- 积分:1
-
matlab_code5
matlab下可以直接使用的小程序 包括各种常用算法 对应书籍为《matlab宝典》 此为总的部分(matlab can be directly used for small programs include a variety of commonly used algorithms corresponding books as " matlab book" This is part of the total)
- 2013-09-27 15:33:09下载
- 积分:1
-
pso_1
粒子群优化寻找最适合的核函数和惩罚因子,为了更好的进行故障分类判断(Particle swarm optimization to find the most suitable kernel function and penalty factor, in order to judge the fault classification)
- 2014-11-06 10:04:57下载
- 积分:1
-
jioo
JIOO算法,用于在下行OFDM系统中进行能量效率和频谱效率的权衡优化(JIOO algorithm used for energy efficiency and spectral efficiency tradeoff optimization in the downlink OFDM systems)
- 2014-03-14 14:48:49下载
- 积分:1
-
HEED
无线传感器网的HEED协议的实现。基于matlab。。(Wireless sensor networks HEED protocol implementation. Based on matlab. .)
- 2010-01-20 13:06:07下载
- 积分:1
-
Hough-circle-detection
按照步骤根据hough变换进行圆检测
按照步骤根据hough变换进行圆检测(Follow the steps under the hough transform for circle detection in accordance with the steps under the hough transform circle detection)
- 2011-06-06 18:49:48下载
- 积分:1
-
Chp6ex14
this source code is chp6ex14 matlab
- 2013-08-04 15:26:09下载
- 积分:1
-
Kalman_filter_gps
卡拉曼滤波在木匾跟踪中的应用,基于matlab仿真程序软件,姿态融合(Karaman filtering in the Mubian tracking software based on Matlab simulation program, the gesture fusion)
- 2013-04-11 22:17:52下载
- 积分:1
-
mimo_ofdm
实现OFDM-MIMO系统,包括数据产生,调制,加CP,发送,解调,去CP等(OFDM-MIMO system, including data generation, modulation, plus CP, send, demodulation, to the CP)
- 2013-04-18 10:52:22下载
- 积分: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