필터 지우기
필터 지우기

Blocking Probabilty

조회 수: 3 (최근 30일)
Mohamed mohamed
Mohamed mohamed 2011년 5월 31일
Hello guys, I am using M/M/1 simevent demo and I am happy with the result I am getting(i.e. Average waiting, Number of Packets in the queue and utilization). The problem however I can't get the blocking probability, Any body have any idea?. Thank you.

채택된 답변

Devdatt Lad
Devdatt Lad 2011년 5월 31일
In general, you can use any of the statistics from the server, feed them into a Discrete-Event Subsystem (DESS) from the SimEvents / Ports and Subsystems library, and inside the DESS use any Simulink Math blocks to compute a desired result from this, if you know the formula.
I think for blocking probability you would need the server utilization, and probably the queue capacity. If so, the former can be obtained from the server block, and for the latter, use a Constant block inside the Discrete-Event Subsystem with constant value equal to queue capacity.
Disclaimer: Not sure about the correct formula for blocking probability. You'll have to look that up.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Discrete-Event System Objects에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by