-
abodep
ABODEP Analog (continuous-time) Bode plot
- 2008-06-08 23:13:06下载
- 积分:1
-
four-wei-scale
在基于Mean-Shift的目标跟踪算法中,尺度自适应机制是算法研究的一个重要方向。一种典型的方法采
用Lindeberg的尺度空间理论以获取目标尺度信息。但现有算法中将尺度由2.D矢量压缩为1一D量,未能精细地
刻画目标仿射变换时的尺度变化,从而限制了算法的适用范围。为此,该文将尺度维1.D滤波推广至2一D,构造得
到了相应的垂D尺度空间,并利用窄间维和尺度维的Mean-Shift交替迭代,实现了同时在空间位置和尺度方向对
目标的有效跟踪,提高了算法在目标尺度变化时的自适应性,并扩大了算法的适用范围。
关键(Scale adaptive mechanism in the target tracking algorithm based on Mean-Shift algorithm is an important direction of research. A typical method using Lindeberg' s scale space theory to obtain the target scale. However, the existing algorithms will scale from 2. D vector compression for 1-D volume, not fine to portray the target affine transformation of scale changes, thus limiting the scope of application of the algorithm. To this end, the paper will scale dimension. D filter to the 2-D structure has been the vertical D scale space and the use of narrow inter-dimension and scale dimension of the Mean-Shift alternating iteration, effective tracking of the target position in space and scale direction to improve the self-adaptive algorithm when the target scale changes, and to expand the scope of application of the algorithm. Key)
- 2012-06-08 22:53:43下载
- 积分:1
-
MOPSO
多目标粒子群算法求解模糊多目标的问题,快速有效。(Application of Multi-Objective Particle Swarm Optimization to Solve a Fuzzy Multi-Objective Reliability Redundancy Allocation Problem)
- 2014-01-13 08:51:18下载
- 积分:1
-
BPaRBF
利用BP神经网络与RBF(径向基函数)网络对三类目标(W.zip, T.zip, B.zip)进行分类.(BP neural network and RBF (Radial Basis Function) network on three targets (W.zip, T.zip, B.zip) classification.)
- 2015-03-26 19:14:56下载
- 积分:1
-
WaterFilling_alg
说明: 通信系统功率分配--基于SVD分解的注水算法仿真(Communication system power distribution- filling algorithm based on SVD decomposition simulation)
- 2011-02-27 23:29:15下载
- 积分:1
-
gen_target
说明: 用于实现对目标分配的遗传求解,源码是基于matlab的开发环境(used to achieve the goal of solving the genetic distribution, the source code is based on the Matlab development environment)
- 2006-03-29 11:44:49下载
- 积分:1
-
LDA-function
its code to classification with LDA in matlab
- 2014-11-09 04:50:02下载
- 积分:1
-
power-system-dynamic
analysis of dynamic of power system
- 2013-10-11 21:44:59下载
- 积分: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
-
xu2
说明: spwm,光电并伏,PI控制光伏并网系统仿真模型(Simulation model of photovoltaic grid connected system controlled by SPWM and photovoltaic PI)
- 2019-05-24 20:43:22下载
- 积分:1