WO2022078316A1 - Communication decoding method and apparatus, and storage medium, chip and related device - Google Patents

Communication decoding method and apparatus, and storage medium, chip and related device Download PDF

Info

Publication number
WO2022078316A1
WO2022078316A1 PCT/CN2021/123219 CN2021123219W WO2022078316A1 WO 2022078316 A1 WO2022078316 A1 WO 2022078316A1 CN 2021123219 W CN2021123219 W CN 2021123219W WO 2022078316 A1 WO2022078316 A1 WO 2022078316A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
decoding
pbch
prior
state
Prior art date
Application number
PCT/CN2021/123219
Other languages
French (fr)
Chinese (zh)
Inventor
桂竟晶
朱志辉
陈恒毅
Original Assignee
紫光展锐(重庆)科技有限公司
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 紫光展锐(重庆)科技有限公司 filed Critical 紫光展锐(重庆)科技有限公司
Publication of WO2022078316A1 publication Critical patent/WO2022078316A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0045Arrangements at the receiver end
    • H04L1/0054Maximum-likelihood or sequential decoding, e.g. Viterbi, Fano, ZJ algorithms

Definitions

  • the present invention relates to the field of communication, and in particular, to a communication decoding method, device, storage medium, chip and related equipment.
  • the terminal processes the synchronization signal to obtain Timing (time), After the Frequency (frequency) and other information, it is necessary to continue to receive the PBCH (Physical Broadcast Channel, physical broadcast channel), and decode the PBCH to obtain the basic information of the cell for subsequent communication.
  • the Viterbi decoding algorithm is usually used to decode the PBCH, and the Viterbi decoding algorithm is a maximum likelihood decoding algorithm based on a convolutional lattice graph. A decoded codeword that is closest to the encoded codeword. How to improve the reliability of PBCH decoding using Viterbi algorithm has become a research hotspot.
  • Embodiments of the present application provide a communication decoding method, device, storage medium, chip and related equipment, which can effectively improve the reliability of PBCH decoding.
  • an embodiment of the present application provides a communication decoding method, the method includes:
  • a PBCH decoding process is performed.
  • an embodiment of the present application provides a communication decoding device, where the communication decoding device includes: a storage device and a processor,
  • the storage device for storing program codes
  • the processor when invoking the stored code, is configured to execute the communication decoding method according to the first aspect.
  • an embodiment of the present application provides a communication decoding device, where the communication decoding device includes:
  • an acquisition module used to acquire the prior information corresponding to the PBCH decoding of the physical broadcast channel
  • a determining module configured to determine decoding state information for performing PBCH decoding processing according to the prior information
  • a decoding module configured to perform PBCH decoding processing according to the decoding state information.
  • an embodiment of the present application provides a computer-readable storage medium, where the computer-readable storage medium is used to store a computer program, and the computer program causes a computer to execute the communication decoding method described in the first aspect.
  • an embodiment of the present application provides a chip, which is used to obtain a priori information corresponding to physical broadcast channel PBCH decoding;
  • a PBCH decoding process is performed.
  • an embodiment of the present application provides a module device, the module device includes a chip module, wherein:
  • the chip module is used to obtain a priori information corresponding to physical broadcast channel PBCH decoding
  • a PBCH decoding process is performed.
  • the terminal obtains and determines the partial decoding state information for performing the PBCH decoding process according to the prior information corresponding to the PBCH decoding, and then performs the PBCH decoding process according to the determined partial decoding state information, which can effectively improve the reliability of the PBCH decoding. sex.
  • Fig. 1 is a kind of convolutional code trellis diagram provided by the embodiment of this application;
  • FIG. 2 is a scene diagram of a communication decoding method provided by an embodiment of the present application.
  • FIG. 3 is a schematic flowchart of a communication decoding method provided by an embodiment of the present application.
  • FIG. 4 is a schematic diagram of a state transition path provided by an embodiment of the present application.
  • FIG. 5 is a schematic diagram of another state transition path provided by an embodiment of the present application.
  • FIG. 6 is a schematic structural diagram of a communication decoding device provided by an embodiment of the present application.
  • FIG. 7 is a schematic structural diagram of a communication decoding apparatus provided by an embodiment of the present application.
  • FIG. 8 is a schematic structural diagram of a module device according to an embodiment of the present application.
  • the basic idea of the Viterbi decoding algorithm is to compare the received sequence with all possible transmission sequences, and select a sequence with the smallest code distance as the transmission sequence.
  • FIG. 1 is a trellis diagram of a convolutional code provided by an embodiment of the application.
  • the trellis diagram of a convolutional code is a state transition of a (2, 1, 4) encoder.
  • the solid line indicates that the input is 0, and the dotted line indicates that the input is 1.
  • each node can be transferred from two states.
  • the process of convolutional code encoding is a transition process of the encoder state along the time axis.
  • the Viterbi decoding rule is to search for the most probable state jump path on the convolutional code trellis graph.
  • the code sequence output by the (n, k, m) encoder be T and the register length is L.
  • DMC Discrete Memoryless Channel, discrete memoryless channel
  • the decoder finds the path taken by the received sequence on the encoder grid diagram as shown in Figure 1 according to the maximum likelihood criterion.
  • This process is the calculation process of the Viterbi decoder and the search for the maximum likelihood function. , or the process of finding the maximum metric path, that is, the implementation process of the Viterbi decoding algorithm.
  • the metric value of the survival path of all states must be read at time t, and then the metric value of the jump path is calculated according to the input at time t+1, and the metric value of the survival path at time t and t+
  • the jump value at time 1 is added to obtain the metric value of the survival path from time t+1 to state S, so that each state has a survival path.
  • the state transition path of the encoder is obtained, that is, the decoding result obtained by decoding with the Viterbi decoding algorithm.
  • the grid diagram used in the decoding of the Viterbi decoding algorithm in this application is not limited to the grid diagram shown in FIG.
  • the Viterbi decoding algorithm in this application may be the Viterbi decoding algorithm supporting a single communication standard, or the Viterbi decoding supporting multiple communication standards Algorithm
  • the metric value of the jump path can be the Hamming distance or the Euclidean distance between the grid states before and after the jump, and other codeword distances can also be used as the metric value of the jump path, which is not limited here. .
  • BW Bit Width, system bandwidth
  • the configuration information of PHICH (Physical Hybrid ARQ Indicator Channel, Physical Hybrid Automatic Retransmission Indicator Channel) occupies 3 bits, and each bit of the PHICH configuration information can take a value of 0 or 1;
  • SFN System Frame Number, system frame number
  • SFN occupying 10 bits, each bit in the upper 8 bits of SFN can be 0 or 1;
  • SIB1-BR System Information Block-Bandwidth Reduction, bandwidth-limited system information block 1
  • SIB1-BR System Information Block-Bandwidth Reduction, bandwidth-limited system information block 1
  • SI System Information, system message
  • R15 Release 15, the technical standard of protocol version 15
  • the 1 bit of the SI unchanged indication information is 1, otherwise, it takes value is 0;
  • the field corresponding to PBCH will store the scheduling information of SIB1-BR; if the system bandwidth is less than or equal to 15 PRB (Physical Resource Block, physical resource block), then SIB1
  • PRB Physical Resource Block, physical resource block
  • SIB1 The valid value of the bit corresponding to -BR is ⁇ ⁇ 1, 4, 7, 10, 13, 16 ⁇ , otherwise, the valid value of 5 bits of SIB1-BR is 1 to 18.
  • FIG. 2 is a scene diagram of a communication decoding method provided by an embodiment of the present application.
  • the first terminal 201 is a sending end device
  • the second terminal 202 is a The receiving end device
  • the encoder of the first terminal 201 encodes the information sequence u of the information source and outputs an encoded codeword v
  • the encoded codeword v is modulated and transmitted through a channel, such as PBCH (Physical Broadcast Channel, physical broadcast channel) to the receiver.
  • PBCH Physical Broadcast Channel, physical broadcast channel
  • the second terminal 202 demodulates the received codeword sequence to obtain the received information r, and then inputs the received information r to the decoder of the second terminal 202 for decoding, so that the decoder outputs the decoded Code sequence u_dec.
  • the decoding sequence u_dec output by the decoder is an estimated value of the information sequence u.
  • the second terminal 202 may be used as a transmitting end device, and the first terminal 201 may be used as a receiving end device, and the foregoing encoding and decoding processes may be performed.
  • the first terminal 201 and the second terminal 202 include but are not limited to an access terminal, a subscriber unit, a subscriber station, a mobile station, a mobile station (Mobile Station, MS), a remote station, a remote terminal, a mobile device, a user terminal, and a terminal device (Terminal Equipment), wireless communication equipment, user agent or user device.
  • the first terminal 201 and the second terminal 202 may also be a cellular phone, a cordless phone, a Session Initiation Protocol (Session Initiation Protocol, SIP) phone, a Wireless Local Loop (Wireless Local Loop, WLL for short) station, a Personal Digital Assistant (Personal Digital Assistant) Assistant, PDA for short), handheld devices with wireless communication capabilities, computing devices or other processing devices connected to wireless modems, in-vehicle devices, wearable devices, other terminal devices in 4G networks, and future 5G networks.
  • SIP Session Initiation Protocol
  • WLL Wireless Local Loop
  • PDA Personal Digital Assistant
  • FIG. 3 is a schematic flowchart of a communication decoding method provided by an embodiment of the application.
  • This specification provides the method operation steps as described in the embodiment or the flowchart, but based on conventional or non-creative work, it can be Include more or fewer steps.
  • the sequence of steps enumerated in the embodiments is only one of the execution sequences of many steps, and does not represent the only execution sequence.
  • the methods shown in the embodiments or the accompanying drawings may be executed sequentially or in parallel.
  • the method can be applied to a terminal, and the method includes:
  • S302 Determine decoding state information for performing PBCH decoding processing according to the prior information
  • the terminal obtains and determines the partial decoding state information for performing the PBCH decoding process according to the prior information corresponding to the PBCH decoding, and then performs the PBCH decoding process according to the determined partial decoding state information, which can effectively Improve the reliability of PBCH decoding.
  • an embodiment of the present application further provides a communication decoding method, the method can be applied to a terminal, and the method includes:
  • S401 Acquire prior information corresponding to the decoding of the physical broadcast channel PBCH.
  • the prior information includes value information of at least one bit in the field corresponding to the PBCH, for example: the prior information is the bit value of the system bandwidth, and/or the field corresponding to the PBCH is continuous Combination constraint information of multiple bits, for example, the prior information is the combination constraint information that the system bandwidth is high and 2 bits cannot be 1 at the same time.
  • the prior information may further include other information used to obtain value information of at least one bit in the field corresponding to the PBCH and/or combination constraint information of multiple consecutive bits in the field corresponding to the PBCH.
  • the field corresponding to the PBCH stores any one or multiple pieces of the following information:
  • System bandwidth information configuration information of physical hybrid automatic repeat indication channel PHICH, system frame number SFN information, scheduling information of bandwidth-limited system information block 1 SIB1-BR, system message SI unchanged indication information, reserved Reserve domain information.
  • the value information of at least one bit in the field corresponding to the PBCH refers to the value information of at least one bit corresponding to the information stored in the field corresponding to the PBCH, for example: in the field corresponding to the PBCH
  • the value information of at least one bit may be the value information of bits corresponding to the system bandwidth information stored in the field corresponding to the PBCH.
  • the prior information is obtained according to the communication scene information of the terminal, and the terminal may determine the prior information corresponding to PBCH decoding according to the communication scene information where the terminal is located.
  • the communication scenario information includes, but is not limited to, the communication scenario information in which the terminal performs network search processing, the information on the cell in which the terminal has successfully camped, and the communication scenario in which the terminal performs the PBCH reading process for the same-frequency neighboring cell. information.
  • the communication scene information also includes other types of communication scene information; the communication scene information can be used to obtain a priori information corresponding to PBCH decoding, which can be used for Obtain the value information of at least one bit in the field corresponding to the PBCH and/or the combination constraint information of multiple consecutive bits in the field corresponding to the PBCH.
  • the obtaining a priori information corresponding to the PBCH decoding of the physical broadcast channel includes:
  • the prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  • the terminal will determine the range of the system bandwidth used by the PBCH, that is, The system bandwidth information of the PBCH is acquired, and then the value information of the bits of the system bandwidth information in the field corresponding to the PBCH can be acquired.
  • RPLMN Registered Public Land Mobile Network
  • the obtaining prior information corresponding to the PBCH decoding of the physical broadcast channel includes:
  • the prior information corresponding to the PBCH decoding is acquired.
  • the terminal after the terminal successfully camps on the serving cell, it may be powered off or sleep; in this case, the terminal will quickly re-camp to the serving cell that has previously There will be a timing deviation between the serving cell and the serving cell where it resides before. Specifically, if a timing deviation of more than 40 ms occurs, the SFN of the terminal needs to be updated. Therefore, after the terminal re-camps to the cell where it has successfully camped before, it can obtain the value information of bits in the fields corresponding to other PBCHs except SFN according to the information of the cell that has successfully camped on, and then the system bandwidth can be obtained. Information, PHICH configuration information, SIB1-BR scheduling information, SI unchanged indication information, Reserve field information and other bit value information.
  • the obtaining a priori information corresponding to the PBCH decoding of the physical broadcast channel include:
  • the prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  • the same-frequency neighboring cell uses the same frequency band as the serving cell where the terminal is currently located, that is, the PBCH system bandwidth information of the serving cell where the terminal is currently located is the same as the PBCH system bandwidth information of the same-frequency neighboring cell, which can be directly
  • the system bandwidth information of the current serving cell is obtained, and the value information of the bit value of the system bandwidth information corresponding to the PBCH decoding of the same-frequency neighboring cell is obtained.
  • S402 Determine, according to the prior information, decoding state information for performing PBCH decoding processing.
  • the PBCH decoding is performed by using the Viterbi decoding method
  • the decoding status information includes any one or more of the following information:
  • Trellis diagram structure information of Viterbi decoding trellis state information corresponding to the prior information, and state transition information corresponding to the prior information.
  • the trellis diagram structure information of Viterbi decoding includes the number of states and/or the number of branch paths of state transitions
  • the trellis diagram structure information of Viterbi decoding includes a volume with a trellis diagram of 4 states
  • the information of the product code trellis diagram, that is, the number of states is 4.
  • the trellis diagram structure information of Viterbi decoding includes the information that the trellis diagram is a Radix-2 trellis diagram, that is, the number of branch paths of state transition is 2 ; Among them, the Radix-2 trellis diagram is used for decoding, and only 1 bit of decoding can be performed in each clock cycle.
  • the grid state information corresponding to the prior information refers to the value of the grid state; wherein, because the PBCH uses a 6-bit state, the value of the grid state ranges from 0 to 63.
  • the state transition information corresponding to the prior information includes: a state transition path corresponding to the prior information and/or branch metric information corresponding to a state transition path corresponding to the prior information;
  • the state transition path corresponding to the prior information refers to the state transition path corresponding to the grid state information corresponding to the prior information;
  • the branch metric information of the state transition path includes cumulative branch metric information and/or branches of a single state transition path measurement information.
  • the trellis diagram structure information of Viterbi decoding includes information that the trellis diagram for performing Viterbi decoding on the consecutive N bits is a trellis diagram of Radix-2.
  • the prior information includes value information of at least one bit in a field corresponding to the PBCH
  • determining the decoding state information for performing PBCH decoding according to the prior information including :
  • the branch metric information of the state transition path corresponding to the value information of the at least one bit is determined.
  • FIG. 4 is a schematic diagram of a state transition path provided by an embodiment of the present application.
  • the prior information includes information that a value of a bit in a field corresponding to the PBCH is 0.
  • the branch metric of each state is obtained, including the branch metric of state 000000 and the branch metric of state 100000 on the right side of Figure 4.
  • the prior information includes the combination constraint information of multiple consecutive bits in the field corresponding to the PBCH
  • determining the decoding state information for performing PBCH decoding according to the prior information including :
  • the branch metric information of the state transition paths corresponding to the multiple bits is determined.
  • the trellis diagram of Viterbi decoding may be determined to be the trellis diagram of Radix-2M according to the combination constraint information of consecutive M bits.
  • FIG. 5 is a schematic diagram of another state transition path provided by an embodiment of the application.
  • the received soft information is used to calculate the received information and the transition polynomial of the convolutional code encoder is used to calculate the transition between each state.
  • the Hamming distance between each state is obtained, that is, the branch metric of each state is obtained, including the branch metric of state 000000, the branch metric of state 100000, the branch metric of state 010000, and the branch metric of state 110000.
  • the branch metric from the left state 000000 in Figure 5 to the intermediate state 000000 in Figure 5 is calculated as M1_1, the branch metric from the left state 000000 in Figure 5 to the intermediate state 100000 in Figure 5 is M1_2, and the intermediate state in Figure 5 from 000000 to the right side of Figure 5
  • the branch metric of the state 000000 is M2_1, the branch metric of the middle state 000000 in Figure 5 to the state 100000 on the right side of Figure 5 is M2_2, the branch metric of the middle state 100000 in Figure 5 to the state 010000 on the right side of Figure 5 is M2_3, the middle state in Figure 5 is 100000 to
  • the branch metric for state 110000 on the right side of Figure 5 is M2_4.
  • M1_1, M1_2, M2_1, M2_2, M2_3, and M2_4 are all positive numbers.
  • the prior information includes the combination constraint information in which the upper 2 bits of the system bandwidth information corresponding to the PBCH cannot be 1 at the same time.
  • the upper 2 bits of the system bandwidth information may have 4 values. , namely 00, 01, 10, and 11, it can be determined that the trellis diagram structure information of Viterbi decoding is the information that the trellis diagram is the Radix-4 trellis diagram; Among the four branch paths of the lattice state, the branch metric information of the state transition path corresponding to two consecutive bits of 00, 01, and 10 is determined, and the branch metric information of the state transition path corresponding to two consecutive bits of 1 can be further excluded. Among them, the number of branch paths for state transition in the Radix-4 trellis diagram is 4, that is, 2-bit decoding can be performed in each clock cycle.
  • the received soft information may be the received information r involved in the description of FIG. 2 .
  • the bit corresponding to the scheduling information of the SIB1-BR may be determined according to the system bandwidth information corresponding to PBCH.
  • the value information of that is, the value information of the bit corresponding to the scheduling information of the SIB1-BR is determined according to the system bandwidth information.
  • the bits corresponding to the scheduling information of SIB1-BR can only be 1, 4, 7, 10, 13, and 16; otherwise, the scheduling of SIB1-BR
  • the value range of bits corresponding to the information is 1 to 18.
  • the prior information includes the value information of bits corresponding to the scheduling information of SIB1-BR in the field corresponding to the PBCH, then determining the decoding state information for performing PBCH decoding according to the prior information, including:
  • the branch metric information of the state transition path corresponding to the bit value information is determined.
  • the bits corresponding to the scheduling information of SIB1-BR can only take values of 1, 4, 7, 10, 13, 16, then the 5-bit SIB1-
  • the cumulative branch metric of the state transition path corresponding to the BR scheduling information that is, the cumulative branch metric of the state transition path with the value ⁇ ⁇ 1, 4, 7, 10, 13, 16 ⁇ of the 5-bit SIB1-BR scheduling information.
  • S403 Execute PBCH decoding processing according to the decoding state information.
  • the first way includes:
  • Step A According to the decoding state information and/or the measurement method, exclude branch paths that do not match the prior information in the Viterbi-decoded trellis diagram;
  • the measurement methods include error measurement of Hamming distance, error measurement of Euclidean distance, measurement methods of taking the maximum path and taking the minimum path measurement, and other measurement methods can also be set according to actual decoding requirements.
  • the branch path that does not match the a priori information refers to a branch path in which the decoding result obtained through the branch path is different or contradictory to the decoding result corresponding to the a priori information.
  • One of the bits is 0, but the bit corresponding to the prior information is 1, then it can be determined that the branch path does not match the prior information, and for example: the system bandwidth information obtained through the branch path.
  • the upper 2 bits of s are 1 at the same time, but the prior information is the combined constraint information that the upper 2 bits of the system bandwidth information cannot be 1 at the same time, then it can be determined that the branch path does not match the prior information.
  • a branch path or a branch path metric value that cannot obtain the branch metric information of the state transition path corresponding to the prior information can be marked, such as : Set the branch path metric value of the state transition path corresponding to the prior information cannot be obtained as the first fixed value SetValue1, and in the subsequent calculation of the path metric, set the path metric including SetValue1 to SetValue1.
  • the prior information includes combination constraint information in which the upper 2 bits of the system bandwidth information corresponding to PBCH cannot be 1 at the same time.
  • the upper 2 bits of the system bandwidth information are not constrained by the combination constraint information, there may be 4 types of upper 2 bits of the system bandwidth information.
  • the grid map structure information of Viterbi decoding is the information that the grid map is the Radix-4 grid map; in Figure 5, if the measurement method is the error of the Hamming distance metric and the metric method of taking the minimum path metric, set the branch metric value of the state transition path corresponding to two consecutive bits of 1 as SetValue1, and in the subsequent calculation of the path metric, mark the path metric containing the marked SetValue1 or Set to SetValue1, which is the value of the maximum path metric.
  • the state transition path with two consecutive bits of 1 is the path from the left state 000000 to the middle state 100000, and then to the left grid mesh 110000, and the branch metric corresponding to the path is marked or set as SetValue1.
  • the value of the 5-bit SIB1-BR scheduling information does not belong to the state corresponding to ⁇ 1, 4, 7, 10, 13, 16 ⁇ ( transfer) path excluded.
  • Step B In the remaining branch paths, use the Viterbi decoding method to perform PBCH decoding.
  • the branch paths whose path metric is SetValue1 can be directly excluded, and the information carried by the PBCH is decoded in the remaining branch paths according to the Viterbi decoding method.
  • the second way includes:
  • Step a according to the decoding state information and/or the metric method, mark the branch paths that match the prior information in the trellis diagram of Viterbi decoding;
  • the marking of the branch paths in the Viterbi-decoded trellis graph that matches the prior information includes: marking the branch path metric values that match the prior information in the Viterbi-decoded trellis graph as the first Two fixed values SetValue2.
  • first fixed value SetValue1 and the second fixed value SetValue2 may be the same or different, and the two may be set manually or by default by the system.
  • the branch path that matches the a priori information refers to the branch path whose decoding result obtained through the branch path is the same or consistent with the decoding result corresponding to the a priori information. For example, a bit in the PBCH field is obtained through the branch path. The bit value is 0, and the bit value corresponding to the prior information is 0, then it can be determined that the branch path matches the prior information.
  • the upper 2 bits of the system bandwidth information obtained through the branch path are 01
  • the prior information is the combination constraint information that the upper 2 bits of the system bandwidth information cannot be 1 at the same time, then it can be determined that the branch path matches the prior information.
  • Step b Perform PBCH decoding using Viterbi decoding, so that the surviving path includes the marked branch path.
  • the selected branch path is from the left state 000000 in Fig. 4 to the right state 000000 in Fig. 4, by setting the left
  • the branch path metric from the state 000000 to the right state 000000 in Figure 4 is SetValue2, which ensures that the branch path is selected in the comparison step of Viterbi, so that the finally obtained survivor path includes the branch path.
  • the terminal obtains and determines the partial decoding state information for performing the PBCH decoding process according to the prior information corresponding to the PBCH decoding, and then performs the PBCH decoding process according to the determined partial decoding state information, which can effectively Improve the reliability of PBCH decoding.
  • FIG. 6 is a schematic structural diagram of a communication decoding device provided by an embodiment of the application.
  • the communication decoding device includes: a storage device 601 and a processor 602;
  • the communication decoding device may further include a data interface 603 and a user interface 604 .
  • Various types of buses can also be used to establish connections between various hardwares.
  • the communication decoding device can exchange data with other terminals, servers and other devices; the user interface 604 is used to realize human-computer interaction between the user and the communication decoding device; The user interface 604 may provide a touch display screen, physical keys, etc. to realize human-computer interaction between the user and the communication decoding device.
  • the storage device 601 may include a volatile memory (Volatile memory), such as a random access memory (Random-Access Memory, RAM); the storage device 601 may also include a non-volatile memory (Non-Volatile Memory), such as a flash memory. Flash memory (Flash Memory), solid-state drive (Solid-State Drive, SSD), etc.; the storage device 601 may also include a combination of the above-mentioned types of memory.
  • volatile memory such as a random access memory (Random-Access Memory, RAM)
  • non-Volatile Memory such as a flash memory.
  • Flash memory Flash Memory
  • Solid-State Drive SSD
  • the storage device 601 may also include a combination of the above-mentioned types of memory.
  • the processor 602 may be a central processing unit (Central Processing Unit, CPU).
  • the processor 602 may further include a hardware chip.
  • the above-mentioned hardware chip can be an application-specific integrated circuit (Application-Specific Integrated Circuit, ASIC), a programmable logic device (Programmable Logic Device, PLD), and the like.
  • the above-mentioned PLD can be a field programmable gate array (Field-Programmable Gate Array, FPGA), a general-purpose array logic (Generic Array Logic, GAL), and the like.
  • the storage device 601 is used to store program codes
  • the processor 602 when invoking the stored code, is configured to acquire the prior information corresponding to the decoding of the physical broadcast channel PBCH;
  • a PBCH decoding process is performed.
  • the prior information is obtained according to the communication scenario information of the terminal.
  • the PBCH decoding is performed using Viterbi decoding
  • the decoding status information includes any one or more of the following information:
  • Trellis diagram structure information of Viterbi decoding trellis state information corresponding to the prior information, and state transition information corresponding to the prior information.
  • the prior information includes value information of at least one bit in a field corresponding to PBCH and/or combination constraint information of multiple consecutive bits in a field corresponding to PBCH.
  • the field corresponding to the PBCH stores any one or more pieces of the following information:
  • System bandwidth information configuration information of physical hybrid automatic repeat indication channel PHICH, system frame number SFN information, scheduling information of bandwidth-limited system information block 1 SIB1-BR, system message SI unchanged indication information, reserved Reserve domain information.
  • the state transition information corresponding to the prior information includes: branch metric information of the state transition path corresponding to the prior information.
  • the prior information includes value information of at least one bit in a field corresponding to the PBCH;
  • the processor 602 is specifically configured to determine grid state information corresponding to the value information of the at least one bit according to the value information of the at least one bit;
  • the branch metric information of the state transition path corresponding to the value information of the at least one bit is determined.
  • the prior information includes combination constraint information of multiple consecutive bits in a field corresponding to the PBCH;
  • the processor 602 is specifically configured to determine the trellis diagram structure information of the Viterbi decoding according to the combination constraint information of the consecutive multiple bits;
  • the branch metric information of the state transition paths corresponding to the multiple bits is determined.
  • the prior information includes value information of bits corresponding to the scheduling information of SIB1-BR in a field corresponding to the PBCH;
  • the processor 602 is specifically configured to determine grid state information corresponding to the bit value information according to the bit value information corresponding to the scheduling information of the SIB1-BR;
  • the branch metric information of the state transition path corresponding to the bit value information is determined.
  • the processor 602 is specifically configured to, according to the decoding state information and the metric, exclude branch paths that do not match the prior information in the Viterbi-decoded trellis diagram;
  • PBCH decoding is performed using Viterbi decoding.
  • the processor 602 is specifically configured to, according to the decoding state information and the metric, mark branch paths that match the prior information in the Viterbi-decoded trellis graph;
  • PBCH decoding is performed using Viterbi decoding so that the surviving path contains the marked branch path.
  • the communication scene information of the terminal includes communication scene information of the terminal performing network search processing
  • the processor 602 is specifically configured to obtain a priori information corresponding to PBCH decoding according to the communication scenario information of the terminal performing network search processing;
  • the prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  • the communication scenario information of the terminal includes information of a cell where the terminal has successfully camped
  • the processor 602 is specifically configured to acquire the prior information corresponding to the PBCH decoding according to the cell information on which the terminal has successfully camped.
  • the communication scenario information of the terminal includes the communication scenario information that the terminal performs the PBCH reading process for the same-frequency adjacent cell;
  • the processor 602 is specifically configured to obtain a priori information corresponding to PBCH decoding according to the communication scenario information that the terminal performs the PBCH reading processing for the same-frequency adjacent cell;
  • the prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  • the prior information further includes system bandwidth information corresponding to the PBCH; the value information of the bits corresponding to the scheduling information of the SIB1-BR is determined according to the system bandwidth information.
  • FIG. 7 is a schematic structural diagram of a communication decoding apparatus provided by an embodiment of the present application. Specifically, as shown in FIG. 7, the communication decoding apparatus includes:
  • An obtaining module 701, configured to obtain a priori information corresponding to physical broadcast channel PBCH decoding
  • a determination module 702 configured to determine decoding state information for performing PBCH decoding processing according to the prior information
  • the decoding module 703 is configured to perform PBCH decoding processing according to the decoding state information.
  • the prior information is obtained according to the communication scenario information of the terminal.
  • the PBCH decoding is performed using Viterbi decoding
  • the decoding status information includes any one or more of the following information:
  • Trellis diagram structure information of Viterbi decoding trellis state information corresponding to the prior information, and state transition information corresponding to the prior information.
  • the prior information includes value information of at least one bit in a field corresponding to PBCH and/or combination constraint information of multiple consecutive bits in a field corresponding to PBCH.
  • the field corresponding to the PBCH stores any one or more pieces of the following information:
  • System bandwidth information configuration information of physical hybrid automatic repeat indication channel PHICH, system frame number SFN information, scheduling information of bandwidth-limited system information block 1 SIB1-BR, system message SI unchanged indication information, reserved Reserve domain information.
  • the state transition information corresponding to the prior information includes: branch metric information of the state transition path corresponding to the prior information.
  • the prior information includes value information of at least one bit in a field corresponding to the PBCH;
  • the determining module 702 is specifically configured to determine grid state information corresponding to the value information of the at least one bit according to the value information of the at least one bit;
  • the branch metric information of the state transition path corresponding to the value information of the at least one bit is determined.
  • the prior information includes combination constraint information of multiple consecutive bits in a field corresponding to the PBCH;
  • the determining module 702 is specifically configured to determine the trellis diagram structure information of the Viterbi decoding according to the combination constraint information of the consecutive multiple bits;
  • the branch metric information of the state transition paths corresponding to the multiple bits is determined.
  • the prior information includes value information of bits corresponding to the scheduling information of SIB1-BR in a field corresponding to the PBCH;
  • the determining module 702 is specifically configured to determine grid state information corresponding to the bit value information according to the bit value information corresponding to the scheduling information of the SIB1-BR;
  • the branch metric information of the state transition path corresponding to the bit value information is determined.
  • the decoding module 703 is specifically configured to exclude branch paths that do not match the prior information in the trellis diagram of Viterbi decoding according to the decoding state information and the metric;
  • PBCH decoding is performed using Viterbi decoding.
  • the decoding module 703 is specifically configured to, according to the decoding state information and the metric, mark branch paths that match the prior information in the Viterbi-decoded trellis diagram;
  • PBCH decoding is performed using Viterbi decoding so that the surviving path contains the marked branch path.
  • the communication scene information of the terminal includes communication scene information of the terminal performing network search processing
  • the obtaining module 701 is specifically configured to obtain a priori information corresponding to PBCH decoding according to the communication scenario information of the terminal performing network search processing;
  • the prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  • the communication scenario information of the terminal includes information of a cell where the terminal has successfully camped
  • the obtaining module 701 is specifically configured to obtain the prior information corresponding to the PBCH decoding according to the information of the cell where the terminal has successfully camped on.
  • the communication scenario information of the terminal includes the communication scenario information that the terminal performs the PBCH reading process for the same-frequency adjacent cell;
  • the obtaining module 701 is specifically configured to obtain a priori information corresponding to PBCH decoding according to the communication scenario information that the terminal performs the PBCH reading processing for the same-frequency adjacent cell;
  • the prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  • the prior information further includes system bandwidth information corresponding to the PBCH; the value information of the bits corresponding to the scheduling information of the SIB1-BR is determined according to the system bandwidth information.
  • an embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium is used to store a computer program, and the computer program enables a computer to execute any of steps S301 to S303 and steps S401 to S403 of the present application methods described in the examples.
  • the computer storage medium here may include both the built-in storage medium in the smart terminal, and certainly also the extended storage medium supported by the smart terminal.
  • the computer storage medium provides storage space, and the storage space stores the operating system of the intelligent terminal.
  • one or more instructions suitable for being loaded and executed by the processor are also stored in the storage space, and these instructions may be one or more computer programs (including program codes).
  • the computer storage medium here may be a high-speed RAM memory, or a non-volatile memory (Non-Volatile Memory), such as at least one magnetic disk memory; optionally, at least one storage medium located far away from the aforementioned processor may also be used. computer storage media.
  • the embodiment of the present application further provides a chip, the chip is used to obtain the prior information corresponding to the PBCH decoding of the physical broadcast channel;
  • a PBCH decoding process is performed.
  • the prior information is obtained according to the communication scenario information of the terminal.
  • the PBCH decoding is performed using Viterbi decoding
  • the decoding status information includes any one or more of the following information:
  • Viterbi decoding trellis diagram structure information trellis state information corresponding to the prior information
  • state transition information corresponding to the prior information
  • the prior information includes value information of at least one bit in a field corresponding to PBCH and/or combination constraint information of multiple consecutive bits in a field corresponding to PBCH.
  • the field corresponding to the PBCH stores any one or more pieces of the following information:
  • System bandwidth information configuration information of physical hybrid automatic repeat indication channel PHICH, system frame number SFN information, scheduling information of bandwidth-limited system information block 1 SIB1-BR, system message SI unchanged indication information, reserved Reserve domain information.
  • the state transition information corresponding to the prior information includes: branch metric information of the state transition path corresponding to the prior information.
  • the prior information includes value information of at least one bit in a field corresponding to the PBCH;
  • the chip in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically configured to determine the value of the at least one bit according to the value information of the at least one bit.
  • the grid state information corresponding to the value information;
  • the branch metric information of the state transition path corresponding to the value information of the at least one bit is determined.
  • the prior information includes combination constraint information of multiple consecutive bits in a field corresponding to the PBCH;
  • the chip in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically configured to determine the Viterbi decoding based on the combination constraint information of the consecutive multiple bits.
  • grid diagram structure information
  • the branch metric information of the state transition paths corresponding to the multiple bits is determined.
  • the prior information includes value information of bits corresponding to the scheduling information of SIB1-BR in a field corresponding to the PBCH;
  • the chip in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically configured to determine the bit value information corresponding to the scheduling information of the SIB1-BR.
  • the grid state information corresponding to the bit value information;
  • the branch metric information of the state transition path corresponding to the bit value information is determined.
  • the chip in the aspect of performing the PBCH decoding process according to the decoding state information, is specifically configured to exclude Viterbi decoding according to the decoding state information and/or the metric method.
  • PBCH decoding is performed using Viterbi decoding.
  • the chip in the aspect of performing the PBCH decoding process according to the decoding state information, is specifically configured to mark the data of Viterbi decoding according to the decoding state information and/or the metric method. branch paths in the grid graph that match the prior information;
  • PBCH decoding is performed using Viterbi decoding so that the surviving path contains the marked branch path.
  • the communication scene information of the terminal includes communication scene information of the terminal performing network search processing
  • the chip in the aspect of acquiring the prior information corresponding to the PBCH decoding of the physical broadcast channel, is specifically configured to acquire the prior information corresponding to the PBCH decoding according to the communication scenario information of the terminal performing the network search process;
  • the prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  • the communication scenario information of the terminal includes information of a cell where the terminal has successfully camped
  • the chip is specifically configured to acquire the prior information corresponding to the PBCH decoding according to the information of the cell where the terminal has successfully camped on.
  • the communication scenario information of the terminal includes the communication scenario information that the terminal performs the PBCH reading process for the same-frequency adjacent cell;
  • the chip in the aspect of acquiring the prior information corresponding to the PBCH decoding of the physical broadcast channel, is specifically configured to acquire the corresponding information of the PBCH decoding according to the communication scene information of the PBCH reading process performed by the terminal on the same-frequency adjacent cell.
  • Prior Information is specifically configured to acquire the corresponding information of the PBCH decoding according to the communication scene information of the PBCH reading process performed by the terminal on the same-frequency adjacent cell.
  • the prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  • the prior information further includes system bandwidth information corresponding to the PBCH; the value information of the bits corresponding to the scheduling information of the SIB1-BR is determined according to the system bandwidth information.
  • the chip can execute the steps related to the network device in the method embodiment of FIG. 3 and steps S401 to S403.
  • steps S401 to S403. please refer to the implementation manners provided by the above steps, which will not be repeated here.
  • the chip includes at least one processor, at least one first memory, and at least one second memory; wherein, the at least one first memory and the at least one processor are interconnected through lines, and the first memory stores There are instructions; the at least one second memory and the at least one processor are interconnected through lines, and the second memory stores the data that needs to be stored in the foregoing method embodiments.
  • each module contained therein may be implemented by hardware such as circuits, or at least some of the modules may be implemented by a software program that runs on the integrated circuit inside the chip.
  • the processor and the remaining (if any) modules can be implemented in hardware such as circuits.
  • FIG. 8 is a schematic structural diagram of a module device according to an embodiment of the application.
  • the module device includes a chip module 801 , wherein:
  • the chip module 801 is used to obtain the prior information corresponding to the decoding of the physical broadcast channel PBCH;
  • a PBCH decoding process is performed.
  • the prior information is obtained according to the communication scenario information of the terminal.
  • the PBCH decoding is performed using Viterbi decoding
  • the decoding status information includes any one or more of the following information:
  • Trellis diagram structure information of Viterbi decoding trellis state information corresponding to the prior information, and state transition information corresponding to the prior information.
  • the prior information includes value information of at least one bit in a field corresponding to PBCH and/or combination constraint information of multiple consecutive bits in a field corresponding to PBCH.
  • the field corresponding to the PBCH stores any one or more pieces of the following information:
  • System bandwidth information configuration information of physical hybrid automatic repeat indication channel PHICH, system frame number SFN information, scheduling information of bandwidth-limited system information block 1 SIB1-BR, system message SI unchanged indication information, reserved Reserve domain information.
  • the state transition information corresponding to the prior information includes: branch metric information of the state transition path corresponding to the prior information.
  • the prior information includes value information of at least one bit in a field corresponding to the PBCH;
  • the chip module 801 in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically configured to determine the at least one bit according to the value information of the at least one bit The grid state information corresponding to the value information of the bit;
  • the branch metric information of the state transition path corresponding to the value information of the at least one bit is determined.
  • the prior information includes combination constraint information of multiple consecutive bits in a field corresponding to the PBCH;
  • the chip module 801 in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically configured to determine the Viterbi according to the combination constraint information of the consecutive multiple bits. Decoded trellis structure information;
  • the branch metric information of the state transition paths corresponding to the multiple bits is determined.
  • the prior information includes value information of bits corresponding to the scheduling information of SIB1-BR in a field corresponding to the PBCH;
  • the chip module 801 in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically used for the value information of bits corresponding to the scheduling information of the SIB1-BR, determining the grid state information corresponding to the bit value information;
  • the branch metric information of the state transition path corresponding to the bit value information is determined.
  • the chip module 801 in the aspect of performing the PBCH decoding process according to the decoding state information, is specifically configured to exclude Witt according to the decoding state information and/or the metric method. than the branch paths in the decoded trellis graph that do not match the prior information;
  • PBCH decoding is performed using Viterbi decoding.
  • the chip module 801 in the aspect of performing the PBCH decoding process according to the decoding state information, is specifically configured to mark the Viterbi according to the decoding state information and/or the metric method. branch paths in the decoded trellis graph that match the prior information;
  • PBCH decoding is performed using Viterbi decoding so that the surviving path contains the marked branch path.
  • the communication scene information of the terminal includes communication scene information of the terminal performing network search processing
  • the chip module 801 in the aspect of obtaining the prior information corresponding to the PBCH decoding of the physical broadcast channel, is specifically configured to obtain the prior information corresponding to the PBCH decoding according to the communication scenario information of the terminal performing the network search processing;
  • the prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  • the communication scenario information of the terminal includes information of a cell where the terminal has successfully camped
  • the chip module 801 in the aspect of obtaining the prior information corresponding to the PBCH decoding of the physical broadcast channel, is specifically configured to obtain the prior information corresponding to the PBCH decoding according to the information of the cell where the terminal has successfully camped on .
  • the communication scenario information of the terminal includes the communication scenario information that the terminal performs the PBCH reading process for the same-frequency adjacent cell;
  • the chip module 801 in the aspect of acquiring the prior information corresponding to the PBCH decoding of the physical broadcast channel, is specifically configured to acquire the PBCH decoding according to the communication scene information of the terminal performing the PBCH reading processing of the same-frequency adjacent cell.
  • the prior information corresponding to the code is specifically configured to acquire the PBCH decoding according to the communication scene information of the terminal performing the PBCH reading processing of the same-frequency adjacent cell.
  • the prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  • the prior information further includes system bandwidth information corresponding to the PBCH; the value information of the bits corresponding to the scheduling information of the SIB1-BR is determined according to the system bandwidth information.
  • the module device may further include a communication interface (not shown in FIG. 8 ).
  • the specific connection medium between the communication interface and the chip module 801 is not limited in the embodiment of the present application.
  • the communication interface and the chip module 801 are connected through a bus 802 in FIG. 8 .
  • the bus is represented by a thick line in FIG. 8 . be limited.
  • the bus 802 can be divided into an address bus, a data bus, a control bus, and the like. For ease of presentation, only one thick line is used in FIG. 8, but it does not mean that there is only one bus or one type of bus.

