-
BOS_NLTV_v1
kd树的结构和分析及其源代码的程序使用matlab(kd tree structure and analytical procedures used and its source code matlab)
- 2020-12-23 16:29:08下载
- 积分:1
-
matlab_MRF
MAF小程序,对初学者有一定帮助。MATLAB编写(MRF MATLAB)
- 2010-11-21 16:29:57下载
- 积分:1
-
BPSK
该文件时通信原理中的最基本的数字调制方式BPSK(二进制相移键控),希望对大家学习有帮助(When the file is the basic communication principle of digital modulation BPSK (binary phase shift keying), we hope to learn helpful)
- 2015-01-14 19:01:34下载
- 积分: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
-
flhf
信息光学课程:用MATLAB模拟光栅的弗朗禾费衍射图样(MATLAB simulation of grating diffraction pattern Francis Wo fees)
- 2011-05-21 23:05:06下载
- 积分:1
-
four_channel_hologram
四通道全息图的生成与重建代码,具有一定的借鉴意义(Code generation and four-channel hologram reconstruction, with some reference)
- 2013-11-23 22:18:56下载
- 积分:1
-
GMSK
simulink写的GMSK调制GMSK.rar(simulink written GMSK modulation GMSK.rar)
- 2008-01-23 15:32:14下载
- 积分:1
-
houfangjiaohui
单张像片后方交会,输入4个以上的控制点,反算外方位元素
(Photo leaflet resection, type of control for more than four points, inverse elements of exterior orientation)
- 2009-04-15 10:32:25下载
- 积分:1
-
MATLAB-ga
matlab遗传算法入门教程及代码 雷英杰主编 (matlab genetic algorithm and code AIR Editor Tutorial)
- 2014-09-28 17:26:49下载
- 积分:1
-
Chapter-12-Factor-Analysis
因子分析,有实例,推荐测试,下载。科学输出处理必备!(Factor analysis, there are examples of recommended tests, download. Scientific output processing necessary!)
- 2013-10-05 09:50:12下载
- 积分:1