- 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 (최근 30일)
이전 댓글 표시
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
Renato SL
2020년 9월 22일
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.
채택된 답변
Abdolkarim Mohammadi
2020년 9월 23일
편집: Abdolkarim Mohammadi
2020년 9월 23일
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
Abdolkarim Mohammadi
2020년 9월 23일
편집: Abdolkarim Mohammadi
2020년 9월 23일
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)
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Discrete-Event Simulation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!