Abstract

Disclosed are a communication decoding method and apparatus, and a storage medium, a chip and a related device. The method comprises: acquiring priori information corresponding to physical broadcast channel (PBCH) decoding; according to the prior information, determining decoding state information for executing PBCH decoding processing; and executing the PBCH decoding processing according to the decoding state information. By means of the present invention, the reliability of PBCH decoding can be effectively improved.

Description

通信译码方法、装置、存储介质、芯片及相关设备Communication decoding method, device, storage medium, chip and related equipment 技术领域technical field
本发明涉及通信领域,尤其涉及一种通信译码方法、装置、存储介质、芯片及相关设备。The present invention relates to the field of communication, and in particular, to a communication decoding method, device, storage medium, chip and related equipment.
背景技术Background technique
在LTE(Long Term Evolution,长期演进)、eMTC(Enhance Machine Type Communication,演进机器型通信)、IoT(Internet of Things,物联网)等通信系统中,终端在对同步信号处理得到Timing(时间)、Frequency(频率)等信息后,需要继续接收PBCH(Physical Broadcast Channel,物理广播信道),对PBCH进行译码以获得小区的基本信息从而进行后续通信。目前,通常采用Viterbi(维特比)译码算法对PBCH执行译码操作,而Viterbi译码算法是基于卷积网格图的最大似然译码算法,其本质是根据已经接收到的信息,得到最接近编码码字的一种译码码字。如何提高利用Viterbi算法执行PBCH译码的可靠性成为了研究的热点。In communication systems such as LTE (Long Term Evolution), eMTC (Enhance Machine Type Communication), IoT (Internet of Things, Internet of Things), etc., the terminal processes the synchronization signal to obtain Timing (time), After the Frequency (frequency) and other information, it is necessary to continue to receive the PBCH (Physical Broadcast Channel, physical broadcast channel), and decode the PBCH to obtain the basic information of the cell for subsequent communication. At present, the Viterbi decoding algorithm is usually used to decode the PBCH, and the Viterbi decoding algorithm is a maximum likelihood decoding algorithm based on a convolutional lattice graph. A decoded codeword that is closest to the encoded codeword. How to improve the reliability of PBCH decoding using Viterbi algorithm has become a research hotspot.
发明内容SUMMARY OF THE INVENTION
本申请实施例提供一种通信译码方法、装置、存储介质、芯片及相关设备,能够有效提高PBCH译码的可靠性。Embodiments of the present application provide a communication decoding method, device, storage medium, chip and related equipment, which can effectively improve the reliability of PBCH decoding.
为了解决上述技术问题,第一方面,本申请实施例提供一种通信译码方法,所述方法包括:In order to solve the above technical problems, in the first aspect, an embodiment of the present application provides a communication decoding method, the method includes:
获取物理广播信道PBCH译码对应的先验信息;Obtain the prior information corresponding to the PBCH decoding of the physical broadcast channel;
根据所述先验信息,确定执行PBCH译码处理的译码状态信息;determining, according to the prior information, decoding state information for performing PBCH decoding processing;
根据所述译码状态信息,执行PBCH译码处理。Based on the decoding status information, a PBCH decoding process is performed.
第二方面,本申请实施例提供一种通信译码设备,所述通信译码设备包括:存储装置和处理器,In a second aspect, an embodiment of the present application provides a communication decoding device, where the communication decoding device includes: a storage device and a processor,
所述存储装置,用于存储程序代码;the storage device for storing program codes;
所述处理器,在调用所述存储代码时,用于执行如第一方面所述的通信译码方法。The processor, when invoking the stored code, is configured to execute the communication decoding method according to the first aspect.
第三方面,本申请实施例提供一种通信译码装置,所述通信译码装置包括:In a third aspect, an embodiment of the present application provides a communication decoding device, where the communication decoding device includes:
获取模块,用于获取物理广播信道PBCH译码对应的先验信息;an acquisition module, used to acquire the prior information corresponding to the PBCH decoding of the physical broadcast channel;
确定模块,用于根据所述先验信息,确定执行PBCH译码处理的译码状态信息;a determining module, configured to determine decoding state information for performing PBCH decoding processing according to the prior information;
译码模块,用于根据所述译码状态信息,执行PBCH译码处理。A decoding module, configured to perform PBCH decoding processing according to the decoding state information.
第四方面,本申请实施例提供一种计算机可读存储介质,所述计算机可读存储介质用于存储计算机程序,所述计算机程序使得计算机执行第一方面所述的通信译码方法。In a fourth aspect, an embodiment of the present application provides a computer-readable storage medium, where the computer-readable storage medium is used to store a computer program, and the computer program causes a computer to execute the communication decoding method described in the first aspect.
第五方面,本申请实施例提供一种芯片,所述芯片,用于获取物理广播信道PBCH译 码对应的先验信息;In a fifth aspect, an embodiment of the present application provides a chip, which is used to obtain a priori information corresponding to physical broadcast channel PBCH decoding;
根据所述先验信息,确定执行PBCH译码处理的译码状态信息;determining, according to the prior information, decoding state information for performing PBCH decoding processing;
根据所述译码状态信息,执行PBCH译码处理。Based on the decoding status information, a PBCH decoding process is performed.
第六方面,本申请实施例提供一种模组设备,所述模组设备包括芯片模组,其中:In a sixth aspect, an embodiment of the present application provides a module device, the module device includes a chip module, wherein:
所述芯片模组,用于获取物理广播信道PBCH译码对应的先验信息;The chip module is used to obtain a priori information corresponding to physical broadcast channel PBCH decoding;
根据所述先验信息,确定执行PBCH译码处理的译码状态信息;determining, according to the prior information, decoding state information for performing PBCH decoding processing;
根据所述译码状态信息,执行PBCH译码处理。Based on the decoding status information, a PBCH decoding process is performed.
实施本申请实施例,具有如下有益效果:Implementing the embodiments of the present application has the following beneficial effects:
终端获取并根据PBCH译码对应的先验信息,确定执行PBCH译码处理的部分译码状态信息,进而根据确定的部分译码状态信息,执行PBCH译码处理,能够有效提高PBCH译码的可靠性。The terminal obtains and determines the partial decoding state information for performing the PBCH decoding process according to the prior information corresponding to the PBCH decoding, and then performs the PBCH decoding process according to the determined partial decoding state information, which can effectively improve the reliability of the PBCH decoding. sex.
附图说明Description of drawings
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to illustrate the technical solutions in the embodiments of the present application more clearly, the following briefly introduces the accompanying drawings used in the description of the embodiments. Obviously, the accompanying drawings in the following description are only some embodiments of the present invention. For those of ordinary skill in the art, other drawings can also be obtained from these drawings without creative effort.
图1为本申请实施例提供的一种卷积码网格图;Fig. 1 is a kind of convolutional code trellis diagram provided by the embodiment of this application;
图2为本申请实施例提供的一种通信译码方法的场景图;FIG. 2 is a scene diagram of a communication decoding method provided by an embodiment of the present application;
图3为本申请实施例提供的一种通信译码方法的流程示意图;3 is a schematic flowchart of a communication decoding method provided by an embodiment of the present application;
图4为本申请实施例提供的一种状态转移路径的示意图;4 is a schematic diagram of a state transition path provided by an embodiment of the present application;
图5为本申请实施例提供的另一种状态转移路径的示意图;FIG. 5 is a schematic diagram of another state transition path provided by an embodiment of the present application;
图6为本申请实施例提供的一种通信译码设备的结构示意图;FIG. 6 is a schematic structural diagram of a communication decoding device provided by an embodiment of the present application;
图7为本申请实施例提供的一种通信译码装置的结构示意图;7 is a schematic structural diagram of a communication decoding apparatus provided by an embodiment of the present application;
图8为本申请实施例提供的一种模组设备的结构示意图。FIG. 8 is a schematic structural diagram of a module device according to an embodiment of the present application.
具体实施方式Detailed ways
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application. Obviously, the described embodiments are only a part of the embodiments of the present invention, but not all of the embodiments. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative efforts shall fall within the protection scope of the present invention.
需要说明的是,本申请的说明书和权利要求书中及上述附图中的属于“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的本申请的实施例能够以除了在这里图示或描 述以外的顺序实施。此外,术语“包括”及其任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或服务器不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它步骤或单元。It should be noted that, in the description and claims of the present application and in the above drawings, "first", "second", etc. are used to distinguish similar objects, and are not necessarily used to describe a specific order or sequence. . It is to be understood that the data so used are interchangeable under appropriate circumstances such that the embodiments of the application described herein can be practiced in sequences other than those illustrated or described herein. Furthermore, the term "comprising" and any variations thereof are intended to cover non-exclusive inclusion, for example, a process, method, system, product or server comprising a series of steps or elements is not necessarily limited to those steps or elements expressly listed, Rather, other steps or units not expressly listed or inherent to the process, method, product or apparatus may be included.
为了更好理解本申请实施例提供的通信译码方法、设备、装置及存储介质,对本申请涉及到的技术用语进行解释,具体如下:In order to better understand the communication decoding method, device, device, and storage medium provided by the embodiments of this application, the technical terms involved in this application are explained as follows:
(1)Viterbi(维特比)译码算法(1) Viterbi decoding algorithm
Viterbi译码算法的基本思想是把已接收序列与所有可能的发送序列作比较,选择其中码距最小的一个序列作为发送序列。The basic idea of the Viterbi decoding algorithm is to compare the received sequence with all possible transmission sequences, and select a sequence with the smallest code distance as the transmission sequence.
请参阅图1,图1为本申请实施例提供的一种卷积码网格图,具体如图1所示,该卷积码网格图为(2,1,4)编码器的状态转移图,实线表示输入为0,虚线表示输入为1,从第5组节点开始每个节点可以由两个状态转移而来。Please refer to FIG. 1. FIG. 1 is a trellis diagram of a convolutional code provided by an embodiment of the application. Specifically, as shown in FIG. 1, the trellis diagram of a convolutional code is a state transition of a (2, 1, 4) encoder. In the figure, the solid line indicates that the input is 0, and the dotted line indicates that the input is 1. Starting from the fifth group of nodes, each node can be transferred from two states.
从图1可以看出,卷积码编码的过程就是编码器状态沿着时间轴的一个转移过程。而Viterbi译码规则是在卷积码网格图上搜索最可能的状态跳转路径,设(n,k,m)编码器输出的码序列为T,寄存器长度为L,经过DMC(Discrete Memoryless Channel,离散无记忆信道)传输后输入Viterbi译码器的序列是R=T+E,其中,E为信道的错误序列。译码器根据接收序列R,按最大似然准则找到接收序列在如图1所示的编码器网格图上所走过的路径,这个过程就是Viterbi译码器计算过程和寻找最大似然函数的过程,或者说是寻找最大度量路径的过程,即Viterbi译码算法的实现过程。As can be seen from Figure 1, the process of convolutional code encoding is a transition process of the encoder state along the time axis. The Viterbi decoding rule is to search for the most probable state jump path on the convolutional code trellis graph. Let the code sequence output by the (n, k, m) encoder be T and the register length is L. After DMC (Discrete Memoryless) Channel, discrete memoryless channel), the sequence input to the Viterbi decoder after transmission is R=T+E, where E is the error sequence of the channel. According to the received sequence R, the decoder finds the path taken by the received sequence on the encoder grid diagram as shown in Figure 1 according to the maximum likelihood criterion. This process is the calculation process of the Viterbi decoder and the search for the maximum likelihood function. , or the process of finding the maximum metric path, that is, the implementation process of the Viterbi decoding algorithm.
具体地,寻找最大度量路径时首先要在t时刻读取所有状态的幸存路径度量值,再根据t+1时刻的输入算出跳转路径的度量值,将t时刻的幸存路径度量值和t+1时刻的跳转值相加,可得到t+1时刻到状态S的幸存路径度量值,从而使每个状态都有一个幸存路径,根据这些幸存路径和最终编码器所处的状态可就可以得到编码器的状态转移路径,即利用Viterbi译码算法译码得到的译码结果。Specifically, when finding the maximum metric path, the metric value of the survival path of all states must be read at time t, and then the metric value of the jump path is calculated according to the input at time t+1, and the metric value of the survival path at time t and t+ The jump value at time 1 is added to obtain the metric value of the survival path from time t+1 to state S, so that each state has a survival path. According to these survival paths and the state of the final encoder, it is possible to The state transition path of the encoder is obtained, that is, the decoding result obtained by decoding with the Viterbi decoding algorithm.
需要说明的是,本申请中Viterbi译码算法译码所利用的网格图并不限定于图1所示的网格图,可根据实际需要选择对应结构的网格图,比如:其他的Radix(分支)-2的网格图、Radix-4的网格图等;本申请中的Viterbi译码算法可以是支持单一通信标准的Viterbi译码算法,也可以是支持多通信标准的Viterbi译码算法;本申请中,跳转路径的度量值可以是跳转前后网格状态之间的汉明距离或者欧式距离,还可以利用其它码字距离作为跳转路径的度量值,在此不做限定。It should be noted that the grid diagram used in the decoding of the Viterbi decoding algorithm in this application is not limited to the grid diagram shown in FIG. The trellis diagram of (branch)-2, the trellis diagram of Radix-4, etc.; the Viterbi decoding algorithm in this application may be the Viterbi decoding algorithm supporting a single communication standard, or the Viterbi decoding supporting multiple communication standards Algorithm; In this application, the metric value of the jump path can be the Hamming distance or the Euclidean distance between the grid states before and after the jump, and other codeword distances can also be used as the metric value of the jump path, which is not limited here. .
(2)PBCH(Physical Broadcast Channel,物理广播信道)对应的字段(2) Fields corresponding to PBCH (Physical Broadcast Channel, Physical Broadcast Channel)
PBCH对应的字段可存储有以下信息中的一种或多种:The field corresponding to the PBCH can store one or more of the following information:
BW(Band Width,系统带宽),占用3bit(比特),BW的bit有效取值为0~5;BW (Band Width, system bandwidth), occupies 3 bits (bits), the valid value of the BW bit is 0 to 5;
PHICH(Physical Hybrid ARQ Indicator Channel,物理混合自动重传指示信道)的配置 信息,占用3bit,PHICH配置信息的每个bit可取值为0或1;The configuration information of PHICH (Physical Hybrid ARQ Indicator Channel, Physical Hybrid Automatic Retransmission Indicator Channel) occupies 3 bits, and each bit of the PHICH configuration information can take a value of 0 or 1;
SFN(System Frame Number,系统帧号),占用10bit,SFN的高8bit中每个bit都可取值为为0或1;SFN (System Frame Number, system frame number), occupying 10 bits, each bit in the upper 8 bits of SFN can be 0 or 1;
SIB1-BR(System Information Block-Bandwidth Reduction,带宽受限的系统信息块1)的调度信息(域),占用5bit,SIB1-BR的bit有效取值为1~18;The scheduling information (field) of SIB1-BR (System Information Block-Bandwidth Reduction, bandwidth-limited system information block 1) occupies 5 bits, and the valid bit value of SIB1-BR is 1 to 18;
SI(System Information,系统消息)未改变指示信息,占用1bit,若终端所在小区支持R15(Release 15,协议版本15的技术标准),则SI未改变指示信息的1bit取值为1,否则,取值为0;SI (System Information, system message) does not change the indication information, occupying 1 bit, if the cell where the terminal is located supports R15 (Release 15, the technical standard of protocol version 15), the 1 bit of the SI unchanged indication information is 1, otherwise, it takes value is 0;
Reserve(保留)域,占用4bit。Reserve (reserved) field, occupying 4 bits.
本申请实施例中,在小区发送SIB1-BR的情况下,PBCH对应的字段才会存储有SIB1-BR的调度信息;若系统带宽小于或等于15PRB(Physical Resource Block,物理资源块),则SIB1-BR对应的bit的有效取值∈{1,4,7,10,13,16},否则,SIB1-BR的5bit有效取值为1~18。In this embodiment of the present application, when the cell sends SIB1-BR, the field corresponding to PBCH will store the scheduling information of SIB1-BR; if the system bandwidth is less than or equal to 15 PRB (Physical Resource Block, physical resource block), then SIB1 The valid value of the bit corresponding to -BR is ∈ {1, 4, 7, 10, 13, 16}, otherwise, the valid value of 5 bits of SIB1-BR is 1 to 18.
请参阅图2,图2为本申请实施例提供的一种通信译码方法的场景图,具体如图2所示,在该场景中,第一终端201为发送端设备,第二终端202为接收端设备,第一终端201的编码器对信源的信息序列u编码后输出编码码字v,编码码字v在调制后通过信道,比如:PBCH(Physical Broadcast Channel,物理广播信道)传输给第二终端202,第二终端202先对接收到码字序列进行解调得到接收信息r,再将接收信息r输入到第二终端202的译码器进行译码,从而使译码器输出译码序列u_dec。Please refer to FIG. 2 . FIG. 2 is a scene diagram of a communication decoding method provided by an embodiment of the present application. Specifically, as shown in FIG. 2 , in this scenario, the first terminal 201 is a sending end device, and the second terminal 202 is a The receiving end device, the encoder of the first terminal 201 encodes the information sequence u of the information source and outputs an encoded codeword v, and the encoded codeword v is modulated and transmitted through a channel, such as PBCH (Physical Broadcast Channel, physical broadcast channel) to the receiver. The second terminal 202, the second terminal 202 demodulates the received codeword sequence to obtain the received information r, and then inputs the received information r to the decoder of the second terminal 202 for decoding, so that the decoder outputs the decoded Code sequence u_dec.
其中,译码器输出的译码序列u_dec是信息序列u的一个估计值。译码器根据一定的译码规则,比如:Viterbi译码算法的译码规则,由接收序列r产生序列u_dec。由于信息序列u与编码码字v有对应关系,所以等效于译码器产生一个码字v的估值v’。当v’=v时,u_dec=u;当v’不等于v时,译码出现错误。The decoding sequence u_dec output by the decoder is an estimated value of the information sequence u. The decoder generates a sequence u_dec from the received sequence r according to a certain decoding rule, such as the decoding rule of the Viterbi decoding algorithm. Since the information sequence u has a corresponding relationship with the encoded codeword v, it is equivalent to the decoder generating an estimate v' of the codeword v. When v'=v, u_dec=u; when v' is not equal to v, an error occurs in decoding.
需要说明的是,可根据实际应用场景,将第二终端202作为发送端设备,将第一终端201作为接收端设备,执行前述编码和译码流程。第一终端201和第二终端202包括但不限定于接入终端、用户单元、用户站、移动站、移动台(Mobile Station,MS)、远方站、远程终端、移动设备、用户终端、终端设备(Terminal Equipment)、无线通信设备、用户代理或用户装置。第一终端201和第二终端202还可以是蜂窝电话、无绳电话、会话启动协议(Session Initiation Protocol,SIP)电话、无线本地环路(Wireless Local Loop,简称WLL)站、个人数字助理(Personal Digital Assistant,简称PDA)、具有无线通信功能的手持设备、计算设备或连接到无线调制解调器的其它处理设备、车载设备、可穿戴设备,其他4G网络中的终端设备,未来5G网络中的终端设备或者未来演进的公用陆地移动通信网络(Public Land Mobile Network,简称PLMN)中的终端设备等具有无线通信功能的设备。It should be noted that, according to an actual application scenario, the second terminal 202 may be used as a transmitting end device, and the first terminal 201 may be used as a receiving end device, and the foregoing encoding and decoding processes may be performed. The first terminal 201 and the second terminal 202 include but are not limited to an access terminal, a subscriber unit, a subscriber station, a mobile station, a mobile station (Mobile Station, MS), a remote station, a remote terminal, a mobile device, a user terminal, and a terminal device (Terminal Equipment), wireless communication equipment, user agent or user device. The first terminal 201 and the second terminal 202 may also be a cellular phone, a cordless phone, a Session Initiation Protocol (Session Initiation Protocol, SIP) phone, a Wireless Local Loop (Wireless Local Loop, WLL for short) station, a Personal Digital Assistant (Personal Digital Assistant) Assistant, PDA for short), handheld devices with wireless communication capabilities, computing devices or other processing devices connected to wireless modems, in-vehicle devices, wearable devices, other terminal devices in 4G networks, and future 5G networks. The terminal equipment in the evolved public land mobile communication network (Public Land Mobile Network, PLMN for short) has wireless communication functions.
请参阅图3,图3为本申请实施例提供的一种通信译码方法的流程示意图,本说明书提供了如实施例或流程图所述的方法操作步骤,但基于常规或者无创造性的劳动可以包括更多或者更少的操作步骤。实施例中列举的步骤顺序仅仅为众多步骤执行顺序中的一种方式,不代表唯一的执行顺序。在实际中的终端或者存储介质产品执行时,可以按照实施例或者附图所示的方法顺序执行或者并行执行。具体如图3所示,所述方法可应用于终端中,所述方法包括:Please refer to FIG. 3. FIG. 3 is a schematic flowchart of a communication decoding method provided by an embodiment of the application. This specification provides the method operation steps as described in the embodiment or the flowchart, but based on conventional or non-creative work, it can be Include more or fewer steps. The sequence of steps enumerated in the embodiments is only one of the execution sequences of many steps, and does not represent the only execution sequence. When an actual terminal or storage medium product is executed, the methods shown in the embodiments or the accompanying drawings may be executed sequentially or in parallel. Specifically, as shown in FIG. 3 , the method can be applied to a terminal, and the method includes:
S301:获取物理广播信道PBCH译码对应的先验信息;S301: Acquire prior information corresponding to physical broadcast channel PBCH decoding;
S302:根据所述先验信息,确定执行PBCH译码处理的译码状态信息;S302: Determine decoding state information for performing PBCH decoding processing according to the prior information;
S303:根据所述译码状态信息,执行PBCH译码处理。S303: Execute PBCH decoding processing according to the decoding state information.
本申请实施例中,终端获取并根据PBCH译码对应的先验信息,确定执行PBCH译码处理的部分译码状态信息,进而根据确定的部分译码状态信息,执行PBCH译码处理,能够有效提高PBCH译码的可靠性。In the embodiment of the present application, the terminal obtains and determines the partial decoding state information for performing the PBCH decoding process according to the prior information corresponding to the PBCH decoding, and then performs the PBCH decoding process according to the determined partial decoding state information, which can effectively Improve the reliability of PBCH decoding.
相应地,本申请实施例还提供的一种通信译码方法,所述方法可应用于终端中,所述方法包括:Correspondingly, an embodiment of the present application further provides a communication decoding method, the method can be applied to a terminal, and the method includes:
S401:获取物理广播信道PBCH译码对应的先验信息。S401: Acquire prior information corresponding to the decoding of the physical broadcast channel PBCH.
本申请实施例中,所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息,比如:先验信息为系统带宽的bit取值,和/或,PBCH对应的字段中连续多个比特bit的组合约束信息,比如:先验信息为系统带宽高2bit不能同时为1的组合约束信息。In this embodiment of the present application, the prior information includes value information of at least one bit in the field corresponding to the PBCH, for example: the prior information is the bit value of the system bandwidth, and/or the field corresponding to the PBCH is continuous Combination constraint information of multiple bits, for example, the prior information is the combination constraint information that the system bandwidth is high and 2 bits cannot be 1 at the same time.
所述先验信息还可包括用于获取PBCH对应的字段中的至少一个比特bit的取值信息和/或PBCH对应的字段中连续多个比特bit的组合约束信息的其他信息。The prior information may further include other information used to obtain value information of at least one bit in the field corresponding to the PBCH and/or combination constraint information of multiple consecutive bits in the field corresponding to the PBCH.
本申请实施例中,所述PBCH对应的字段存储有以下信息中任意一项信息或多项信息:In the embodiment of the present application, the field corresponding to the PBCH stores any one or multiple pieces of the following information:
系统带宽信息、物理混合自动重传指示信道PHICH的配置信息、系统帧号SFN信息、带宽受限的系统信息块1 SIB1-BR的调度信息、系统消息SI未改变指示信息、保留Reserve域信息。System bandwidth information, configuration information of physical hybrid automatic repeat indication channel PHICH, system frame number SFN information, scheduling information of bandwidth-limited system information block 1 SIB1-BR, system message SI unchanged indication information, reserved Reserve domain information.
其中,所述PBCH对应的字段中的至少一个比特bit的取值信息是指所述PBCH对应的字段存储的信息所对应的至少一个比特bit的取值信息,比如:所述PBCH对应的字段中的至少一个比特bit的取值信息可以是PBCH对应的字段存储的系统带宽信息对应的比特bit取值信息。Wherein, the value information of at least one bit in the field corresponding to the PBCH refers to the value information of at least one bit corresponding to the information stored in the field corresponding to the PBCH, for example: in the field corresponding to the PBCH The value information of at least one bit may be the value information of bits corresponding to the system bandwidth information stored in the field corresponding to the PBCH.
本申请实施例中,所述先验信息是根据终端的通信场景信息获取的,终端可根据终端所处的通信场景信息确定PBCH译码对应的先验信息。In the embodiment of the present application, the prior information is obtained according to the communication scene information of the terminal, and the terminal may determine the prior information corresponding to PBCH decoding according to the communication scene information where the terminal is located.
所述通信场景信息包括但不限定于所述终端执行网络搜索处理的通信场景信息、所述终端已成功驻留的小区信息、所述终端执行对同频邻区的PBCH读取处理的通信场景信息。The communication scenario information includes, but is not limited to, the communication scenario information in which the terminal performs network search processing, the information on the cell in which the terminal has successfully camped, and the communication scenario in which the terminal performs the PBCH reading process for the same-frequency neighboring cell. information.
需要说明的是,所述通信场景信息除包括这三种类型的信息外,还包括其他类型的通信场景信息;所述通信场景信息,可用于获取PBCH译码对应的先验信息,即可用于获取PBCH对应的字段中的至少一个比特bit的取值信息和/或PBCH对应的字段中连续多个比特bit的组合约束信息。It should be noted that in addition to the three types of information, the communication scene information also includes other types of communication scene information; the communication scene information can be used to obtain a priori information corresponding to PBCH decoding, which can be used for Obtain the value information of at least one bit in the field corresponding to the PBCH and/or the combination constraint information of multiple consecutive bits in the field corresponding to the PBCH.
本申请实施例中,若所述终端的通信场景信息包括所述终端执行网络搜索处理的通信场景信息,则所述获取物理广播信道PBCH译码对应的先验信息,包括:In the embodiment of the present application, if the communication scene information of the terminal includes the communication scene information of the terminal performing the network search process, the obtaining a priori information corresponding to the PBCH decoding of the physical broadcast channel includes:
根据所述终端执行网络搜索处理的通信场景信息,获取PBCH译码对应的先验信息;Acquire prior information corresponding to PBCH decoding according to the communication scenario information in which the terminal performs network search processing;
其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
具体地,终端在执行网络搜索处理以驻留到数据网络的过程中,比如:搜索RPLMN(Registered Public Land Mobile Network,注册公共陆地移动网络)的过程中,会确定PBCH使用的系统带宽范围,即获取PBCH的系统带宽信息,进而可获取到PBCH对应的字段中系统带宽信息的比特bit的取值信息。Specifically, in the process of performing a network search process to camp on the data network, for example, in the process of searching for an RPLMN (Registered Public Land Mobile Network, registered public land mobile network), the terminal will determine the range of the system bandwidth used by the PBCH, that is, The system bandwidth information of the PBCH is acquired, and then the value information of the bits of the system bandwidth information in the field corresponding to the PBCH can be acquired.
本申请实施例中,若所述终端的通信场景信息包括所述终端已成功驻留的小区信息,则所述获取物理广播信道PBCH译码对应的先验信息,包括:In this embodiment of the present application, if the communication scenario information of the terminal includes information of a cell where the terminal has successfully camped on, the obtaining prior information corresponding to the PBCH decoding of the physical broadcast channel includes:
根据所述终端已成功驻留的小区信息,获取所述PBCH译码对应的先验信息。According to the cell information on which the terminal has successfully camped, the prior information corresponding to the PBCH decoding is acquired.
具体地,终端在成功驻留到服务小区后,可能出现掉电或睡眠的情况;在这种情况下,终端会重新快速驻留到之前已成功驻留的服务小区,但是重新驻留到该服务小区后会与之前驻留的服务小区之间发生定时偏差,具体地,若发生40ms以上的定时偏差,则终端的SFN需要更新。因此,终端在重新驻留到之前已经成功驻留的小区后,可根据已成功驻留的小区信息获取除SFN以外的其他PBCH对应的字段中的比特bit的取值信息,即可获取系统带宽信息、PHICH的配置信息、SIB1-BR的调度信息、SI未改变指示信息、Reserve域信息等比特bit的取值信息。Specifically, after the terminal successfully camps on the serving cell, it may be powered off or sleep; in this case, the terminal will quickly re-camp to the serving cell that has previously There will be a timing deviation between the serving cell and the serving cell where it resides before. Specifically, if a timing deviation of more than 40 ms occurs, the SFN of the terminal needs to be updated. Therefore, after the terminal re-camps to the cell where it has successfully camped before, it can obtain the value information of bits in the fields corresponding to other PBCHs except SFN according to the information of the cell that has successfully camped on, and then the system bandwidth can be obtained. Information, PHICH configuration information, SIB1-BR scheduling information, SI unchanged indication information, Reserve field information and other bit value information.
本申请实施例中,若所述终端的通信场景信息包括所述终端执行对同频邻区的PBCH读取处理的通信场景信息,则所述获取物理广播信道PBCH译码对应的先验信息,包括:In the embodiment of the present application, if the communication scene information of the terminal includes the communication scene information of the terminal performing the PBCH reading processing of the same-frequency adjacent cell, the obtaining a priori information corresponding to the PBCH decoding of the physical broadcast channel, include:
根据所述终端执行对同频邻区的PBCH读取处理的通信场景信息,获取PBCH译码对应的先验信息;Acquire prior information corresponding to PBCH decoding according to the communication scenario information that the terminal performs the PBCH reading process on the same-frequency adjacent cell;
其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
具体地,同频邻区使用与终端当前所处的服务小区相同的频段,即终端当前所处的服务小区的PBCH系统带宽信息与同频邻区的PBCH系统带宽信息相同,进而可直接根据终端当前所处服务小区的系统带宽信息,获取同频邻区的PBCH译码对应的系统带宽信息的比特bit的取值信息。Specifically, the same-frequency neighboring cell uses the same frequency band as the serving cell where the terminal is currently located, that is, the PBCH system bandwidth information of the serving cell where the terminal is currently located is the same as the PBCH system bandwidth information of the same-frequency neighboring cell, which can be directly The system bandwidth information of the current serving cell is obtained, and the value information of the bit value of the system bandwidth information corresponding to the PBCH decoding of the same-frequency neighboring cell is obtained.
S402:根据所述先验信息,确定执行PBCH译码处理的译码状态信息。S402: Determine, according to the prior information, decoding state information for performing PBCH decoding processing.
本申请实施例中,所述PBCH译码是利用维特比Viterbi译码方式执行的;In the embodiment of the present application, the PBCH decoding is performed by using the Viterbi decoding method;
所述译码状态信息包括以下信息中的任意一项或多项信息:The decoding status information includes any one or more of the following information:
维特比译码的网格图结构信息、所述先验信息对应的网格状态信息、所述先验信息对应的状态转移信息。Trellis diagram structure information of Viterbi decoding, trellis state information corresponding to the prior information, and state transition information corresponding to the prior information.
本申请实施例中,维特比译码的网格图结构信息包括状态数量和/或状态转移的分支路径数量,比如:维特比译码的网格图结构信息包括网格图为4状态的卷积码网格图的信息,即状态数量为4,又比如:维特比译码的网格图结构信息包括网格图为Radix-2网格图的信息,即状态转移的分支路径数量为2;其中,利用Radix-2网格图进行译码,在每个时钟周期只能进行1个比特bit的译码。In this embodiment of the present application, the trellis diagram structure information of Viterbi decoding includes the number of states and/or the number of branch paths of state transitions, for example: the trellis diagram structure information of Viterbi decoding includes a volume with a trellis diagram of 4 states The information of the product code trellis diagram, that is, the number of states is 4. Another example: the trellis diagram structure information of Viterbi decoding includes the information that the trellis diagram is a Radix-2 trellis diagram, that is, the number of branch paths of state transition is 2 ; Among them, the Radix-2 trellis diagram is used for decoding, and only 1 bit of decoding can be performed in each clock cycle.
本申请实施例中,所述先验信息对应的网格状态信息是指网格状态取值;其中,由于PBCH使用6bit的状态,所述网格状态取值范围在0到63之间。In this embodiment of the present application, the grid state information corresponding to the prior information refers to the value of the grid state; wherein, because the PBCH uses a 6-bit state, the value of the grid state ranges from 0 to 63.
本申请实施例中,所述先验信息对应的状态转移信息包括:所述先验信息对应的状态转移路径和/或所述先验信息对应的状态转移路径对应的分支度量信息;所述先验信息对应的状态转移路径是指所述先验信息对应的网格状态信息所对应的状态转移路径;所述状态转移路径的分支度量信息包括累计分支度量信息和/或单个状态转移路径的分支度量信息。In this embodiment of the present application, the state transition information corresponding to the prior information includes: a state transition path corresponding to the prior information and/or branch metric information corresponding to a state transition path corresponding to the prior information; The state transition path corresponding to the prior information refers to the state transition path corresponding to the grid state information corresponding to the prior information; the branch metric information of the state transition path includes cumulative branch metric information and/or branches of a single state transition path measurement information.
本申请实施例中,若所述先验信息为PBCH对应的字段中连续N个比特bit的取值范围,且所述连续N个比特bit的取值范围小于2N,N为正整数,则确定维特比译码的网格图结构信息包括对所述连续N个比特bit执行Viterbi译码的网格图为Radix-2的网格图的信息。In the embodiment of the present application, if the prior information is the value range of N consecutive bits in the field corresponding to the PBCH, and the value range of the consecutive N bits is less than 2N, and N is a positive integer, then determine The trellis diagram structure information of Viterbi decoding includes information that the trellis diagram for performing Viterbi decoding on the consecutive N bits is a trellis diagram of Radix-2.
本申请实施例中,若所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息,则所述根据所述先验信息,确定执行PBCH译码的译码状态信息,包括:In this embodiment of the present application, if the prior information includes value information of at least one bit in a field corresponding to the PBCH, then determining the decoding state information for performing PBCH decoding according to the prior information, including :
根据所述至少一个比特bit的取值信息,确定所述至少一个比特bit的取值信息对应的网格状态信息;determining, according to the value information of the at least one bit, grid state information corresponding to the value information of the at least one bit;
根据所述至少一个比特bit的取值信息对应的网格状态信息,确定所述至少一个比特bit的取值信息对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the value information of the at least one bit, the branch metric information of the state transition path corresponding to the value information of the at least one bit is determined.
请参阅图4,图4为本申请实施例提供的一种状态转移路径的示意图,具体如图4所示,先验信息包括PBCH对应的字段中一个比特bit的取值为0的信息。使用接收软信息和卷积码编码器的转移多项式计算各状态之间的汉明距离,即获得了各状态的分支度量,包含图4右侧状态000000的分支度量和状态100000的分支度量。Please refer to FIG. 4 . FIG. 4 is a schematic diagram of a state transition path provided by an embodiment of the present application. Specifically, as shown in FIG. 4 , the prior information includes information that a value of a bit in a field corresponding to the PBCH is 0. Using the received soft information and the transition polynomial of the convolutional code encoder to calculate the Hamming distance between each state, the branch metric of each state is obtained, including the branch metric of state 000000 and the branch metric of state 100000 on the right side of Figure 4.
本申请实施例中,若所述先验信息包括PBCH对应的字段中连续多个比特bit的组合约束信息,则所述根据所述先验信息,确定执行PBCH译码的译码状态信息,包括:In this embodiment of the present application, if the prior information includes the combination constraint information of multiple consecutive bits in the field corresponding to the PBCH, then determining the decoding state information for performing PBCH decoding according to the prior information, including :
根据所述连续多个比特bit的组合约束信息,确定所述维特比译码的网格图结构信息;Determine the trellis diagram structure information of the Viterbi decoding according to the combination constraint information of the consecutive multiple bits;
根据所述连续多个比特bit的组合约束信息和所述网格图结构信息,确定所述多个比特bit对应的状态转移路径的分支度量信息。According to the combination constraint information of the consecutive multiple bits and the trellis diagram structure information, the branch metric information of the state transition paths corresponding to the multiple bits is determined.
具体地,可根据连续M个比特的组合约束信息,确定维特比译码的网格图为Radix-2M的网格图。Specifically, the trellis diagram of Viterbi decoding may be determined to be the trellis diagram of Radix-2M according to the combination constraint information of consecutive M bits.
请参阅图5,图5为本申请实施例提供的另一种状态转移路径的示意图,具体如图5所示,使用接收软信息计算接收信息和卷积码编码器的转移多项式计算各状态之间的汉明距离,即获得了各状态的分支度量,包含状态000000的分支度量、状态100000的分支度量、状态010000的分支度量、状态110000的分支度量。计算得到图5中左侧状态000000到图5中间状态000000的分支度量为M1_1,图5中左侧状态000000到图5中间状态100000的分支度量为M1_2,图5中间状态000000到图5右侧状态000000的分支度量为M2_1,图5中间状态000000到图5右侧状态100000的分支度量为M2_2,图5中间状态100000到图5右侧状态010000的分支度量为M2_3,图5中间状态100000到图5右侧状态110000的分支度量为M2_4。其中,M1_1、M1_2、M2_1、M2_2、M2_3、M2_4均为正数。Please refer to FIG. 5. FIG. 5 is a schematic diagram of another state transition path provided by an embodiment of the application. Specifically, as shown in FIG. 5, the received soft information is used to calculate the received information and the transition polynomial of the convolutional code encoder is used to calculate the transition between each state. The Hamming distance between each state is obtained, that is, the branch metric of each state is obtained, including the branch metric of state 000000, the branch metric of state 100000, the branch metric of state 010000, and the branch metric of state 110000. The branch metric from the left state 000000 in Figure 5 to the intermediate state 000000 in Figure 5 is calculated as M1_1, the branch metric from the left state 000000 in Figure 5 to the intermediate state 100000 in Figure 5 is M1_2, and the intermediate state in Figure 5 from 000000 to the right side of Figure 5 The branch metric of the state 000000 is M2_1, the branch metric of the middle state 000000 in Figure 5 to the state 100000 on the right side of Figure 5 is M2_2, the branch metric of the middle state 100000 in Figure 5 to the state 010000 on the right side of Figure 5 is M2_3, the middle state in Figure 5 is 100000 to The branch metric for state 110000 on the right side of Figure 5 is M2_4. Among them, M1_1, M1_2, M2_1, M2_2, M2_3, and M2_4 are all positive numbers.
在图5中,先验信息包括PBCH对应的系统带宽信息的高2bit不能同时为1的组合约束信息,在不受组合约束信息约束的情况下,系统带宽信息的高2bit可能有4种取值,即00、01、10、11,可确定维特比译码的网格图结构信息为网格图为Radix-4网格图的信息;而在受组合约束信息的约束的情况下,在网格状态的4条分支路径中确定连续两个bit为00、01、10所对应的状态转移路径的分支度量信息,可进一步排除连续两个bit为1所对应的状态转移路径的分支度量信息。其中,Radix-4网格图中状态转移的分支路径数量为4,即在每个时钟周期能够进行2个比特bit的译码。In Figure 5, the prior information includes the combination constraint information in which the upper 2 bits of the system bandwidth information corresponding to the PBCH cannot be 1 at the same time. Without being constrained by the combination constraint information, the upper 2 bits of the system bandwidth information may have 4 values. , namely 00, 01, 10, and 11, it can be determined that the trellis diagram structure information of Viterbi decoding is the information that the trellis diagram is the Radix-4 trellis diagram; Among the four branch paths of the lattice state, the branch metric information of the state transition path corresponding to two consecutive bits of 00, 01, and 10 is determined, and the branch metric information of the state transition path corresponding to two consecutive bits of 1 can be further excluded. Among them, the number of branch paths for state transition in the Radix-4 trellis diagram is 4, that is, 2-bit decoding can be performed in each clock cycle.
需要说明的是,图4和图5中实线表示输出为0,虚线表示输出为1;所述接收软信息可以为在图2的描述中涉及的接收信息r。It should be noted that the solid line in FIG. 4 and FIG. 5 indicates that the output is 0, and the dotted line indicates that the output is 1; the received soft information may be the received information r involved in the description of FIG. 2 .
本申请实施例中,若所述先验信息包括PBCH对应的系统带宽信息,比如:系统带宽的尺寸信息,则可根据PBCH对应的系统带宽信息确定所述SIB1-BR的调度信息对应的比特bit的取值信息,即所述SIB1-BR的调度信息对应的比特bit的取值信息是根据所述系统带宽信息确定的。In this embodiment of the present application, if the prior information includes system bandwidth information corresponding to PBCH, such as size information of the system bandwidth, the bit corresponding to the scheduling information of the SIB1-BR may be determined according to the system bandwidth information corresponding to PBCH. The value information of , that is, the value information of the bit corresponding to the scheduling information of the SIB1-BR is determined according to the system bandwidth information.
比如:若系统带宽(的尺寸信息)小于或等于15PRB,则SIB1-BR的调度信息对应的比特bit只能取值为1,4,7,10,13,16;否则,SIB1-BR的调度信息对应的比特bit取值范围为1~18。For example: if the system bandwidth (size information) is less than or equal to 15PRB, the bits corresponding to the scheduling information of SIB1-BR can only be 1, 4, 7, 10, 13, and 16; otherwise, the scheduling of SIB1-BR The value range of bits corresponding to the information is 1 to 18.
若所述先验信息包括PBCH对应的字段中SIB1-BR的调度信息对应的比特bit的取值信息,则所述根据所述先验信息,确定执行PBCH译码的译码状态信息,包括:If the prior information includes the value information of bits corresponding to the scheduling information of SIB1-BR in the field corresponding to the PBCH, then determining the decoding state information for performing PBCH decoding according to the prior information, including:
根据所述SIB1-BR的调度信息对应的比特bit的取值信息,确定所述比特bit取值信息所对应的网格状态信息;Determine the grid state information corresponding to the bit value information according to the bit value information corresponding to the scheduling information of the SIB1-BR;
根据所述比特bit取值信息所对应的网格状态信息,确定所述比特bit取值信息所对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the bit value information, the branch metric information of the state transition path corresponding to the bit value information is determined.
比如:若系统带宽(的尺寸信息)小于或等于15PRB,则SIB1-BR的调度信息对应的比特bit只能取值为1,4,7,10,13,16,则可计算5bit的SIB1-BR的调度信息对应的状态转移路径的累计分支度量,即5bit的SIB1-BR的调度信息的取值∈{1,4,7,10,13, 16}的状态转移路径的累计分支度量。For example: if the system bandwidth (size information) is less than or equal to 15PRB, the bits corresponding to the scheduling information of SIB1-BR can only take values of 1, 4, 7, 10, 13, 16, then the 5-bit SIB1- The cumulative branch metric of the state transition path corresponding to the BR scheduling information, that is, the cumulative branch metric of the state transition path with the value ∈ {1, 4, 7, 10, 13, 16} of the 5-bit SIB1-BR scheduling information.
S403:根据所述译码状态信息,执行PBCH译码处理。S403: Execute PBCH decoding processing according to the decoding state information.
本申请实施例中,所述根据所述译码状态信息,执行PBCH译码处理,有两种方式。In the embodiment of the present application, there are two ways to perform the PBCH decoding process according to the decoding state information.
第一种方式包括:The first way includes:
步骤A:根据所述译码状态信息和/或度量方式,排除掉维特比译码的网格图中与所述先验信息不匹配的分支路径;Step A: According to the decoding state information and/or the measurement method, exclude branch paths that do not match the prior information in the Viterbi-decoded trellis diagram;
其中,所述度量方式包括汉明距离的误差度量、欧式距离的误差度量、取最大路径和取最小路径度量的度量方式,还可根据实际的译码需求设定其他的度量方式。The measurement methods include error measurement of Hamming distance, error measurement of Euclidean distance, measurement methods of taking the maximum path and taking the minimum path measurement, and other measurement methods can also be set according to actual decoding requirements.
所述与所述先验信息不匹配的分支路径是指通过该分支路径得到的译码结果与先验信息对应的译码结果不同或相悖的分支路径,比如:通过该分支路径得到PBCH字段中的一个比特bit取值为0,但是先验信息对应的该比特bit取值为1,则可确定该分支路径与所述先验信息不匹配,又比如:通过该分支路径得到的系统带宽信息的高2bit同时为1,但是先验信息为系统带宽信息的高2bit不能同时为1的组合约束信息,则可确定该分支路径与所述先验信息不匹配。The branch path that does not match the a priori information refers to a branch path in which the decoding result obtained through the branch path is different or contradictory to the decoding result corresponding to the a priori information. One of the bits is 0, but the bit corresponding to the prior information is 1, then it can be determined that the branch path does not match the prior information, and for example: the system bandwidth information obtained through the branch path The upper 2 bits of s are 1 at the same time, but the prior information is the combined constraint information that the upper 2 bits of the system bandwidth information cannot be 1 at the same time, then it can be determined that the branch path does not match the prior information.
本申请实施例中,可在获取到先验信息对应的状态转移路径的分支度量信息后,标记不能获取到先验信息对应的状态转移路径的分支度量信息的分支路径或者分支路径度量值,比如:将不能获取到先验信息对应的状态转移路径的分支路径度量值设置为第一固定值SetValue1,并在后续计算路径度量时,将包含设置为SetValue1的路径度量均设置为SetValue1。In this embodiment of the present application, after obtaining the branch metric information of the state transition path corresponding to the prior information, a branch path or a branch path metric value that cannot obtain the branch metric information of the state transition path corresponding to the prior information can be marked, such as : Set the branch path metric value of the state transition path corresponding to the prior information cannot be obtained as the first fixed value SetValue1, and in the subsequent calculation of the path metric, set the path metric including SetValue1 to SetValue1.
比如:在图5中,先验信息包括PBCH对应的系统带宽信息的高2bit不能同时为1的组合约束信息,在不受组合约束信息约束的情况下,系统带宽信息的高2bit可能有4种取值,即00、01、10、11,可确定维特比译码的网格图结构信息为网格图为Radix-4网格图的信息;图5中若度量方式为汉明距离的误差度量和取最小路径度量的度量方式,则将连续两个bit为1对应的状态转移路径的分支度量值设置为SetValue1,并在后续计算路径度量时,将包含标记为SetValue1的路径度量均标记或设置为SetValue1,SetValue1为最大路径度量的值。在图5中,连续两个bit为1的状态转移路径为左侧状态000000到中间状态100000,再到左侧网格网状110000的路径,将该路径对应的分支度量标记或设置为SetValue1。For example, in Figure 5, the prior information includes combination constraint information in which the upper 2 bits of the system bandwidth information corresponding to PBCH cannot be 1 at the same time. In the case that the upper 2 bits of the system bandwidth information are not constrained by the combination constraint information, there may be 4 types of upper 2 bits of the system bandwidth information. Values, namely 00, 01, 10, 11, can determine that the grid map structure information of Viterbi decoding is the information that the grid map is the Radix-4 grid map; in Figure 5, if the measurement method is the error of the Hamming distance metric and the metric method of taking the minimum path metric, set the branch metric value of the state transition path corresponding to two consecutive bits of 1 as SetValue1, and in the subsequent calculation of the path metric, mark the path metric containing the marked SetValue1 or Set to SetValue1, which is the value of the maximum path metric. In Figure 5, the state transition path with two consecutive bits of 1 is the path from the left state 000000 to the middle state 100000, and then to the left grid mesh 110000, and the branch metric corresponding to the path is marked or set as SetValue1.
又比如:在系统带宽(的尺寸信息)小于或等于15PRB的情况下,将5bit的SIB1-BR的调度信息的取值不属于{1,4,7,10,13,16}的状态对应(转移)路径排除掉。Another example: when the system bandwidth (the size information) is less than or equal to 15 PRB, the value of the 5-bit SIB1-BR scheduling information does not belong to the state corresponding to {1, 4, 7, 10, 13, 16} ( transfer) path excluded.
步骤B:在剩余的分支路径中,利用维特比Viterbi译码方式执行PBCH译码。Step B: In the remaining branch paths, use the Viterbi decoding method to perform PBCH decoding.
具体地,可在计算路径度量时,可直接排除掉路径度量为SetValue1的分支路径,在剩余分支路径中按照维特比Viterbi译码方式对PBCH承载的信息进行译码。Specifically, when calculating the path metric, the branch paths whose path metric is SetValue1 can be directly excluded, and the information carried by the PBCH is decoded in the remaining branch paths according to the Viterbi decoding method.
第二种方式包括:The second way includes:
步骤a:根据所述译码状态信息和/或度量方式,标记维特比译码的网格图中与所述先验信息匹配的分支路径;Step a: according to the decoding state information and/or the metric method, mark the branch paths that match the prior information in the trellis diagram of Viterbi decoding;
所述标记维特比译码的网格图中与所述先验信息匹配的分支路径,包括:将维特比译码的网格图中与所述先验信息匹配的分支路径度量值标记为第二固定值SetValue2。The marking of the branch paths in the Viterbi-decoded trellis graph that matches the prior information includes: marking the branch path metric values that match the prior information in the Viterbi-decoded trellis graph as the first Two fixed values SetValue2.
需要说明的是第一固定值SetValue1与第二固定值SetValue2可以相同,也可以不同,两者可人为设定,或由系统默认设定。It should be noted that the first fixed value SetValue1 and the second fixed value SetValue2 may be the same or different, and the two may be set manually or by default by the system.
与所述先验信息匹配的分支路径是指通过该分支路径得到的译码结果与先验信息对应的译码结果相同或相符的分支路径,比如:通过该分支路径得到PBCH字段中的一个比特bit取值为0,先验信息对应的该比特bit取值为0,则可确定该分支路径与所述先验信息匹配,又比如:通过该分支路径得到的系统带宽信息的高2bit为01,先验信息为系统带宽信息的高2bit不能同时为1的组合约束信息,则可确定该分支路径与所述先验信息匹配。The branch path that matches the a priori information refers to the branch path whose decoding result obtained through the branch path is the same or consistent with the decoding result corresponding to the a priori information. For example, a bit in the PBCH field is obtained through the branch path. The bit value is 0, and the bit value corresponding to the prior information is 0, then it can be determined that the branch path matches the prior information. Another example: the upper 2 bits of the system bandwidth information obtained through the branch path are 01 , the prior information is the combination constraint information that the upper 2 bits of the system bandwidth information cannot be 1 at the same time, then it can be determined that the branch path matches the prior information.
步骤b:利用维特比Viterbi译码方式执行PBCH译码,以使幸存路径包含所述标记的分支路径。Step b: Perform PBCH decoding using Viterbi decoding, so that the surviving path includes the marked branch path.
比如:在图4中,为了使得译码得到的该比特bit的取值为0,即所选分路路径为到图4中左侧状态000000到图4中右侧状态000000,通过设置左侧状态000000到图4中右侧状态000000的分支路径度量至为SetValue2,保证在Viterbi的比选步骤中选择该分支路径,以使最终得到的幸存路径包含该分支路径。For example: in Fig. 4, in order to make the value of the bit obtained by decoding to be 0, that is, the selected branch path is from the left state 000000 in Fig. 4 to the right state 000000 in Fig. 4, by setting the left The branch path metric from the state 000000 to the right state 000000 in Figure 4 is SetValue2, which ensures that the branch path is selected in the comparison step of Viterbi, so that the finally obtained survivor path includes the branch path.
本申请实施例中,终端获取并根据PBCH译码对应的先验信息,确定执行PBCH译码处理的部分译码状态信息,进而根据确定的部分译码状态信息,执行PBCH译码处理,能够有效提高PBCH译码的可靠性。In the embodiment of the present application, the terminal obtains and determines the partial decoding state information for performing the PBCH decoding process according to the prior information corresponding to the PBCH decoding, and then performs the PBCH decoding process according to the determined partial decoding state information, which can effectively Improve the reliability of PBCH decoding.
请参阅图6,图6为本申请实施例提供的一种通信译码设备的结构示意图,具体如图6所示,所述通信译码设备,包括:存储装置601和处理器602;并且所述通信译码设备还可以包括数据接口603、用户接口604。各个硬件之间还可以通过各种类型的总线建立连接。Please refer to FIG. 6. FIG. 6 is a schematic structural diagram of a communication decoding device provided by an embodiment of the application. Specifically, as shown in FIG. 6, the communication decoding device includes: a storage device 601 and a processor 602; The communication decoding device may further include a data interface 603 and a user interface 604 . Various types of buses can also be used to establish connections between various hardwares.
通过所述数据接口603,所述通信译码设备可以和其他终端、服务器等设备之间交互数据;所述用户接口604用于实现用户与所述通信译码设备之间的人机交互;所述用户接口604可提供触摸显示屏、物理按键等实现用户与所述通信译码设备之间的人机交互。Through the data interface 603, the communication decoding device can exchange data with other terminals, servers and other devices; the user interface 604 is used to realize human-computer interaction between the user and the communication decoding device; The user interface 604 may provide a touch display screen, physical keys, etc. to realize human-computer interaction between the user and the communication decoding device.
所述存储装置601可以包括易失性存储器(Volatile memory),例如随机存取存储器(Random-Access Memory,RAM);存储装置601也可以包括非易失性存储器(Non-Volatile Memory),例如快闪存储器(Flash Memory),固态硬盘(Solid-State Drive,SSD)等;存储装置601还可以包括上述种类的存储器的组合。The storage device 601 may include a volatile memory (Volatile memory), such as a random access memory (Random-Access Memory, RAM); the storage device 601 may also include a non-volatile memory (Non-Volatile Memory), such as a flash memory. Flash memory (Flash Memory), solid-state drive (Solid-State Drive, SSD), etc.; the storage device 601 may also include a combination of the above-mentioned types of memory.
所述处理器602可以是中央处理器(Central Processing Unit,CPU)。所述处理器602还可以进一步包括硬件芯片。上述硬件芯片可以是专用集成电路(Application-Specific Integrated Circuit,ASIC),可编程逻辑器件(Programmable Logic Device,PLD)等。上 述PLD可以是现场可编程逻辑门阵列(Field-Programmable Gate Array,FPGA),通用阵列逻辑(Generic Array Logic,GAL)等。The processor 602 may be a central processing unit (Central Processing Unit, CPU). The processor 602 may further include a hardware chip. The above-mentioned hardware chip can be an application-specific integrated circuit (Application-Specific Integrated Circuit, ASIC), a programmable logic device (Programmable Logic Device, PLD), and the like. The above-mentioned PLD can be a field programmable gate array (Field-Programmable Gate Array, FPGA), a general-purpose array logic (Generic Array Logic, GAL), and the like.
所述存储装置601,用于存储程序代码;The storage device 601 is used to store program codes;
所述处理器602,在调用所述存储代码时,用于获取物理广播信道PBCH译码对应的先验信息;The processor 602, when invoking the stored code, is configured to acquire the prior information corresponding to the decoding of the physical broadcast channel PBCH;
根据所述先验信息,确定执行PBCH译码处理的译码状态信息;determining, according to the prior information, decoding state information for performing PBCH decoding processing;
根据所述译码状态信息,执行PBCH译码处理。Based on the decoding status information, a PBCH decoding process is performed.
在一个实施例中,所述先验信息是根据终端的通信场景信息获取的。In one embodiment, the prior information is obtained according to the communication scenario information of the terminal.
在一个实施例中,所述PBCH译码是利用维特比Viterbi译码方式执行的;In one embodiment, the PBCH decoding is performed using Viterbi decoding;
所述译码状态信息包括以下信息中的任意一项或多项信息:The decoding status information includes any one or more of the following information:
维特比译码的网格图结构信息、所述先验信息对应的网格状态信息、所述先验信息对应的状态转移信息。Trellis diagram structure information of Viterbi decoding, trellis state information corresponding to the prior information, and state transition information corresponding to the prior information.
在一个实施例中,所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息和/或PBCH对应的字段中连续多个比特bit的组合约束信息。In one embodiment, the prior information includes value information of at least one bit in a field corresponding to PBCH and/or combination constraint information of multiple consecutive bits in a field corresponding to PBCH.
在一个实施例中,所述PBCH对应的字段存储有以下信息中任意一项信息或多项信息:In one embodiment, the field corresponding to the PBCH stores any one or more pieces of the following information:
系统带宽信息、物理混合自动重传指示信道PHICH的配置信息、系统帧号SFN信息、带宽受限的系统信息块1 SIB1-BR的调度信息、系统消息SI未改变指示信息、保留Reserve域信息。System bandwidth information, configuration information of physical hybrid automatic repeat indication channel PHICH, system frame number SFN information, scheduling information of bandwidth-limited system information block 1 SIB1-BR, system message SI unchanged indication information, reserved Reserve domain information.
在一个实施例中,所述先验信息对应的状态转移信息包括:所述先验信息对应的状态转移路径的分支度量信息。In one embodiment, the state transition information corresponding to the prior information includes: branch metric information of the state transition path corresponding to the prior information.
在一个实施例中,所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息;In one embodiment, the prior information includes value information of at least one bit in a field corresponding to the PBCH;
所述处理器602,具体用于根据所述至少一个比特bit的取值信息,确定所述至少一个比特bit的取值信息对应的网格状态信息;The processor 602 is specifically configured to determine grid state information corresponding to the value information of the at least one bit according to the value information of the at least one bit;
根据所述至少一个比特bit的取值信息对应的网格状态信息,确定所述至少一个比特bit的取值信息对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the value information of the at least one bit, the branch metric information of the state transition path corresponding to the value information of the at least one bit is determined.
在一个实施例中,所述先验信息包括PBCH对应的字段中连续多个比特bit的组合约束信息;In one embodiment, the prior information includes combination constraint information of multiple consecutive bits in a field corresponding to the PBCH;
所述处理器602,具体用于根据所述连续多个比特bit的组合约束信息,确定所述维特比译码的网格图结构信息;The processor 602 is specifically configured to determine the trellis diagram structure information of the Viterbi decoding according to the combination constraint information of the consecutive multiple bits;
根据所述连续多个比特bit的组合约束信息和所述网格图结构信息,确定所述多个比特bit对应的状态转移路径的分支度量信息。According to the combination constraint information of the consecutive multiple bits and the trellis diagram structure information, the branch metric information of the state transition paths corresponding to the multiple bits is determined.
在一个实施例中,所述先验信息包括PBCH对应的字段中SIB1-BR的调度信息对应的比特bit的取值信息;In one embodiment, the prior information includes value information of bits corresponding to the scheduling information of SIB1-BR in a field corresponding to the PBCH;
所述处理器602,具体用于根据所述SIB1-BR的调度信息对应的比特bit的取值信息,确定所述比特bit取值信息所对应的网格状态信息;The processor 602 is specifically configured to determine grid state information corresponding to the bit value information according to the bit value information corresponding to the scheduling information of the SIB1-BR;
根据所述比特bit取值信息所对应的网格状态信息,确定所述比特bit取值信息所对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the bit value information, the branch metric information of the state transition path corresponding to the bit value information is determined.
在一个实施例中,所述处理器602,具体用于根据所述译码状态信息和度量方式,排除掉维特比译码的网格图中与所述先验信息不匹配的分支路径;In one embodiment, the processor 602 is specifically configured to, according to the decoding state information and the metric, exclude branch paths that do not match the prior information in the Viterbi-decoded trellis diagram;
在剩余的分支路径中,利用维特比Viterbi译码方式执行PBCH译码。In the remaining branch paths, PBCH decoding is performed using Viterbi decoding.
在一个实施例中,所述处理器602,具体用于根据所述译码状态信息和度量方式,标记维特比译码的网格图中与所述先验信息匹配的分支路径;In one embodiment, the processor 602 is specifically configured to, according to the decoding state information and the metric, mark branch paths that match the prior information in the Viterbi-decoded trellis graph;
利用维特比Viterbi译码方式执行PBCH译码,以使幸存路径包含所述标记的分支路径。PBCH decoding is performed using Viterbi decoding so that the surviving path contains the marked branch path.
在一个实施例中,所述终端的通信场景信息包括所述终端执行网络搜索处理的通信场景信息;In one embodiment, the communication scene information of the terminal includes communication scene information of the terminal performing network search processing;
所述处理器602,具体用于根据所述终端执行网络搜索处理的通信场景信息,获取PBCH译码对应的先验信息;The processor 602 is specifically configured to obtain a priori information corresponding to PBCH decoding according to the communication scenario information of the terminal performing network search processing;
其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
在一个实施例中,所述终端的通信场景信息包括所述终端已成功驻留的小区信息;In an embodiment, the communication scenario information of the terminal includes information of a cell where the terminal has successfully camped;
所述处理器602,具体用于根据所述终端已成功驻留的小区信息,获取所述PBCH译码对应的先验信息。The processor 602 is specifically configured to acquire the prior information corresponding to the PBCH decoding according to the cell information on which the terminal has successfully camped.
在一个实施例中,所述终端的通信场景信息包括所述终端执行对同频邻区的PBCH读取处理的通信场景信息;In one embodiment, the communication scenario information of the terminal includes the communication scenario information that the terminal performs the PBCH reading process for the same-frequency adjacent cell;
所述处理器602,具体用于根据所述终端执行对同频邻区的PBCH读取处理的通信场景信息,获取PBCH译码对应的先验信息;The processor 602 is specifically configured to obtain a priori information corresponding to PBCH decoding according to the communication scenario information that the terminal performs the PBCH reading processing for the same-frequency adjacent cell;
其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
在一个实施例中,所述先验信息还包括PBCH对应的系统带宽信息;所述SIB1-BR的调度信息对应的比特bit的取值信息是根据所述系统带宽信息确定的。In an embodiment, the prior information further includes system bandwidth information corresponding to the PBCH; the value information of the bits corresponding to the scheduling information of the SIB1-BR is determined according to the system bandwidth information.
请参阅图7,图7为本申请实施例提供的一种通信译码装置的结构示意图,具体如图7所示,所述通信译码装置包括:Please refer to FIG. 7. FIG. 7 is a schematic structural diagram of a communication decoding apparatus provided by an embodiment of the present application. Specifically, as shown in FIG. 7, the communication decoding apparatus includes:
获取模块701,用于获取物理广播信道PBCH译码对应的先验信息;An obtaining module 701, configured to obtain a priori information corresponding to physical broadcast channel PBCH decoding;
确定模块702,用于根据所述先验信息,确定执行PBCH译码处理的译码状态信息;A determination module 702, configured to determine decoding state information for performing PBCH decoding processing according to the prior information;
译码模块703,用于根据所述译码状态信息,执行PBCH译码处理。The decoding module 703 is configured to perform PBCH decoding processing according to the decoding state information.
在一个实施例中,所述先验信息是根据终端的通信场景信息获取的。In one embodiment, the prior information is obtained according to the communication scenario information of the terminal.
在一个实施例中,所述PBCH译码是利用维特比Viterbi译码方式执行的;In one embodiment, the PBCH decoding is performed using Viterbi decoding;
所述译码状态信息包括以下信息中的任意一项或多项信息:The decoding status information includes any one or more of the following information:
维特比译码的网格图结构信息、所述先验信息对应的网格状态信息、所述先验信息对应的状态转移信息。Trellis diagram structure information of Viterbi decoding, trellis state information corresponding to the prior information, and state transition information corresponding to the prior information.
在一个实施例中,所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息和/或PBCH对应的字段中连续多个比特bit的组合约束信息。In one embodiment, the prior information includes value information of at least one bit in a field corresponding to PBCH and/or combination constraint information of multiple consecutive bits in a field corresponding to PBCH.
在一个实施例中,所述PBCH对应的字段存储有以下信息中任意一项信息或多项信息:In one embodiment, the field corresponding to the PBCH stores any one or more pieces of the following information:
系统带宽信息、物理混合自动重传指示信道PHICH的配置信息、系统帧号SFN信息、带宽受限的系统信息块1 SIB1-BR的调度信息、系统消息SI未改变指示信息、保留Reserve域信息。System bandwidth information, configuration information of physical hybrid automatic repeat indication channel PHICH, system frame number SFN information, scheduling information of bandwidth-limited system information block 1 SIB1-BR, system message SI unchanged indication information, reserved Reserve domain information.
在一个实施例中,所述先验信息对应的状态转移信息包括:所述先验信息对应的状态转移路径的分支度量信息。In one embodiment, the state transition information corresponding to the prior information includes: branch metric information of the state transition path corresponding to the prior information.
在一个实施例中,所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息;In one embodiment, the prior information includes value information of at least one bit in a field corresponding to the PBCH;
所述确定模块702,具体用于根据所述至少一个比特bit的取值信息,确定所述至少一个比特bit的取值信息对应的网格状态信息;The determining module 702 is specifically configured to determine grid state information corresponding to the value information of the at least one bit according to the value information of the at least one bit;
根据所述至少一个比特bit的取值信息对应的网格状态信息,确定所述至少一个比特bit的取值信息对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the value information of the at least one bit, the branch metric information of the state transition path corresponding to the value information of the at least one bit is determined.
在一个实施例中,所述先验信息包括PBCH对应的字段中连续多个比特bit的组合约束信息;In one embodiment, the prior information includes combination constraint information of multiple consecutive bits in a field corresponding to the PBCH;
所述确定模块702,具体用于根据所述连续多个比特bit的组合约束信息,确定所述维特比译码的网格图结构信息;The determining module 702 is specifically configured to determine the trellis diagram structure information of the Viterbi decoding according to the combination constraint information of the consecutive multiple bits;
根据所述连续多个比特bit的组合约束信息和所述网格图结构信息,确定所述多个比特bit对应的状态转移路径的分支度量信息。According to the combination constraint information of the consecutive multiple bits and the trellis diagram structure information, the branch metric information of the state transition paths corresponding to the multiple bits is determined.
在一个实施例中,所述先验信息包括PBCH对应的字段中SIB1-BR的调度信息对应的比特bit的取值信息;In one embodiment, the prior information includes value information of bits corresponding to the scheduling information of SIB1-BR in a field corresponding to the PBCH;
所述确定模块702,具体用于根据所述SIB1-BR的调度信息对应的比特bit的取值信息,确定所述比特bit取值信息所对应的网格状态信息;The determining module 702 is specifically configured to determine grid state information corresponding to the bit value information according to the bit value information corresponding to the scheduling information of the SIB1-BR;
根据所述比特bit取值信息所对应的网格状态信息,确定所述比特bit取值信息所对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the bit value information, the branch metric information of the state transition path corresponding to the bit value information is determined.
在一个实施例中,所述译码模块703,具体用于根据所述译码状态信息和度量方式,排除掉维特比译码的网格图中与所述先验信息不匹配的分支路径;In one embodiment, the decoding module 703 is specifically configured to exclude branch paths that do not match the prior information in the trellis diagram of Viterbi decoding according to the decoding state information and the metric;
在剩余的分支路径中,利用维特比Viterbi译码方式执行PBCH译码。In the remaining branch paths, PBCH decoding is performed using Viterbi decoding.
在一个实施例中,所述译码模块703,具体用于根据所述译码状态信息和度量方式,标记维特比译码的网格图中与所述先验信息匹配的分支路径;In one embodiment, the decoding module 703 is specifically configured to, according to the decoding state information and the metric, mark branch paths that match the prior information in the Viterbi-decoded trellis diagram;
利用维特比Viterbi译码方式执行PBCH译码,以使幸存路径包含所述标记的分支路径。PBCH decoding is performed using Viterbi decoding so that the surviving path contains the marked branch path.
在一个实施例中,所述终端的通信场景信息包括所述终端执行网络搜索处理的通信场景信息;In one embodiment, the communication scene information of the terminal includes communication scene information of the terminal performing network search processing;
所述获取模块701,具体用于根据所述终端执行网络搜索处理的通信场景信息,获取PBCH译码对应的先验信息;The obtaining module 701 is specifically configured to obtain a priori information corresponding to PBCH decoding according to the communication scenario information of the terminal performing network search processing;
其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
在一个实施例中,所述终端的通信场景信息包括所述终端已成功驻留的小区信息;In an embodiment, the communication scenario information of the terminal includes information of a cell where the terminal has successfully camped;
所述获取模块701,具体用于根据所述终端已成功驻留的小区信息,获取所述PBCH译码对应的先验信息。The obtaining module 701 is specifically configured to obtain the prior information corresponding to the PBCH decoding according to the information of the cell where the terminal has successfully camped on.
在一个实施例中,所述终端的通信场景信息包括所述终端执行对同频邻区的PBCH读取处理的通信场景信息;In one embodiment, the communication scenario information of the terminal includes the communication scenario information that the terminal performs the PBCH reading process for the same-frequency adjacent cell;
所述获取模块701,具体用于根据所述终端执行对同频邻区的PBCH读取处理的通信场景信息,获取PBCH译码对应的先验信息;The obtaining module 701 is specifically configured to obtain a priori information corresponding to PBCH decoding according to the communication scenario information that the terminal performs the PBCH reading processing for the same-frequency adjacent cell;
其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
在一个实施例中,所述先验信息还包括PBCH对应的系统带宽信息;所述SIB1-BR的调度信息对应的比特bit的取值信息是根据所述系统带宽信息确定的。In an embodiment, the prior information further includes system bandwidth information corresponding to the PBCH; the value information of the bits corresponding to the scheduling information of the SIB1-BR is determined according to the system bandwidth information.
相应地,本发明实施例还提供一种计算机可读存储介质,所述计算机可读存储介质用于存储计算机程序,所述计算机程序使得计算机执行本申请步骤S301至S303、步骤S401至S403中任意实施例描述的方法。可以理解的是,此处的计算机存储介质既可以包括智能终端中的内置存储介质,当然也可以包括智能终端所支持的扩展存储介质。计算机存储介质提供存储空间,该存储空间存储了智能终端的操作系统。并且,在该存储空间中还存放了适于被处理器加载并执行的一条或一条以上的指令,这些指令可以是一个或一个以上的计算机程序(包括程序代码)。需要说明的是,此处的计算机存储介质可以是高速RAM存储器,也可以是非不稳定的存储器(Non-Volatile Memory),例如至少一个磁盘存储器;可选的还可以是至少一个位于远离前述处理器的计算机存储介质。Correspondingly, an embodiment of the present invention further provides a computer-readable storage medium, where the computer-readable storage medium is used to store a computer program, and the computer program enables a computer to execute any of steps S301 to S303 and steps S401 to S403 of the present application methods described in the examples. It can be understood that, the computer storage medium here may include both the built-in storage medium in the smart terminal, and certainly also the extended storage medium supported by the smart terminal. The computer storage medium provides storage space, and the storage space stores the operating system of the intelligent terminal. In addition, one or more instructions suitable for being loaded and executed by the processor are also stored in the storage space, and these instructions may be one or more computer programs (including program codes). It should be noted that the computer storage medium here may be a high-speed RAM memory, or a non-volatile memory (Non-Volatile Memory), such as at least one magnetic disk memory; optionally, at least one storage medium located far away from the aforementioned processor may also be used. computer storage media.
相应地,本申请实施例还提供一种芯片,所述芯片,用于获取物理广播信道PBCH译码对应的先验信息;Correspondingly, the embodiment of the present application further provides a chip, the chip is used to obtain the prior information corresponding to the PBCH decoding of the physical broadcast channel;
根据所述先验信息,确定执行PBCH译码处理的译码状态信息;determining, according to the prior information, decoding state information for performing PBCH decoding processing;
根据所述译码状态信息,执行PBCH译码处理。Based on the decoding status information, a PBCH decoding process is performed.
在一个实施例中,所述先验信息是根据终端的通信场景信息获取的。In one embodiment, the prior information is obtained according to the communication scenario information of the terminal.
在一个实施例中,所述PBCH译码是利用维特比Viterbi译码方式执行的;In one embodiment, the PBCH decoding is performed using Viterbi decoding;
所述译码状态信息包括以下信息中的任意一项或多项信息:The decoding status information includes any one or more of the following information:
维特比译码的网格图结构信息、所述先验信息对应的网格状态信息、所述先验信息对 应的状态转移信息。Viterbi decoding trellis diagram structure information, trellis state information corresponding to the prior information, and state transition information corresponding to the prior information.
在一个实施例中,所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息和/或PBCH对应的字段中连续多个比特bit的组合约束信息。In one embodiment, the prior information includes value information of at least one bit in a field corresponding to PBCH and/or combination constraint information of multiple consecutive bits in a field corresponding to PBCH.
在一个实施例中,所述PBCH对应的字段存储有以下信息中任意一项信息或多项信息:In one embodiment, the field corresponding to the PBCH stores any one or more pieces of the following information:
系统带宽信息、物理混合自动重传指示信道PHICH的配置信息、系统帧号SFN信息、带宽受限的系统信息块1 SIB1-BR的调度信息、系统消息SI未改变指示信息、保留Reserve域信息。System bandwidth information, configuration information of physical hybrid automatic repeat indication channel PHICH, system frame number SFN information, scheduling information of bandwidth-limited system information block 1 SIB1-BR, system message SI unchanged indication information, reserved Reserve domain information.
在一个实施例中,所述先验信息对应的状态转移信息包括:所述先验信息对应的状态转移路径的分支度量信息。In one embodiment, the state transition information corresponding to the prior information includes: branch metric information of the state transition path corresponding to the prior information.
在一个实施例中,所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息;In one embodiment, the prior information includes value information of at least one bit in a field corresponding to the PBCH;
所述芯片,在所述根据所述先验信息,确定执行PBCH译码的译码状态信息方面,具体用于根据所述至少一个比特bit的取值信息,确定所述至少一个比特bit的取值信息对应的网格状态信息;The chip, in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically configured to determine the value of the at least one bit according to the value information of the at least one bit. The grid state information corresponding to the value information;
根据所述至少一个比特bit的取值信息对应的网格状态信息,确定所述至少一个比特bit的取值信息对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the value information of the at least one bit, the branch metric information of the state transition path corresponding to the value information of the at least one bit is determined.
在一个实施例中,所述先验信息包括PBCH对应的字段中连续多个比特bit的组合约束信息;In one embodiment, the prior information includes combination constraint information of multiple consecutive bits in a field corresponding to the PBCH;
所述芯片,在所述根据所述先验信息,确定执行PBCH译码的译码状态信息方面,具体用于根据所述连续多个比特bit的组合约束信息,确定所述维特比译码的网格图结构信息;The chip, in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically configured to determine the Viterbi decoding based on the combination constraint information of the consecutive multiple bits. grid diagram structure information;
根据所述连续多个比特bit的组合约束信息和所述网格图结构信息,确定所述多个比特bit对应的状态转移路径的分支度量信息。According to the combination constraint information of the consecutive multiple bits and the trellis diagram structure information, the branch metric information of the state transition paths corresponding to the multiple bits is determined.
在一个实施例中,所述先验信息包括PBCH对应的字段中SIB1-BR的调度信息对应的比特bit的取值信息;In one embodiment, the prior information includes value information of bits corresponding to the scheduling information of SIB1-BR in a field corresponding to the PBCH;
所述芯片,在所述根据所述先验信息,确定执行PBCH译码的译码状态信息方面,具体用于根据所述SIB1-BR的调度信息对应的比特bit的取值信息,确定所述比特bit取值信息所对应的网格状态信息;The chip, in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically configured to determine the bit value information corresponding to the scheduling information of the SIB1-BR. The grid state information corresponding to the bit value information;
根据所述比特bit取值信息所对应的网格状态信息,确定所述比特bit取值信息所对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the bit value information, the branch metric information of the state transition path corresponding to the bit value information is determined.
在一个实施例中,所述芯片,在所述根据所述译码状态信息,执行PBCH译码处理方面,具体用于根据所述译码状态信息和/或度量方式,排除掉维特比译码的网格图中与所述先验信息不匹配的分支路径;In one embodiment, in the aspect of performing the PBCH decoding process according to the decoding state information, the chip is specifically configured to exclude Viterbi decoding according to the decoding state information and/or the metric method. The branch paths that do not match the prior information in the grid graph of ;
在剩余的分支路径中,利用维特比Viterbi译码方式执行PBCH译码。In the remaining branch paths, PBCH decoding is performed using Viterbi decoding.
在一个实施例中,所述芯片,在所述根据所述译码状态信息,执行PBCH译码处理方面,具体用于根据所述译码状态信息和/或度量方式,标记维特比译码的网格图中与所述先验信息匹配的分支路径;In one embodiment, in the aspect of performing the PBCH decoding process according to the decoding state information, the chip is specifically configured to mark the data of Viterbi decoding according to the decoding state information and/or the metric method. branch paths in the grid graph that match the prior information;
利用维特比Viterbi译码方式执行PBCH译码,以使幸存路径包含所述标记的分支路径。PBCH decoding is performed using Viterbi decoding so that the surviving path contains the marked branch path.
在一个实施例中,所述终端的通信场景信息包括所述终端执行网络搜索处理的通信场景信息;In one embodiment, the communication scene information of the terminal includes communication scene information of the terminal performing network search processing;
所述芯片,在所述获取物理广播信道PBCH译码对应的先验信息方面,具体用于根据所述终端执行网络搜索处理的通信场景信息,获取PBCH译码对应的先验信息;The chip, in the aspect of acquiring the prior information corresponding to the PBCH decoding of the physical broadcast channel, is specifically configured to acquire the prior information corresponding to the PBCH decoding according to the communication scenario information of the terminal performing the network search process;
其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
在一个实施例中,所述终端的通信场景信息包括所述终端已成功驻留的小区信息;In an embodiment, the communication scenario information of the terminal includes information of a cell where the terminal has successfully camped;
所述芯片,在所述获取物理广播信道PBCH译码对应的先验信息方面,具体用于根据所述终端已成功驻留的小区信息,获取所述PBCH译码对应的先验信息。In the aspect of acquiring the prior information corresponding to the PBCH decoding of the physical broadcast channel, the chip is specifically configured to acquire the prior information corresponding to the PBCH decoding according to the information of the cell where the terminal has successfully camped on.
在一个实施例中,所述终端的通信场景信息包括所述终端执行对同频邻区的PBCH读取处理的通信场景信息;In one embodiment, the communication scenario information of the terminal includes the communication scenario information that the terminal performs the PBCH reading process for the same-frequency adjacent cell;
所述芯片,在所述获取物理广播信道PBCH译码对应的先验信息方面,具体用于根据所述终端执行对同频邻区的PBCH读取处理的通信场景信息,获取PBCH译码对应的先验信息;The chip, in the aspect of acquiring the prior information corresponding to the PBCH decoding of the physical broadcast channel, is specifically configured to acquire the corresponding information of the PBCH decoding according to the communication scene information of the PBCH reading process performed by the terminal on the same-frequency adjacent cell. Prior Information;
其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
在一个实施例中,所述先验信息还包括PBCH对应的系统带宽信息;所述SIB1-BR的调度信息对应的比特bit的取值信息是根据所述系统带宽信息确定的。In an embodiment, the prior information further includes system bandwidth information corresponding to the PBCH; the value information of the bits corresponding to the scheduling information of the SIB1-BR is determined according to the system bandwidth information.
需要说明的是,所述芯片可以执行上述图3以及步骤S401至S403方法实施例中网络设备的相关步骤,具体可参见上述各个步骤所提供的实现方式,在此不再赘述。It should be noted that the chip can execute the steps related to the network device in the method embodiment of FIG. 3 and steps S401 to S403. For details, please refer to the implementation manners provided by the above steps, which will not be repeated here.
在一个实施例中,上述芯片包括至少一个处理器、至少一个第一存储器和至少一个第二存储器;其中,前述至少一个第一存储器和前述至少一个处理器通过线路互联,前述第一存储器中存储有指令;前述至少一个第二存储器和前述至少一个处理器通过线路互联,前述第二存储器中存储前述方法实施例中需要存储的数据。In one embodiment, the chip includes at least one processor, at least one first memory, and at least one second memory; wherein, the at least one first memory and the at least one processor are interconnected through lines, and the first memory stores There are instructions; the at least one second memory and the at least one processor are interconnected through lines, and the second memory stores the data that needs to be stored in the foregoing method embodiments.
对于应用于或集成于芯片的各个装置、产品,其包含的各个模块可以都采用电路等硬件的方式实现,或者,至少部分模块可以采用软件程序的方式实现,该软件程序运行于芯片内部集成的处理器,剩余的(如果有)部分模块可以采用电路等硬件方式实现。For each device or product applied to or integrated in the chip, each module contained therein may be implemented by hardware such as circuits, or at least some of the modules may be implemented by a software program that runs on the integrated circuit inside the chip. The processor and the remaining (if any) modules can be implemented in hardware such as circuits.
请参阅图8,图8为本申请实施例提供的一种模组设备的结构示意图,所述模组设备包括芯片模组801,其中:Please refer to FIG. 8 . FIG. 8 is a schematic structural diagram of a module device according to an embodiment of the application. The module device includes a chip module 801 , wherein:
所述芯片模组801,用于获取物理广播信道PBCH译码对应的先验信息;The chip module 801 is used to obtain the prior information corresponding to the decoding of the physical broadcast channel PBCH;
根据所述先验信息,确定执行PBCH译码处理的译码状态信息;determining, according to the prior information, decoding state information for performing PBCH decoding processing;
根据所述译码状态信息,执行PBCH译码处理。Based on the decoding status information, a PBCH decoding process is performed.
在一个实施例中,所述先验信息是根据终端的通信场景信息获取的。In one embodiment, the prior information is obtained according to the communication scenario information of the terminal.
在一个实施例中,所述PBCH译码是利用维特比Viterbi译码方式执行的;In one embodiment, the PBCH decoding is performed using Viterbi decoding;
所述译码状态信息包括以下信息中的任意一项或多项信息:The decoding status information includes any one or more of the following information:
维特比译码的网格图结构信息、所述先验信息对应的网格状态信息、所述先验信息对应的状态转移信息。Trellis diagram structure information of Viterbi decoding, trellis state information corresponding to the prior information, and state transition information corresponding to the prior information.
在一个实施例中,所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息和/或PBCH对应的字段中连续多个比特bit的组合约束信息。In one embodiment, the prior information includes value information of at least one bit in a field corresponding to PBCH and/or combination constraint information of multiple consecutive bits in a field corresponding to PBCH.
在一个实施例中,所述PBCH对应的字段存储有以下信息中任意一项信息或多项信息:In one embodiment, the field corresponding to the PBCH stores any one or more pieces of the following information:
系统带宽信息、物理混合自动重传指示信道PHICH的配置信息、系统帧号SFN信息、带宽受限的系统信息块1 SIB1-BR的调度信息、系统消息SI未改变指示信息、保留Reserve域信息。System bandwidth information, configuration information of physical hybrid automatic repeat indication channel PHICH, system frame number SFN information, scheduling information of bandwidth-limited system information block 1 SIB1-BR, system message SI unchanged indication information, reserved Reserve domain information.
在一个实施例中,所述先验信息对应的状态转移信息包括:所述先验信息对应的状态转移路径的分支度量信息。In one embodiment, the state transition information corresponding to the prior information includes: branch metric information of the state transition path corresponding to the prior information.
在一个实施例中,所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息;In one embodiment, the prior information includes value information of at least one bit in a field corresponding to the PBCH;
所述芯片模组801,在所述根据所述先验信息,确定执行PBCH译码的译码状态信息方面,具体用于根据所述至少一个比特bit的取值信息,确定所述至少一个比特bit的取值信息对应的网格状态信息;The chip module 801, in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically configured to determine the at least one bit according to the value information of the at least one bit The grid state information corresponding to the value information of the bit;
根据所述至少一个比特bit的取值信息对应的网格状态信息,确定所述至少一个比特bit的取值信息对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the value information of the at least one bit, the branch metric information of the state transition path corresponding to the value information of the at least one bit is determined.
在一个实施例中,所述先验信息包括PBCH对应的字段中连续多个比特bit的组合约束信息;In one embodiment, the prior information includes combination constraint information of multiple consecutive bits in a field corresponding to the PBCH;
所述芯片模组801,在所述根据所述先验信息,确定执行PBCH译码的译码状态信息方面,具体用于根据所述连续多个比特bit的组合约束信息,确定所述维特比译码的网格图结构信息;The chip module 801, in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically configured to determine the Viterbi according to the combination constraint information of the consecutive multiple bits. Decoded trellis structure information;
根据所述连续多个比特bit的组合约束信息和所述网格图结构信息,确定所述多个比特bit对应的状态转移路径的分支度量信息。According to the combination constraint information of the consecutive multiple bits and the trellis diagram structure information, the branch metric information of the state transition paths corresponding to the multiple bits is determined.
在一个实施例中,所述先验信息包括PBCH对应的字段中SIB1-BR的调度信息对应的比特bit的取值信息;In one embodiment, the prior information includes value information of bits corresponding to the scheduling information of SIB1-BR in a field corresponding to the PBCH;
所述芯片模组801,在所述根据所述先验信息,确定执行PBCH译码的译码状态信息方面,具体用于根据所述SIB1-BR的调度信息对应的比特bit的取值信息,确定所述比特bit取值信息所对应的网格状态信息;The chip module 801, in the aspect of determining the decoding state information for performing PBCH decoding according to the prior information, is specifically used for the value information of bits corresponding to the scheduling information of the SIB1-BR, determining the grid state information corresponding to the bit value information;
根据所述比特bit取值信息所对应的网格状态信息,确定所述比特bit取值信息所对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the bit value information, the branch metric information of the state transition path corresponding to the bit value information is determined.
在一个实施例中,所述芯片模组801,在所述根据所述译码状态信息,执行PBCH译码处理方面,具体用于根据所述译码状态信息和/或度量方式,排除掉维特比译码的网格图中与所述先验信息不匹配的分支路径;In one embodiment, the chip module 801, in the aspect of performing the PBCH decoding process according to the decoding state information, is specifically configured to exclude Witt according to the decoding state information and/or the metric method. than the branch paths in the decoded trellis graph that do not match the prior information;
在剩余的分支路径中,利用维特比Viterbi译码方式执行PBCH译码。In the remaining branch paths, PBCH decoding is performed using Viterbi decoding.
在一个实施例中,所述芯片模组801,在所述根据所述译码状态信息,执行PBCH译码处理方面,具体用于根据所述译码状态信息和/或度量方式,标记维特比译码的网格图中与所述先验信息匹配的分支路径;In one embodiment, the chip module 801, in the aspect of performing the PBCH decoding process according to the decoding state information, is specifically configured to mark the Viterbi according to the decoding state information and/or the metric method. branch paths in the decoded trellis graph that match the prior information;
利用维特比Viterbi译码方式执行PBCH译码,以使幸存路径包含所述标记的分支路径。PBCH decoding is performed using Viterbi decoding so that the surviving path contains the marked branch path.
在一个实施例中,所述终端的通信场景信息包括所述终端执行网络搜索处理的通信场景信息;In one embodiment, the communication scene information of the terminal includes communication scene information of the terminal performing network search processing;
所述芯片模组801,在所述获取物理广播信道PBCH译码对应的先验信息方面,具体用于根据所述终端执行网络搜索处理的通信场景信息,获取PBCH译码对应的先验信息;The chip module 801, in the aspect of obtaining the prior information corresponding to the PBCH decoding of the physical broadcast channel, is specifically configured to obtain the prior information corresponding to the PBCH decoding according to the communication scenario information of the terminal performing the network search processing;
其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
在一个实施例中,所述终端的通信场景信息包括所述终端已成功驻留的小区信息;In an embodiment, the communication scenario information of the terminal includes information of a cell where the terminal has successfully camped;
所述芯片模组801,在所述获取物理广播信道PBCH译码对应的先验信息方面,具体用于根据所述终端已成功驻留的小区信息,获取所述PBCH译码对应的先验信息。The chip module 801, in the aspect of obtaining the prior information corresponding to the PBCH decoding of the physical broadcast channel, is specifically configured to obtain the prior information corresponding to the PBCH decoding according to the information of the cell where the terminal has successfully camped on .
在一个实施例中,所述终端的通信场景信息包括所述终端执行对同频邻区的PBCH读取处理的通信场景信息;In one embodiment, the communication scenario information of the terminal includes the communication scenario information that the terminal performs the PBCH reading process for the same-frequency adjacent cell;
所述芯片模组801,在所述获取物理广播信道PBCH译码对应的先验信息方面,具体用于根据所述终端执行对同频邻区的PBCH读取处理的通信场景信息,获取PBCH译码对应的先验信息;The chip module 801, in the aspect of acquiring the prior information corresponding to the PBCH decoding of the physical broadcast channel, is specifically configured to acquire the PBCH decoding according to the communication scene information of the terminal performing the PBCH reading processing of the same-frequency adjacent cell. The prior information corresponding to the code;
其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
在一个实施例中,所述先验信息还包括PBCH对应的系统带宽信息;所述SIB1-BR的调度信息对应的比特bit的取值信息是根据所述系统带宽信息确定的。In an embodiment, the prior information further includes system bandwidth information corresponding to the PBCH; the value information of the bits corresponding to the scheduling information of the SIB1-BR is determined according to the system bandwidth information.
本申请实施例中,所述模组设备还可包括通信接口(图8中未画出)。本申请实施例中不限定通信接口与芯片模组801之间的具体连接介质。本申请实施例在图8中以通信接口与芯片模组801之间通过总线802连接,总线在图8中以粗线表示,其它部件之间的连接方式,仅是进行示意性说明,并不引以为限。所述总线802可以分为地址总线、数据总线、控制总线等。为便于表示,图8中仅用一条粗线表示,但并不表示仅有一根总线或一种类型的总线。In the embodiment of the present application, the module device may further include a communication interface (not shown in FIG. 8 ). The specific connection medium between the communication interface and the chip module 801 is not limited in the embodiment of the present application. In the embodiment of the present application, the communication interface and the chip module 801 are connected through a bus 802 in FIG. 8 . The bus is represented by a thick line in FIG. 8 . be limited. The bus 802 can be divided into an address bus, a data bus, a control bus, and the like. For ease of presentation, only one thick line is used in FIG. 8, but it does not mean that there is only one bus or one type of bus.
以上所揭露的仅为本发明的部分实施例而已,当然不能以此来限定本发明之权利范围,本领域普通技术人员可以理解实现上述实施例的全部或部分流程,并依本发明权利要求所作的等同变化,仍属于发明所涵盖的范围。The above disclosures are only part of the embodiments of the present invention, and of course, the scope of the rights of the present invention cannot be limited by this. Those of ordinary skill in the art can understand all or part of the procedures for realizing the above embodiments, and make according to the claims of the present invention. The equivalent changes of the invention still belong to the scope covered by the invention.

