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

搜索资源列表

  1. 基于随机游走的图像分割

    4下载:
  2. 基于随机游走的图像分割方法,matlab实现。是对论文Random Walks for Image Segmentation的算法实现。
  3. 所属分类:matlab例程

  1. 随机信号分析,包括随机信号的数字特征

    1下载:
  2. 随机信号分析,包括随机信号的数字特征,相关函数和协方差,带图形显示。,Random signal analysis, including the number of characteristics of random signals, correlation functions and covariance, with graphical display.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-22
    • 文件大小:1202
    • 提供者:ladanh
  1. power-spectrum.rar

    0下载:
  2. MATLAB产生随机信号,计算相关函数,估计功率谱,MATLAB,random-signal,auto-correlation,power-spectrum
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:577
    • 提供者:林俊
  1. MATLAB

    0下载:
  2.  产生长度为1000的标准正太分布的随机信号,画出时域波形及频谱;  采用u=255的非均匀PCM编码,每符号为8bit,画输入-输出关系图;  计算信号量化噪声比(SQNR);  信道误码率为10-3;  解码,并画出u律反变换后的信号时域波形及频谱。 扩展要求:  采用均匀PCM、量化级数可变、信道误码率可变。 - have a standard len
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1610
    • 提供者:louzhu
  1. LDPC

    19下载:
  2. ldpc编码,随机生成H矩阵,LLR-BP算法译码,有我详细的注解,非常详尽-ldpc coding, randomly generated H matrix, LLR-BP decoding algorithm, with my detailed notes, very detailed
  3. 所属分类:matlab例程

    • 发布日期:2013-03-23
    • 文件大小:29409
    • 提供者:haha
  1. fcsr

    0下载:
  2. 伪随机序列产生器-代进位反馈移位寄存器,matlab 原代码。-Pseudo-random sequence generator- on behalf of binary feedback shift register, matlab source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1183
    • 提供者:李辛
  1. C-means

    0下载:
  2. 使用c-均值聚类算法在IRIS数据上进行聚类分析,随机选择三个初始聚类中心,经过多次迭代,最终将150个样本分为三类。-Use c-means clustering algorithm in the IRIS data on the cluster analysis, three randomly chosen initial cluster centers, through a series of iterative, 150 samples will eventually fall into
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3311
    • 提供者:liz
  1. Matlab-GA

    0下载:
  2. 对于单种群进化,多方式进化是提高全局搜索能力和收敛速度的一种有效策略 该程序采用: 编码:二进制编码、实数编码(默认) 选择:非线性排名选择(主要表现在前期),锦标赛选择(主要表现在后期,含精英保留),由于单纯的转轮盘选择存在诸多弊端,这里没有采用 交叉:二进制编码采用多点交叉和均匀交叉,并逐步增大均匀交叉概率 实数编码采用离散交叉(前期)、算术交叉(中期)、AEA重组(后期) 变异:二进制编码采用随机变异 实数编码采用两种自适应变异和两种随机变异,且尽量采用前者
  3. 所属分类:matlab

    • 发布日期:2017-03-05
    • 文件大小:13929
    • 提供者:lin
  1. em_ghmm

    0下载:
  2. EM算法的MATLAB实现,EM算法是HMM中用于随机过程模型参数训练的经典算法-the inplement of algorithm EM with MATLAB,the algorithm is a claasical mathod which is used to train the patameter of the HHM model.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:21012
    • 提供者:yany
  1. matlab

    0下载:
  2. 人机交互小功能,画曲线,改变颜色,生成矩阵,随机与固定的,退出,改变线型-Human-Computer Interaction small features, drawing curves, changing the color, generating matrix, random and fixed, from the change of linear
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6853
    • 提供者:王二
  1. MATLAB

    1下载:
  2. 这是一个MATLAB中文工具箱,提供了很多有用的,MATLAB自身没有的数学建模的源码,例如:数据拟合,微积分和微分方程,随机模拟和统计分析,数学规划,离散优化等,并有中文的注释。非常好!-This is a MATLAB toolbox Chinese, providing a lot of useful, MATLAB does not own the source of mathematical modeling, such as: data fitting, calculus and d
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:372368
    • 提供者:王怀勇
  1. 用MATLAB实现遗传算法程序.pdf

    1下载:
  2. 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:76800
    • 提供者:傲视天下
  1. 第10章 随机神经网络

    0下载:
  2. 随机神经网络 Matlab实例+源代码,随机神经网络(Random neural network Matlab example + source code)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:李响2666
  1. matlab中在圆中随机生成若干小圆

    2下载:
  2. matlab中在圆中随机生成若干小圆,用以对比,小圆互相不重叠,希望能帮到大家
  3. 所属分类:matlab例程

  1. MATLAB神经网络

    2下载:
  2. MATLAB快速入门,单层感知器,线性神经网络,BP神经网络,反馈神经网络,随机神经网络,GUI设计神经网络等等(MATLAB quick start, single layer perceptron, linear neural network, BP neural network, feedback neural network, stochastic neural network, GUI design neural network and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-12
    • 文件大小:66560
    • 提供者:jinyuliyu
  1. MATLAB数字信号处理与应用.

    0下载:
  2. 涉及MATLAB 滤波器涉及,随机信号处理,非平稳信号处理等内容(The MATLAB filter involves stochastic signal processing, non-stationary signal processing and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:27038720
    • 提供者:felix1499
  1. matlab code

    0下载:
  2. MATLAB中随机森林分析,bp神经网络分析实例(Random forest analysis in MATLAB and example of BP neural network analysis)
  3. 所属分类:matlab例程

  1. Randomly sprinkle points

    1下载:
  2. 本次试验中,在单位方格内,随机撒20个传感器一次,通讯半径0.42时,覆盖率(黑色点数除以总点数)可以达到100%。每张图的左边是半径变大的动态图,右边是对应的覆盖率以及关于多次试验(蒙特卡罗)所求的通讯半径与覆盖率的关系。(In this experiment, 20 sensors are scattered randomly in a unit grid. When the communication radius is 0.42, the coverage (black points d
  3. 所属分类:matlab例程

    • 发布日期:2019-11-05
    • 文件大小:1024
    • 提供者:州冒
  1. 随机生成多孔介质matlab程序

    5下载:
  2. matlab生成随机分布纤维代码,用于后续模拟处理(Matlab generates randomly distributed fiber code for subsequent simulation processing)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-09
    • 文件大小:3072
    • 提供者:赤影
  1. 随机生成多孔介质matlab程序(20191112164848)

    3下载:
  2. 一种新型的matlab生成随机线条的代码,用于后续处理(A new matlab code for generating random lines for subsequent processing)
  3. 所属分类:matlab例程

    • 发布日期:2020-08-30
    • 文件大小:71680
    • 提供者:赤影
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com