登录
首页 » matlab » conversion_gui

conversion_gui

于 2010-07-30 发布 文件大小:8KB
0 234
下载积分: 1 下载次数: 6

代码说明:

  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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Root-MUSIC.matlab
    ROOT-MUSIC的matlab仿真源码,基于求根方式的music算法,避免了谱峰搜索,优化了计算复杂度(ROOT-MUSIC for matlab simulation source code, algorithm-based Roots music the way to avoid the peak search, optimization of the computational complexity)
    2011-05-06 21:50:15下载
    积分:1
  • CA_DOA
    用matlab编写的压缩感知DOA,对于超分辨学习很有帮助,内容非常详细(Compressed sensing using matlab DOA, very helpful for super-resolution, very detailed)
    2021-03-16 15:39:22下载
    积分:1
  • RBF_NN_MIC
    径向基函数神经网络的优点:逼近能力,分类能力和学习速度等方面都优于BP神经网络,结构简单、训练简洁、学习收敛速度快、能够逼近任意非线性函数,克服局部极小值问题。原因在于其参数初始化具有一定的方法,并非随机初始化。代码为RBF的matlab程序,可以使用但是需要自己配置数据。(Radial Basis Function Neural Network (RBF-NN) has the advantages of better approximation ability, classification ability and learning speed than BP Neural Network (BP Neural Network). It has simple structure, simple training, fast learning convergence, and can approximate any non-linear function to overcome the local minimum problem. The reason is that its parameter initialization has a certain method, not random initialization.)
    2020-06-15 22:40:02下载
    积分:1
  • chengxu
    无标度网络的传播震荡毕业设计论文和源程序,主要有无标度网络的建立及其同步特性的分析,具有群落结构的无标度网络及其同步特性分析,还包括社会网络及其同步特性的分析(Scale-free networks spread shock design graduate papers and source code, mainly to establish whether the scale-free network analysis and synchronization features, with a community structure and scale-free network synchronization feature analysis, but also include social networking and synchronization Characteristics Analysis)
    2013-07-16 08:33:53下载
    积分:1
  • LearnMatlab7
    英文的Matlab学习资料,比较精典,看后会受益非潜。(This is Matlab learning material in English.)
    2010-01-25 22:16:37下载
    积分:1
  • wideBAND
    上传的为一生成宽带信号的matlab函数,保证正确。(From one generation for broadband signals in matlab function to ensure that the correct.)
    2008-08-05 20:42:38下载
    积分:1
  • matlab-code-of-facerecognize
    这是一个人脸识别的matlab例程,可以运行(here is an example of facerecognize)
    2012-03-23 21:37:44下载
    积分:1
  • mypcamodified2
    Function to do PCA on an RGB image
    2010-05-24 11:10:30下载
    积分:1
  • Gaussian-mixture-mode
    混合脑部图像处理,比较实用,英文论文,模式识别专业论文(Hybrid image processing in the brain, more practical, the English papers)
    2012-10-03 14:59:22下载
    积分:1
  • DFT
    DFT算法在MATLAB平台上的实现,包括源代码,说明等(Elimination phase algorithm in MATLAB platforms)
    2015-01-28 20:21:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载