-
numurical
牛顿法最速下降法共轭发等最计算最优解计算方法 优化作业 简单程序(Newton method)
- 2010-11-23 17:17:21下载
- 积分:1
-
youhua
MATLAB的优化设计和仿真设计课件。可以提高你的编程水平。(MATLAB optimization design and simulation design courseware. You can improve your level of programming.)
- 2013-03-17 13:21:40下载
- 积分:1
-
SHILIMATLAB
这里具有一些MATLAB处理图象的源程序,希望对初学者有帮助(here with some MATLAB image of the source, and I hope to help beginners)
- 2007-01-04 18:50:16下载
- 积分: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
-
pcxhr_mix22
Driver for Digigram pcxhr compatible soundcards mixer interface for stereo cards
- 2013-05-04 11:03:18下载
- 积分:1
-
MultiPathTV
移动通信中广泛存在的多径效应的相关程序代码。(The multipath of mobile communication)
- 2014-02-23 19:45:22下载
- 积分:1
-
demo_massiveMIMO
大规模MIMO系统的信道估计方法,正确的代码(Channel estimation methods for large-scale MIMO system)
- 2021-04-15 16:08:54下载
- 积分:1
-
wavelet
说明: matlab小波变换实例,用mallat快速算法将其进行频率分割,最后将低频重组,最后去噪效果(matlab wavelet transform instance, with mallat fast algorithm to the frequency division, and finally to low-frequency reorganization, the final denoising)
- 2010-04-18 16:34:19下载
- 积分:1
-
chap8
雷达系统8,生成一个均匀直线阵,并绘制仿真曲线(Radar system, to generate a uniform linear array, and draw the simulation curve)
- 2012-03-21 23:39:04下载
- 积分:1
-
levension
列文森-杜宾算法,用于语音的线性预测控制中,也可以用于谱包络。(Levenson-Durbin algorithm for voice linear predictive control, but also can be used for spectral envelope.)
- 2007-04-15 10:31:56下载
- 积分:1