written 8.4 years ago by | • modified 6.4 years ago |
Mumbai University > Electronics and Telecommunication > Sem 7 > Mobile Communication
Marks: 10M
Year: Dec 2013
written 8.4 years ago by | • modified 6.4 years ago |
Mumbai University > Electronics and Telecommunication > Sem 7 > Mobile Communication
Marks: 10M
Year: Dec 2013
written 8.4 years ago by |
Trunking theory is based on the concept of allowing a large number of users to share the relatively small number of channels in a cell by providing access to each user on demand from a pool of available channels. In trunked radio system each user is allocated a channel on per call basis and upon termination of the call the previously occupied channel is immediately returned to the pool of available channels. There are two types of trunked systems which are commonly used-blocked calls delayed and blocked calls cleared system.
A. Blocked Calls Delayed:
Calls arrive as determined by poisons distribution. It is assumed that there are an infinite number of users. This system is based on following assumptions.
a. Call requests are memory less implying that all users including blocked users may request for channel at any time.
b. The probability of users occupying a channel is exponentially distributed. That means longer calls are less likely to happen.
c. There are a finite number of channels available in pool.
d. In arrival times all call requests are independent of each other.
This system uses M/M/m queue and leads to the derivation of the Erlang B formula. The Erlang B formula determines the probability that a call is blocked and is a measure of the GOS for a trunked system which provides no queuing for blocked calls.
$$Pb (blocking) = \frac{\frac{A^c}{C!}}{{\sum_{k=0}^c}\frac{A^c}{C!}}$$
Where,
A = Traffic intensity
C = Total number of channels
K = k^{th} channel
B. Blocked Calls Cleared:
$$Pb(delay \gt 0) = \frac{A^C}{A^C + C! \left(1 - \frac{A}{C}\right) \sum_{k=0}^{C-1}\frac{A^k}{k!}}$$
If no channels are immediately available the call is delayed and the probability that the delayed call is forced to wait more than t seconds is given by the probability that a call is delayed multiplied by the conditional probability that the delay is greater than t seconds. The GOS of a trunked system where blocked calls are delayed is hence given by
Pb (delay>t) = Pb (delay>0) Pb (delay>t| delay >0) = Pb (delay>0) exp (-(C-A) t/H)
H= Holding Time.
The average delay D for all calls in a queued system is given by,
$$D = Pb(delay \gt 0)\frac{H}{C - A}$$
The average delay D for those calls which are queued is given by,
$$D = \frac{H}{C -A}$$
hi there, i’m glad to talk you. so, i’m writing a program in matlab about 3 type of telecommunication traffics “BCC,BCH,BCD”. the problem is i have the erlang B & C & BCH , probabilities of blocking and delaying formula. but i want to find one of the variables by giving the two others!(doesn’t matter which one is unknown!) let me clear up. for example, i have offered load and GoS quantities and i want to calculate the number of channels in erlang B ! i know have i calculated on paper but MATLAB doesn’t know! how should i calculate it?! i heared there are some kind of formula for calculating this parameters! thank you for answering.