how can I simulate poisson random process ?
Afficher commentaires plus anciens
how can to simulate a single realization of the Poisson counting process as described above. Such that the discrete-amplitude random process counts the number of packets arriving in the time interval [0,t). Take your simulation total time to be 10 hours, time sampling step size to be 1 sec.
where the average number of packets arriving per minute in a certain cell is lamda equal 10 .
how can I compute the interval times between the arrival of each two successive packets ?
4 commentaires
David Goodmanson
le 5 Jan 2021
Modifié(e) : David Goodmanson
le 5 Jan 2021
Hi M^2,
MODIFIED per comment below
see the poissrnd function, where lambda is the expected number of events in the sample time interval.
John D'Errico
le 5 Jan 2021
Modifié(e) : John D'Errico
le 5 Jan 2021
MATLAB does not have a function named randp. You may be thinking about something from the file exchange. However, MATLAB does have poissrnd, found in the stats toolbox.
To the point of the question asked, that is how to simulate inter-arrival times, as I recall, the inter-arrival times for a Poisson process will be exponentially distributed.
mai ahmed
le 5 Jan 2021
Star Strider
le 5 Jan 2021
Réponses (0)
Catégories
En savoir plus sur Poisson Distribution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!