-
MATLAB-about-GUI
关于MATLAB图形用户界面(GUI)初学者指导教程系列,有较详细的说明和指导(On the MATLAB graphical user interface (GUI) Beginners Guide series, has a more detailed explanation and guidance)
- 2013-08-27 10:08:30下载
- 积分:1
-
robust
yalmip 较早的外文教程,通俗易懂。(yalmip )
- 2014-03-12 16:44:14下载
- 积分: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
-
guide_tv_deblur
Guide to the MATLAB code for total variation-based deblurring with FISTA
- 2010-12-16 21:02:17下载
- 积分:1
-
MPLAB_IDE
说明: 用于学习MPLAB软件,是中文的用户手册(MPLAB software for learning, is a Chinese user manual)
- 2010-04-12 15:19:18下载
- 积分:1
-
programsfsfrw
pso function digital communication matlab codes
- 2012-12-04 02:14:20下载
- 积分:1
-
MagField.m
Computes earth magnetic field using the IGRF model
- 2014-02-13 16:38:08下载
- 积分:1
-
bpsk-modulationand-demodulation
在调制信道下以sin函数为载波的BPSK的调制与解调程序,及误码率曲线(Channel in the modulation of the carrier to the sin function for BPSK modulation and demodulation process, and BER curves)
- 2013-07-24 14:44:00下载
- 积分:1
-
DOA
关于空间谱估计算法的一些性能比较,大家可以参考一下,看一看(On the spatial spectrum estimation performance comparison of the coding
)
- 2012-05-02 10:20:56下载
- 积分:1
-
ULA_MUSIC
一段关于ULA_MUSIC的仿真程序,程序中对结果进行绘图(ULA_MUSIC algorithm simulation program)
- 2013-02-26 22:27:41下载
- 积分:1