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

搜索资源列表

  1. 用乘同余法产生随机数-matlab

    0下载:
  2. 用乘同余法 ,产生(-1,1)均匀分布的随机序列,给出数据并画图
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-01-08
    • 文件大小:286
    • 提供者:wander
  1. parzen.根据样本进行概率密度函数估计

    3下载:
  2. parzen窗法,功能是根据样本进行概率密度函数估计。实现了对正态分布概率密度函数和均匀分布双峰概密函数进行估计,Parzen window method, function is based on a sample of the estimated probability density function. The realization of the normal distribution probability density function and uniform distributi
  3. 所属分类:matlab例程

    • 发布日期:2016-01-25
    • 文件大小:3093
    • 提供者:陈坚
  1. guass.rar

    1下载:
  2. 基于MATLAB,可以方便地产生随机数,均匀分布和高斯分布等 ,Based on MATLAB, can easily generate random numbers, uniform distribution and Gaussian distribution
  3. 所属分类:matlab例程

    • 发布日期:2017-04-02
    • 文件大小:1106
    • 提供者:shaoyqo
  1. shuxuejianmo_8.rar

    0下载:
  2. (拟合) 用给定的多项式,y=x3-6x2+5x-3,产生一组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(0,1)均匀分布随机数,或用rands产生N(0,1)分布随机数),然后用xi和添加了随机干扰的yi作的3次多项式拟合,与原系数比较。 如果作2或4次多项式拟合,结果如何? ,(Fitting) with a given polynomial, y = x3-6x2+5 x-3, generated a set of data (xi, yi, i
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:27036
    • 提供者:mazhen
  1. circleGS

    4下载:
  2. GS算法,将高斯光束脉冲整形成为环形光强均匀分布的光束-GS algorithm, the Gaussian pulse shaping a uniform circular beam of light intensity
  3. 所属分类:AI-NN-PR

    • 发布日期:
    • 文件大小:1126
    • 提供者:jammy
  1. queue

    0下载:
  2. 排队问题仿真模型的代码,顾客到达时间和服务时间服从均匀分布。-Simulation model of the queuing code, the customer arrival time and service time uniform distribution.
  3. 所属分类:Applications

    • 发布日期:2017-04-01
    • 文件大小:3785
    • 提供者:周朝
  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. localRand

    0下载:
  2. 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1139
    • 提供者:lo
  1. 001

    0下载:
  2. 产生雷达中常用的sinc函数和chirp函数,以及均匀分布和高斯分布的白噪声-Commonly used in radar have sinc function and the chirp function, as well as the uniform distribution and Gaussian distribution white noise
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2092
    • 提供者:郝霏霏
  1. 3

    0下载:
  2. 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 -1, randomly generated a 5* 5 matrix A, elements in line with uniform
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1768
    • 提供者:zhu
  1. shangchan

    0下载:
  2. 产生一均匀分布的百噪声信号,画出其波形,并且检验其分布情况。-Produce a uniform distribution of the 100 noise signal, draw the waveform, and test its distribution.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:1891
    • 提供者:cuiqida
  1. mersennetwister

    0下载:
  2. mesenne twister算法 产生伪随机数(服从均匀分布) 及查看矩阵数据概率分布的程序 -mesenne twister algorithm for the generation of pseudo-random number (subject to uniform distribution) and view the probability distribution of the data matrix, the procedure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:1275
    • 提供者:dong
  1. matlab-norm-distribution

    0下载:
  2. 用MATLAB产生正态分布和均匀分布,采用三种方法,并且进行纵横向对比-Generated using MATLAB normal and uniform distribution, using three methods, and conducted to compare vertical and horizontal
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:59342
    • 提供者:terminator
  1. penumaral

    0下载:
  2. 通过分析均匀分布与Cauchy分布的分布机制,提出了一种改进的模拟退火图像盲复原算法,该算法选择Cauchy 分布为随机扰动量来产生状态扰动函数。通过计算机仿真,验证了该算法对初值的鲁棒性和复原的效果优于基于均匀分布随 机扰动量模拟退火盲解卷积算法,提高了收敛到最优解的速度 -After analyzing the distribution mechanisms of uniform distribution and Cauchy distribution,an algorith
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:928
    • 提供者:dongjianjun
  1. work

    0下载:
  2. 白噪声的均匀分布直方图。该方法采用matlab实现编程,程序简单,便于理解。该程序将可直观看出在每个区间上的分布-Uniform distribution histogram white noise. This method is achieved using matlab programming procedures are simple, easy to understand. The program will be able to visually see the distribution
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1453
    • 提供者:yangbo
  1. test6

    0下载:
  2. matlab实验 用给定的多项式,y=x3-6x2+5x-3,产生一组数据(xi,yi,i=1,2,…,n),再在yi上添加随机干扰(可用rand产生(0,1)均匀分布随机数,或用rands产生N(0,1)分布随机数),然后用xi和添加了随机干扰的yi作的3次多项式拟合,与原系数比较。 如果作2或4次多项式拟合,结果如何? -matlab experiment with a given polynomial, y = x3-6x2+5 x-3, generated a set of da
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:3676
    • 提供者:崔昭宇
  1. Helmholtz-MATLAB

    0下载:
  2. 分析亥姆霍兹线圈轴线磁场分布现象的数学模型基础上, 运用MATLAB对亥姆霍兹线圈轴线磁场均匀分布进行验证及仿真的方法。-Axis Helmholtz coil magnetic field distribution of the mathematical model of the phenomenon, based on the use of MATLAB on the axis of the Helmholtz coil magnetic field uniform method of ve
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:238834
    • 提供者:chuer
  1. 正态分布、均匀分布噪声特性分析matlab

    0下载:
  2. 随机信号均匀分布、正态分布噪声特性分析。随机信号试验。(matlab uniform distribution normal distribution)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:江流
  1. DV-Hop非均匀

    0下载:
  2. 锚节点非均匀分布 未知节点均匀分布 不同通信半径 不同锚节点数(Uneven distribution of anchor nodes, unknown nodes, uniform distribution, different communication radius, different anchor points.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:19456
    • 提供者:大手送
  1. MATLAB视频去雾【GUI,源码,论文】

    1下载:
  2. 该课题是基于MATLAB平台的图像去雾处理,配备一个人机交互GUI界面,可以选择局部直方图均衡化,全局直方图均衡化,Retinex算法,通过对比处理前、后的图像的直方图,而直方图是一副图像各灰度值在0-256的分布个数的表,信息论已经整明,具有均匀分布直方图的图像,其信息量是最大的。 二、算法介绍 ①全局直方图均衡化:通俗地理解就是,不管三七二十一,直接强行对彩色图像的R,G,B三通道颜色进行histeq均衡处理,然后进行三通道重组; ②局部直方图均衡化:设置一个固定大小的滑块,分别对彩色图像进
  3. 所属分类:图形图像处理

    • 发布日期:2021-04-17
    • 文件大小:7448576
    • 提供者:MATLAB道长
« 12 3 4 5 »
搜珍网 www.dssz.com