-
learning_matlab
simple matlab examples
- 2010-12-03 00:26:24下载
- 积分:1
-
MatlabaCPP
matlab与VS联合编程资料,讲解如何在VS平台调用matlab代码(Matlab and VS joint programming information on how to call matlab code in VS platform)
- 2013-05-10 14:07:02下载
- 积分:1
-
RFnoise
产生射频噪声干扰信号,并画出他的波形和功率谱(RF signal generated noise, and draw his waveform and power spectrum)
- 2009-05-08 20:05:27下载
- 积分:1
-
power_and_range
利用雷达搜索方程,分别分析功率孔径积与检测目标距离、孔径大小的关系,得出相应的结论。(Using radar search equation analysis of the relationship between the power aperture product testing target distance, aperture size, and draw the appropriate conclusions.)
- 2013-03-22 19:12:42下载
- 积分:1
-
optimal-steady-state
TE过程仿真模块 SIMULINK 对应有参考文献 对于研究田纳西伊斯曼的同志 绝对是福音(TE process SIMULINK simulation module corresponds with references for the study of Tennessee Eastman comrades absolutely Gospel)
- 2013-09-25 20:45:21下载
- 积分:1
-
CustomWPSystem_0600
Xap for Windows Phone Customitation
- 2015-08-14 18:20:26下载
- 积分: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
-
optim
用于对matlab工具箱的介绍,讲述最优化工具箱的基本功能。(Matlab toolbox for the introduction, about the most basic functions of optimization toolbox.)
- 2007-12-19 23:02:12下载
- 积分:1
-
turbo
turbo code simulation in matlab
- 2013-12-20 00:45:49下载
- 积分:1
-
Chinese-verification-code
通过学习此程序可以了解相关方面的语言结构,对于编程参考和借鉴有很大的实际意义,肯定有很大的帮助(Chinese verification code)
- 2015-03-21 13:10:08下载
- 积分:1