CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - g代码

搜索资源列表

  1. HHT_Matlab

    1下载:
  2. HHT三种源代码:1 法国G.Rilling 2 台湾中央大学 3 matlab交换中心-HHT three sources: 1 France G. Rilling 2 Taiwan Central University 3 matlab switching center
  3. 所属分类:matlab例程

    • 发布日期:2013-11-25
    • 文件大小:6146343
    • 提供者:a1runner
  1. dimension

    4下载:
  2. 代码用于估计关联维数。包括G-P算法(corrint.m),高斯核关联算法(gka.m) 和Judd算法(judd.m)-Correlation dimension estimation code. Algorithms for estimating the correlation dimension using the grassberger-Proccacia approach (corrint.m), the Gaussian-Kernel algorithm (gka.m) and Ju
  3. 所属分类:matlab例程

    • 发布日期:2012-10-31
    • 文件大小:17976
    • 提供者:彭跃华
  1. CCITT_CRC16

    2下载:
  2. CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This scr ipt calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
  3. 所属分类:matlab

    • 发布日期:2014-12-14
    • 文件大小:584
    • 提供者:张原
  1. GraphTheoryAlgorithmMATLAB

    0下载:
  2. 图论算法及其MATLAB 程序代码 1.求赋权图G = (V, E , F )中任意两点间的最短路的Warshall-Floyd 算法、Kruskal 避圈法 2.求二部图G 的最大匹配的算法(匈牙利算法)、利用可行点标记求最佳匹配的算法 3.从一个可行流f 开始, 求最大流的Ford--Fulkerson 标号算法 6.-Graph Theory Algorithm and MATLAB program code 1. Seeking weighted graph G = (V
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:47242
    • 提供者:肖翔
  1. Pade.model.reduction.of.the.reduction.method

    1下载:
  2. 已知某系统传递函数G,可以调用改代码对系统进行降阶处理。功能同routh降阶相似,不过这里的分子阶次r和分母阶次k可以不止相差1。-Known transfer function of a system G, can call the code to deal with reduced-order system. Routh Reduction with similar features, but here the molecular order r and the denominator or
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4458
    • 提供者:李雪刚
  1. MATLAB_GUI

    0下载:
  2. 一份初学MATLAB_gui者比较好的实例代码;来自《精通MATLAB GUI》,其中例子丰富实用,程序代码丰富。-A novice compared MATLAB_gui good examples of code from " proficient in MATLAB GUI" , in which the rich examples of practical, code-rich.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1854873
    • 提供者:李若琪
  1. Rombegrg

    0下载:
  2. 录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。 编写函数f(x)的代码如下: Romberg算法¨ function z=f(x) if (x~=0) z=sin(x)/x else z=1 end 备注:在实验代码中,首先输入必要的变量的值如下: a=0 b=1 tol=1e-8 待查询检查通过,开始输入执行代码 设置格式format short g查看u的值和sin(u)的值: -Inp
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:21528
    • 提供者:kice
  1. MIMOofdmchangesinthesystemsymbolerrorate

    0下载:
  2. MIMOofdm系统误符号率的变化(G),可以为MIMO信道建模提供详细代码-MIMOofdm changes in the system symbol error rate (G), MIMO channel modeling can provide detailed code
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:31978
    • 提供者:sww
  1. chap4_1

    0下载:
  2. 二阶线性系统常规模糊滑膜控制仿真的M语言代码,对象为:G(s)=133/s(s+25)-Fuzzy linear systems control simulation of the M synovial language code
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1199
    • 提供者:liu
  1. HebbNN

    2下载:
  2. 简单的神经网络学习规则赫布matlab代码。 这是不知情的初学者学生。它可应用于如简单的任务逻辑“和“,”或“,”不是“简单的图像和分类。 -Simple Matlab Code for Neural Network Hebb Learning Rule. It is good for NN beginners students. It can be applied for simple tasks e.g. Logic "and", "or", "not" and simple
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2096
    • 提供者:zzskzcau
  1. kummer

    0下载:
  2. 这个函数估计到库默尔与第N系列的广义超几何微分方程解的权力。库默尔的差分方程为: x *的克 (十)+(二- X)的*克 (​ ​ x)的- A *的为g(x)= 0 该代码只有4线长,利用Matlab的向量运算有权采取了第N广义超几何级数的权力的总和。-This function estimates the solution to kummer s differential equation with the first N powers of the
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2862
    • 提供者:abeaqhax
  1. MySiftCode(Matlab)

    0下载:
  2. 本代码是用来检测图像的局部不变特征的,主要参考DAVID G. LOWE的sift的论文。变成工具是matlab。-This code is used to detect the image of local invariant features, the main reference DAVID G. Lowe s sift paper. Become a tool is Matlab.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:138436
    • 提供者:
  1. rwrelease.tar

    0下载:
  2. Andrew N.G. 教授于2011年机器学习国际会议(ICML)发表了文章Code for On Random Weights and Unsupervised Feature Learning, 文件是paper的实现代码,非常具有参考价值-Professor Andrew NG 2011 machine learning Article Code for On the Random Weights and Unsupervised Feature Learning Internation
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:255067
    • 提供者:wang
  1. PatternClassification

    0下载:
  2. 模式分类Richard O. Duda / Peter E. Hart / David G. Stork Matlab代码和手册-Computer Manual in MATLAB to accompany <Pattern Classification> 2nd Richard O. Duda
  3. 所属分类:matlab

    • 发布日期:2017-11-11
    • 文件大小:941085
    • 提供者:小魏
  1. G-Rilling

    0下载:
  2. G Rilling 编写的HHT的 matlab代码。-HHT from G Rilling about matlab
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:4949865
    • 提供者:春之菊
  1. exam2_1995

    0下载:
  2. Elnagar, G., et al. (1995). "The pseudospectral Legendre method for discretizing optimal control problems." IEEE Transactions on Automatic Control 40(10). 上述文章的算例2的仿真代码-Elnagar, G., et al. (1995). " The pseudospectral Legendre method for discre
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1406
    • 提供者:张冬冬
  1. mykalman

    0下载:
  2. 用matlab模拟的kalman的低通滤波器,附带代码说明 某系统接收端接收到的信号为 y=4*cos(2*pi*310*t)+2*sin(2*pi*40*t) (G) 发现此信号夹杂了一个正弦噪声noise= 4*cos(2*pi*310*t), 请设计一个带阻滤波器将此噪声滤除,从而恢复原信号。 要求: (1)请写出具体的MATLAB程序,并详细解释每条程序 (2)画出滤波前后信号的频谱图 (3)画出所设计滤波器的幅频和相频特性图,并写
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:574542
    • 提供者:lbx
  1. M--G--and-Walsh-sequence

    0下载:
  2. 包含matlab中的M序列、G序列以及Walsh序列的案例代码-The M series includes matlab, G sequences and Walsh code sequence case
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3080
    • 提供者:moweilinfeng
  1. newCNC2

    0下载:
  2. G-code生成器,在matlab中使用,模拟数控加工,用于生成G代码(G-code Generator can be used in Matlab to simulate computerize-numberal-control process and generate general G code.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:3072
    • 提供者:nurmur
  1. 裂缝代码

    1下载:
  2. 裂缝模型 在实际的地质裂缝测量过程中,裂缝的宽度(比如间距)、大小(比如长度、面积)和方向(比如逼近平面的走向和倾角)都是裂缝的重要特征参数。(Fracture modeling The width (e.g., spacing), size (e.g., length, area) and direction (e.g., strike and dip of the approaching plane) of the crack)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-05
    • 文件大小:9216
    • 提供者:小ppp
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com