搜索资源列表
matlab_queue_system
- 自己写的用Matlab模拟一个缓冲区大小(包括正在服务的那个)为10的随机排队系统。 (1)到达过程是的泊松过程(到达速率为Mu),服务时间服从独立指数分布(均值为1/Lamda)。 对Mu//Lamda=0.2,Mu//Lamda=0.8和Mu//Lamda=1.1三种情况进行仿真,求出队列中接受服务用户为n的概率P(n), n=0,...,10。并与理论结果进行比较。 (2)假设到达过程为均匀过程(到达速率为Mu),服务时间服从独立瑞利分布(均值为1/Lamda)。-yourse
ruilifenbuzabo
- 瑞利分布+杂波雷达信号MATLAB仿真程序,希望对有做雷达信号得朋友有帮助
multiRCSradarsimilation
- 一个雷达回波模拟的matlab程序包,含有在RCS服从卡方分布,瑞利分布,对数正态分布下目标的的雷达散射截面模拟子程序, 具有径向加速度,径向速度,径向距离的雷达回波模拟,有3-D图形显示.
matlab
- 杂波模型,可用于雷达信号处理中,其中模型为瑞利分布
jakes model
- matlab程序对jakes model的仿真 瑞利分布的多径信道
MATLAB的瑞利衰落信道仿真
- MATLAB的瑞利衰落信道仿真,针对服从瑞利分布的多径信道进行模拟仿真,加深对多径信道特性了解。,Channel Emulation of Rayleigh fading by using MatLab,which is aimed at the Multipath Propagation channel that obey Rayleigh distribution, so it could be furthered comprehension of characteristic on th
clutter.rar
- 基于Matlab的 GUI的集成软件,功能包括: 1、海杂波模型仿真和统计分析(瑞利、韦伯、对数和K分布SIRP和ZMNL法); 2、海杂波/波导参数估计(海杂波、多径和波导参数和雷达探测性能估计); 3、实测海杂波数据统计分析。,Matlab' s GUI-based integrated software, features include: 1, sea clutter model simulation and statistical analysis (Rayleigh,
suijishu
- 产生各种分布随机数的matlab程序,包括指数分布 高斯分布 瑞利分布 莱斯分布-Distributed random numbers generated matlab various procedures, including the exponential distribution Blaise Gaussian distribution sub-sub-Bu Ruili
mie
- Mie散射系数也叫米散射的Matlab计算程序。 当球形粒子的尺度与波长可比拟时,发生的散射为米散射。此时必须考虑散射粒子体内电荷的三维分布。此散射情况下,散射粒子应考虑为由许多聚集在一起的复杂分子构成,它们在入射电磁场的作用下,形成振荡的多极子,多极子辐射的电磁波相叠加,就构成散射波。又因为粒子尺度可与波长相比拟,所以入射波的相位在粒子上是不均匀的,造成了各子波在空间和时间上的相位差。在子波组合产生散射波的地方,将出现相位差造成的干涉。这些干涉取决于入射光的波长、粒子的大小、折射率及散射
nlayerScaCoeff
- 一个雷达回波模拟的matlab程序包,含有在RCS服从卡方分布,瑞利分布,对数正态分布下目标的的雷达散射截面模拟子程序,-Matlab simulation of a radar package, containing the RCS subject to chi-square distribution, Rayleigh distribution, lognormal distribution of the target' s radar cross section simulation
Rayleigh_generater
- 例程中包含了matlab仿真的瑞利衰落信道产生,并对其分布情况也作了分析-Routines included in the matlab simulation of Rayleigh fading channel generated, and its distribution were also made by analysis
ruilifenbu_gaosizabofangzhenc_hengxu
- 瑞利分布高斯还杂波仿真程序,非常棒的MATLAB源码呵呵,谁用谁知道!-Rayleigh distribution is also Gaussian clutter simulation program
work
- 利用反函数方法,在均匀分布的基础上产出具有瑞利分布的概率分布的数据.-By inverse function method, based on the output of uniform distribution with the Rayleigh distribution the probability distribution of the data.
nihefenbu
- 拟合各种常见分布程序,产检的威布尔分布,瑞利分布,K分布等分布,采用语言为matlab。-Fitting a variety of common distribution procedures, check-Weibull distribution, Rayleigh distribution, K distribution of the distribution, the use of language matlab.
jakesPrailay
- 瑞利分布 使用matlab处理瑞利分布 简单明了-Rayleigh distribution with Rayleigh distribution deal with simple matlab
matlab
- 卡方检验用来检验分布的拟合性 比如正太分布对数正太分布高斯分布瑞利分布,韦伯分布等里面包含了对数据的检测以及统计的原理和方法-The chi-square test used to test the The chi-square test used to test the distribution fitting, such as too the distribution of the lognormal distribution is too Gauss points Burui Li dis
2
- 2.wps :为作业最终的仿真结果与分析 正态分布:.cpp为由C++编写的主程序以获取仿真数据,.txt为存储仿真数据的文档,.m为由matlab根据获取的仿真数据画图的结果,其中1、2、3分别为N(0,1)、N(0,4.26)、N(-2.5,1)的情况 瑞利分布:.cpp为由C++编写的主程序以获取仿真数据,.txt为存储仿真数据的文档,.m为由matlab根据获取的仿真数据画图的结果,其中1、2、3分别为Ray(1)、Ray(0.36)、Ray(3.4)的情况 泊松分布:
matlab
- 信息论实验仿真。包括马尔科夫信源、huffman编码、瑞利分布、分组码编码、熵计算等等。-Information theory experimental simulation. Markov source, huffman coding, Rayleigh distribution block code encoding, entropy calculations, and so on.
R_N_U
- 原理:乘同余法产生随机数来生成均匀分布、瑞利分布、正态分布,压缩包包括3个分布的Matlab源代码-Principle: multiplicative congruential method to generate random numbers to generate uniformly distributed ,Rayleigh distribution and normal distribution.This package includes three distribution of Ma
clutter
- 雷达杂波仿真程序,仿真雷达瑞利分布、高斯分布、K分布等(Radar clutter simulation program, simulation radar, Rayleigh distribution, Gauss distribution, K distribution, etc.)