2.2 Some Analytical Results
Two basic Lemmas provide the possibility of the
FBP and RBP construction. The first deals with a
particular case of the S
2s
and S
3s
while the second is
a general case for every value of S
2s
, S
3s
. Proofs and
details for the case of empty slots BP are not
included in this work due to limited space.
After making sure that there is a RBP the data from
the array (the minor cycles for each array line) are
transferred to queues for broadcasting. For multiple
channels, the data from integrated relations are
grouping with GHA and then are broadcasting.
Example 5: The relation A= (a, b, c, d, f) has the
following three subrelations (s_sub
i
) starting from
the end one; the 3-subrelation (f) with s_sub
3
= 1,
the 2-subrelation (b,c,d) with s_sub
2
= 3, and the 1-
subrelation (a) with s_sub
1
=1. The size of relation
(s_rel) =5.
Lemma 1 (particular case): The basic conditions in
order from a set of data to have a regular broadcast
plan are: k= S
2s
/ S
3s
(1) and m= it_mu
2
= S
2s
/ k (2)
(item multiplicity).
Proof: For (1) if k= S
2s
| S
3s
then the k offered
positions can be covered by items of S
2s
and we can
take a full BP. From (2) m represent the number of
times (it_mu) that an item of S
2
will be in the
relation. •
Example 6: (full BP) Consider the case of: S
1
= {1},
S
2
={2,3}, S
3
= { 4,5,6,7,8,9, 10, 11}. Moreover k=
S
2s
| S
3s
= 4(8/2) , and m=2(4/2) the it_mu
2
=2=4/2 .
The relations for the full BP are: (1,2,4,5), (1,3,6,7),
(1,2,8,9)(1,3,8,9). Since (s_sub
3
/ s_sub
2
) >1 we have
r_p =4 (2*2).
Example 7: Let’s consider S
1
= {1}, S
2
={2,3,4,5},
S
3
= {6,7,8,9, 10, 11,12,13}. Again, k=2(8/4), m=
it_mu
2
=2(4/2). Hence the FBP is (1,2,3,6,7),
(1,4,5,8,9),(1,2,3,10,11) ,(1,4,5,12,13). The
subrelations (2,3) ≠(4,5).
Lemma 2 (general case): Given that S
2s
and S
3s
(and S
2s
? S
3s
) with k
1
, k
2
their common divisors as:
k
1
= n/S
2s
(3) and k
2
= n/S
3s
(4) (where n= common
divisors of S
2s
and S
3s
): (a) if k
2
< S
2s
and k
2
/S
2s
(5) then there is an RBP with it_mu
2
= k
2
/S
2s
(b) if
k
2
> S
2s
and S
2s
/k
2
(6) then there is an RBP with
it_mu
2
= S
2s
/k
2
The RBP will have for both cases k
2
relations.
Proof: From (3) we get that the number of S
2
items
in a line s_sub
2
= k
1
/ S
2s
. From (4) we have s_sub
3
= k
2
/ S
3s
. If (5) is valid then it means that the k
2
positions (offered by S
3
) can be covered by k
2
/S
2s
items (it_mu
2
). If (6) is valid then it means that the
k
2
positions (offered by S3) can be covered by S
2s
/
k
2
•
Example 8: S
1
= {1}, S
2
={2,..,13}, S
3
= { 15,..,32}
, S
2s
= 12, S
3s
= 18. If n =3, k
1
= 3/12 =4, k
2
=
3/18=6, and k
2
/S
2s
= 6/12 = 2. Hence we have 6
relations and the 2-subrelations are:
(….,2,3,4,5,…),(…,6,7,8,9…),(…,10,11,12,13,…),
(….,2,3,4,5,…),(…,6,7,8,9…),(…,10,11,12,13,…).
If n=2, k
1
= 2/12 =6, k
2
= 2/18=9, and from k
2
/S
2s
=we have 9 ? 12.
Theorem 1: Let us consider the case of multiple
channel allocation with different multiplicity of
sets (such as: S1, S2, S3). Then, the validity of chg
can be achieved when pv
i
= S
is
/ s_sub
i
. If pv
i
| n
k
then g = n
p
and the criterion of homogenous
grouping holds.
Example 9: Let’s consider again the same four sets
S1,S2,S3,S4 with S
1s
=10, S
2s
=20,S
3s
= 40, S
4s
=120
If gl =20 (20 is a divisor of 120) then S
1s
/ gl, S
2s
/
gl, gl / S
3s.
The chg exists. The number of channels
is: nc=120/20= 6. Considering s_sum1 = 5,
s_sum
2
=5,s_sum
3
=8 then pv1 = 10/5=2, pv
2
=
20/5=4, pv
3
=40/8=5 and since pv
1
|20 ,pv
2
|20,pv
3
|20
then there is an homogenous grouping. With g =20
Theorem 2: For the lower values of LD that can
offer an RBP, we have higher values of AWT
i
for
supreme set and more channels.
Proof: For lower LD values the PV
i
has also lower
values which means greater size of all the sub
relations (s_sub
i
) and finally greater values for
AWTi •
2.3 The SRP
Theorem 3: For SRP increasing the LD number of
groups (gi) we have lower AWTi for supreme sets
and small number of channels.
Proof: Increasing ld
i
results to having less data for
the Sk (secondary set ) in the relations which
minimize the AWT
i
(i=1..k-1). This theorem can be
applied to FPVA. •
The number of channels is determined by the S
ks
and
the g
k
(#channels= S
ks
/ g
k
).
Example 10: Lets consider S
1s
=10, S
2s
=20,S
3s
= 40,
S
4s
=120 and PVA
1
= 2, PVA
2
=4, PVA
3
=5, PVA
4
=5. For g
k
= 10 we have: s_sub
1
=5, s_sub
2
=5,
s_sub
3
=8, s_sub
4
=12 and AWT
1
=15 (30/2), n_ch =
12(120/10). For g
k
=20, s_sub
1
=5, s_sub
2
=5,
s_sub
3
=8, s_sub
4
=6 and AWT
1
=14 (24/2). , n_ch =
6(120/20).
From Theorem 3 it is obvious the SRP’s ability to
provide lower values of AWT for the SRP with
fewer channels ( 12 to 6). This is the advantage the
SRP offers for the RBP design.
For any BP the upper and lower bound of AWT
(UA, LA) is depending on the size of s_sub
i
(i=1..n).
For a SRP, the UA and LA depend on the value of
s_sub
4
. They can be defined considering the
possible upper and lower values of s_sub
4
.
SIMILAR REGULAR PLANS FOR MOBILE CLIENTS
71