-
matlab揭秘_郑碧波
说明: 对于matlab的讲述很全的一本书,编程讲的很好(This is a nice book the people who have probelems in matlab programing and learning)
- 2020-05-30 10:25:03下载
- 积分:1
-
SAR_matlab
RD 算法----SAR点目标仿真
结果还是比较不错的。(RD algorithm---- SAR point target simulation results is quite good.)
- 2008-12-19 23:00:44下载
- 积分:1
-
Chapter6
MATLAB混合编程想把matlab强大的功能用在自己的工程实践中吗这是本不错的混合编程的书(Hybrid Programming MATLAB want matlab powerful in their own practice, it works this is a mixture of good programming book)
- 2009-01-02 11:15:24下载
- 积分:1
-
DE
说明: DE 生物进化算法的matlab实现,一类优化仿生算法(DE biology evolutionary algorithm matlab implementation, a class of bionic optimization algorithm)
- 2009-03-13 23:05:50下载
- 积分:1
-
imageprocessing
matlab图像彩色处理,主要有三基色的调用,调整,以及图像的伪彩色增强(matlab image color processing, there are three primary colors of the calls, adjustments, and pseudo-color image enhancement)
- 2010-11-12 20:49:20下载
- 积分:1
-
Ttdpsolamatlah
此程序在matlab环境下运行,是完整的tdpsola和fdppsola程序,包含了前期的语音读入,预处理,清浊音判决等等很全面
(This program runs in Matlab environment, complete the tdpsola, and fdppsola program, including pre-speech read into, pretreatment UV decision is very comprehensive)
- 2012-08-06 00:14:26下载
- 积分:1
-
OOFDMZhouMinn
模拟光ofdm中的minn算法 可以出图 源码 详细过程 以及注释 和必要的文字说明(the simulation of the minn in ofdm , it can give off pictures and the descreption of the minn)
- 2011-12-02 10:49:09下载
- 积分:1
-
mimo-ofdm
主要是将MIMO-OFDM系统中的空时分组码与MIMO系统中的空时分组码进行对比,着重突出MIMO-OFDM的优点。(Mainly in the MIMO-OFDM systems with space-time block codes in MIMO systems space-time block codes are compared to highlight the advantages of MIMO-OFDM.
)
- 2011-12-18 17:55:53下载
- 积分: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
-
work
matlab gui 设计的基本实现,基于matlab simulink 的设计(matlab)
- 2009-04-25 18:17:00下载
- 积分:1