搜索资源列表
mcmc.rar
- mcmc 马尔科夫蒙塔卡罗模拟,模拟随机过程,mcmc markarv motecalo simulation
LDestimate_code.tar
- 是随机过程中时间序列分析作业,基于Matlab编程实现模型判别,参数求取,模型预测等,另附有本人作业全文,供大家参考。
gamble
- 在matlab环境下对博弈问题的仿真,运用随机过程、博弈论知识对赌博问题进行的实验仿真-In the matlab environment, the issue of game simulation, the use of stochastic processes, knowledge of game theory, experimental simulation of the gambling issue
AdHocSimulate
- 该代码用来实现一个基本移动自组网的仿真,各个节点随机移动,通过相互交换数据观察最后运行结果,代码简洁,避免了一些大型仿真软件的复杂使用过程。-The code used to achieve a basic mobile ad hoc network simulation, each node random movement, through mutual exchange of data to observe the final results, the code is simple and
suijiguocheng
- 这部分是用MATLAB产生随机过程的一系列源代码.含产生高斯分布随机变量,多变量高斯过程样本的产生,高斯--马尔科夫过程的产生等等..分别运行了这些程序.希望对大家有用-This is partly a random process generated by MATLAB source code of the series. Containing random variables have a Gaussian distribution, multivariate Gaussian proces
suij
- 用Matlab产生一满足条件的窄带随机过程,编写子程序计算该随机过程的均值函数,自相关函数,功率谱,包络,包络平方及相位的一维概率密度画出相应的图形-Generated using Matlab to meet the conditions of a narrow-band random process, the preparation of random process subroutine to calculate the mean function, auto-correlation fu
Chapter1
- 本书系Brooks/Cole出版公司(Thomson Learning出版集团的下属子公司)2000年推出的BookWare系列丛书(BookWare Companion SeriseTM)之一种。该书提供了利用MATLAB的普及型学生版本在计算机上解决“现代通信系统”这门课程中涉及的几乎所有方面的问题的分析思路、方法、MATLAB脚本文件和处理结果的范例以及供学生自主学习研讨的习题。全书内容分为9章,分别是:信号与线性系统;随机过程;模拟调制;模拟/数字转换;基带数字传输;带限信道的数字传输;
casino2x_exe
- 一个蒙特卡罗算法程序,可以自己扩编改编次程序 [visualmatlab.rar] - 本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识 [MonteCarlo.rar] - 蒙特卡罗(Monte Carlo)方法,又称随机抽样或统计试验
DSSS
- (1) 产生数值为±1的用户随机数据;给出Matlab下对应的模块; (2) 产生并给出64×64的Walsh矩阵,作为用户接入的扩频码; (3) 利用上述一个用户的扩频码和用户数据演示扩频过程;给出Simulink工作框图; (4) 利用FFT,计算并画出基带数据和扩频信号的频谱(在一个图中给出); -(1) value of ± 1 generated random data users given under the corresponding Matlab module
suijiguocheng
- 哈尔滨工程大学研究生随机过程实验作业,里面有作业matlab源程序-Harbin Engineering University Graduate random process lab assignments, which has an operating matlab source
matlab_poisson-process-
- 随机过程中的泊松过程仿真实验,协方差,matlab-Stochastic poisson process simulation in the process of the experiment
Localization
- [Matlab] 模拟无人机定位目标。这里无人机按sin曲线运行,运用EKF,UKF,PF方法进行滤波,对随机目标进行定位并展示定位过程。-[MATLAB] Simulation of Localization by UAV. It uses Extended Kalman Filter, Unscented Kalman Filter and Particle Filter to find the localization of target.
random-process
- 哈工程随机过程微机作业最新编写作业及MATLAB程序代码,并附详细说明。-Ha random process computer engineering job Latest jobs and write MATLAB code, along with detailed instructions.
CUM3EST
- 实现随机过程的三阶累积量的估计,做出频谱图形。使用MATLAB编写。-To achieve third-order cumulant estimates stochastic process, make spectrum graphics. Using MATLAB prepared.
GUI
- 对随机过程进行fft,ssb,dsb.de matlab程序,整个过程的仿真。-On the random process fft, ssb, dsb.de matlab procedures, the entire process of simulation.
Narrowband_stochastic_process
- Matlab产生窄带随机过程,时域滤波法产生As,频域法产生Ac(Matlab produces narrowband random process, time domain filtering method to generate As, frequency domain method to generate Ac)
Normal cloud distribution source program1
- 本代码为正态云分布源程序,用于模糊随机分布过程中分布概率的拟合。(Normal cloud distribution source program)
随机过程作业
- 关于学习过随机过程的基本MATLAB知识及相关的课后题(Basic MATLAB knowledge about learning stochastic process and related post-course questions)
MRF-Segmentation-master
- 基于马尔科夫随机过程的图像分割 matlab平台(Image segmentation based on Markov random process)
robot_sweeper
- 电子科技大学,数学学院,本科二年级,数学实验课程作业:扫地机器人的路径规划问题 实验是内容是规划并利用MATLAB模拟扫地机器人的清扫路径,并与随机游走的清扫方式做对比 编程思路: 规定扫地机器人的尺寸为1×1的网格,地图尺寸为20×15(参数可修改),在利用矩阵Tag储存障碍物信息(障碍物标1,非障碍物标0),barrier_generate函数随即生成障碍物 路径规划考虑采用深度优先搜索算法,根据标记矩阵Tag的信息,找到网格之间可达性关系,建立图的邻接压缩表,深度优先搜索求出路径(深度