-
ImageProcessingToolboxForUseWithMATLAB
matlab图像处理工具箱手册,对于图像处理算法的研究很有帮助,内容比较基础,适于初学者.(matlab image processing toolbox manual, for the image processing algorithm research helpful basis of comparison, the content is suitable for beginners.)
- 2007-07-23 10:18:25下载
- 积分:1
-
example1-4bar
本代码详细的讲述了平面四连杆机构的运动学仿真,包括对连杆的加速度、位移及速度图像分析!(The code detailed story of the plane kinematics simulation of the four-bar linkage, including acceleration, displacement and speed of the link image analysis!)
- 2021-04-17 18:18:52下载
- 积分:1
-
TLBO
教与学算法(TLBO),是一种非常好用人工智能算法,类似于遗传算法,可以用在算法寻优和调度排序等方面。(Teaching and learning algorithms (TLBO), is a very easy to use artificial intelligence algorithms, like genetic algorithm, the algorithm can be used in the optimization and scheduling sorting and so on.)
- 2021-04-17 15:48:52下载
- 积分:1
-
EFG_Overvelde
EFG code for cantilever beam with end loads. introduction to mesh free.
- 2011-12-01 04:24:30下载
- 积分: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
-
fisher-algorithm-report
implememtation of fisher algorithm using matlab
- 2015-01-25 10:05:02下载
- 积分:1
-
MATLAB_in_communication
通信中关键技术的matlab解决程序,适合通信专业的工程技术人员与大专院校学生.(Matlab key communications technologies settlement procedures for communication of professional engineers and college students.)
- 2010-08-04 17:22:34下载
- 积分:1
-
OFDMwithwindowing
基于ofdm的窗口技术。。。。。。。。。。。(OFDM with windowing)
- 2011-12-15 21:46:30下载
- 积分:1
-
gonglvpu
用MATLAB软件仿真实现Liu混沌系统的功率谱图,代码完整。(MATLAB software simulation Liu power spectra of chaotic systems, code integrity.)
- 2017-04-15 14:50:03下载
- 积分:1
-
Optical-Fiber-Telecommunications-Volume-VIACo
Optical Fiber Telecommunications Volume VI-A, a new book which precents Optical Fiber Telecommunications component to system
- 2014-12-15 10:22:17下载
- 积分:1