Claims (20)

  1. 一种通信译码方法,其特征在于,所述方法包括:A communication decoding method, characterized in that the method comprises:
    获取物理广播信道PBCH译码对应的先验信息;Obtain the prior information corresponding to the PBCH decoding of the physical broadcast channel;
    根据所述先验信息,确定执行PBCH译码处理的译码状态信息;determining, according to the prior information, decoding state information for performing PBCH decoding processing;
    根据所述译码状态信息,执行PBCH译码处理。Based on the decoding status information, a PBCH decoding process is performed.
  2. 如权利要求1所述的方法,其特征在于,所述先验信息是根据终端的通信场景信息获取的。The method according to claim 1, wherein the prior information is obtained according to the communication scene information of the terminal.
  3. 如权利要求1所述的方法,其特征在于,所述PBCH译码是利用维特比Viterbi译码方式执行的;The method of claim 1, wherein the PBCH decoding is performed using a Viterbi decoding method;
    所述译码状态信息包括以下信息中的任意一项或多项信息:The decoding status information includes any one or more of the following information:
    维特比译码的网格图结构信息、所述先验信息对应的网格状态信息、所述先验信息对应的状态转移信息。Trellis diagram structure information of Viterbi decoding, trellis state information corresponding to the prior information, and state transition information corresponding to the prior information.
  4. 如权利要求1所述的方法,其特征在于,所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息和/或PBCH对应的字段中连续多个比特bit的组合约束信息。The method according to claim 1, wherein the prior information includes value information of at least one bit in a field corresponding to PBCH and/or combination constraint information of multiple consecutive bits in a field corresponding to PBCH .
  5. 如权利要求4所述的方法,其特征在于,所述PBCH对应的字段存储有以下信息中任意一项信息或多项信息:The method of claim 4, wherein the field corresponding to the PBCH stores any one or multiple pieces of information in the following information:
    系统带宽信息、物理混合自动重传指示信道PHICH的配置信息、系统帧号SFN信息、带宽受限的系统信息块1 SIB1-BR的调度信息、系统消息SI未改变指示信息、保留Reserve域信息。System bandwidth information, configuration information of physical hybrid automatic repeat indication channel PHICH, system frame number SFN information, scheduling information of bandwidth-limited system information block 1 SIB1-BR, system message SI unchanged indication information, reserved Reserve domain information.
  6. 如权利要求3所述的方法,其特征在于,所述先验信息对应的状态转移信息包括:所述先验信息对应的状态转移路径的分支度量信息。The method of claim 3, wherein the state transition information corresponding to the prior information comprises: branch metric information of the state transition path corresponding to the prior information.
  7. 如权利要求6所述的方法,其特征在于,所述先验信息包括PBCH对应的字段中的至少一个比特bit的取值信息;The method of claim 6, wherein the prior information includes value information of at least one bit in a field corresponding to the PBCH;
    所述根据所述先验信息,确定执行PBCH译码的译码状态信息,包括:The determining, according to the prior information, the decoding state information for performing PBCH decoding, including:
    根据所述至少一个比特bit的取值信息,确定所述至少一个比特bit的取值信息对应的网格状态信息;determining, according to the value information of the at least one bit, grid state information corresponding to the value information of the at least one bit;
    根据所述至少一个比特bit的取值信息对应的网格状态信息,确定所述至少一个比特bit的取值信息对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the value information of the at least one bit, the branch metric information of the state transition path corresponding to the value information of the at least one bit is determined.
  8. 如权利要求6所述的方法,其特征在于,所述先验信息包括PBCH对应的字段中连续多个比特bit的组合约束信息;The method according to claim 6, wherein the prior information comprises combination constraint information of a plurality of consecutive bits in a field corresponding to the PBCH;
    所述根据所述先验信息,确定执行PBCH译码的译码状态信息,包括:The determining, according to the prior information, the decoding state information for performing PBCH decoding, including:
    根据所述连续多个比特bit的组合约束信息,确定所述维特比译码的网格图结构信息;Determine the trellis diagram structure information of the Viterbi decoding according to the combination constraint information of the consecutive multiple bits;
    根据所述连续多个比特bit的组合约束信息和所述网格图结构信息,确定所述多个比特 bit对应的状态转移路径的分支度量信息。The branch metric information of the state transition paths corresponding to the plurality of bits is determined according to the combination constraint information of the plurality of consecutive bits and the structure information of the trellis.
  9. 如权利要求6所述的方法,其特征在于,所述先验信息包括PBCH对应的字段中SIB1-BR的调度信息对应的比特bit的取值信息;The method of claim 6, wherein the prior information includes value information of bits corresponding to the scheduling information of SIB1-BR in a field corresponding to the PBCH;
    所述根据所述先验信息,确定执行PBCH译码的译码状态信息,包括:The determining, according to the prior information, the decoding state information for performing PBCH decoding, including:
    根据所述SIB1-BR的调度信息对应的比特bit的取值信息,确定所述比特bit取值信息所对应的网格状态信息;Determine the grid state information corresponding to the bit value information according to the bit value information corresponding to the scheduling information of the SIB1-BR;
    根据所述比特bit取值信息所对应的网格状态信息,确定所述比特bit取值信息所对应的状态转移路径的分支度量信息。According to the mesh state information corresponding to the bit value information, the branch metric information of the state transition path corresponding to the bit value information is determined.
  10. 如权利要求3-9任一项所述的方法,其特征在于,所述根据所述译码状态信息,执行PBCH译码处理,包括:The method according to any one of claims 3-9, wherein the performing PBCH decoding processing according to the decoding state information comprises:
    根据所述译码状态信息和/或度量方式,排除掉维特比译码的网格图中与所述先验信息不匹配的分支路径;According to the decoding state information and/or the metric method, the branch paths that do not match the prior information in the trellis diagram of Viterbi decoding are excluded;
    在剩余的分支路径中,利用维特比Viterbi译码方式执行PBCH译码。In the remaining branch paths, PBCH decoding is performed using Viterbi decoding.
  11. 如权利要求3-9任一项所述的方法,其特征在于,所述根据所述译码状态信息,执行PBCH译码处理,包括:The method according to any one of claims 3-9, wherein the performing PBCH decoding processing according to the decoding state information comprises:
    根据所述译码状态信息和/或度量方式,标记维特比译码的网格图中与所述先验信息匹配的分支路径;marking, according to the decoding state information and/or the metric, branch paths that match the prior information in the Viterbi-decoded trellis graph;
    利用维特比Viterbi译码方式执行PBCH译码,以使幸存路径包含所述标记的分支路径。PBCH decoding is performed using Viterbi decoding so that the surviving path contains the marked branch path.
  12. 如权利要求2所述的方法,其特征在于,所述终端的通信场景信息包括所述终端执行网络搜索处理的通信场景信息;The method according to claim 2, wherein the communication scene information of the terminal includes communication scene information of the terminal performing network search processing;
    所述获取物理广播信道PBCH译码对应的先验信息,包括:The obtaining a priori information corresponding to the PBCH decoding of the physical broadcast channel includes:
    根据所述终端执行网络搜索处理的通信场景信息,获取PBCH译码对应的先验信息;Acquire prior information corresponding to PBCH decoding according to the communication scenario information in which the terminal performs network search processing;
    其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  13. 如权利要求2所述的方法,其特征在于,所述终端的通信场景信息包括所述终端已成功驻留的小区信息;The method of claim 2, wherein the communication scenario information of the terminal includes information of a cell where the terminal has successfully camped;
    所述获取物理广播信道PBCH译码对应的先验信息,包括:The obtaining a priori information corresponding to the PBCH decoding of the physical broadcast channel includes:
    根据所述终端已成功驻留的小区信息,获取所述PBCH译码对应的先验信息。According to the cell information on which the terminal has successfully camped, the prior information corresponding to the PBCH decoding is acquired.
  14. 如权利要求2所述的方法,其特征在于,所述终端的通信场景信息包括所述终端执行对同频邻区的PBCH读取处理的通信场景信息;The method according to claim 2, wherein the communication scene information of the terminal comprises communication scene information of the terminal performing the PBCH reading process of the same-frequency adjacent cell;
    所述获取物理广播信道PBCH译码对应的先验信息,包括:The obtaining a priori information corresponding to the PBCH decoding of the physical broadcast channel includes:
    根据所述终端执行对同频邻区的PBCH读取处理的通信场景信息,获取PBCH译码对应的先验信息;Acquire prior information corresponding to PBCH decoding according to the communication scenario information that the terminal performs the PBCH reading process on the same-frequency adjacent cell;
    其中,所述先验信息包括PBCH对应的字段中系统带宽信息对应的比特bit的取值信息。The prior information includes value information of bits corresponding to the system bandwidth information in the field corresponding to the PBCH.
  15. 如权利要求9所述的方法,其特征在于,所述先验信息还包括PBCH对应的系统带 宽信息;所述SIB1-BR的调度信息对应的比特bit的取值信息是根据所述系统带宽信息确定的。The method according to claim 9, wherein the prior information further includes system bandwidth information corresponding to PBCH; and the value information of bits corresponding to the scheduling information of the SIB1-BR is based on the system bandwidth information definite.
  16. 一种通信译码设备,其特征在于,所述通信译码设备包括:存储装置和处理器,A communication decoding device, characterized in that the communication decoding device comprises: a storage device and a processor,
    所述存储装置,用于存储程序代码;the storage device for storing program codes;
    所述处理器,在调用所述存储代码时,用于执行如权利要求1-15任一项所述的通信译码方法。The processor, when invoking the stored code, is configured to execute the communication decoding method according to any one of claims 1-15.
  17. 一种通信译码装置,其特征在于,所述通信译码装置包括:A communication decoding device, characterized in that the communication decoding device comprises:
    获取模块,用于获取物理广播信道PBCH译码对应的先验信息;an acquisition module, used to acquire the prior information corresponding to the PBCH decoding of the physical broadcast channel;
    确定模块,用于根据所述先验信息,确定执行PBCH译码处理的译码状态信息;a determining module, configured to determine decoding state information for performing PBCH decoding processing according to the prior information;
    译码模块,用于根据所述译码状态信息,执行PBCH译码处理。A decoding module, configured to perform PBCH decoding processing according to the decoding state information.
  18. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质用于存储计算机程序,所述计算机程序使得计算机执行权利要求1-15任一项所述的通信译码方法。A computer-readable storage medium, characterized in that the computer-readable storage medium is used for storing a computer program, and the computer program causes a computer to execute the communication decoding method according to any one of claims 1-15.
  19. 一种芯片,其特征在于,所述芯片,用于获取物理广播信道PBCH译码对应的先验信息;A chip, characterized in that, the chip is used to obtain a priori information corresponding to physical broadcast channel PBCH decoding;
    根据所述先验信息,确定执行PBCH译码处理的译码状态信息;determining, according to the prior information, decoding state information for performing PBCH decoding processing;
    根据所述译码状态信息,执行PBCH译码处理。Based on the decoding status information, a PBCH decoding process is performed.
  20. 一种模组设备,其特征在于,所述模组设备包括芯片模组,其中:A module device, characterized in that the module device comprises a chip module, wherein:
    所述芯片模组,用于获取物理广播信道PBCH译码对应的先验信息;The chip module is used to obtain a priori information corresponding to physical broadcast channel PBCH decoding;
    根据所述先验信息,确定执行PBCH译码处理的译码状态信息;determining, according to the prior information, decoding state information for performing PBCH decoding processing;
    根据所述译码状态信息,执行PBCH译码处理。Based on the decoding status information, a PBCH decoding process is performed.
