CN1667988B - A method of parsing from the transmission format combination calculation value to the transmission format indication - Google Patents
A method of parsing from the transmission format combination calculation value to the transmission format indication Download PDFInfo
- Publication number
- CN1667988B CN1667988B CN2005100644762A CN200510064476A CN1667988B CN 1667988 B CN1667988 B CN 1667988B CN 2005100644762 A CN2005100644762 A CN 2005100644762A CN 200510064476 A CN200510064476 A CN 200510064476A CN 1667988 B CN1667988 B CN 1667988B
- Authority
- CN
- China
- Prior art keywords
- ctfc
- tfi
- transmission
- transmission format
- channel
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Landscapes
- Compression, Expansion, Code Conversion, And Decoders (AREA)
Abstract
本发明从传输格式组合计算值CTFC到各传输信道的传输格式指示TFI的解析方法,通过CTFC与各传输信道的传输格式数L进行递归取模和整除运算获取各传输信道的TFI。包括以下步骤:接收方通过TFCI的物理层信令获得参数CTFC、传输信道数I、以及每个传输信道的传输格式数L1、L2、…、LI;设置中间变量T_CTFC及循环变量i的初值分别为CTFC和1;执行循环操作TFIi=T_CTFC MOD Li,T_CTFC=T_CTFCDIV Li,其中MOD、DIV分别为取模和整除运算;对i加1,执行下一次循环,直到i=I求得TFII。本发明巧妙地利用了各传输信道的TFI与CTFC之间的内在关系,通过简单的运算完成CTFC到TFI的解析。
The present invention analyzes the transmission format combination calculation value CTFC to the transmission format indicator TFI of each transmission channel, and obtains the TFI of each transmission channel by performing recursive modulo and integer division operations on CTFC and the transmission format number L of each transmission channel. It includes the following steps: the receiver obtains the parameter CTFC, the number of transmission channels I, and the number of transmission formats L 1 , L 2 , ..., L I of each transmission channel through the physical layer signaling of TFCI; sets the intermediate variable T_CTFC and the loop variable i The initial values are CTFC and 1 respectively; execute the loop operation TFI i =T_CTFC MOD L i , T_CTFC=T_CTFCDIV L i , where MOD and DIV are respectively modulo and integer division operations; add 1 to i and execute the next cycle until i =I Obtain TFI I . The present invention skillfully utilizes the internal relationship between TFI and CTFC of each transmission channel, and completes the analysis from CTFC to TFI through simple calculation.
Description
技术领域technical field
本发明涉及信道复用的移动通信技术领域,尤其涉及第三代时分同步码分多址(Time Division-Sync Code Division Multiple Access)(以下简称TD-SCDMA)和宽带码分多址(Wideband Code Division Multiple Access)(以下简称WCDMA)移动通信标准中的传输格式组合计算值(CalculatedTransport Format Combination)(以下简称CTFC)到各个传输信道(Transport Channel)(以下简称TrCH)的传输格式指示(Transport FormatIndicator)(以下简称TFI)的解析方法。The present invention relates to the technical field of mobile communication with channel multiplexing, in particular to the third generation of Time Division-Sync Code Division Multiple Access (Time Division-Sync Code Division Multiple Access) (hereinafter referred to as TD-SCDMA) and Wideband Code Division Multiple Access (Wideband Code Division Multiple Access) Multiple Access) (hereinafter referred to as WCDMA) mobile communication standards in the transport format combination calculated value (CalculatedTransport Format Combination) (hereinafter referred to as CTFC) to each transport channel (Transport Channel) (hereinafter referred to as TrCH) Transport Format Indicator (Transport Format Indicator) ( Hereinafter referred to as TFI) analysis method.
背景技术Background technique
为了高效地利用无线信道资源,WCDMA和TD-SCDMA移动通信系统中引入了传输信道复用机制,即将多个传输信道复用成码复合传输信道(Code Composite Transport Channel)(以下简称CCTrCH),然后再将CCTrCH映射到物理信道,从而,避免了单个传输信道因为速率低也必须至少分配一个物理信道所造成的资源浪费。In order to efficiently utilize wireless channel resources, WCDMA and TD-SCDMA mobile communication systems have introduced a transport channel multiplexing mechanism, that is, multiple transport channels are multiplexed into a Code Composite Transport Channel (Code Composite Transport Channel) (hereinafter referred to as CCTrCH), and then Then, the CCTrCH is mapped to the physical channel, thus avoiding the waste of resources caused by allocating at least one physical channel to a single transmission channel because of its low rate.
参与一个CCTrCH复用的各个传输信道的传输格式(TransportFormat)(以下简称TF)是通过一种叫传输格式组合指示(Transport FormatCombination Indicator)(以下简称TFCI)的物理层信令来通知接收方的。由于TF的时变性,TFCI也是时变的(每10ms改变一次)。The transport format (TransportFormat) (hereinafter referred to as TF) of each transport channel participating in a CCTrCH multiplexing is notified to the receiver through a physical layer signaling called Transport Format Combination Indicator (hereinafter referred to as TFCI). Due to the time-varying nature of TF, TFCI is also time-varying (changes every 10ms).
然而,TFCI并不直接指示各个传输信道的传输格式,它仅仅为接收方获取各TrCH的传输格式提供必要的索引信息。这样做的目的在于尽量提高空中接口信息传输效率。接收方获得TFCI以后,通过查表获得CTFC的数值,然后根据一定的算法,解析该CTFC获得各TrCH的TFI,由TFI查表可获得对应的传输格式TF。However, the TFCI does not directly indicate the transport format of each transport channel, it only provides necessary index information for the receiver to obtain the transport format of each TrCH. The purpose of doing this is to improve the efficiency of air interface information transmission as much as possible. After obtaining the TFCI, the receiver obtains the value of CTFC by looking up the table, and then analyzes the CTFC according to a certain algorithm to obtain the TFI of each TrCH, and the corresponding transmission format TF can be obtained by looking up the TFI table.
可见CTFC是传输格式组合高效信令(Efficient Signalling)的工具,它的引入使得在空中接口传递信息变得更加高效。下面筒述CTFC的构造。It can be seen that CTFC is a tool for transmission format combination Efficient Signaling (Efficient Signaling), and its introduction makes it more efficient to transmit information on the air interface. The structure of CTFC is described below.
设I为传输格式组合中包含的TrCH数;每个传输信道TrCHi有Li个传输格式,其中i=1,2,…,I;传输格式指示TFIi可以取Li个值,TFIi的值为0,1,…,Li-1,即TFIi∈{0,1,…,Li-1},其中Li为正整数。Let I be the number of TrCHs contained in the transport format combination; each transport channel TrCH i has L i transport formats, where i=1, 2, ..., I; the transport format indication TFI i can take L i values, TFI i The value of is 0, 1, ..., L i -1, that is, TFI i ∈ {0, 1, ..., L i -1}, where L i is a positive integer.
定义正整数Pi=L0·L1·…·Li-1,i=1,2,…,I;I为整数,且L0=1。Define a positive integer P i =L 0 ·L 1 ·...·L i-1 , i=1, 2,..., I; I is an integer, and L 0 =1.
设传输格式组合(Transport Format Combination)(以下简称TFC)为TFC(TDI1,TFI2,…,TFII),其中TrCH1有传输格式指示TDI1,TrCH2有传输格式指示TFI2等等。相应的CTFC(TFI1,TFI2,…,TFII)用下式计算:Let Transport Format Combination (hereinafter referred to as TFC ) be TFC (TDI 1 , TFI 2 , . The corresponding CTFC (TFI 1 , TFI 2 , ..., TFI I ) is calculated by the following formula:
对下行公共信道,“TrCHi”从1开始以升序编号,其顺序为系统信息(SYSTEM INFORMATION)消息列出的顺序。For the downlink common channel, "TrCH i " is numbered in ascending order starting from 1, and the order is the order listed in the system information (SYSTEM INFORMATION) message.
在其他情况下,对每个分隔的TFCI字段,“TrCHi”从1开始以升序编号,按映射到TFCI字段的信道的传输信道标识升序排列。In other cases, for each separate TFCI field, "TrCH i " are numbered in ascending order starting from 1, in ascending order of the transport channel identities of the channels mapped to the TFCI field.
上述方法给出了如何根据TrCH的传输格式组合TFC(TFI1,TFI2,…,TFII)以及每条传输信道TrCHi的传输格式数Li来构造相应的CTFC,从而实现传输信道的复用格式的有效指示。The above method shows how to construct the corresponding CTFC according to the TFC transmission format combination TFC (TFI 1 , TFI 2 , ..., TFI I ) of each
接收方通过TFCI获取一个CTFC值以后,需要解析出TFC(TFI1,TFI2,…,TFII)。目前在WCDMA和TD-SCDMA的无线资源控制(RadioResource Control)(简称RRC)层规范中给出了CTFC的构造方法,但规范中没有给出解析方法。After obtaining a CTFC value through the TFCI, the receiver needs to parse out the TFC (TFI 1 , TFI 2 , ..., TFI I ). Currently, the CTFC construction method is given in the Radio Resource Control (RRC) layer specification of WCDMA and TD-SCDMA, but the analysis method is not given in the specification.
已公开的CTFC解析方法主要有两种。一种是查表法,其原理如下:根据上述CTFC的构造方法,在当前的CCTrCH配置中,有一个唯一的TFC(TFI1,TFI2,…,TFII)与之对应。所有可能的CTFC值和它对应的TFC(TFI1,TFI2,…,TFII)构成一个表,只要接收方事先形成这个表,当通过TFCI获取到CTFC以后,查表,就可以获得当前传输格式组合TFC。There are mainly two published CTFC analysis methods. One is the table look-up method, and its principle is as follows: According to the above-mentioned CTFC construction method, in the current CCTrCH configuration, there is a unique TFC (TFI 1 , TFI 2 , . . . , TFI I ) corresponding to it. All possible CTFC values and their corresponding TFCs (TFI 1 , TFI 2 , ..., TFI I ) form a table. As long as the receiver forms this table in advance, after obtaining CTFC through TFCI, look up the table to get the current transmission Format combination TFC.
显然这种方法不可取,首先,当参与复用的传输信道数I以及传输信道TrCHi的传输格式数Li很大时,查询表会非常大,导致产生该表所需的运算时间和存储查询表所需的存储空间都大大增加。其次,由于在通信过程中,CCTrCH的配置可能发生变化,并且传输信道的传输格式数也不固定,因此,需要接收方实时地产生查询表,这对接收方来说是极大的负担。可以说,查表法是效率最低的一种方法。Obviously, this method is not desirable. First, when the number of transmission channels I participating in the multiplexing and the number of transmission formats L i of the transmission channel TrCH i are very large, the lookup table will be very large, resulting in the calculation time and storage required for generating the table. The storage space required for query tables is greatly increased. Secondly, since the configuration of the CCTrCH may change during the communication process, and the number of transmission formats of the transmission channel is not fixed, the receiver needs to generate a lookup table in real time, which is a great burden on the receiver. It can be said that the look-up table method is the least efficient method.
另一种方法是直接利用CTFC产生的逆过程来获得TFC。从CTFC的构造方法可知:Another method is to directly use the inverse process generated by CTFC to obtain TFC. It can be seen from the construction method of CTFC:
将上式改写为:Rewrite the above formula as:
CTFC(TFI1,TFI2,…,TFII)=TFI1·P1TFI2·P2+…+TFII·PI (2)CTFC(TFI 1 , TFI 2 , ..., TFI I ) = TFI 1 ·P 1 TFI 2 ·P 2 +...+TFI I ·P I (2)
这种方法为首先计算出P1,P2,…,PI的值,然后从大到小,通过反复求CTFC除以正整数Pi的商和余数,计算传输信道的传输格式组合。TFIi即为每次求得的商。这种方法利用了CTFC的特点,较为实用,但仍需要求中间变量P1,P2,…,PI的值,显得有些繁琐。This method first calculates the values of P 1 , P 2 ,..., PI , and then calculates the transmission format combination of the transmission channel by repeatedly calculating the quotient and remainder of dividing CTFC by the positive integer P i from large to small. TFI i is the quotient obtained each time. This method takes advantage of the characteristics of CTFC and is more practical, but it still needs to ask for the values of intermediate variables P 1 , P 2 ,..., P I , which seems a bit cumbersome.
发明内容Contents of the invention
鉴于上述,本发明的目的在于提供一种更为简单的方法,直接获取TFC(TFI1,TFI2,…,YFII)。In view of the above, the purpose of the present invention is to provide a simpler method to directly obtain TFC (TFI 1 , TFI 2 , . . . , YFI I ).
本发明提出的实现传输格式组合计算值到传输格式指示的解析方法,即利用传输格式组合计算值CTFC解析出传输格式组合TFC(TFI1,TFI2,…,TFII),其特点在于算法复杂度小,包括以下处理步骤:The analytical method for realizing the transmission format combination calculation value to the transmission format indication proposed by the present invention is to use the transmission format combination calculation value CTFC to analyze the transmission format combination TFC (TFI 1 , TFI 2 , ..., TFI 1 ), which is characterized in that the algorithm is complex The degree is small, including the following processing steps:
步骤1、接收方通过传输格式组合指示TFCI的物理层信令获得传输格式组合计算值CTFC、传输信道个数I及各传输信道的传输格式数L1、L2、…、LI的值;
步骤2、设置中间变量T_CTFC及循环变量i的初始值分别为传输格式组合计算值CTFC和1,即T_CTFC=CTFC,i=1;Step 2, setting the initial values of the intermediate variable T_CTFC and the loop variable i to be the transmission format combination calculation value CTFC and 1 respectively, namely T_CTFC=CTFC, i=1;
步骤3、首先,将中间变量T_CTFC与传输信道的传输格式数Li进行取模运算,并将值赋给各传输信道的传输格式指示TFIi,即Step 3. First, the intermediate variable T_CTFC and the transmission format number L i of the transmission channel are modulo-calculated, and the value is assigned to the transmission format indicator TFI i of each transmission channel, namely
TFIi=T_CTFC MOD Li; (3)TFI i = T_CTFC MOD L i ; (3)
接着,将中间变量T_CTFC与传输信道的传输格式数Li进行整除运算,并将值赋给中间变量T_CTFC,即Then, the intermediate variable T_CTFC is divided by the transmission format number L i of the transmission channel, and the value is assigned to the intermediate variable T_CTFC, namely
T_CTFC=T_CTFC DIV Li; (4)T_CTFC=T_CTFC DIV L i ; (4)
之后,将循环变量i加1,并将值赋给i,即After that, add 1 to the loop variable i and assign the value to i, ie
i=i+1; (5)i=i+1; (5)
最后,判断循环变量i是否小于或等于传输信道个数I,如果是则执行步骤3,否则执行步骤4;Finally, it is judged whether the loop variable i is less than or equal to the number of transmission channels I, if so, step 3 is performed, otherwise step 4 is performed;
步骤4、获得传输格式组合TFC(TFI1,TFI2,…,TFII),结束操作。Step 4. Obtain the transport format combination TFC (TFI 1 , TFI 2 , . . . , TFI I ), and end the operation.
本发明巧妙地利用了各个传输信道的TFI与CTFC之间的内在关系,通过简单的运算完成CTFC到TFI的解析。总之,本发明提供的传输格式组合计算值到传输格式指示的解析方法简单、直接,具有算法复杂度低的特点。The present invention skillfully utilizes the internal relationship between TFI and CTFC of each transmission channel, and completes the analysis from CTFC to TFI through simple calculation. In a word, the analysis method from the transmission format combination calculation value to the transmission format indication provided by the present invention is simple and direct, and has the characteristics of low algorithm complexity.
下面结合附图,对本发明所述方法的具体实施作进一步的详细描述。对于熟悉本技术领域的人员而言,从对本发明方法的描述中,本发明的上述和其他目的、特征和优点将显而易见。The specific implementation of the method of the present invention will be further described in detail below in conjunction with the accompanying drawings. The above and other objects, features and advantages of the present invention will be apparent to those skilled in the art from the description of the method of the present invention.
附图说明Description of drawings
图1为本发明的传输格式组合计算值到传输格式指示的解析方法的处理流程图。Fig. 1 is a processing flow chart of the analysis method from the transmission format combination calculation value to the transmission format indication according to the present invention.
具体实施方式Detailed ways
下面结合附图和实施例对本发明作进一步的详细说明。The present invention will be further described in detail below in conjunction with the accompanying drawings and embodiments.
图1为本发明的传输格式组合计算值到传输格式指示的解析方法的处理流程图。如图1所示,本发明的实现传输格式组合计算值到传输格式指示的解析方法具体分以下处理步骤实施:Fig. 1 is a processing flow chart of the analysis method from the transmission format combination calculation value to the transmission format indication according to the present invention. As shown in Figure 1, the analysis method of the present invention to realize the transmission format combination calculation value to the transmission format indication is specifically divided into the following processing steps:
步骤1、接收方通过传输格式组合指示TFCI的物理层信令获得传输格式组合计算值CTFC、传输信道个数I及各传输信道的传输格式数L1、L2…、LI的值;
步骤2、设置中间变量T_CTFC及循环变量i的初始值分别为传输格式组合计算值CTFC和1,即T_CTFC=CTFC,i=1;Step 2, setting the initial values of the intermediate variable T_CTFC and the loop variable i to be the transmission format combination calculation value CTFC and 1 respectively, namely T_CTFC=CTFC, i=1;
步骤3、首先,将中间变量T_CTFC与传输信道的传输格式数Li进行取模运算,并将值赋给各传输信道的传输格式指示TFIi,即Step 3. First, the intermediate variable T_CTFC and the transmission format number L i of the transmission channel are modulo-calculated, and the value is assigned to the transmission format indicator TFI i of each transmission channel, namely
TFIi=T_CTFC MOD Li;TFI i = T_CTFC MOD L i ;
接着,将中间变量T_CTFC与传输信道的传输格式数Li进行整除运算,并将值赋给中间变量T_CTFC,即Then, the intermediate variable T_CTFC is divided by the transmission format number L i of the transmission channel, and the value is assigned to the intermediate variable T_CTFC, namely
T_CTFC=T_CTFC DIV Li;T_CTFC=T_CTFC DIV L i ;
之后,将循环变量i加1,并将值赋给i,即After that, add 1 to the loop variable i and assign the value to i, ie
i=i+1;i=i+1;
最后,判断循环变量i是否小于或等于传输信道个数I,如果是则执行步骤3,否则执行步骤4;Finally, it is judged whether the loop variable i is less than or equal to the number of transmission channels I, if so, step 3 is performed, otherwise step 4 is performed;
步骤4、获得传输格式组合TFC(TFI1,TFI2,…,TFII),结束操作。Step 4. Obtain the transport format combination TFC (TFI 1 , TFI 2 , . . . , TFI I ), and end the operation.
其中,上述方法是基于上述传输格式组合计算值CTFC本身的特点推导出来的,根据CTFC的构造方法,即根据上述Pi=L0·L1·…·Li-1及公式(2),可知Wherein, the above-mentioned method is derived based on the characteristics of the above-mentioned transmission format combination calculation value CTFC itself, and according to the construction method of CTFC, that is, according to the above-mentioned P i =L 0 ·L 1 ·...·L i-1 and formula (2), It can be seen
CTFC(TFI1,TFI2,…,TFII)=TFI1+TFI2·L1+TFI3·L1·L2 CTFC (TFI 1 , TFI 2 , ..., TFI I ) = TFI 1 +TFI 2 ·L 1 +TFI 3 ·L 1 ·L 2
+…+TFII·L1·L2·…·LI-1 (6)+...+TFI I L 1 L 2 ... L I-1 (6)
上述传输格式组合计算值CTFC本质上是由各个传输信道的传输格式指示TFI经过变换以后形成的数字(为了保证CTFC和TFC之间对应的唯一性,这种变换是必要的)之和。一旦CTFC的值落在区间[0,L1)上,很容易判断CTFC的值由TFI1构成,即仅有TrCH1的传输格式为非零;一旦落在区间[L1,L1+L1·L2)上,则CTFC由TFI1和TFI2构成,即仅有TrCH1和TrCH2的传输格式为非零,依次类推。下面根据上述公式(6)推导本解析方法:The above-mentioned transport format combination calculation value CTFC is essentially the sum of numbers formed by transforming the transport format indication TFI of each transport channel (this transformation is necessary to ensure the uniqueness of the correspondence between CTFC and TFC). Once the value of CTFC falls in the interval [0, L 1 ), it is easy to judge that the value of CTFC is composed of TFI 1 , that is, only the transmission format of TrCH 1 is non-zero; once it falls in the interval [L 1 , L 1 +L 1 ·L 2 ), the CTFC consists of TFI 1 and TFI 2 , that is, only the transmission formats of TrCH 1 and TrCH 2 are non-zero, and so on. The analysis method is deduced according to the above formula (6):
I=1,可得:I=1, can get:
I=2,可得:I=2, can get:
I=3,可得:I=3, can get:
TFI1=CTFC MOD L1,T_CTFC=CTFC DIV L1 TFI 1 = CTFC MOD L 1 , T_CTFC = CTFC DIV L 1
TFI2=T_CTFC MOD L2,TFI3=T_CTFC DIV L2 TFI 2 = T_CTFC MOD L 2 , TFI 3 = T_CTFC DIV L 2
对于任意的I>3,可得For any I>3, we can get
则有
TFI2=T_CTFC1 MOD L2,T_CTFC2=T_CTFC1 DIV L2 TFI 2 =T_CTFC 1 MOD L 2 , T_CTFC 2 =T_CTFC 1 DIV L 2
……
TFII-1=T_CTFCI-2 MOD LI-1 TFI I-1 = T_CTFC I-2 MOD L I-1
TFII=T_CTFC1-2 DIV LI-1 TFI I = T_CTFC 1-2 DIV L I-1
根据上述推导可以看出,只要对最后一个TFI,即TFII进行一下处理,就可以得到本解析方法。事实上,对于上面的任意I的情况,令T_CTFCI-1=T_CTFCI-2 DIV LI-1,则有TFII=T_CTFCI-1 MOD LI。利用递归的思想,实现该解析方法是显然的。According to the above derivation, it can be seen that the analysis method can be obtained only by processing the last TFI, that is, TFI I. In fact, for any of the above I cases, let T_CTFC I-1 = T_CTFC I-2 DIV L I-1 , then TFI I = T_CTFC I-1 MOD L I . Using the idea of recursion, it is obvious to implement the parsing method.
下面结合一个具体实施例来予以说明。假设参与组合的四个传输信道TrCH1、TrCH2、TrCH3、TrCH4分别对应L1=6、L2=5、L3=2、L4=2。上述四个传输信道的传输格式集合(Transport Format Set)(简称TFS)如表一所示,其中传输格式包括动态部分和静态部分,这里仅仅用动态部分的传输块以及传输集合来简单的表示。The following will be described in conjunction with a specific embodiment. Assume that the four transmission channels TrCH 1 , TrCH 2 , TrCH 3 , and TrCH 4 participating in the combination correspond to L 1 =6, L 2 =5, L 3 =2, and L 4 =2, respectively. The Transport Format Set (TFS for short) of the above four transport channels is shown in Table 1. The transport format includes a dynamic part and a static part. Here, only the transport block and the transport set of the dynamic part are used for simple representation.
表一:Table I:
根据公式(6)计算每一个TFC所对应的CTFC值,如表二所示。Calculate the CTFC value corresponding to each TFC according to formula (6), as shown in Table 2.
表二:Table II:
现在假设接收方收到TFCI对应的CTFC为119,即表二中的最后一项。按照上面的实施步骤可得:Now suppose that the CTFC corresponding to the TFCI received by the receiver is 119, which is the last item in Table 2. Follow the steps above to get:
A、根据步骤1可得:CTFC=119,I=4,L1=6、L2=5、L3=2、L4=2;A. According to
B、根据步骤2可得:T_CTFC=119,i=1;B, can obtain according to step 2: T_CTFC=119, i=1;
C、根据步骤3可获得:C. According to step 3, you can get:
TFI1=119 MOD 6=5,T_CTFC=119 DIV 6=19,i=2;TFI 1 = 119 MOD 6 = 5, T_CTFC = 119 DIV 6 = 19, i = 2;
TFI2=19 MOD 5=4,T_CTFC=19 DIV 5=3,i=3;TFI 2 = 19 MOD 5 = 4, T_CTFC = 19 DIV 5 = 3, i = 3;
TFI3=3 MOD 2=1,T_CTFC=3 DIV 2=1,i=4;TFI 3 = 3 MOD 2 = 1, T_CTFC = 3 DIV 2 = 1, i = 4;
TFI4=1 MOD 2=1,T_CTFC=1 DIV 2=0,i=5;TFI 4 = 1 MOD 2 = 1, T_CTFC = 1 DIV 2 = 0, i = 5;
D、根据步骤4可获得TFC(5,4,1,1),即表二中的TFC(TF5,TF4,TF1,TF1)。D. TFC (5, 4, 1, 1) can be obtained according to step 4, that is, TFC (TF5, TF4, TF1, TF1) in Table 2.
虽然本发明已以较佳实施例公开如上,但这只是为了便于理解而举的一个形象化的实例,不应被视为是对本发明范围的限制。同样,任何所属技术领域的普通专业人员均可根据本发明的技术方案及其较佳实施例的描述,做出各种可能的等同改变或替换,但所有这些改变或替换都应属于本发明的权利要求的保护范围。Although the present invention has been disclosed above with a preferred embodiment, this is only a vivid example for easy understanding and should not be regarded as limiting the scope of the present invention. Similarly, any ordinary professional in the technical field can make various possible equivalent changes or replacements according to the technical solution of the present invention and the description of its preferred embodiments, but all these changes or replacements should belong to the scope of the present invention. The scope of the claims.
Claims (1)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2005100644762A CN1667988B (en) | 2005-04-18 | 2005-04-18 | A method of parsing from the transmission format combination calculation value to the transmission format indication |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2005100644762A CN1667988B (en) | 2005-04-18 | 2005-04-18 | A method of parsing from the transmission format combination calculation value to the transmission format indication |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN1667988A CN1667988A (en) | 2005-09-14 |
| CN1667988B true CN1667988B (en) | 2010-06-09 |
Family
ID=35038887
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN2005100644762A Expired - Fee Related CN1667988B (en) | 2005-04-18 | 2005-04-18 | A method of parsing from the transmission format combination calculation value to the transmission format indication |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN1667988B (en) |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030072290A1 (en) * | 2001-07-09 | 2003-04-17 | Samsung Electronics Co., Ltd. | Apparatus and method for symbol mapping TFCI bits for a hard split mode in a CDMA mobile communication system |
| CN1433172A (en) * | 2002-01-11 | 2003-07-30 | 华为技术有限公司 | Method of realizing combined calculation reverse transformation in transmission format |
| CN1437340A (en) * | 2002-02-06 | 2003-08-20 | 华为技术有限公司 | Mapping method from the calculated value of transmission format combination to the indication of transmission format combination |
| CN1437342A (en) * | 2002-02-04 | 2003-08-20 | 华为技术有限公司 | Decoding method and device for transmission format combination indicating data |
-
2005
- 2005-04-18 CN CN2005100644762A patent/CN1667988B/en not_active Expired - Fee Related
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030072290A1 (en) * | 2001-07-09 | 2003-04-17 | Samsung Electronics Co., Ltd. | Apparatus and method for symbol mapping TFCI bits for a hard split mode in a CDMA mobile communication system |
| CN1433172A (en) * | 2002-01-11 | 2003-07-30 | 华为技术有限公司 | Method of realizing combined calculation reverse transformation in transmission format |
| CN1437342A (en) * | 2002-02-04 | 2003-08-20 | 华为技术有限公司 | Decoding method and device for transmission format combination indicating data |
| CN1437340A (en) * | 2002-02-06 | 2003-08-20 | 华为技术有限公司 | Mapping method from the calculated value of transmission format combination to the indication of transmission format combination |
Also Published As
| Publication number | Publication date |
|---|---|
| CN1667988A (en) | 2005-09-14 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN101946423A (en) | Method for transmitting and receiving control information through pdcch | |
| CN1311612A (en) | Method for matching transmission channels in combined channels, device and base station therefor | |
| CN107425947A (en) | Reference signal and the mapping method and equipment of multiple access access-in resource | |
| JP4091550B2 (en) | CDMA radio method for CDMA radio system and receiving station | |
| CN101505293A (en) | Processing method and apparatus for uplink control channel data | |
| CN102148791A (en) | Communication device and receiving method | |
| JP2011515979A (en) | Block coding with variable rate block codes | |
| CN111934836A (en) | Data transmission method, device, equipment and storage medium | |
| CN102710404A (en) | Transmission method for low transmitting power and single carrier-frequency division multiplexing access system | |
| CN1667988B (en) | A method of parsing from the transmission format combination calculation value to the transmission format indication | |
| CN101162938A (en) | A method and device for selecting a transmission format combination of the MAC layer | |
| CN103384182A (en) | Method, system and device for carrying out uplink transmission | |
| CN101510791A (en) | Transmitting device, modulation method and modulation device in time division wireless communication system | |
| CN101277177A (en) | Scheduling and non-scheduling multiplexing to determine the transmission method of the transmission module size and modulation mode | |
| CN100525155C (en) | Up demodulation method for different speed service | |
| CN101252371B (en) | Decoding method of high speed sharing control channel | |
| CN101277465B (en) | Method for multiplexing scheduling and non-scheduling in upstream reinforced system | |
| CN112311711A (en) | A kind of M-FSK modulation method, device and system | |
| CN118972978A (en) | Satellite Internet random access transmission method based on coded compressed sensing | |
| CN101282190B (en) | Method for multiplexing scheduling and non-scheduling service transmission in high speed upstream packet access | |
| CN101908943B (en) | Channel decoding method applied to time division-synchronization code division multiple access (TD-SCDMA) | |
| CN100461658C (en) | Optimization Method of Rate Matching Parameters in Wideband Code Division Multiple Access System | |
| CN101217341B (en) | A fast velocity matching method | |
| CN107733596A (en) | Information transmission method and device | |
| CN1964204A (en) | A decoding optimization method and device to intensify special physical control channel |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C14 | Grant of patent or utility model | ||
| GR01 | Patent grant | ||
| ASS | Succession or assignment of patent right |
Owner name: HAIAN INSTITUTE OF HIGH-TECH RESEARCH, NANJING UNI Free format text: FORMER OWNER: ZTE CORPORATION Effective date: 20140917 |
|
| C41 | Transfer of patent application or patent right or utility model | ||
| COR | Change of bibliographic data |
Free format text: CORRECT: ADDRESS; FROM: 518057 SHENZHEN, GUANGDONG PROVINCE TO: 226600 NANTONG, JIANGSU PROVINCE |
|
| TR01 | Transfer of patent right |
Effective date of registration: 20140917 Address after: 226600 No. 288 Changjiang West Road, Haian County, Nantong, Jiangsu Patentee after: HAIAN INSTITUTE OF HIGH-TECH RESEARCH, NANJING UNIVERSITY Address before: 518057 Nanshan District, Guangdong high tech Industrial Park, science and Technology Industrial Park, ZTE building, block A, layer 6, layer Patentee before: ZTE Corporation |
|
| CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20100609 Termination date: 20160418 |
|
| CF01 | Termination of patent right due to non-payment of annual fee |