-
无刷直流电机调速系统,采用双闭环电流斩波控制
说明: 无刷直流电机调速系统,采用双闭环电流斩波控制(Brushless DC motor speed control system with double closed loop current chopper control)
- 2020-08-28 11:28:12下载
- 积分:1
-
涡旋光束全息与拓扑荷模拟程序
说明: 利用理论推导的方法,该matlab程序得出涡旋光束经相位全息光栅接收后一阶衍射光束的解析表达式。(By using the method of theoretical derivation, the analytical expression of the first-order diffraction beam of vortex beam received by phase holographic grating is obtained by MATLAB program.)
- 2020-04-03 20:03:46下载
- 积分: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
-
GUI_tips
GUI_tips
MATLAB GUI Tips
Collated advice on construction of user
interfaces
by
R. S. Schestowitz
Imaging Science and Biomedical Engineering
- 2011-01-15 20:04:37下载
- 积分:1
-
chap10_3
香农定理以及它在Matlab软件中的实现例程(Shannon coding and its MATLAB implementation)
- 2013-11-30 10:39:14下载
- 积分:1
-
gmapping
Gmapping for slam alogrithm
- 2015-03-04 19:42:25下载
- 积分:1
-
Mathematics
关于数学建模公选课,每一讲都很仔细,也有例题。(On Mathematical Modeling Course, each speaking very carefully, there are also examples.)
- 2011-04-30 16:10:13下载
- 积分:1
-
ga_chen
自己编写的ga(遗传算法)matlab工具箱。对比过,速度挺快的。(I have written ga (genetic algorithm) matlab toolbox. Been compared, the speed very fast.)
- 2011-05-03 11:03:13下载
- 积分:1
-
chengxusheji
电路暂态过程分析的计算机程序设计(希望帮到大家)(Circuit transient analysis, computer programming (I hope to help to you))
- 2010-05-27 18:53:57下载
- 积分:1
-
Fuzzy-AHP
模糊层次分析法,应用于数学建模中的各种评价问题和综合评价类问题(Fuzzy AHP, used mathematical modeling in a variety of evaluation and comprehensive evaluation class of problems)
- 2020-09-11 07:48:00下载
- 积分:1