CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 高斯分布

搜索资源列表

  1. gaussian_distribution

    0下载:
  2. 创建一个高斯分布并画出其PDF曲线,文件设置为均值为0.其分散为1,参数可以调节-Create a Gaussian distribution, and Draw the PDF curve, the file is set to mean 0. The spread is 1, the parameter can be adjusted
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3447
    • 提供者:cfcf
  1. gaosifenbujianyan

    1下载:
  2. 高斯分布的检验和其实现,对于服从高斯分布的数据有很好的检验功能,多多练习-Gaussian distribution of the test and its implementation, the data for the Gaussian distribution function has a very good test, lots of practice
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:397692
    • 提供者:lsj
  1. vcsuijishu

    0下载:
  2. 基于vc++ 产生0-1均匀分布随机数,高斯分布随机数,泊松分布随机数等。-vc++ generate random possion distributed and gaoss distributed and uniform distributed
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1261
    • 提供者:li hua
  1. random_Number

    0下载:
  2. 用于产生高斯分布,瑞利分布,泊松分布随机数的c程序以及相关文档。-codes to gergerate random number for gaussian,rayleigh and poission distribution.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:540554
    • 提供者:张宏
  1. fdtd2

    0下载:
  2. 简单的fdtd算法的matlab实现,能够模拟电源和高斯分布的面源-Simple algorithm fdtd matlab implementation, can impersonate the distribution of power and gauss
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2077
    • 提供者:zhoukang
  1. particlefilter

    0下载:
  2. 用粒子滤波产生各种分布的随机数,包括指数分布、高斯分布、二项分布,用MATLAB实现的-Particle filter with a variety of random number generation, including the exponential distribution, Gaussian distribution, binomial distribution, with a MATLAB implementation
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:4249
    • 提供者:张航
  1. Ex1

    0下载:
  2. 模式识别某次课程的作业,完成了高斯分布下的两种贝叶斯分类器,以及非参数的K近邻、Parzen窗方法,采用UCI机器学习数据库中的某些数据作为样本,使用交叉验证方法确定参数-Pattern recognition of a particular course work, completed under the two Gaussian Bayesian classifier, and the non-parametric K-nearest neighbor, Parzen window meth
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1138796
    • 提供者:libo
  1. Matlabsimulation

    0下载:
  2. 通过M atlab 模拟了随机产生的一定概率分布的信号序列, 叠加高斯噪声后利用最大后验概率(MAP)检 测到的误码率, 做出BER~ SNR曲线, 并与理论计算得到的曲线进行比较, 两者吻合.-M atlab simulated by a certain probability distribution of random signal sequence, use of superposition of Gaussian noise is the maximum a posteriori
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:101822
    • 提供者:qwq
  1. MRANDOM

    0下载:
  2. 用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差-Used to generate uniform or Gaussian distribution of the pseudo-random number (similar to white noise), they may have different mean and variance
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1138
    • 提供者:xuzhenfei
  1. workii

    0下载:
  2. 机器人角度融合算法,二维高斯分布任意角度数据融合-The fusion of different robot observations
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:852
    • 提供者:tomas
  1. 2paper2

    0下载:
  2. 根据图像数字水印基本原理和水印信道的构造及生成方式,从信息论的角度,对基于高斯噪声信道的数字水印容量进行探索。针对高斯信源分布具有最大的不确定性、能够在所有的二阶随机分布中提供最大信息熵的特点,分析在高斯分布情况下的整个水印信道通信过程,并引入平均互信息理论,给出基于高斯的水印信道容量的最大通信速率。同时分析加性噪声信道下的容量问题,将高斯分布扩展到非高斯分布,优化容量计算表达式,利用Matlab软件工具给出非高斯信源水印容量与受限失真度的2D和3D关系仿真曲线,并结合实际给出结果分析。-】Ba
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:439180
    • 提供者:li
  1. HW1

    0下载:
  2. HOMEWORK,采用神经网络的方法来分类二维独立高斯分布.-determine the classification rate for the training set and the test set
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:60338
    • 提供者:danny
  1. particle-filter

    0下载:
  2. 粒子滤波算法;粒子滤波算法源于Montecarlo的思想,即以某事件出现的频率来指代该事件的概率。因此在滤波过程中,需要用到概率如P(x)的地方,一概对变量x采样,以大量采样的分布近似来表示P(x)。因此,采用此一思想,在滤波过程中粒子滤波可以处理任意形式的概率,而不像Kalman滤波只能处理高斯分布的概率问题。他的一大优势也在于此。-these codes are particle filter resources codes which solve non-linear estimation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1509
    • 提供者:lixiangyang
  1. particle-filting

    0下载:
  2. 粒子滤波算法摆脱了解决非线性滤波问题时随机量必须满足高斯分布的制约条件 并在一定程度上解决了粒子数样本匮乏问题 因此近年来该算法在许多领域得到成功应用$目前已有许多会议和讨论组都将粒子滤波作为专题进行深入讨论和学术交流-QJPRQ Elc8&m :jelf dgwd99&jvdej gq:c&decwe 9d:ejv&chj&ec:d:cqi:pcrcw’8jfjgmdeelcg g&jgcd:"g g= #diqqjdghj&ec:9: u&cfCelcmcgc:jvjwcdq h9d:e
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1675755
    • 提供者:jingbohao
  1. histogram

    0下载:
  2. 直方图。产生均匀分布和高斯分布随机数,并在控制台中以直方图形式输出。-Gaussian and Uniform Histogram
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1467
    • 提供者:cher
  1. generating-white-noise

    0下载:
  2. 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声 -Program produces a set of normal white noise signal, its mean and variance, and the length can be adjusted. Will produce a white noise signal int
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:4908
    • 提供者:chenshan
  1. clutter

    0下载:
  2. 网格映像法仿真瑞利高斯分布,单个辐射单元,单个距离单元,杂波面-Simulation of Rayleigh imaging method grid Gaussian distribution, a single radiating element, a single range cell, surface clutter
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4256
    • 提供者:liliang
  1. gauss

    0下载:
  2. 求高斯分布的子程序-gauss !!!!!!!!!!!!!!!!!!!!!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:633
    • 提供者:学习
  1. gaosi

    0下载:
  2. 在VB的环境下,随机产生信号,并产生高斯分布的信号。-In the VB environment, the random signal, and generates a signal Gaussian distribution.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:1188
    • 提供者:丫宝
  1. An-Improved-Mean-Shift-Algorithm

    0下载:
  2. 奉文主要针对经典的Mean Shift跟踪算法均匀剖分整个颜色空间造成许多空的直方图区间以及不能准确表达目标 颜色分布的缺点,提出J,一种改进算法.该改进算法首先对目标的颜色进行聚类分析,根据聚类结果通过矩阵分解和正交变换 自适席地剖分日标的颜色空间从向确定对戍于每一聚类的子空间.在此基础上定义 一种新的颜色模型,该模型统计落入每 一颜色子空间的像素的加权个数并用高斯分布建模每一个子空间的颜色分布,并推导r一种相似性度量米比较目标和候选目 标的颜色模型之间的相似程度.最后基于该颜
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:440021
    • 提供者:陈方芳
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 30 »
搜珍网 www.dssz.com