-
PMSM_DRIVES_SIMULATION
it is a simulation of pmsm in dq frame.
it is a simulation of pmsm in dq frame.
it is a simulation of pmsm in dq frame.
it is a simulation of pmsm in dq frame.
it is a simulation of pmsm in dq frame.
- 2013-11-19 20:11:05下载
- 积分:1
-
QPSOGuide
sunjun编写的量子粒子群算法,MATLAB程序,简单易懂,注释清晰。(QPSO.m coded by Sun Jun, a efficient and effective algorithm, also a Swarm-Intelligent algorithm.)
- 2020-12-24 12:19:05下载
- 积分:1
-
Matlab
文档介绍了matlab工具箱的使用情况。对于初学者是非常有帮助的。(Document describes the use of matlab toolbox. For beginners it is very helpful.)
- 2009-12-13 11:57:45下载
- 积分:1
-
Matrix-Operations
矩阵的运算,在此贡献,希望大家多多指点。(Matrix computation, in this contribution, we hope that a lot of guidance.)
- 2015-03-22 13:57:54下载
- 积分:1
-
ADRC学习
说明: 基于MATLAB Simulink的系统仿真技术与应用这本书里的自抗扰控制器源码,自己编的,可以运行,适合学习(Based on MATLAB Simulink system simulation technology and application of this book of active disturbance rejection controller source code, self compiled, can run, suitable for learning)
- 2020-07-28 12:47:19下载
- 积分:1
-
ZUNIWODONG
对但自由度阻尼体系进行模拟,在体系振动的同时,画出阻尼衰减曲线(However, damping of the system degree of freedom simulation, vibration in the system at the same time, draw damping attenuation curve)
- 2008-08-20 16:50:48下载
- 积分:1
-
computer-trap-
matlab 计算定积分,知道一个概率密度,可以知道怎么画出来。(matlab computing definite integral, know a probability density, you can know how to draw it.)
- 2014-09-29 14:25:19下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
Ansoft12
Ansoft,必不可少的工程电磁场分析使用说明。(The operator direction of ansoft, whichi is necessary during the design of E&M.)
- 2011-01-14 13:20:19下载
- 积分:1
-
the7part
matlab算法分子中第七章的内容,其他内容陆续上载中请稍后(matlab algorithm in Chapter VII of the molecular content, and other content be uploaded later requested)
- 2010-05-25 16:44:54下载
- 积分:1