PCT/CN2021/123219 2020-10-14 2021-10-12 Communication decoding method and apparatus, and storage medium, chip and related device WO2022078316A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011098778.2A CN112217609B (en) 2020-10-14 2020-10-14 Communication decoding method, device, apparatus and storage medium
CN202011098778.2 2020-10-14

Publications (1)

Publication Number Publication Date
WO2022078316A1 true WO2022078316A1 (en) 2022-04-21

Family

ID=74052704

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/123219 WO2022078316A1 (en) 2020-10-14 2021-10-12 Communication decoding method and apparatus, and storage medium, chip and related device

Country Status (2)

Country Link
CN (1) CN112217609B (en)
WO (1) WO2022078316A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112217609B (en) * 2020-10-14 2022-11-01 紫光展锐(重庆)科技有限公司 Communication decoding method, device, apparatus and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102904667A (en) * 2011-07-27 2013-01-30 杰脉通信技术(上海)有限公司 Method for decoding tail biting convolution codes of PBCH (physical broadcast channel) decoding in LTE (long term evolution)
CN105610550A (en) * 2016-02-05 2016-05-25 南京飞腾电子科技有限公司 Viterbi decoding method based on power line carrier communication
WO2017041950A1 (en) * 2015-09-10 2017-03-16 Intel IP Corporation Viterbi decoding with use of a-priori known bits in lte communications
CN111030958A (en) * 2019-12-10 2020-04-17 上海创远仪器技术股份有限公司 Method for analyzing and processing air interface system message in NB-IoT system
CN112217609A (en) * 2020-10-14 2021-01-12 紫光展锐(重庆)科技有限公司 Communication decoding method, device, apparatus and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9042240B2 (en) * 2009-07-31 2015-05-26 Qualcomm Incorporated Systems, apparatus and methods for broadcast channel decoding
US8543895B2 (en) * 2010-02-10 2013-09-24 Qualcomm Incorporated List Viterbi decoding of tail biting convolutional codes
EP2982167B1 (en) * 2013-04-02 2018-02-28 Sierra Wireless, Inc. Method and apparatus for broadcast channel decoding
CN107911195B (en) * 2017-10-19 2020-03-17 重庆邮电大学 CVA-based tail-biting convolutional code channel decoding method
CN110474705B (en) * 2018-05-11 2021-09-24 锐迪科(重庆)微电子科技有限公司 Physical broadcast channel receiving method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102904667A (en) * 2011-07-27 2013-01-30 杰脉通信技术(上海)有限公司 Method for decoding tail biting convolution codes of PBCH (physical broadcast channel) decoding in LTE (long term evolution)
WO2017041950A1 (en) * 2015-09-10 2017-03-16 Intel IP Corporation Viterbi decoding with use of a-priori known bits in lte communications
CN105610550A (en) * 2016-02-05 2016-05-25 南京飞腾电子科技有限公司 Viterbi decoding method based on power line carrier communication
CN111030958A (en) * 2019-12-10 2020-04-17 上海创远仪器技术股份有限公司 Method for analyzing and processing air interface system message in NB-IoT system
CN112217609A (en) * 2020-10-14 2021-01-12 紫光展锐(重庆)科技有限公司 Communication decoding method, device, apparatus and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ERICSSON: "Reduced system acquisition time for MTC", 3GPP DRAFT; R1-1706881 - REDUCED SYSTEM ACQUSITION TIME FOR MTC, 3RD GENERATION PARTNERSHIP PROJECT (3GPP), MOBILE COMPETENCE CENTRE ; 650, ROUTE DES LUCIOLES ; F-06921 SOPHIA-ANTIPOLIS CEDEX ; FRANCE, vol. RAN WG1, no. Hangzhou, China; 20170515 - 20170519, 6 May 2017 (2017-05-06), Mobile Competence Centre ; 650, route des Lucioles ; F-06921 Sophia-Antipolis Cedex ; France , XP051261540 *

