-
GrTheory
该压缩文件是一些经典图论算法的集合,主要适用matlab开发,种类齐全,方便大家的学习。(The compressed files are a collection of classical graph algorithms, mainly for matlab development, a broad range, we facilitate learning.)
- 2010-09-25 10:58:49下载
- 积分:1
-
diamond_distribution
改程序是经典的模态识别程序,基本包括了所有的模态识别方法,包括prony法、era发、频域分析法,还具有有限元分析等功能,对模态分析特别有帮助。(Reform program is the classic modal identification procedures, including all of the basic modal identification methods, including prony law, era hair, frequency domain analysis, also has features such as finite element analysis, modal analysis of particularly helpful.)
- 2011-06-22 18:39:50下载
- 积分:1
-
TOOLBOX_calib(9)
4步标定法,主要是实现计算机数字图像处理摄像机的标定,操作简单,比较实用(4-step calibration method is to achieve a computer digital image processing camera calibration, easy operation, more practical)
- 2011-07-20 20:56:01下载
- 积分:1
-
STBC-470419
不同发射天线数目下,空时分组编码STBC的仿真(Under different number of transmit antennas, space-time block coding STBC simulation)
- 2013-12-17 11:54:15下载
- 积分:1
-
LMS
该程序实现了lms算法的仿真,便于学习信号处理的朋友理解该算法。(The program implements the lms algorithm simulation, easy to learn to understand the signal processing algorithm friends.)
- 2010-12-04 21:27:37下载
- 积分:1
-
magnetotelluricforwardmodelling
Forward modelling in Magnetotelluris
- 2011-06-23 18:30:13下载
- 积分:1
-
chamfermatching
Description of the file: template matching source of Chamfer matching algorithm. It s OpenCV implementation
- 2013-11-25 23:42:19下载
- 积分: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
-
OnePhaseBridgeInverter
单相全桥逆变器模型 ,simulink仿真,matlab,电力电子基础(Single-phase full-bridge inverter model, simulink simulation, matlab, power electronics-based)
- 2014-04-14 22:04:44下载
- 积分:1
-
nnuebpks
D-S证据理论数据融合,粒子图像分割及匹配均为自行编制的子例程,仿真图是速度、距离、幅度三维图像,加入重复控制,合成孔径雷达(SAR)目标成像仿真,从先验概率中采样,计算权重。( D-S evidence theory data fusion, Particle image segmentation and matching subroutines themselves are prepared, FIG simulation speed, distance, amplitude three-dimensional image, Join repetitive control, Synthetic Aperture Radar (SAR) imaging simulation target, Sampling a priori probability, calculate the weight.)
- 2016-03-15 21:00:19下载
- 积分:1