-
SIMULINK
sumlink的ppt,对初学者有用,里面包含了对于sumlink的基本模块的介绍(sumlink the ppt, be useful for beginners, which includes the basic modules for sumlink Introduction)
- 2010-06-08 09:18:58下载
- 积分:1
-
S.J.Chapman
有关S.J.Chapman《MATLAB编程》中文版修正版的书籍资料(For SJChapman " MATLAB Programming" revised version of the book Chinese data)
- 2010-10-14 18:18:04下载
- 积分:1
-
SURF_matlab
SURF_matlab程序及样本,有需要的可以看一下(SURF_matlab procedures and sample, there is a need to look at)
- 2014-01-07 09:42:07下载
- 积分:1
-
MATLAB与机器学习
此为机器学习中的常见算法的matlab代码,代码注释详细,易上手(This is a common algorithm in machine learning matlab code, code comments in detail, easy to use)
- 2020-07-08 00:18:57下载
- 积分: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
-
Alamouti
2发射天线n接收天线MPSK调制下的AlamoutiMATLAB编码及仿真结果(2 transmitting antenna n to receive antenna AlamoutiMATLAB under MPSK coded modulation and simulation results)
- 2009-05-16 10:13:36下载
- 积分:1
-
secant
MATLAB正割法求非线性方程,为一个函数的通用形式(Secant method for solving nonlinear equations MATLAB)
- 2010-12-06 16:29:52下载
- 积分:1
-
PFC
PFC 的原理与分析设计 我们作比赛的资料(Principle and Analysis of PFC design we make the game data)
- 2013-09-05 06:46:08下载
- 积分:1
-
bluescreenaobject-interplation-
本文件中包括蓝屏技术,将object植入图像中,图像连接。内部附有操作说明。是作业最终版本,所以绝对能用。而且代码可读性很强。(This document includes a blue screen technology, the object implanted in the image, the image connection. With internal instructions. Is the final version of the job, so it is absolutely can. And the code readable.)
- 2011-12-01 03:57:23下载
- 积分:1
-
knn
实现knn算法,压缩包里有程序以及数据,直接打开matlab便可以运行(Implementation of KNN algorithm)
- 2018-05-23 11:29:12下载
- 积分:1