The present invention relates to a long term evolution (LTE) technology, particularly to a method and device for determining a subband index.
In a third generation partnership project LTE (3GPP LTE) system, a mobile terminal can use a physical uplink shared channel (PUSCH) to report a channel quality indicator (CQI) non-periodically. The non-periodical report consists of three kinds of mode: a wideband mode, a mobile terminal selection mode and a high-level configuration mode; and a high level configures which mode can be used semi-statically.
During reporting the CQI, the mobile terminal needs to report a combined index related to subband indexes of M subbands selected by itself firstly. When the CQI is reported through the mobile terminal selection mode, it is defined:
where
represents a combination number extracting y elements from x different elements,
the mobile terminal reports a combined index
to an Evolved Node B (eNB), wherein N represents the number of subbands of a downlink system, and M represents the number of subbands selected by the mobile terminal; and a set {si}i=0M−1 comprising M subband indexes sorted in ascending order, i.e., subband indexes of M subbands, wherein 1≦si≦N, and si<si+1.
At present, the subband index can be determined by the combined index with reference to a direct table lookup method, which specifically is:
an eNB obtains possible values of M and N according to a formula N=downlink system bandwidth/subband size as well as a correspondence table of downlink system bandwidth, subband size and M; calculates all possible values of r and each value of si corresponding to different values of r according to definition above and the possible values of M and N; generates and stores a lookup table comprising each possible value of each r and {si}i=0M−1 corresponding to that each possible value according to the result of the calculation; after receiving a r reported by the mobile terminal, the eNB inquires the stored lookup table to obtain {si}i=0M−1 corresponding to the received r, that is, the subband indexes of M subbands, wherein the correspondence table of downlink system bandwidth, subband size and the number of the subbands that can be selected by the mobile terminal is shown in Table 1.
Wherein the possible values of r are within a range from 0 to
and each possible value of r corresponds to {si}i=0M−1, it can be seen that there is a great amount of data contained in the lookup table. Therefore, when the direct table lookup method is used to determine a subband index, a large storage space is needed for storing a lookup table, which cause an increase in the hardware cost of the eNB.
In view of this, it is a main object of the present invention to provide a method and device for determining a subband index which are capable of reducing the storage space that need to be occupied for determining the subband index.
In order to achieve the above-mentioned object, the technical scheme of the present invention is realized as follows.
A method for determining a subband index, comprises: generating and storing an intermediate value table in advance according to possible values of M and N, the method further comprises:
an Evolved Node B (eNB) receives r, calculates a difference between the received r and a
corresponding to each obtained subband index, searches sequences
in the stored intermediate value table according to the calculated difference to obtain each si, which constitutes {si}i=0M−1.
where i=0, 1, . . . , (M−1); N represents the number of subbands of a downlink system, M represents the number of subbands selected by a mobile terminal, r represents a combined index, and {si}i=0M−1 represents at comprising M subband indexes sorted in ascending order.
The method may further comprise, prior to calculating the difference, determining whether the received combined index is greater than or equal to 0 but smaller than or equal to
The method may further comprise, prior to the eNB receives the combined index, the mobile terminal reports the combined index to the eNB.
Generating the intermediate value table in advance according to possible values of M and N may specifically comprise:
plugging the possible values of M and N in
to calculate the values of
and respectively sorting, according to the ascending order of h, each value of
that are gained by calculating on the condition that the values of M, N and i are all the same so as to obtain each sequence of
that are respectively corresponding to different values of M, N and i; and storing the each sequence to obtain the intermediate value table;
where h=0, 1, . . . , N.
The method may further comprise, after generating the intermediate value table, taking N, M and i as indexes of the intermediate value table.
Obtaining each si may specifically comprise:
A1: initializing k=0, then my_r=r, wherein my_r refers to the difference between the received r and the
corresponding to each obtained subband index;
B1: searching the first value that is not greater than the current my_r from left to right in the sequences
of the stored intermediate value table, marking the searched value as
and taking j as an obtained subband index sk, and
C1: setting
and k=k+1, regarding a set of the obtained subband indexes as {si}i=0k and regarding the
corresponding to each element in {si}i=0k as
returning to execute step B1 until k is greater than (M−1), and then ending the subband index determination flow of this time.
Obtaining each si may specifically comprise:
A2: initializing k=0, then my_r=r, wherein my_r refers to the difference between the received r and the
corresponding to each obtained subband index;
B2: searching the last value that is not greater than the current my_r from right to left in the sequences
of the stored intermediate value table, marking the searched value as
and taking j as an obtained subband index sk, and
C2: setting
and k=k+1, regarding a set of the obtained subband indexes as {si}i=0k and regarding the
corresponding to each element in {si}i=0k as
returning to execute step B2 until k is greater than (M−1), and then ending the subband index determination flow of this time.
A device for determining a subband index, comprises: a table generation module, a receiving module and a processing module, wherein
the table generation module is used for generating and storing an intermediate value table according to possible values of M and N;
the receiving module is used for receiving r; and
the processing module is used for calculating a difference between the received r and
corresponding to each obtained subband index, and searching sequences
in the stored intermediate value table according to the calculated difference to obtain each si, which constitutes {si}i=0M−1;
wherein i=0, 1, . . . , (M−1); N represents the number of subbands of a downlink system, M represents the number of subbands selected by a mobile terminal, r represents a combined index, and {si}i=0M−1 represents a set comprising M subband indexes sorted in ascending order.
The table generation module may comprise a first calculation module and a first storage module, wherein
the first calculation module is used for plugging the possible values of M and N in
and respectively sorting, according to the ascending order of h, each value of
that are gained by calculating on the condition that the values of M, N and i are all the same so as to obtain each sequence of
that are respectively corresponding to different values of M, N and i; and
the first storage module is used for storing the obtained sequences as the intermediate value table.
The processing module may comprise an initialization module, a searching module, a second storage module and a second calculation module, wherein
the initialization module is used for initializing k=0, then my_r=r, and sending the result of the initialization to the searching module, wherein my_r refers to the difference between the received r and the
corresponding to each obtained subband index, and r represents a combined index;
the searching module is used for searching the first value that is not greater than the current my_r from left to right in the sequences
of the stored intermediate value table, marking the searched value as
and sending j to the second storage module as an obtained subband index sk, and sending the current my_r and
to the second calculation module; or searching the last value that is not greater than the current my_r from right to left in the sequences
of the stored intermediate value table, marking the searched value as
and taking j as an obtained subband index sk;
the second storage module is used for storing each obtained sk that constitutes {si}i=0k, and each si stored in the second storage module constitutes {si}i=0M−1 until k is greater than (M−1); and
the second calculation module is used for setting
and k=k+1, and returning my_r and k to the searching module, and then ending the flow until k is greater than (M−1).
The processing module may further comprise a judging module which is used for triggering the initialization module when the received combined index is greater than or equal to 0 but smaller than or equal to
By calculating the difference between the received combined index and the
corresponding to each obtained subband index, searching the sequences
in the stored intermediate value table according to the calculated difference to obtain each si, the subband index determining method and device provided in the present invention only need to store the sequences
under different i in the intermediate value table when the values of M and N are specified, so as to reduce the storage space that need to be occupied for determining a subband index and lower the hardware cost of the eNB.
The realization flowchart of a subband index determining method of an embodiment in the present invention is shown in
Step 101: an eNB obtains sequences
in advance according to possible values of M and N and stores the obtained sequences as an intermediate value table.
Wherein the specific generation and storage method is as follows:
plugging the possible values of M and N in
to calculate the values of
and respectively sorting, according to the ascending order of h, each value of
that are respectively corresponding to different values of M, N and i; and storing the each sequence to obtain the intermediate value table;
where i=0, 1, . . . , (M−1), h=0, 1, . . . , N; N represents the number of subbands of a downlink system, M represents the number of subbands selected by a mobile terminal, and possible values of M and N can be obtained according to a formula N=downlink system bandwidth/subband size and a correspondence table of the downlink system bandwidth, subband size and M;
here, N, M and i can be taken as indexes of the intermediate value table to represent each value in the intermediate value table as the value gained by calculating when the values of M, N and i are all the same.
Step 102: the eNB receives r; wherein r is a combined index;
here, prior to step 102, further comprising: a mobile terminal reports the combined index to the eNB.
Step 103: the eNB calculates the difference between the received r and the
corresponding to each obtained subband index, and searches the sequences
in the stored intermediate value table according to the calculated difference to obtain each si, which constitutes {si}i=0M−1;
where i=0, 1, . . . , (M−1); N represents the number of subbands of a downlink system, M represents the number of subbands selected by a mobile terminal, and {si}i=0M−1 represents a set comprising M subband indexes in ascending order.
The step of obtaining each si specifically is as follows.
Step A1: initializing k=0, then my_r=r;
wherein my_r refers to the difference between the received r and the
corresponding to each obtained subband index; when k=0, because no subband index is obtained, then my_r=r.
Step B1: searching the first value that is not greater than the current my_r from left to right in the sequences
of the stored intermediate value table, marking the searched value as
and taking j as an obtained subband index sk;
wherein the values of N and M in the sequences
are respectively equal to the number of subbands of the current downlink system and the number of subbands selected by the mobile terminal, that is, respectively equal to the values of N and M of received r that a UE gained by calculating.
Step C1: setting
and k=k+1, returning to execute step B1 until k is greater than (M−1) to complete the current subband index determination, and then ending the subband index determination flow of this time;
here, the set of the obtained subband indexes is represented as {si}i=0k when k=k+1, the
corresponding to each element in {si}i=0k is represented as
and my_r refers to the difference between the received r and the
corresponding to each obtained subband index, which is represented as
Here, the particular step of obtaining each si may also be as follows.
Step A2: initializing k=0, then my_r=r, wherein my_r refers to the difference between the received r and the
corresponding to each obtained subband index;
Step B2: searching the last value that is not greater than the current my_r from right to left in the sequences
of the stored intermediate value table, marking the searched value as
and taking j as an obtained subband index sk; and
Step C2: setting
and k=k+1, regarding the set of the obtained subband indexes as {si}i=0k and regarding the
corresponding to each element in
returning to execute step B2 until k is greater than (M−1), and then ending the subband index determination flow of this time;
here, prior to step 103, further comprising: determining whether the received combined index is greater than or equal to 0 but smaller than or equal to
if yes, executing step 103; otherwise, reporting an abnormality to end the subband index determination flow of this time.
Further, the intermediate value table may be released after the subband index determination flow of this time is ended when memory resource is insufficient, and a new intermediate value table is regenerated in the next subband index determination flow.
The structure of a subband index reporting device in an embodiment of the present invention comprises, as shown in
the table generation module is used for obtaining sequences
according to possible values of M and N and storing the gained sequences as an intermediate value table;
the receiving module is used for receiving r;
the processing module is used for calculating the difference between the received r and the
corresponding to each obtained subband index, and searching the sequences
in the stored intermediate value table according to the calculated difference to obtain each si, which constitutes {si}i=0M−1;
wherein i=0, 1, . . . , (M−1); N represents the number of subbands of a downlink system, M represents the number of subbands selected by a mobile terminal, r represents a combined index, and {si}i=0M−1 represents a set comprising M subband indexes sorted in ascending order.
Wherein, the table generation module comprises a first calculation module and a first storage module, wherein
the first calculation module is used for plugging the possible values of M and N in
to calculate the values of
and respectively sorting, according to the ascending order of h, each value of
that are gained by calculating on the condition that the values of M, N and i are all the same so as to obtain each sequence of
that are respectively corresponding to different values of M, N and i; and
the first storage module is used for storing the obtained sequences as the intermediate value table.
Further, the processing module comprises an initialization module, a searching module, a second storage module and a second calculation module, wherein
the initialization module is used for initializing k=0, then my_r=r, and sending the result of the initialization to the searching module, wherein my_r refers to the difference between the received r and the
corresponding to each obtained subband index, and r represents a combined index;
the searching module is used for searching the first value that is not greater than the current my_r from left to right in the sequences
of the stored intermediate value table, marking the searched value as
sending j to the second storage module as an obtained subband index sk, and sending the current my_r and
to the second calculation module; or searching the last value that is not greater than the current my_r from right to left in the sequences
of the stored intermediate value table, marking the searched value as
and taking j as an obtained subband index sk;
the second storage module is used for storing each obtained sk which constitutes {si}i=0k and each si stored in the second storage module constitutes {si}i=0M−1 until k is greater than (M−1); and
the second calculation module is used for setting
and k=k+1, and returning my_r and k to the searching module, and then ending the flow until k is greater than (M−1).
The above-mentioned
corresponding to each element in the {si}i=0k is
The processing module further comprises a judging module which is used for triggering the initialization module when the received combined index is greater than or equal to 0 but smaller or equal to
The above are only preferred embodiments of the present invention but not limitation to the protection scope of the present invention.
Number | Date | Country | Kind |
---|---|---|---|
2009 1 0088426 | Jun 2009 | CN | national |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/CN2010/072533 | 5/7/2010 | WO | 00 | 10/28/2011 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2010/145345 | 12/23/2010 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
20090154588 | Chen et al. | Jun 2009 | A1 |
20090196190 | Li et al. | Aug 2009 | A1 |
20100272043 | Cho et al. | Oct 2010 | A1 |
20110299626 | Kim et al. | Dec 2011 | A1 |
Number | Date | Country |
---|---|---|
1988454 | Jun 2007 | CN |
101340697 | Jan 2009 | CN |
1020050003831 | Jan 2005 | KR |
1020060048938 | May 2006 | KR |
1020060075382 | Jul 2006 | KR |
1020070019755 | Feb 2007 | KR |
Entry |
---|
International Search Report in international application No. PCT/CN2010/072533, mailed on Aug. 12, 2010. |
English Translation of the Written Opinion of the International Search Authority in international application number: PCT/CN2010/072533, mailed on Aug. 12, 2010. |
Number | Date | Country | |
---|---|---|---|
20120087320 A1 | Apr 2012 | US |