Description: % PIEFLAB Main Directory
% ----------------------
%
% .m - files
% ----------
% Contents.m : this file
% startup.m : startup file: sets Matlab path executed automatically when
% Matlab command is performed in this directory
%
% subdirectories
% --------------
% General/ : general matlab commands
% MRF/ : Markov Random Field: Bayesian algorithm for images
% Noise/ : noise generation, density/distribution functions
% Tests/
% Threshold/ : threshold procedures (includes threshold assessment)
% WT/ : Wavelet Transform routines
% Poisson/ : Poisson intensity estimation routines
% Copyright (c) Maarten Jansen
% K.U.Leuven - Flanders (Belgium)
%
% This software is part of PiefLab and is copyrighted material. More info on
% copyright policy is available on:
% www.cs.kuleuven.ac.be/~maarten/software/- PIEFLAB Main Directory----------------------. M- files---------- Contents.m: this file startup.m: startup file: sets Matlab path executed automatically when Matlab command is performed in this directory subdirectories-------------- General /: general matlab commands MRF /: Markov Random Field: Bayesian algorithm for images Noise /: noise generation, density/distribution functions Tests/Threshold /: threshold procedures (includes threshold assessment) WT /: Wavelet Transform routines Poisson /: Poisson intensity estimation routines Copyright (c) Maarten Jansen KULeuven- Flanders (Belgium) This software is part of PiefLab and is copyrighted material. More info on copyright policy is available on: www.cs.kuleuven.ac.be/ ~ maarten/software / Platform: |
Size: 113664 |
Author:汪伟 |
Hits:
Description: 设计一个M/M/S/k排队系统模型,用C++进行仿真,计算一个新的服务请求在各个状态k下的阻塞率,绘制出到达率-阻塞率曲线(matlab),并将理论值与仿真值进行比较。
M/M/S/k模型为服务请求到达间隔时间服从泊松分布、服务时间服从指数分布、系统有S个服务器、系统容量为k(有限个)的排队系统。如果一个服务请求到达排队系统时,系统内已有k个服务请求,那么这个服务请求就会被拒绝(即不为该服务请求安排服务器,也不会将其排入系统队列)。由于系统容量为k,有S个服务器,所以系统队列的长度为k-S。-The design of a M/M/S/k queuing system model, with C++ for simulation, calculation of a new service request in every state under the blocking rate k, the arrival rate of drawing- blocking probability curve (matlab), and the theoretical value and simulation values.
M/M/S/k model for the service request arrival time to obey Poisson distribution, exponential distribution of service time, the system has S servers, the system capacity of k (finite) of the queuing system. If a service request arrival queuing system, the system has k service request, then the service request will be rejected (that is, do not arrange for the service request server, nor will its queue into the system). Since the system capacity for the k, there are S servers, so the length of the queue system kS. Platform: |
Size: 112640 |
Author:张三 |
Hits:
Description: 1)最大似然方法联合实现符号定时同步和载波同步仿真
2)泊松分布
3)贝叶斯估计
4)RANSAC方法-1) The maximum likelihood method of the joint realization of Symbol Timing and Carrier Synchronization in simulation 2) Poisson distribution 3) Bayesian estimation 4) RANSAC method Platform: |
Size: 4096 |
Author:平凡 |
Hits:
Description: 常用随机数发生器,C实现
/*
* 文件包含了6个函数,它们能产生符合相应分布的规律的随机数:
* GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列)
* GenBernoulliRnd : 产生一个随机数,符合伯努利分布。
* GenBinomialRnd : 产生一个随机数,符合二项分布。
* GenPoissonRnd : 产生一个随机数,符合泊松分布。
* GenExponentRnd : 产生一个随机数,符合指数分布。
* GenGaussRnd : 产生一个随机数,符合高斯分布。
*/-Common random number generator, C implementation /** file contains six functions, they can produce in line with the corresponding distribution laws of random numbers:* GenUniformRnd: generate a random number, in line with evenly distributed. (Pseudo-random sequence)* GenBernoulliRnd: generate a random number, in line with the Bernoulli distribution.* GenBinomialRnd: generate a random number, in line with binomial distribution.* GenPoissonRnd: generate a random number, in line with Poisson distribution.* GenExponentRnd: generate a random number, in line with exponential distribution.* GenGaussRnd: generate a random number, in line with Gaussian distribution.* / Platform: |
Size: 1024 |
Author:lo |
Hits:
Description: 本文从理论上推导出了
如何使用迭代方法解联立方程组, 在计算精度范围内严格地给出了泊松分布下的线性多
重回归的求解, 并且也解决了“ 面积亏损” 的问题-This paper theoretically out how to use the iterative method for solving simultaneous equations, in the context of strict accuracy of the Poisson distribution is given under the solution of linear multiple regression, and also solve the " loss area" problem Platform: |
Size: 232448 |
Author:秦本军 |
Hits:
Description: these are some matlab programs having pdf of normal distribution boinomial distribution poisson distribution. these are taken from well known book anthones paopulus on probability theory Platform: |
Size: 119808 |
Author:suchit shri |
Hits:
Description: 采用加权网络中节点强度和权重都是幂率分布的模型,到达过程是的泊松过程,在matlab R2009b调试通过,供做算法研究人员参考,本科毕设要求参见标准测试模型,一种流形学习算法(很好用)。-Using weighted model nodes in the network strength and weight are power law distribution, Arrival process is a Poisson process, In matlab R2009b debugging through, Algorithm for researchers to do reference, Undergraduate complete set requirements refer to the standard test models, A fluid manifold learning algorithm (good use). Platform: |
Size: 6144 |
Author:ifyqwr |
Hits:
Description: 采用加权网络中节点强度和权重都是幂率分布的模型,主要为数据分析和统计,包含特征值与特征向量的提取、训练样本以及最后的识别,通过matlab代码,有详细的注释,到达过程是的泊松过程。- Using weighted model nodes in the network strength and weight are power law distribution, Mainly for data analysis and statistics, Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, By matlab code, There are detailed notes, Arrival process is a Poisson process. Platform: |
Size: 11264 |
Author:tufidc |
Hits:
Description: 自己编的5种调制信号,到达过程是的泊松过程,FIR 底通和带通滤波器和IIR 底通和带通滤波器,采用加权网络中节点强度和权重都是幂率分布的模型,多目标跟踪的粒子滤波器,用MATLAB实现的压缩传感,包含光伏电池模块、MPPT模块、BOOST模块、逆变模块。- Own five modulation signal, Arrival process is a Poisson process, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter, Using weighted model nodes in the network strength and weight are power law distribution, Multi-target tracking particle filter, Using MATLAB compressed sensing, PV modules contain, MPPT module, BOOST module, inverter module. Platform: |
Size: 13312 |
Author:vxauuw |
Hits:
Description: 这是一个M/M/C/∞排队系统,其中顾客按照泊松流输入,服务时间按照负指数分布,有C个服务台的单列多台并列服务系统。在这种系统,顾客到达系统后排成一个队列,然后到空闲的服务台接受服务,而每个服务台的服务时间都服从相同参数的负指数分布,服务完毕后顾客自动离去。(This is a M/M/C/ infinity queueing system, where the customers enter the Poisson flow, the service time is distributed according to the negative exponent, and there are C single row multiple parallel service systems of the service stations. In such a system, customers arrive at the system in the rear row into a queue, then receive service at the idle service desk, while the service time of each service station obeys the negative exponential distribution of the same parameter. After the service is finished, the customer automatically goes away.) Platform: |
Size: 11264 |
Author:阿杰哟666 |
Hits:
Description: 此处有两个源代码,一个先剔除Excel数据中的异常数据,再由另一个程序代码检验导入到MATLAB中的Excel数据属于哪种分布(正态分布、伽马分布、泊松分布和rayleigh)。(There are two source codes here, one that first eliminates the exception data in the Excel data, and then the other program code tests which distribution (normal distribution, gamma distribution, Poisson distribution, and Rayleigh) of the Excel data imported into the MATLAB.) Platform: |
Size: 1024 |
Author:sixsixsixsixsisix |
Hits: