-
2DBEM
说明: 节选自OpenBEM,二维的边界单元法matlab程序(Extracted from openbem, two-dimensional boundary element method matlab program)
- 2020-11-09 17:04:14下载
- 积分:1
-
van_der_pol
混沌系统van_der_pol控制器的仿真程序,可以通过此程序仿真van_der_pol控制器的混沌系统及仿照此程序仿真其它混沌系统。(The synchronization of chaos system by van_der_pol control.)
- 2011-04-20 14:30:43下载
- 积分:1
-
vector_control
异步电机矢量控制仿真,采用svpwm生成脉冲(Induction motor vector control simulation, use of svpwm generated pulse)
- 2012-05-23 09:40:07下载
- 积分:1
-
matlab
matlab求解雷诺方程,适用于二维问题的工程分析(matlab simulation)
- 2021-04-06 19:19:02下载
- 积分:1
-
mexshape
This mex-file reads SHPT_POINT, SHPT_MULTIPOINT, SHPT_ARC, and SHPT_POLYGON shapefiles into structures.
Other requirements: Requires shapelib (http://shapelib.maptools.org).
(This mex-file reads SHPT_POINT, SHPT_MULTIPOINT, SHPT_ARC, and SHPT_POLYGON shapefiles into structures.
Other requirements: Requires shapelib (http://shapelib.maptools.org).)
- 2010-11-21 12:36:02下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
Tworay
Two path model calculator
- 2011-05-10 16:53:48下载
- 积分:1
-
DFIG_lizi
双馈风机MATLAB/simulink仿真例子(MATLAB/simulink simulation example of doubly-fed fan)
- 2019-04-11 09:55:37下载
- 积分:1
-
aloha
ALOHA协议程序:计算实际产生的业务量 ,吞吐量,平均延迟(ALOHA protocol procedures: calculation of actual traffic, throughput, average delay)
- 2012-10-10 15:42:45下载
- 积分:1
-
交流调速系统仿真模型
说明: 交流调速系统仿真模型:SPWM变频调速系统模型-5;方波永磁电动机调速系统-8;交-交变频调速系统模型-3;交流调压调速系统模型-1;交-直-交变频调速模型-4(Simulation model of AC speed regulation system: SPWM Frequency conversion speed regulation system model-5; square wave permanent magnet motor speed regulation system-8; AC-AC frequency conversion speed regulation system model-3; AC voltage regulation speed regulation system model-1; AC-DC-AC frequency conversion speed regulation model-4)
- 2021-01-05 17:18:53下载
- 积分:1