- Why do you have 12 average values of job arrival times? Does that come from 12 different system configurations?
- You mentioned using your own timetraces, which I assume is to reproduce results from a previous observation, but you put job arrival times instead. So, how are these 2 things related?
Can I use my own timetraces in M/M/1 queue implementation by Simevents?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Sourav Mondal
am 22 Sep. 2020
Bearbeitet: Abdolkarim Mohammadi
am 23 Sep. 2020
Hi
I am trying to build a M/M/c queuing system by Simevents. I can easily extend the library example of M/M/1 queue for this purpose. However, I need to use my own timetraces to send the incoming traffic instead of the random number generator. How can I change the entity generator unit?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/364348/image.png)
I need to have average service rate = 1000 jobs/s and job inter-arrival times = [0.000652319973810714 0.00671367807249022 0.00203053922050347 0.00428776986488339 0.00451642623288438 0.000516265273225481 0.000273223426107445 4.73351935067905e-05 0.000765797569887923 0.000212720802785289 0.00169417760478423 0.0102040855683635] seconds.
2 Kommentare
Renato SL
am 22 Sep. 2020
I want to make sure of a few things since I think these can make the question clearer.
Hint for now: If I remember correctly, the service rate can be expressed in the Entity Server.
Akzeptierte Antwort
Abdolkarim Mohammadi
am 23 Sep. 2020
Bearbeitet: Abdolkarim Mohammadi
am 23 Sep. 2020
I think you need a simple M/M/c queue. The example you are trying has components for other purposes, which might have confused you. I have attached a simple M/M/3 model.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/364756/image.jpeg)
Inter-generation times can be set via MATLAB action in the Entity generator block. You can use the Insert pattern button to create such code for many distributions.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/364759/image.jpeg)
2 Kommentare
Abdolkarim Mohammadi
am 23 Sep. 2020
Bearbeitet: Abdolkarim Mohammadi
am 23 Sep. 2020
If you want a prespecified sequence of service times, you can refer to the fifth model in this example (Inter-Arrival Times from Sequence):
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/364909/image.png)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Discrete-Event Simulation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!