Set6 Cellular
Set6 Cellular
Definitions
Mobile Station Base Station Mobile Switching Center Control Channel(s) Forward Channel Reverse Channel Full Duplex Systems Half Duplex Handoff
Basic Elements
Channel (Frequency) Reuse: Refers to the intelligent allocation and reuse of channels throughout different coverage areas which are separated from one another by sufficient distances so that co-channel interference is not objectionable. Co-channel interference: Interference caused by transmissions on the same channel (e.g. same frequency) Reuse distance: minimum distance between two cells using same channel for satisfactory signal to noise ratio
Instead of covering the whole area with one transmitter (base station) of high power we deploy multiple base stations of moderate (lower) power. Each base station (cite) covers some specific area. Each base station is assigned a portion of the total number of channels, while neighboring base stations are assigned different groups of channels so that the interference between base stations (and mobile users) is minimized. Spacing the base stations systematically and allocating the channels appropriately results in minimizing the co-channel interference.
Hexagonal Structure
Hexagons are usually used to depict the cells due to geometry considerations and calculation purposes (it closely approximates the circle, which is used as a coverage area by a base station that has transmission radius (range) R).
R BS R R BS R BS BS
R BS R BS
Consider that there are S channels available (total in the system). If each cell is allocated K channels (K<S) and if S is divided among N cells into unique and disjoint channel groups which have the same number of channels, then we have: S=K*N The N cells that collectively use all the available channels are called clusters, and N is the cluster size. Typical values of N is 4,7, 12. If a cluster is replicated M times within the system then the total number of users supported is given by: C=M*K*N=M*S
C=M*K*N=M*S
For fixed service area if N decreases, while the cell size remains constant, more clusters are required to cover the area, and as a result M increases and therefore C increases. From a design point of view the smallest number of N is desired, so that M and thus C is maximized. However N represents how close cells that use the same channels are. Therefore smaller N corresponds to higher co-channel interference, while larger N corresponds to lower co-channel interference. Therefore minimum value of N should be obtained (desired), such that the co-channel interference can be tolerated. The value N is called reuse factor. (Some books define 1/N as the reuse factor).
A B C A B C B
A B C A
A B C A B C C
A B C A B C
N= 7 reuse pattern
G D B F A G E B C F D C E
D B F A G E B C A F C
E F
A G D B C A G D E
From the above figure, CI = R/2; OI = d/2; OC = R; By Pythagoras theorem OC^2 = OI^2 + CI^2 R^2 = (d/2)^2 + (R/2)^2 d = sqrt(3) * R _______________ (1)
C I O
The figure below shows the most convenient set of coordinates for hexagonal geometry. The positive halves of the two axes intersect at a 60degree angle, and the unit distance along any of the axis equals sqrt(3) times the cell radius. The radius is defined as the distance from the center of a cell to any of its vertices. Based on this, the center of each cell falls on a point specified by a pair of integer coordinates.
1 1 0
The first thing to note is that in this coordinate system the distance d12 between two points (u1,v1) and (u2,v2) respectively is: d12^2 =(v2-v1)^2+(u2-u1)^2+2*(u2-u1)*(v2-v1)*cos(60o)= =(v2-v1)^2+(u2-u1)^2+2*(u2-u1)*(v2-v1)*1/2= =(v2-v1)^2+(u2-u1)^2+(u2-u1)*(v2-v1) Therefore: d12 = SQRT[(v2-v1)^2+(u2-u1)^2+(u2-u1)*(v2-v1)] Using this we can easily verify that the distance between the centers of adjacent cells is unity and the length of a cell radius R is: R=1/(sqr(3)). In general, as we showed before if the distance between the centers of adjacent cells is d, then: R=d/(sqr(3)).
Step-2 To find the distance between the centers of large Clusters (D) Let us have a cell at (0,0) Let us have Co-channel Cell at (I, J) By using Distance formula between two cells (as described before and assuming the previous coordinate system) D^2 = ((I0)^2 + (J-0)^2 + I*J) D = SQRT (I^2 + J^2 + I*J)_________________ (2)
Step-3 To find the radius of the cluster (Rc) Rc = D/Sqrt (3) Rc = SQRT (I^2 + J^2 + I*J)/SQRT (3)_________________ (3)
Step-4 To find the number of cells in a cluster (N) (i.e. cluster size) N = Cluster Area/Cell Area ______(4) Single Cell Area = 6 * (Area of 1 triangle with equal edges R) = 6* [(1/2) * R *(d/2)] From (1) we have that d = sqrt(3) * R. Therefore: Single Cell Area = 6 * [(1/2) * R * (1/2) * sqrt(3) * R] = 3 * Sqrt(3)/2 * R^2 ______ (5) Following similar reasoning the cluster area is: Cluster Area = 3 * Sqrt(3)/2 * Rc^2 ______ (6) Substituting equation (5) and (6) in (4) We get, N = Rc^2/R^2 By substituting (3) and (1) and using that (assuming unit distance d=1) we get: N = I^2 + J^2 + I*J __________ (7)
Step-5 To find Co-channel Reuse Ratio (Q) Q = D/R ______ (8) Substituting equation (7), (2) and (1) in (8) and also taking unit distance (i.e. d =1) We get, Q= Sqrt (N* 3)