CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蒙特卡罗 matlab

搜索资源列表

  1. montercalor

    1下载:
  2. 用Matlab实现蒙特卡罗模拟的源程序,-Monte Carlo simulation using Matlab realization of the source,
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:797
    • 提供者:remeva
  1. particale_filters

    2下载:
  2. 粒子滤波器是通过蒙特卡罗模拟来实现递归贝叶斯滤波,它不需要线性、高斯噪声的假设,适用于任何能用状态空间模型表示的非线性系统,比卡尔曼滤波器的适用范围广。这里给出了几个粒子滤波的matlab编程实例。-Particle filters are using Monte Carlo simulations to achieve the recursive Bayesian filtering, it does not require linear, Gaussian noise assumptions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-07
    • 文件大小:11399
    • 提供者:郑玉凤
  1. Monte-Carlo

    2下载:
  2. 利用matlab实现的蒙特卡罗算法代码,大家可以一起究研一下!-Monte Carlo algorithm is implemented using matlab code, we can study with the study look at!
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:397908
    • 提供者:张鹏程
  1. mcmc

    1下载:
  2. matlab MCL(蒙特卡罗)仿真,移动节点-matlab MCL (Monte Carlo) simulation, mobile nodes
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:16772
    • 提供者:xzli
  1. 蒙特卡罗算法与matlab(精品教程)

    1下载:
  2. 详细介绍了蒙特卡罗算法的基本原理、应用以及在matlab中的实现
  3. 所属分类:matlab例程

    • 发布日期:2012-11-13
    • 文件大小:542208
    • 提供者:bluebirdfly
  1. 13898405raytracer7

    0下载:
  2. 蒙特卡罗方法可以有效地解决复杂的工程问题,而MATLAB具有强大的数值计算功能。将二者结合使用,可以得到高效的解决问题的方法。本文阐述了该方法并通过实例验证了该方法的正确性和优越性。 -Monte Carlo method can effectively solve complex engineering problems, and MATLAB has powerful function of numerical calculation. The two in combination, c
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:58028
    • 提供者:白改朝
  1. montecalo

    0下载:
  2. 蒙特卡罗仿真matlab源码,有点意思,可以学习。-Monte-Carlo simulation matlab source, a bit mean, you can learn.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1818
    • 提供者:zjh
  1. fsk

    0下载:
  2. 数字通信中的FSK调制解调的原理和过程, 通过用Matlab 对这一过程的编程,分析信号在理想信道和加噪信道中传输时的时域图, 并用蒙特卡罗算法进行仿真。-Digital communications in FSK modulation and demodulation principle and process, through the use of Matlab in the process of programming, analysis of signals in the ideal c
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:3575
    • 提供者:李飞
  1. Radar_KalmanIMM6

    0下载:
  2. matlab 编写的源程序交互多模算法,用于目标多机动蒙特卡罗法仿真跟踪滤波器 本人十分关注 机动目标。这个是利用交互多模算法,用于目标多机动假设运动情况下的蒙特卡罗法仿真跟踪滤波器。matlab 编写的源程序。 但是有一点小错误,如果您能修改,不胜感激。-matlab source code prepared by the interactive multi-mode algorithm, used to target many motor simulation Monte Carlo
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:1587
    • 提供者:发放日
  1. MCS

    0下载:
  2. 用蒙特卡罗方法计算二维ISING模型磁场强度-MC method ISING model of two-dimensional magnetic field strength
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1909591
    • 提供者:张任良
  1. soulfly

    1下载:
  2. 编写MATLAB的M文件,用该文件对采用包络检测法解调的2ASK系统的抗噪声性能进行1000个符号的蒙特卡罗法仿真,画出误码率与信噪比之间的关系曲线,其中信噪比的取值为r=0dB,2Db,4Db,6dB……10Db,同时画出误码率与信噪比的理论曲线,其中信噪比的取值为r=0dB,0.1dB,0.2dB,0.3dB……10Db-The preparation of MATLAB M-file, use the document on the use of envelope detection de
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:1245
    • 提供者:阿宾
  1. Mpsk

    0下载:
  2. 对数字基带(频带)传输系统进行仿真,并通过蒙特卡罗误码率仿真方法进行时域、频域分析误码性能。-The digital base-band (band) transmission system simulation, and Monte Carlo simulation method for bit error rate in time domain, frequency domain analysis of BER.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:15976
    • 提供者:旭东
  1. accessory_parameter

    0下载:
  2. lingjian.m-----蒙特卡罗方法 lingjian.m使用零件初始值,用蒙特卡罗方法算出总费用。其中使用了自己编制的正态分布随机数发生器产生正态分布随机数。lingjian.m是对蒙特卡罗方法的一次练习。-Monte Carlo method lingjian.m----- using parts lingjian.m initial value, using the Monte Carlo method to calculate the total cost. Using i
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:3233
    • 提供者:陈高飞
  1. source

    1下载:
  2. 二进制通信系统的蒙特卡罗仿真。用蒙特卡罗仿真估计使用相关器或匹配滤波器的二进制通信系统的误码率 ,并画出 对SNR的图。-Binary communication system Monte-Carlo simulation. Estimated using Monte-Carlo simulation or use of binary matched filter communication system bit error rate, and draw the map of the SNR.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:31366
    • 提供者:李月
  1. JPDAF

    1下载:
  2. 进行蒙特卡罗仿真,采用Jpadf对两个有杂波的目标进行跟踪。仿真结果表明,跟踪效果很好,基本与真实真是轨迹重叠-Monte-Carlo simulation carried out using two Jpadf clutter on the target track. The simulation results show that good tracking results, the basic trajectory is overlapping with the real
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2876
    • 提供者:蓉儿
  1. 4psk

    3下载:
  2. M=4的PSK通信系统进行蒙特卡罗仿真 仿真BPSK和4PSK调制信号在高斯信道下的性能,并与理论分析结果相比。 (1) 画出两条性能曲线,一条是根据理论平均错误概率画出,另一条是仿真曲线; (2) 程序的基本流程:信源产生信息比特、调制、将调制信号送入信道(产生高斯白噪声的程序)、接收端检测、将检测结果与信源原始信息比较计算误符号率和误比特率; (3) 在给定信噪比下,第二步需多次重复,以得到一个平均错误概率; (4) 信噪比范围:BPSK(0dB – 10dB),
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3296
    • 提供者:leon
  1. bs

    1下载:
  2. 蒙特卡罗模拟BS定价的matlab程序,希望对大家有帮助。-Monte Carlo simulation of the BS pricing matlab procedures, we hope to be helpful.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:651
    • 提供者:lilin
  1. or7

    0下载:
  2. 一个蒙特卡罗算法程序,可以自己扩编改编次程序 [visualmatlab.rar] - 本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识 [MonteCarlo.rar] - 蒙特卡罗(Monte Carlo)方法,又称随机抽样或统计试验
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:393074
    • 提供者:高博
  1. ExcelMonteCarlo20060224

    0下载:
  2. 利用excel进行蒙特卡罗分析,利用excel进行蒙特卡罗分析-Lets you do Monte Carlo analysis using your Excel spreadsheet
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:633093
    • 提供者:wang
  1. capacity_DF2

    0下载:
  2. 用matlab实现DF MIMO双跳系统模型的容量仿真,并实现了蒙特卡罗仿真,对研究DF、MIMO有很好的参考价值。-Using matlab to achieve DF MIMO capacity of dual-hop system model simulation, and implemented Monte Carlo simulation, the study of DF, MIMO have a good reference value.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:686
    • 提供者:chunfei1987
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com