-
nkde
视频跟踪检测 背景核密度估计建模,欢迎指正,谢谢(Detection of the background video track modeling kernel density estimation, please correct me, thank you)
- 2009-04-11 09:24:59下载
- 积分:1
-
map
说明: 图论全套算法,包括最短路,最大流,匈牙利算法等(Graph theory, a full set of algorithms, including shortest path, maximum flow, the Hungarian algorithm)
- 2009-08-19 18:26:47下载
- 积分:1
-
isaretleme
matlab source code example
- 2015-04-10 18:01:38下载
- 积分:1
-
ga
说明: Genetic Algorithm For Optimization.
- 2010-08-10 21:26:39下载
- 积分:1
-
slidefilter
Sliding Sum Averaging Filter
Smoothes data by sliding it past itself, one sample at a time, and summing.
The length of the output is the same as the length of the input. The output
will be normalized. Equivalent to a moving average (lowpass) filter, but
more efficient.
- 2010-01-29 16:57:32下载
- 积分:1
-
Rotor_Software_v2
说明: 转子动力学的matlab程序,根据Dynamics of Rotating Machines M.I. Friswell, J.E.T. Penny, S.D. Garvey and A.W. Lees Cambridge University Press, 2010这本书的资料(Dynamics of Rotating Machines M.I. Friswell, J.E.T. Penny, S.D. Garvey and A.W. Lees Cambridge University Press)
- 2020-12-17 10:33:38下载
- 积分:1
-
直流电动机转矩特性
% 直流发电机转矩特性分析
% 将该函数定义为dc_mo_tor(dc_motor_torque)
%--------------------------------------------------------------------------
% 下面输入电机基本数据:
nN=1000;IfN=2.5;Rf=293/12;Ra=1.8;k=.1;E0=271
% 下面输入750转/分钟时的空载特性试验数据(Ifdata是励磁电流,Eadata是感应电势):
Ifdata=[ 0, 0.4, 1.0, 1.6, 2.0, 3.0, 8.5 12];
Eadata=[15, 43, 88, 130, 150, 193.5, 290, 291 ];
%-------------------------------------------------------------------------
% 下面进行空载特性曲线拟合:
p=polyfit(Ifdata,Eadata,3);
If=0:.01:12;% 进行励磁电流参数重新设置:
Ea=polyval(p,If);% 计算对应于拟合曲线的感应电势
%--------------------------------------------------------------------------
% 计算端电压和负载电流:
U=If*Rf;
Ia=(Ea-U)/Ra;
I=Ia-If;
% 计算并励发电机外特性:
plot(I,U,"k")
hold on
axis([0,100,0,300])
%----------------------------------------------------
- 2022-01-26 08:17:15下载
- 积分:1
-
modle-of-motor-vector-control
电机矢量控制仿真,包含自建的异步电机模型,svpwm模型等(modle of motor vector control)
- 2015-03-08 22:08:06下载
- 积分:1
-
power_hvdc_vsc
高压输电并网系统,包括逆变器控制系统,电流有功功率双环控制。(High-voltage transmission grid system, including inverter control system, the current active bicyclic control.)
- 2016-01-04 11:24:59下载
- 积分:1
-
lpp
Laurens van der Maaten 编写的LPP算法,与 Deng Cai版本不同,大家比较下(This file is part of the Matlab Toolbox for Dimensionality Reduction v0.7b.
(C) Laurens van der Maaten
Tilburg University, 2008)
- 2009-12-05 10:58:11下载
- 积分:1