Also Published As

Publication number Publication date
CN112217609B (en) 2022-11-01
CN112217609A (en) 2021-01-12

Similar Documents

Publication Publication Date Title
TWI303521B (en) Method and apparatus for decoding forward error correction codes
JP7471357B2 (en) Encoding method, decoding method, and device
WO2019062145A1 (en) Polar encoding method and encoding apparatus, and decoding method and decoding apparatus
KR20200091967A (en) Polar code encoding method and apparatus
WO2017124844A1 (en) Method for determining transmission block size of polarisation code, and communication device
KR102662470B1 (en) System and method for interleaving distributed crc in polar codes for early termination
US11239945B2 (en) Encoding method, decoding method, apparatus, and device
CN108347301B (en) Data transmission method and device
WO2019052581A1 (en) Coding method and coding apparatus for polar code
WO2019056941A1 (en) Decoding method and device, and decoder
WO2022078316A1 (en) Communication decoding method and apparatus, and storage medium, chip and related device
CN113938257A (en) Method, device and equipment for detecting physical downlink control channel and storage medium
WO2018098691A1 (en) Control channel generation method, control channel detection method, and related apparatus
WO2019206136A1 (en) Method and device for rate matching and de-rate matching polar code
WO2019037782A1 (en) Decoding method and decoder for polar code
US10623140B2 (en) Method for processing signaling sub-segment, processing apparatus, access point, and station
WO2018161946A1 (en) Data processing method and device
WO2018228589A1 (en) Encoding method, wireless device, and chip
US8942326B2 (en) Channel decoding method and tail biting convolutional decoder
WO2021196942A1 (en) Encoding method and device
EP2852082A1 (en) Information sending method and device
WO2020253855A1 (en) Communication method and apparatus
US11190303B2 (en) Electronic transceiver device, method and computer program for decoding control information
CN113612583A (en) FPGA (field programmable Gate array) realization method and system supporting sidelink communication blind detection
CN115276886A (en) Code identification method and device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 21879360

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21879360

Country of ref document: EP

Kind code of ref document: A1