-
MatlabUserGuide
说明: 高技术计算环境—MATLAB使用指南,分基础篇和指令篇。(Computing environment of high-tech-MATLAB User Guide, basic instruction papers and articles.)
- 2009-08-03 11:26:21下载
- 积分:1
-
simulink_Manchester_reeor-rate
模拟通讯中电缆传输的仿真,将电缆等效为Rc网络(Simulation of analog communication cable, the cable equivalent to Rc Network)
- 2020-12-04 16:29:25下载
- 积分:1
-
lyapunov
用于计算duffing 方程的最大lyapunov指数(The largest lyapunov exponent used to calculate the Duffing equation)
- 2012-05-10 09:13:02下载
- 积分:1
-
案例一 GUI数据传递和多窗口编程
MATLAB经典案例系列视频,数据传递和多窗口编程(MATLAB classic case series video, data transfer and multi window programming)
- 2017-07-10 06:53:50下载
- 积分:1
-
Buckconverter
Buck conveter used in power electronics to buck the output voltage
- 2009-02-25 13:19:45下载
- 积分:1
-
QPSK_Sys_identification
QPSK信号的产生 很好很不错的码源 节省时间 (QPSK signals have a very good source of very good saves time code)
- 2010-12-21 19:15:00下载
- 积分:1
-
tempestpr
说明: 傅立叶采样数据生成程序,由matlab语言编写,并有详细注释(Fourier sampling data generation process, from matlab language and detailed notes)
- 2008-09-08 19:26:23下载
- 积分: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
-
HyperspectralProgram
超光谱图像处理部分功能,包括读取,转换.rfl文件等功能,含有24个函数。(Hyperspectral image processing functions, including reading, conversion. Rfl documents and other functions, which contains 24 function.)
- 2007-12-31 20:21:27下载
- 积分:1
-
Rayleigh
rayleigh信道的仿真,matlab的(Rayleigh channel simulation, matlab)
- 2008-03-11 21:55:45下载
- 积分:1