CN102076018B - Method and device for detecting physical broadcast channel - Google Patents
Method and device for detecting physical broadcast channel Download PDFInfo
- Publication number
- CN102076018B CN102076018B CN 201010600679 CN201010600679A CN102076018B CN 102076018 B CN102076018 B CN 102076018B CN 201010600679 CN201010600679 CN 201010600679 CN 201010600679 A CN201010600679 A CN 201010600679A CN 102076018 B CN102076018 B CN 102076018B
- Authority
- CN
- China
- Prior art keywords
- pbch
- broadcast channel
- physical broadcast
- channel information
- data
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 43
- 238000001514 detection method Methods 0.000 claims abstract description 199
- 239000000284 extract Substances 0.000 claims description 40
- 108010001267 Protein Subunits Proteins 0.000 claims 8
- 238000010586 diagram Methods 0.000 description 9
- 238000013075 data extraction Methods 0.000 description 4
- 230000005540 biological transmission Effects 0.000 description 2
- 125000004122 cyclic group Chemical group 0.000 description 2
- 230000007774 longterm Effects 0.000 description 2
- 230000001413 cellular effect Effects 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
Images
Landscapes
- Mobile Radio Communication Systems (AREA)
Abstract
本发明实施例提供了一种检测物理广播信道方法及装置,所述方法包括:收集第一个无线帧数据;对所述第一个无线帧数据进行物理广播信道检测;如果检测到物理广播信道信息,则结束当前检测。应用本发明实施例,在数据不足40ms时,通过将数据放在PBCH Buffer的不同位置进行遍历解析,即能获得所需的PBCH信息,通常情况下10ms即可检测出PBCH信息,极大的缩小了检测时延,为其他业务操作如UE接入、切换等提供了保障。
The embodiment of the present invention provides a method and device for detecting a physical broadcast channel, the method comprising: collecting the first wireless frame data; performing physical broadcast channel detection on the first wireless frame data; if a physical broadcast channel is detected information, end the current detection. Applying the embodiment of the present invention, when the data is less than 40ms, the required PBCH information can be obtained by placing the data in different positions of the PBCH Buffer for traversal and analysis. Usually, the PBCH information can be detected within 10ms, greatly reducing the It reduces the detection delay and provides guarantee for other business operations such as UE access and handover.
Description
技术领域technical field
本发明涉及检测物理广播信道检测技术领域,特别涉及一种检测物理广播信道方法及装置。The present invention relates to the technical field of detecting physical broadcast channels, in particular to a method and device for detecting physical broadcast channels.
背景技术Background technique
长期演进系统(LTE,Long Term Evolution)蜂窝系统中,基站将天线数、带宽等小区公共信息编码调制后,以一定周期在物理广播信道(PBCH,PhysicalBroadcasting Channel)上循环发送.用户设备(UE)通过检测PBCH来获得入网必须的小区公共信息和系统的无线帧号(FN,Frame Number)。In the long-term evolution system (LTE, Long Term Evolution) cellular system, the base station codes and modulates the public information of the cell such as the number of antennas and bandwidth, and sends it cyclically on the physical broadcast channel (PBCH, Physical Broadcasting Channel) at a certain period. User equipment (UE) Obtain the necessary cell public information and system wireless frame number (FN, Frame Number) for network access by detecting PBCH.
LTE系统无线帧长度为10ms,PBCH的发送周期为40ms,即以连续的四个无线帧为周期进行发送。The radio frame length of the LTE system is 10 ms, and the PBCH transmission cycle is 40 ms, that is, four consecutive radio frames are sent as a cycle.
PBCH具体发射流程简介如下:The specific transmission process of PBCH is introduced as follows:
PBCH传输块(Transport Block,以下简称PBCH TB)包括了小区天线数、带宽和系统帧号等小区公共信息。The PBCH transport block (Transport Block, hereinafter referred to as PBCH TB) includes the public information of the cell such as the number of cell antennas, bandwidth, and system frame number.
首先,为PBCH传输块(TB,Transport Block,简称PBCH TB),添加16Bit循环冗余校验码(CRC,Cyclic redundancy code)。进行卷积编码(CC)编码。First, add a 16Bit cyclic redundancy check code (CRC, Cyclic redundancy code) to the PBCH transport block (TB, Transport Block, PBCH TB for short). Perform convolutional coding (CC) encoding.
之后,进行速率匹配(Rate Matching)。由于CC编码后的比特数远远小于PBCH占用的时频资源可以承载的比特数,这里的速率匹配操作实际上是将PBCH编码后的信息重复许多遍。After that, rate matching (Rate Matching) is performed. Since the number of bits encoded by the CC is much smaller than the number of bits that can be carried by the time-frequency resources occupied by the PBCH, the rate matching operation here is actually to repeat the information encoded by the PBCH many times.
然后,对速率匹配后的编码进行加扰、调制处理;调制后的数据分成四等份。分别映射到连续的四个无线帧上。每个无线帧已经预留好时频资源用来发送PBCH。其中第一个无线帧帧号(FN)满足MOD(FN,4)=0。Then, scramble and modulate the rate-matched code; the modulated data is divided into four equal parts. They are respectively mapped to four consecutive radio frames. Each radio frame has reserved time-frequency resources for sending PBCH. The frame number (FN) of the first wireless frame satisfies MOD(FN,4)=0.
现有技术中采用滑窗的方式检测PBCH,参见图1,其是现有的PBCH检测方案示意图。具体包括以下步骤:In the prior art, a sliding window method is used to detect PBCH, see FIG. 1 , which is a schematic diagram of an existing PBCH detection scheme. Specifically include the following steps:
步骤1,分配一块内存(Buffer)作为PBCH Buffer,该内存当作PBCH检测模块输入,其大小等于40ms PBCH数据。将PBCH Buffer分为四等份,编号分别为0、1、2和3;
步骤2,收集40ms数据(即4个无线帧)数据,从中抽取出PBCH数据。
步骤3,将第二步得到数据按照先后顺序依次填入PBCH Buffer第0、1、2和3部分。进行PBCH检测。如果检测成功,则结束PBCH检测,此时的无线帧帧号满足MOD(FN,4)=0。否则进行步骤4。Step 3: Fill the data obtained in the second step into
步骤4,接收下一个10ms数据,同时将老数据中起始10ms数据丢掉,组成1个新的40ms数据。重复检测步骤。这个过程周期往复,直到检测出PBCH为止。Step 4: Receive the next 10ms data, and at the same time discard the first 10ms data in the old data to form a new 40ms data. Repeat the detection steps. This process is repeated cyclically until the PBCH is detected.
可见,现有技术中检测PBCH耗时较多,至少需要40ms,通常,在同一周期的前提下最多可能需要70ms才能检测出PBCH信息,影响了UE入网速度和某些场景下的切换速度。It can be seen that the detection of PBCH in the prior art takes a lot of time, at least 40ms. Usually, it may take up to 70ms to detect PBCH information under the premise of the same cycle, which affects the UE network access speed and handover speed in some scenarios.
发明内容Contents of the invention
本发明实施例提供一种检测物理广播信道方法及装置,能够减少检测延时,提高检测速度,从而减少UE入网时延和某些场景下的切换时延。Embodiments of the present invention provide a method and device for detecting a physical broadcast channel, which can reduce detection delay and improve detection speed, thereby reducing UE network access delay and handover delay in certain scenarios.
本发明实施例提供了一种检测物理广播信道方法,包括:An embodiment of the present invention provides a method for detecting a physical broadcast channel, including:
收集第一个无线帧数据;Collect the first wireless frame data;
对所述第一个无线帧数据进行物理广播信道PBCH检测;Perform physical broadcast channel PBCH detection on the first wireless frame data;
如果检测到物理广播信道信息,则结束当前检测。If the physical broadcast channel information is detected, the current detection ends.
本发明实施例还提供了一种检测物理广播信道装置,包括:The embodiment of the present invention also provides a device for detecting a physical broadcast channel, including:
收集单元,用于收集第一个无线帧数据;a collection unit, configured to collect the first wireless frame data;
检测单元,用于对所述第一个无线帧数据进行PBCH检测,如果检测到物理广播信道信息,则结束当前检测。The detection unit is configured to perform PBCH detection on the first radio frame data, and end the current detection if physical broadcast channel information is detected.
应用本发明实施例提供的检测物理广播信道方法和装置,接收到一个数据帧后,就可以将数据帧中的PBCH数据放在PBCH Buffer中进行解析,即能获得所需的PBCH信息,通常情况下10ms即可检测出PBCH信息,有效缩小了检测时延,为其他业务操作如UE接入、切换等提供了保障。Applying the method and device for detecting a physical broadcast channel provided by the embodiments of the present invention, after receiving a data frame, the PBCH data in the data frame can be placed in the PBCH Buffer for analysis, and the required PBCH information can be obtained, usually PBCH information can be detected within 10ms, which effectively reduces the detection delay and provides guarantee for other business operations such as UE access and handover.
附图说明Description of drawings
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only These are some embodiments of the present invention. Those skilled in the art can also obtain other drawings based on these drawings without creative work.
图1是现有的PBCH检测方案示意图;FIG. 1 is a schematic diagram of an existing PBCH detection scheme;
图2是根据本发明实施例的一种检测物理广播信道方法流程图;FIG. 2 is a flowchart of a method for detecting a physical broadcast channel according to an embodiment of the present invention;
图3是根据本发明的一具体实例的流程图;Fig. 3 is a flowchart according to a specific example of the present invention;
图4是根据本发明实施例的对一个无线帧进行PBCH检测的方案示意图;FIG. 4 is a schematic diagram of a solution for performing PBCH detection on a radio frame according to an embodiment of the present invention;
图5是根据本发明实施例的对二个无线帧进行PBCH检测的方案示意图;5 is a schematic diagram of a solution for performing PBCH detection on two radio frames according to an embodiment of the present invention;
图6是根据本发明实施例的对三个无线帧进行PBCH检测的方案示意图;FIG. 6 is a schematic diagram of a solution for performing PBCH detection on three radio frames according to an embodiment of the present invention;
图7是根据本发明实施例的一种检测物理广播信道的装置结构示意图。Fig. 7 is a schematic structural diagram of an apparatus for detecting a physical broadcast channel according to an embodiment of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of the present invention.
参见图2,其是根据本发明实施例的一种检测物理广播信道方法流程图,该方法具体包括:Referring to FIG. 2, it is a flow chart of a method for detecting a physical broadcast channel according to an embodiment of the present invention. The method specifically includes:
步骤201,收集第一个无线帧数据;
通常,一个无线帧为10ms数据;Usually, one wireless frame is 10ms data;
步骤202,对所述第一个无线帧数据进行PBCH检测;
步骤203,在检测到物理广播信道信息,则结束当前检测。In
需要说明的是,如果通过所述第一个无线帧未检测到物理广播信道信息,则图2所述方法还可以包括:收集第二个无线帧数据;对所述第一和第二个无线帧数据进行PBCH检测;如果检测出物理广播信道信息,则结束当前检测。It should be noted that, if no physical broadcast channel information is detected through the first wireless frame, the method described in FIG. 2 may further include: collecting data of a second wireless frame; The frame data is detected by PBCH; if the physical broadcast channel information is detected, the current detection is ended.
需要说明的是,如果通过所述第一和第二个无线帧未检测到物理广播信道信息,则图2所述方法还可以包括:收集第三个无线帧数据;对所述第一、第二和第三个无线帧数据进行PBCH检测;如果检测出物理广播信道信息,则结束当前检测。It should be noted that, if no physical broadcast channel information is detected through the first and second radio frames, the method described in FIG. 2 may further include: collecting data of a third radio frame; The second and third wireless frame data are detected by PBCH; if the physical broadcast channel information is detected, the current detection is ended.
需要说明的是,如果通过所述第一、第二和第三个无线帧未检测到物理广播信道信息,则图2所述方法还可以包括:收集第四个无线帧数据;对所述第一至第四个无线帧数据进行PBCH检测;如果检测出物理广播信道信息,则结束当前检测。It should be noted that, if no physical broadcast channel information is detected through the first, second and third radio frames, the method described in FIG. 2 may further include: collecting data of a fourth radio frame; The first to fourth wireless frame data are detected by PBCH; if the physical broadcast channel information is detected, the current detection is ended.
需要说明的是,如果通过所述第一至第四个无线帧未检测到物理广播信道信息,则再收集一个无线帧(10ms数据),同时将老数据中起始10ms数据丢掉,组成1个新的40ms数据。重复通过对第一至第四无线帧进行PBCH检测的检测步骤。这个过程周期往复,直到检测出PBCH。It should be noted that if no physical broadcast channel information is detected through the first to fourth wireless frames, another wireless frame (10ms data) is collected, and the initial 10ms data in the old data is discarded to form a New 40ms data. The detection step by performing PBCH detection on the first to fourth radio frames is repeated. This process is repeated cyclically until the PBCH is detected.
应用本发明实施例提供的方法,只要接收到一个无线帧就可以通过将该无线帧数据放在PBCH Buffer中进行解析,例如放在PBCH Buffer的不同位置进行遍历解析,即能获得所需的PBCH信息,通常情况下10ms即可检测出PBCH信息,有效的缩小了检测时延,为其他业务操作如UE接入、切换等提供了保障。By applying the method provided by the embodiment of the present invention, as long as a wireless frame is received, the wireless frame data can be analyzed by placing the wireless frame data in the PBCH Buffer, for example, in different positions of the PBCH Buffer for traversal analysis, and the required PBCH can be obtained Usually, PBCH information can be detected within 10ms, which effectively reduces the detection delay and provides guarantee for other business operations such as UE access and handover.
下面结合具体实施例对本发明再做详细说明。The present invention will be described in detail below in conjunction with specific embodiments.
参见图3,其是根据本发明一具体实例的流程图,具体包括:Referring to Fig. 3, it is a flowchart according to a specific example of the present invention, specifically including:
步骤301,收集第一个无线帧数据;该无线帧为10ms数据;
步骤302,对上述第一个无线帧数据进行PBCH检测,判断是否检测出PBCH信息,若是,则结束,否则执行步骤303;
参见图4,其是根据本发明实施例的对一个无线帧进行PBCH检测的方案示意图,该图中,左侧的一个长方块表示一个无线帧的长度即10ms数据,其中,网格部分表示该10ms数据中对应的用于PBCH检测的数据,右侧的四个图则表示将该10ms数据中对应的用于PBCH检测的数据依次放入PCHC缓存中的第0、1、2、3部分。结合图3和图4,此时该步骤可以具体包括:Referring to FIG. 4 , it is a schematic diagram of a solution for performing PBCH detection on a wireless frame according to an embodiment of the present invention. In the figure, a long square on the left represents the length of a wireless frame, that is, 10 ms data, wherein the grid part represents the The corresponding data for PBCH detection in the 10ms data, and the four figures on the right indicate that the corresponding data for PBCH detection in the 10ms data is put into
i)分配作为PBCH检测输入的内存(Buffer),该内存为40msPBCH对应的数据大小,将所述内存分为4等份,每份依次编号为第0部分、第1部分、第2部分和第3部分;i) Allocate the memory (Buffer) used as the input of PBCH detection. The memory is the data size corresponding to 40msPBCH. Divide the memory into 4 equal parts, and each part is numbered as
ii)从第一个无线帧数据即10ms数据中提取出PBCH对应的数据;ii) Extract the data corresponding to PBCH from the first wireless frame data, that is, 10ms data;
iii)将步骤ii)中所提取出的PBCH对应的数据放入PBCH内存的第0部分,将其余三部分置零,进行PBCH检测,如果检测出物理广播信道(PBCH)信息,则结束,否则执行步骤iv);iii) Put the data corresponding to the PBCH extracted in step ii) into
需要说明的是,当该情况下检测出PBCH信息时,可以同时获知此时无线帧帧号满足MOD(FN,4)=0;It should be noted that when the PBCH information is detected in this case, it can be known at the same time that the frame number of the wireless frame satisfies MOD(FN,4)=0;
需要说明的是,上述iii)所涉及的进行PBCH检测的具体实现过程与现有的实现过程相同,不再详细赘述,以下类似同。It should be noted that the specific implementation process of the PBCH detection involved in the above iii) is the same as the existing implementation process, and will not be described in detail, and the following is similar.
iv)将步骤ii)中所提取出的PBCH对应的数据放入PBCH内存的第1部分,将其余三部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束,否则执行步骤v);iv) Put the data corresponding to the PBCH extracted in step ii) into the first part of the PBCH memory, set the remaining three parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, then end, otherwise perform step v );
需要说明的是,当该情况下检测出PBCH信息时,可以同时获知此时无线帧帧号满足MOD(FN,4)=1;It should be noted that when the PBCH information is detected in this case, it can be known that the frame number of the wireless frame at this time satisfies MOD(FN,4)=1;
v)将步骤ii)中所提取出的PBCH对应的数据放入PBCH内存的第2部分,将其余三部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束,否则执行步骤vi);v) Put the data corresponding to the PBCH extracted in step ii) into the second part of the PBCH memory, set the remaining three parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, then end, otherwise perform step vi );
需要说明的是,当该情况下检测出PBCH信息时,可以同时获知此时无线帧帧号满足MOD(FN,4)=2;It should be noted that when the PBCH information is detected in this case, it can be known that the frame number of the wireless frame at this time satisfies MOD(FN,4)=2;
vi)将步骤ii)中所提取出的PBCH对应的数据放入PBCH内存的第3部分,将其余三部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束,否则执行步骤303;vi) Put the data corresponding to the PBCH extracted in step ii) into the third part of the PBCH memory, set the remaining three parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, then end, otherwise execute
需要说明的是,当该情况下检测出PBCH信息时,可以同时获知此时无线帧帧号满足MOD(FN,4)=3;It should be noted that when the PBCH information is detected in this case, it can be known that the frame number of the wireless frame at this time satisfies MOD(FN,4)=3;
步骤303,收集第二个无线帧数据;该无线帧同样为10ms数据;
步骤304,对所述第一和第二个无线帧数据进行PBCH检测,判断是否检测出PBCH信息,若是,则结束,否则执行步骤305;
由于需要对两个10ms数据进行检测,因此存在以下两种情况:Since two 10ms data needs to be detected, there are two situations as follows:
情况1:第一无线帧和第二个无线帧属于不同周期,即两个10ms数据分别属于前后两个40ms周期;这种情况下可以将后一个10ms数据做为输入独立进行前述步骤302所述检测步骤;Situation 1: The first wireless frame and the second wireless frame belong to different periods, that is, the two 10ms data belong to two 40ms periods before and after; in this case, the latter 10ms data can be used as input to independently perform the
情况2:第一无线帧和第二个无线帧属于同一周期,即两个10ms数据属于同一个40ms周期;这种情况下可以将第一、二无线帧进行联合检测。Case 2: The first wireless frame and the second wireless frame belong to the same cycle, that is, the two 10ms data belong to the same 40ms cycle; in this case, the first and second wireless frames can be jointly detected.
针对上述两种情况,步骤304可以具体包括:For the above two situations, step 304 may specifically include:
01)从第二个无线帧中提取出PBCH对应的数据;01) Extract the data corresponding to PBCH from the second radio frame;
02)对第二个无线帧进行独立的PBCH检测,如果检测到物理广播信道信息,则结束当前检测;否则,执行步骤03);02) Perform independent PBCH detection on the second wireless frame, if the physical broadcast channel information is detected, end the current detection; otherwise, perform step 03);
需要说明的是,如果检测到物理广播信道信息,可以进一步的判定所述第一无线帧和第二个无线帧属于不同周期;如果未检测到物理广播信道信息,可以进一步的判定所述第一无线帧和第二个无线帧属于同一周期;It should be noted that, if physical broadcast channel information is detected, it may be further determined that the first wireless frame and the second wireless frame belong to different periods; if no physical broadcast channel information is detected, it may be further determined that the first wireless frame The radio frame and the second radio frame belong to the same cycle;
03)对所述第一和第二个无线帧进行联合检测,所述联合检测具体包括以下步骤:03) Performing joint detection on the first and second wireless frames, the joint detection specifically includes the following steps:
参见图5,其是根据本发明实施例的对两个无线帧进行PBCH检测的方案示意图,该图中,左侧的两个长方块分别表示两个无线帧数据,每个无线帧数据的长度为10ms数据,其中,网格部分表示第一个10ms数据中对应的用于PBCH检测的数据,竖线部分表示第二个10ms数据中对应的用于PBCH检测的数据,右侧的三个图则表示将该两个10ms数据中对应的用于PBCH检测的数据依次放入PCHC缓存中的第0和1、1和2、2和3部分。结合图3和图5,此时该步骤可以具体包括:Referring to FIG. 5 , it is a schematic diagram of a scheme for performing PBCH detection on two radio frames according to an embodiment of the present invention. In the figure, the two long squares on the left represent two radio frame data respectively, and the length of each radio frame data is It is 10ms data, where the grid part represents the corresponding data for PBCH detection in the first 10ms data, the vertical line part represents the corresponding data for PBCH detection in the second 10ms data, and the three figures on the right It means that the corresponding data for PBCH detection among the two 10ms data is put into
i)将从两个无线帧中提取出的PBCH对应的数据放入PBCH内存的第0、1部分,将其余两部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束,否则执行步骤ii);i) Put the data corresponding to the PBCH extracted from the two wireless frames into the 0 and 1 parts of the PBCH memory, set the other two parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, it will end, otherwise Execute step ii);
需要说明的是,当该情况下检测出PBCH信息时,可以同时获知此时无线帧帧号满足MOD(FN,4)=0;It should be noted that when the PBCH information is detected in this case, it can be known at the same time that the frame number of the wireless frame satisfies MOD(FN,4)=0;
ii)将所提取出的PBCH对应的数据放入PBCH内存的第1、2部分,将其余两部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束,否则执行步骤iii);ii) Put the extracted data corresponding to the PBCH into the first and second parts of the PBCH memory, set the remaining two parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, then end, otherwise, perform step iii);
需要说明的是,当该情况下检测出PBCH信息时,可以同时获知此时无线帧帧号满足MOD(FN,4)=1;It should be noted that when the PBCH information is detected in this case, it can be known that the frame number of the wireless frame at this time satisfies MOD(FN,4)=1;
iii)将所提取出的PBCH对应的数据放入PBCH内存的第2、3部分,将其余两部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束,否则执行步骤305;iii) Put the extracted data corresponding to the PBCH into the second and third parts of the PBCH memory, set the remaining two parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, then end, otherwise, perform
需要说明的是,当该情况下检测出PBCH信息时,可以同时获知此时无线帧帧号满足MOD(FN,4)=2;It should be noted that when the PBCH information is detected in this case, it can be known that the frame number of the wireless frame at this time satisfies MOD(FN,4)=2;
步骤305,收集第三个无线帧数据;该无线帧同样为10ms数据;
步骤306,对所述第一、第二和第三个无线帧数据进行PBCH检测,判断是否检测出PBCH信息,若是,则结束,否则执行步骤307;
由于需要对三个10ms数据进行检测,因此存在以下三种情况:Since three 10ms data need to be detected, there are the following three situations:
情况1:第一、第二无线帧属于同一周期,第三个无线帧与前两个无线帧属于不同周期,即前两个10ms数据属于前一个40ms周期,后一个10ms数据属于后一个40ms周期;这种情况下可以将第三个10ms数据做为输入独立进行前述步骤302所述检测步骤;Case 1: The first and second wireless frames belong to the same period, the third wireless frame and the first two wireless frames belong to different periods, that is, the first two 10ms data belong to the previous 40ms period, and the last 10ms data belongs to the latter 40ms period ; In this case, the third 10ms data can be used as an input to independently perform the detection step described in the
情况2:第一个无线帧与所述第二、第三无线帧属于不同周期,具体的,前一个10ms数据属于前一个40ms周期,后两个10ms数据属于后一个40ms周期;这种情况下可以将第二、三无线帧进行联合检测;其中,对两个帧联合检测的步骤可参考前述步骤304;Situation 2: The first wireless frame and the second and third wireless frames belong to different periods. Specifically, the previous 10ms data belongs to the previous 40ms period, and the last two 10ms data belong to the latter 40ms period; in this case The second and third radio frames can be jointly detected; wherein, the step of joint detection of two frames can refer to the
情况3:第一至第三无线帧都属于同一周期,即三个10ms数据属于同一个40ms周期;这种情况下可以将第一、二、三无线帧进行联合检测;Case 3: The first to third wireless frames all belong to the same cycle, that is, the three 10ms data belong to the same 40ms cycle; in this case, the first, second, and third wireless frames can be jointly detected;
针对上述三种情况,步骤306可以具体包括:For the above three situations, step 306 may specifically include:
01)从第三个无线帧中提取出PBCH对应的数据;01) Extract the data corresponding to PBCH from the third radio frame;
02)对所述第三个无线帧进行独立的PBCH检测,如果检测到物理广播信道信息,则结束当前检测;否则,执行步骤03);02) Perform independent PBCH detection on the third wireless frame, if physical broadcast channel information is detected, end the current detection; otherwise, perform step 03);
需要说明的是,如果检测到物理广播信道信息,可以进一步的判定所述第一、二无线帧和第三个无线帧属于不同周期;It should be noted that, if the physical broadcast channel information is detected, it may be further determined that the first, second and third radio frames belong to different periods;
03)对所述第二、三个无线帧进行联合的PBCH检测,如果检测到物理广播信道信息,则结束当前检测;否则执行步骤04);03) Perform joint PBCH detection on the second and third radio frames, and if physical broadcast channel information is detected, end the current detection; otherwise, perform step 04);
需要说明的是,在对第二、三个无线帧进行联合的PBCH检测时,如果检测到物理广播信道信息,则可以进一步的判定所述第一个无线帧与所述第二、第三无线帧属于不同周期;如果未检测到物理广播信道信息,则可以进一步的判定所述第一至第三无线帧都属于同一周期;It should be noted that, when the joint PBCH detection is performed on the second and third radio frames, if physical broadcast channel information is detected, it can be further determined that the first radio frame is related to the second and third radio frames. The frames belong to different periods; if no physical broadcast channel information is detected, it can be further determined that the first to third radio frames all belong to the same period;
04)对所述第一、第二和第三个无线帧进行联合检测,所述联合检测具体包括以下步骤:04) Performing joint detection on the first, second and third wireless frames, the joint detection specifically includes the following steps:
参见图6,其是根据本发明实施例的对三个无线帧进行PBCH检测的方案示意图,该图中,左侧的三个长方块分别表示三个无线帧数据,每个无线帧数据的长度为10ms数据,其中,网格部分表示第一个10ms数据中对应的用于PBCH检测的数据,竖线部分表示第二个10ms数据中对应的用于PBCH检测的数据,横线部分表示第三个10ms数据中对应的用于PBCH检测的数据,右侧的两个图则表示将该三个10ms数据中对应的用于PBCH检测的数据依次放入PCHC缓存中的第0、1、2、和第1、2、3部分。结合图3和图6,此时该步骤可以具体包括:Referring to FIG. 6 , it is a schematic diagram of a scheme for performing PBCH detection on three radio frames according to an embodiment of the present invention. In the figure, the three long squares on the left represent three radio frame data respectively, and the length of each radio frame data is It is 10ms data, where the grid part represents the corresponding data for PBCH detection in the first 10ms data, the vertical line part represents the corresponding data for PBCH detection in the second 10ms data, and the horizontal line part represents the third The corresponding data used for PBCH detection in each 10ms data, and the two figures on the right indicate that the corresponding data used for PBCH detection in the three 10ms data is put into the 0th, 1st, 2nd, and
i)将从三个无线帧中提取出的PBCH对应的数据放入PBCH内存的第0、1、2部分,将其余部分置零,进行PBCH检测,如果检测出PBCH信息,则结束,否则执行步骤ii);i) Put the data corresponding to the PBCH extracted from the three wireless frames into the 0, 1, and 2 parts of the PBCH memory, set the rest to zero, and perform PBCH detection. If PBCH information is detected, end, otherwise execute step ii);
需要说明的是,当该情况下检测出PBCH信息时,可以同时获知此时无线帧帧号满足MOD(FN,4)=0;It should be noted that when the PBCH information is detected in this case, it can be known at the same time that the frame number of the wireless frame satisfies MOD(FN,4)=0;
ii)将所提取出的PBCH对应的数据放入PBCH内存的第1、2、3部分,将其余部分置零,进行PBCH检测,如果检测出PBCH信息,则结束,否则执行步骤307;ii) Put the extracted data corresponding to the PBCH into the first, second, and third parts of the PBCH memory, set the remaining parts to zero, and perform PBCH detection. If PBCH information is detected, then end, otherwise, perform
需要说明的是,当该情况下检测出PBCH信息时,可以同时获知此时无线帧帧号满足MOD(FN,4)=1;It should be noted that when the PBCH information is detected in this case, it can be known that the frame number of the wireless frame at this time satisfies MOD(FN,4)=1;
步骤307,收集第四个无线帧数据;
步骤308,对所述第一至第四个无线帧数据进行PBCH检测,判断是否检测出PBCH信息,若是,则结束,否则执行步骤309;
由于需要对四个10ms数据进行检测,因此存在以下四种情况:Since it is necessary to detect four 10ms data, there are the following four situations:
情况1:第一至第三无线帧属于同一周期,第四个无线帧与前三个无线帧属于不同周期,即前三个10ms数据属于前一个40ms周期,后一个10ms数据属于后一个40ms周期;这种情况下可以将第三个10ms数据做为输入独立进行前述步骤302所述检测步骤;Case 1: The first to third wireless frames belong to the same cycle, the fourth wireless frame and the first three wireless frames belong to different cycles, that is, the first three 10ms data belong to the previous 40ms cycle, and the last 10ms data belongs to the next 40ms cycle ; In this case, the third 10ms data can be used as an input to independently perform the detection step described in the
情况2:第一、二个无线帧属于同一周期,第三、第四无线帧属于同一周期,但是第一、二个无线帧与第三、第四无线帧不属于同一周期,即前两个10ms数据属于前一个40ms周期,后两个10ms数据属于后一个40ms周期;这种情况下可以将第三、四无线帧进行联合检测;其中,对两个帧联合检测的步骤可参考前述步骤304;Case 2: The first and second wireless frames belong to the same period, the third and fourth wireless frames belong to the same period, but the first and second wireless frames do not belong to the same period as the third and fourth wireless frames, that is, the first two The 10ms data belongs to the previous 40ms cycle, and the last two 10ms data belong to the next 40ms cycle; in this case, the third and fourth wireless frames can be jointly detected; wherein, the steps for the joint detection of the two frames can refer to the
情况3:第一个无线帧属于同一周期,第二至第四无线帧属于同一周期,第一个无线帧与后三个无线帧属于不同周期,即前一个10ms数据属于前一个40ms周期,后三个10ms数据属于后一个40ms周期;这种情况下可以将第二、三、四无线帧进行联合检测;其中,对三个帧联合检测的步骤可参考前述步骤306;Case 3: The first wireless frame belongs to the same period, the second to fourth wireless frames belong to the same period, the first wireless frame and the last three wireless frames belong to different periods, that is, the previous 10ms data belongs to the previous 40ms period, and the latter The three 10ms data belong to the latter 40ms cycle; in this case, the second, third, and fourth wireless frames can be jointly detected; wherein, the steps for the joint detection of the three frames can refer to the
情况4:第一至四个无线帧都属于同一周期,即四个10ms数据都属于同一个40ms周期;这种情况下可以将第一至第四无线帧进行联合检测;Case 4: The first to four wireless frames all belong to the same period, that is, the four 10ms data all belong to the same 40ms period; in this case, the first to fourth wireless frames can be jointly detected;
针对上述四种情况,步骤308可以具体包括:For the above four situations, step 308 may specifically include:
01)从第四个无线帧中提取出PBCH对应的数据;01) Extract the data corresponding to PBCH from the fourth radio frame;
02)对所述第四个无线帧进行独立的PBCH检测,如果检测到物理广播信道信息,结束当前检测;否则,执行步骤03);02) Perform independent PBCH detection on the fourth wireless frame, if physical broadcast channel information is detected, end the current detection; otherwise, perform step 03);
需要说明的是,如果检测到物理广播信道信息,则可以进一步的判定所述第一、第二和第三无线帧和第四个无线帧属于不同周期;It should be noted that, if the physical broadcast channel information is detected, it may be further determined that the first, second and third radio frames and the fourth radio frame belong to different periods;
03)对所述第三、第四无线帧进行联合检测,如果检测到物理广播信道信息,则结束当前检测;否则,执行步骤04);03) Perform joint detection on the third and fourth wireless frames, and if the physical broadcast channel information is detected, end the current detection; otherwise, perform step 04);
需要说明的是,在对第三、第四无线帧进行联合检测时,如果检测到物理广播信道信息,则可以进一步的判定所述第三、第四无线帧属于同一周期,且所述第三、第四无线帧与第一、二无线帧属于不同周期;It should be noted that, when performing joint detection on the third and fourth radio frames, if physical broadcast channel information is detected, it may be further determined that the third and fourth radio frames belong to the same cycle, and the third , the fourth radio frame and the first and second radio frames belong to different periods;
04)对所述第二、第三和第四无线帧进行联合检测,如果检测到物理广播信道信息,则结束当前检测;否则,执行步骤05);04) Perform joint detection on the second, third and fourth wireless frames, and if physical broadcast channel information is detected, end the current detection; otherwise, perform step 05);
需要说明的是,在对第二、第三和第四无线帧进行联合检测时,如果检测到物理广播信道信息,则可以进一步的判定所述第二、第三和第四无线帧属于同一周期,且所述第二、第三、第四无线帧与第一无线帧属于不同周期;如果检测到物理广播信道信息,则可以进一步的判定所述第一至第四无线帧属于同一周期;It should be noted that, when performing joint detection on the second, third and fourth radio frames, if physical broadcast channel information is detected, it may be further determined that the second, third and fourth radio frames belong to the same period , and the second, third, and fourth radio frames belong to different periods from the first radio frame; if physical broadcast channel information is detected, it may be further determined that the first to fourth radio frames belong to the same period;
05)对所述第一、第二、第三和第四无线帧进行联合检测。对四个帧进行联合检测的方法和现有的检测方法一致,不再详细赘述,如果未检测出PBCH信息,则执行步骤309;05) Perform joint detection on the first, second, third and fourth radio frames. The method for joint detection of the four frames is consistent with the existing detection method, and will not be described in detail. If the PBCH information is not detected, then step 309 is performed;
步骤309,再收集一个无线帧(10ms数据),同时将老数据中起始10ms数据丢掉,组成1个新的40ms数据。重复步骤308的检测。这个过程周期往复,直到检测出PBCH为止。该步骤和现有的检测方法一致,不再详细赘述。
可见,应用本发明实施例提供的方法,在数据不足40ms时,通过将数据放在PBCH Buffer的不同位置进行遍历解析,即能获得所需的PBCH信息,通常情况下10ms即可检测出PBCH信息,极大的缩小了检测时延,为其他业务操作如UE接入、切换等提供了保障。It can be seen that by using the method provided by the embodiment of the present invention, when the data is less than 40ms, the required PBCH information can be obtained by placing the data in different positions of the PBCH Buffer for traversal analysis, and usually the PBCH information can be detected within 10ms , which greatly reduces the detection delay and provides guarantee for other business operations such as UE access and handover.
本发明实施例还提供了一种检测物理广播信道装置,参见图7,具体包括:The embodiment of the present invention also provides a device for detecting a physical broadcast channel, see FIG. 7, which specifically includes:
收集单元701,用于收集第一个无线帧数据;A
检测单元702,用于对所述第一个无线帧数据进行PBCH检测,如果检测到物理广播信道信息,则结束当前检测。The
如果通过所述第一个无线帧未检测到物理广播信道信息,则If no physical broadcast channel information is detected through said first radio frame, then
所述收集单元701,还用于收集第二个无线帧数据;The
所述检测单元702,还用于对所述第一和第二个无线帧数据进行PBCH检测,如果检测出物理广播信道信息,则结束当前检测。The
如果通过所述第一和第二个无线帧未检测到物理广播信道信息,则If no physical broadcast channel information is detected through said first and second radio frames, then
所述收集单元701,还用于收集第三个无线帧数据;The
所述检测单元702,还用于对所述第一、第二和第三个无线帧数据进行PBCH检测,如果检测出物理广播信道信息,则结束当前检测。The
如果通过所述第一、第二和第三个无线帧未检测到物理广播信道信息,则If no physical broadcast channel information is detected through the first, second and third radio frames, then
所述收集单元701,还用于收集第四个无线帧数据;The
所述检测单元702,还用于对所述第一至第四个无线帧数据进行PBCH检测,如果检测出物理广播信道信息,则结束当前检测。The detecting
所述检测单元702包括:The
内存单元,用于存储PBCH对应的数据,所述内存单元包括第0部分、第1部分、第2部分和第3部分;A memory unit for storing data corresponding to the PBCH, where the memory unit includes
第一数据提取子单元,用于从所述第一个无线帧数据中提取出PBCH对应的数据;A first data extraction subunit, configured to extract data corresponding to the PBCH from the first wireless frame data;
第一PBCH检测子单元,用于将所述提取出的PBCH对应的数据放入PBCH内存的第0部分,将其余三部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束。The first PBCH detection subunit is used to put the data corresponding to the extracted PBCH into the 0th part of the PBCH memory, set the remaining three parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, then end.
其中,所述第一PBCH检测子单元,还用于在第0部分没有检测出物理广播信道信息后,将所述提取出的PBCH对应的数据放入PBCH内存的第1部分,将其余三部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束,否则,将所述提取出的PBCH对应的数据放入PBCH内存的第2部分,将其余三部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束,否则,将所述提取出的PBCH对应的数据放入PBCH内存的第3部分,将其余三部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束。Wherein, the first PBCH detection subunit is also used to put the data corresponding to the extracted PBCH into the first part of the PBCH memory after the physical broadcast channel information is not detected in the 0th part, and put the remaining three parts Set zero to perform PBCH detection, if the physical broadcast channel information is detected, then end, otherwise, put the data corresponding to the extracted PBCH into the second part of the PBCH memory, set the remaining three parts to zero, and perform PBCH detection, If the physical broadcast channel information is detected, then end, otherwise, put the data corresponding to the extracted PBCH into the third part of the PBCH memory, set the remaining three parts to zero, and perform PBCH detection, if the physical broadcast channel information is detected , then end.
其中,所述检测单元702还可以包括:Wherein, the
第二数据提取子单元,用于从所述第一个无线帧数据中提取出PBCH对应的数据无法检测出物理广播信道信息时,从第二个无线帧中提取出PBCH对应的数据;The second data extraction subunit is used to extract data corresponding to PBCH from the first wireless frame data and extract data corresponding to PBCH from the second wireless frame when the physical broadcast channel information cannot be detected;
所述第一PBCH子单元,还用于对所述第二个无线帧进行独立的PBCH检测,如果检测到物理广播信道信息,则结束当前检测;The first PBCH subunit is also used to perform independent PBCH detection on the second radio frame, and if the physical broadcast channel information is detected, the current detection is ended;
第二PBCH检测子单元,用于对所述第二个无线帧进行独立的PBCH检测,且未检测到物理广播信道信息时,对所述第一和第二个无线帧进行联合检测:将所述提取出的PBCH对应的数据放入PBCH内存的第0、1部分,将其余两部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束,否则,将所述提取出的PBCH对应的数据放入PBCH内存的第1、2部分,将其余两部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束,否则执行步骤,将所述提取出的PBCH对应的数据放入PBCH内存的第2、3部分,将其余两部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束。The second PBCH detection subunit is used to perform independent PBCH detection on the second radio frame, and when no physical broadcast channel information is detected, perform joint detection on the first and second radio frames: Put the data corresponding to the extracted PBCH into the 0 and 1 parts of the PBCH memory, set the remaining two parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, then end, otherwise, the extracted PBCH Put the corresponding data into the first and second parts of the PBCH memory, set the remaining two parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, then end, otherwise perform the steps to convert the data corresponding to the extracted PBCH Put the second and third parts of the PBCH memory, set the other two parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, it will end.
其中,所述检测单元702还可以包括:Wherein, the
第三数据提取子单元,用于从所述第一、二个无线帧数据中提取出PBCH对应的数据无法检测出物理广播信道信息时,从第三个无线帧中提取出PBCH对应的数据;The third data extraction subunit is used to extract the data corresponding to the PBCH from the first and second wireless frame data, and when the physical broadcast channel information cannot be detected, extract the data corresponding to the PBCH from the third wireless frame;
所述第一PBCH检测子单元,用于对所述第三个无线帧进行独立的PBCH检测,如果检测到物理广播信道信息,则结束当前检测;The first PBCH detection subunit is used to perform independent PBCH detection on the third wireless frame, and if the physical broadcast channel information is detected, the current detection is ended;
所述第二PBCH检测子单元,用于对所述第三个无线帧进行独立的PBCH检测,且无法检测到物理广播信道信息时,对所述第二、三个无线帧进行联合的PBCH检测,如果检测到物理广播信道信息,则结束当前检测;否则判定所述第一至第三无线帧都属于同一周期;The second PBCH detection subunit is used to perform independent PBCH detection on the third radio frame, and perform joint PBCH detection on the second and third radio frames when the physical broadcast channel information cannot be detected , if the physical broadcast channel information is detected, the current detection is ended; otherwise, it is determined that the first to third radio frames all belong to the same period;
第三PBCH检测子单元,用于在对所述第二、三个无线帧进行联合的PBCH检测,且无法检测到物理广播信道信息时,对所述第一、二、三个无线帧进行联合的PBCH检测:将所述提取出的PBCH对应的数据放入PBCH内存的第0、1、2部分,将其余部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束,否则,将所述提取出的PBCH对应的数据放入PBCH内存的第1、2、3部分,将其余部分置零,进行PBCH检测,如果检测出物理广播信道信息,则结束。The third PBCH detection subunit is used to perform joint PBCH detection on the second and three radio frames and when the physical broadcast channel information cannot be detected, perform joint on the first, second and three radio frames PBCH detection: put the data corresponding to the extracted PBCH into the 0, 1, and 2 parts of the PBCH memory, set the remaining parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, then end, otherwise, Put the extracted data corresponding to the PBCH into the first, second, and third parts of the PBCH memory, set the remaining parts to zero, and perform PBCH detection. If the physical broadcast channel information is detected, then end.
其中,所述检测单元702还可以包括:Wherein, the
第四数据提取子单元,用于对所述第一、二、三个无线帧进行联合的PBCH检测,且无法检测出物理广播信道信息时,从第四个无线帧中提取出PBCH对应的数据;The fourth data extraction subunit is used to perform joint PBCH detection on the first, second, and third radio frames, and when the physical broadcast channel information cannot be detected, extract the data corresponding to the PBCH from the fourth radio frame ;
所述第一PBCH检测子单元,用于对所述第四个无线帧进行独立的PBCH检测,如果检测到物理广播信道信息,则结束当前检测;The first PBCH detection subunit is used to perform independent PBCH detection on the fourth radio frame, and if the physical broadcast channel information is detected, the current detection is ended;
第二PBCH检测子单元,用于对所述第四个无线帧进行独立的PBCH检测,且无法检测到物理广播信道信息时,对所述第三、第四无线帧进行联合检测,如果检测到物理广播信道信息,则结束当前检测;The second PBCH detection subunit is used to perform independent PBCH detection on the fourth radio frame, and when the physical broadcast channel information cannot be detected, perform joint detection on the third and fourth radio frames, if detected Physical broadcast channel information, then end the current detection;
第三PBCH检测子单元,用于对所述第三、第四无线帧进行联合检测,且无法检测到物理广播信道信息时,对所述第二、第三和第四无线帧进行联合检测,如果检测到物理广播信道信息,则结束当前检测;The third PBCH detection subunit is configured to perform joint detection on the third and fourth radio frames, and perform joint detection on the second, third and fourth radio frames when the physical broadcast channel information cannot be detected, If the physical broadcast channel information is detected, the current detection is ended;
第四PBCH检测子单元,用于对所述第二、第三和第四无线帧进行联合检测,且未检测到物理广播信道信息时,对所述第一、第二、第三和第四无线帧进行联合检测。The fourth PBCH detection subunit is configured to perform joint detection on the second, third and fourth radio frames, and when no physical broadcast channel information is detected, perform the joint detection on the first, second, third and fourth radio frames Radio frames are jointly detected.
应用本发明实施例提供的装置,在数据不足40ms时,通过将数据放在PBCH Buffer的不同位置进行遍历解析,即能获得所需的PBCH信息,通常情况下10ms即可检测出PBCH信息,极大的缩小了检测时延,为其他业务操作如UE接入、切换等提供了保障。Applying the device provided by the embodiment of the present invention, when the data is less than 40 ms, the required PBCH information can be obtained by placing the data in different positions of the PBCH Buffer for traversal and analysis. Usually, the PBCH information can be detected within 10 ms, which is extremely It greatly reduces the detection delay and provides guarantee for other business operations such as UE access and handover.
对于装置实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。As for the device embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and for related parts, please refer to the part of the description of the method embodiment.
需要说明的是,在本文中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。It should be noted that in this article, relational terms such as first and second are only used to distinguish one entity or operation from another entity or operation, and do not necessarily require or imply that there is a relationship between these entities or operations. There is no such actual relationship or order between them. Furthermore, the term "comprises", "comprises" or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article, or apparatus comprising a set of elements includes not only those elements, but also includes elements not expressly listed. other elements of or also include elements inherent in such a process, method, article, or device. Without further limitations, an element defined by the phrase "comprising a ..." does not exclude the presence of additional identical elements in the process, method, article or apparatus comprising said element.
本领域普通技术人员可以理解实现上述方法实施方式中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,所述的程序可以存储于计算机可读取存储介质中,这里所称得的存储介质,如:ROM/RAM、磁碟、光盘等。Those of ordinary skill in the art can understand that all or part of the steps in the implementation of the above method can be completed by instructing related hardware through a program, and the program can be stored in a computer-readable storage medium, referred to herein as Storage media, such as: ROM/RAM, disk, CD, etc.
以上所述仅为本发明的较佳实施例而已,并非用于限定本发明的保护范围。凡在本发明的精神和原则之内所作的任何修改、等同替换、改进等,均包含在本发明的保护范围内。The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the protection scope of the present invention. Any modification, equivalent replacement, improvement, etc. made within the spirit and principles of the present invention are included in the protection scope of the present invention.
Claims (16)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 201010600679 CN102076018B (en) | 2010-12-22 | 2010-12-22 | Method and device for detecting physical broadcast channel |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN 201010600679 CN102076018B (en) | 2010-12-22 | 2010-12-22 | Method and device for detecting physical broadcast channel |
Publications (2)
Publication Number | Publication Date |
---|---|
CN102076018A CN102076018A (en) | 2011-05-25 |
CN102076018B true CN102076018B (en) | 2013-08-28 |
Family
ID=44034325
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN 201010600679 Active CN102076018B (en) | 2010-12-22 | 2010-12-22 | Method and device for detecting physical broadcast channel |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN102076018B (en) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103944699A (en) * | 2013-01-18 | 2014-07-23 | 中兴通讯股份有限公司 | System frame number information transmission method, device and system |
CN103944663B (en) * | 2013-01-18 | 2017-11-14 | 电信科学技术研究院 | A kind of enhancing PBCH transmission method and device |
US11122520B2 (en) * | 2013-09-18 | 2021-09-14 | Qualcomm Incorporated | Coverage enhancements for physical broadcast channel (PBCH) |
CN104519455B (en) * | 2013-09-27 | 2018-03-27 | 电信科学技术研究院 | A kind of transmission PBCH method, system and equipment |
CN109429567B (en) * | 2017-06-16 | 2021-10-15 | 北京小米移动软件有限公司 | Signal transmission method and signal transmission device |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101217342A (en) * | 2008-01-08 | 2008-07-09 | 中兴通讯股份有限公司 | A transmission method of physical broadcasting channel aerial information |
CN101801014A (en) * | 2010-03-05 | 2010-08-11 | 上海华为技术有限公司 | Method and device for detecting physical broadcast channel |
CN101689928B (en) * | 2007-05-02 | 2013-06-12 | 韩国电子通信研究院 | Method and apparatus for transmitting signal |
-
2010
- 2010-12-22 CN CN 201010600679 patent/CN102076018B/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101689928B (en) * | 2007-05-02 | 2013-06-12 | 韩国电子通信研究院 | Method and apparatus for transmitting signal |
CN101217342A (en) * | 2008-01-08 | 2008-07-09 | 中兴通讯股份有限公司 | A transmission method of physical broadcasting channel aerial information |
CN101801014A (en) * | 2010-03-05 | 2010-08-11 | 上海华为技术有限公司 | Method and device for detecting physical broadcast channel |
Also Published As
Publication number | Publication date |
---|---|
CN102076018A (en) | 2011-05-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN102076018B (en) | Method and device for detecting physical broadcast channel | |
CN101689928B (en) | Method and apparatus for transmitting signal | |
CN104919861A (en) | Broadcast and paging channels for machine type communication | |
CN101895895B (en) | Method and device for sensing graded frequency spectra in cognitive radio network | |
CN105210434A (en) | Control information enhanced transmission method, user equipment, base station, and communications system | |
CN104219036B (en) | EPDCCH blind checking methods, method for mapping resource and device | |
CN105634666A (en) | Method and device for transmitting data on non-authorized frequency band | |
CN104106272A (en) | System information scheduling method and device therefor | |
CN108306895A (en) | Data transmission method and device | |
CN103636271A (en) | Downlink control information transmission method, base station and terminal | |
CN105612810B (en) | A kind of system information transmission method and device | |
CN107302585A (en) | A kind of preset dictionary synchronous method and equipment | |
CN102957500A (en) | Data transmission method, terminal and network side equipment | |
RU2010148784A (en) | SIGNALING MULTI ANTENNA CONFIGURATION IN A WIRELESS COMMUNICATION SYSTEM | |
CN102186193A (en) | Method and device for judging error detection | |
CN102647786A (en) | Broadband digital trunking group call method and device | |
CN108123775A (en) | The method and apparatus of transmission packet | |
EP2866480A1 (en) | Data transmission method, system and device, method for terminal to acquire data and terminal | |
CN108616925B (en) | Data stream processing method and device | |
CN105264985B (en) | Transmit method, user equipment and the base station of information | |
CN104796987A (en) | Method and device for transmitting system information | |
CN104620650A (en) | Information obtaining method, terminal, base station and system | |
CN103582149A (en) | Resource scheduling method and device of VOLTE | |
CN101426189A (en) | Method and system for additional information transmission | |
CN108616462A (en) | a kind of data transmission method and device |
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 |