-
svpwm400
400赫兹矢量控制直流逆变电源MATLAB仿真(The 400 Hertz vector control DC power inverter MATLAB simulation)
- 2012-09-07 15:17:35下载
- 积分:1
-
danchunxingfa
matlab 实现的单纯形法,将问题建模,按要求输入后可以得到最优解,适合于所有线性规划问题(simplex method written in matlab)
- 2013-05-26 20:05:21下载
- 积分:1
-
永磁同步电机直接转矩控制simulink
永磁同步电机直接转矩控制simulink仿真模型(Simlink simulation model of direct torque control for permanent magnet synchronous motor)
- 2020-11-24 10:59:34下载
- 积分:1
-
AC_BF
利用自适应抵消技术对声矢量圆阵进行波束形成,并查看波束图。(Using adaptive cancellation technology for sound circular array beamforming vector and view beam pattern.)
- 2016-09-03 08:52:44下载
- 积分:1
-
PCA
主成分分析代码, 可以用于图像压缩等等,也叫PCAH或者KL变换(PCA or K_L transfer)
- 2009-05-12 15:34:33下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
RegionGrowing
快速的2D/3D区域生长算法,通过对邻近像素进行优先级排队进行加速,效果优于matlab本身的区域生长算法(Native Matlab implementations of region growing algorithms are usually quite slow, especially for 3D input data. This submission is a mex implementation of a 3D/2D region growing algorithm. The region growing process is further accellereated by using priority queues for the neighbourhood pixels.)
- 2013-08-01 21:49:06下载
- 积分:1
-
CSharp
software engineering C#
- 2014-11-03 22:52:44下载
- 积分:1
-
essaiso
application of wavelet in image processing and signal processing
- 2015-02-24 21:36:11下载
- 积分:1
-
MOEA-NSGA-II
基于进化算法的多目标优化,以matlab程式所寫成,請大家參考參考(evolutionary algorithm based on the multi-objective optimization to written Matlab program, please refer to reference)
- 2007-03-12 12:59:11下载
- 积分:1