The present invention relates to a Viterbi algorithm, and more particularly to an improved method and a receiving device of a Viterbi algorithm.
Convolution code is a common channel coding technique. In the field of telecommunications, the convolution code is an error-correction code, and the original signals sequentially enter from the input terminal to the registers of the convolution code encoder during the process of encoding. Each register can store a bit value. The bit value in a register will be bit-shifted to the next register, and these bit values stored in the registers, which correspond to different time points, can be calculated for convolutional encoding, and then the output signal obtained by the encoding operation will be transmitted to the output terminal. Since the original signals are sequentially input to the registers of the convolution code encoder, each convolution code data is related to the previous original signals, and therefore the convolution code can have the memory property for maintaining channel information. Also, for the existing convolution code, the Viterbi algorithm is one of the most widely used algorithms for decoding.
The Viterbi algorithm generally uses a trellis diagram representing states of the encoder. The Viterbi decoder can generate the first decoding bit only when the decoding process proceeds to a deeper part of the trellis diagram. Therefore in the conventional method, the length D of the survivor path to be traced back by the Viterbi decoder is usually greater than or equal to 5 times of a constraint length K. For example, if the constraint length K in Wi-Fi is 7, then the length D of the survivor path for tracing back is preferably 35. However, some telecom standards have shorter signaling lengths. For example, the legacy mode signal field (L-SIG) has only 24 bits. Therefore, the length D of the survivor path for tracing back is not long enough, and thus, the error bit rate of the convolution code is affected.
Based on the common knowledge in the art, the above various preferred conditions can be arbitrarily combined to obtain preferred embodiments of the present invention.
In view of this, an embodiment of the present invention provides an improved method and a receiving device of the Viterbi algorithm which are applicable for the Viterbi decoder. The Viterbi decoder receives an output signal generated by a convolution code encoder processing an original signal. The convolution code encoder has M registers which M is a positive integer greater than or equal to 2. The improved method includes the following steps. First, for the first to the Mth data of the output signal, the Viterbi decoder performs the add-compare-select operation in the Viterbi algorithm based on the known M initial values of the M registers. Then, for the Mth-last to the last data of the output signal, the Viterbi decoder performs the add-compare-select operation in the Viterbi algorithm based on the known last M bits values of the original signal. In addition, an embodiment of the present invention further provides a receiving device including a Viterbi decoder and a storage device. The Viterbi decoder is used for receiving an output signal generated by a convolution code encoder processing an original signal, and uses the Viterbi algorithm to decode the output signal. The storage device stores an application program. The application program is used for indicating the improved method of the Viterbi algorithm in the embodiment for the Viterbi decoder to execute.
Other objects and advantages of the present invention will become apparent from the technical features disclosed herein. In order to make the above and other objects, features, and advantages of the present invention more apparent, the embodiments will be described in detail with reference to the drawings.
Hereinafter, the present invention will be described in detail by explaining various embodiments of the invention with reference to the drawings. However, the concept of the invention may be embodied in many different forms and should not be limited to the illustrative embodiments in the description. In addition, the same reference numerals in the drawings can represent the similar components.
In detail, the improved method of the Viterbi algorithm provided by the embodiment of the present invention may be suitable for a Viterbi decoder in any telecommunication standard. For example, the telecommunication standard may be the IEEE 802.11n or the IEEE 802.11ac, etc., but the invention is not limited thereto. Furthermore, according to the prior art, the Viterbi decoder is used for receiving an output signal generated by a convolution code encoder processing an original signal, and the Viterbi algorithm is used for decoding the output signal, but the present invention does not limit the specific implementation of the Viterbi decoder or the convolution code encoder which can be adaptively designed by those skilled in the art according to actual requirements or applications. Basically, the convolution code encoder has M registers, and M is a positive integer greater than or equal to 2.
For convenience of the following description, the present embodiment will be described by a convolution code encoder of (n, k, M)=(2, 1, 3), but it is not intended to limit the present invention. It should be understood that the mentioned n and k respectively represent the number of output bits and the number of input bits of the convolution code encoder. For example, please refer to
In addition, in a preferred embodiment, assuming that the bit values stored in each of the registers R0, R1 and R2 are initially “0”, according to the encoding mode of
Briefly, when the branch metric unit 210 receives a new data, the branch metric unit 210 will calculate the branch distance associated with the data, and the add-compare-select unit 220 will continuously update the shortest branch distance of each state after performing the add-compare-select operation. Besides, the survivor path memory unit 230 records the decision result of the add-compare-select unit 220, and traces back the survivor path to find the decoded bits. According to the above teachings, those of ordinary skill in the art can understand that the add-compare-select unit 220 is the most significant part of the circuit or application program to execute the Viterbi algorithm. Also, the computational complexity of the add-compare-select unit 220 increases exponentially according to the number of registers used by the convolution code encoder.
Therefore, as shown in
Further, under certain telecommunication standards, in addition to setting the M initial values of the M registers to be “0”, M “0” are added to the end of signaling or data packet of the telecommunication standard as the tail bits of the original signal. As such, the M registers can be restored to the initial state “000” after the end of the encoding. Alternatively, the receiving end may know the M initial values of the M registers and the last M bits values of the original signal in advance under certain telecommunication standards. Thus, the improved method of the present embodiment is based on the known coding characteristics to perform special process on initial states and end states of the trellis diagrams.
Please refer to
First, in step S410, for the first to the Mth data of the output signal, the Viterbi decoder performs the add-compare-select operation in the Viterbi algorithm based on the known M initial values of the M registers. Thereafter, in step S420, for the Mth-last to the last data of the output signal, the Viterbi decoder performs the add-compare-select operation in the Viterbi algorithm based on the known last M bits values of the original signal. For the convenience of the following description, the embodiment of
Next, please refer to
Similarly, when the second bit value B2 of the original signal enters the register R0 from the input terminal, the first bit value B1 in the register R0 and the initial value “0” in the register R1 are respectively bit-shifted to the next registers R1 and R2, and the bit values stored in the registers can be calculated for encoding operation, and then the second data S2 of the output signal obtained by the encoding operation is transmitted to the output terminal. Therefore, when receiving the second data S2 of the output signal, the Viterbi decoder 2 can know that it is converted from the state “B100” to “B2B10” in the trellis diagram at the time of encoding. Also, since the second bit value B2 of the original signal may be “0” or “1”, at this moment the add-compare-select unit 220 only needs to select the four states “000”, “100”, “010” and “110” corresponding to the state “B2B10” to perform the add-compare-select operation. Accordingly, the add-compare-select unit 220 only needs to consider selecting the path in which the state “000” changes to the state “000” or “100” or the path in which the state “100” to the state “010” or “110” as the survivor path at this moment. By analogy, when receiving the third data S3 of the output signal, the Viterbi decoder 2 can know that it is converted from the state “B2B10” to “B3B2B1” in the trellis diagram at the time of encoding. Thus, at this moment, the add-compare-select unit 220 needs to perform add-compare-select operation on all the eight states. However, the add-compare-select unit 220 may only consider selecting the path in which the state “000” changes to the state “000” or “100”, the path in which the state “100” changes to the state “010” or “110”, the path in which the state “010” changes to the state “001” or “101”, or the path in which the state “110” changes to the state “011” or “111” as the survivor path at this moment, as shown in
Similarly, when the third-last bit value (e.g., B25) of the original signal enters the register R0 from the input terminal, the bit values B24 and B23 in the registers R0 and R1 are respectively bit-shifted to the next registers R1 and R2, and the bit values stored in the registers can be calculated for encoding operation, and the third-last data S25 of the output signal obtained by the encoding operation is transmitted to the output terminal. Therefore, as shown in
Similarly, when the penultimate bit value B26 of the original signal enters the register R0 from the input terminal, the bit values B25 and B24 in the registers R0 and R1 are again respectively bit-shifted to the next registers R1 and R2, and the bit values stored in the registers can be calculated for encoding operation, and then the third-last data S25 of the output signal obtained by the encoding operation is transmitted to the output terminal. Therefore, as shown in
On the other hand, it is considered that the receiving end of some telecommunication standards may know the three initial values of the three registers R0, R1 and R2 and the last three bit values of the original signal, but the last three bits values of the original signal and the three initial values of the three registers R0, R1 and R2 are not all set to “0”. In this condition, please refer to
Herein, as shown in
Similarly, when receiving the second data S2 of the output signal, the Viterbi decoder 2 can know that it is converted from the state “B111” to “B2B11” in the trellis diagram at the time of encoding. Also, since the second bit value B2 of the original signal may be “0” or “1”, at this moment the add-compare-select unit 220 only needs to select the four states “001”, “101”, “011” and “111” corresponding to the state “B2B11” to perform the add-compare-select operation. Accordingly, the add-compare-select unit 220 only needs to consider selecting the path in which the state “011” changes to the state “001” or “101” or the path in which the state “111” changes to the state “011” or “111” as the survivor path at this moment. By analogy, when receiving the third data S3 of the output signal, the Viterbi decoder 2 can know that it is converted from the state “B2B11” to “B3B2B1” in the trellis diagram at the time of encoding. Thus, at this moment the add-compare-select unit 220 needs to perform add-compare-select operation on all the eight states. However, the add-compare-select unit 220 may only consider selecting the path in which the state “001” changes to the state “000” or “100”, the path in which the state “100” changes to the state “010” or “110”, the path in which the state “011” changes to the state “001” or “101”, or the path in which the state “111” changes to the state “011” or “111” as the survivor path at this moment, as shown in
Similarly, as shown in
That is, as long as the Viterbi decoder 2 already knows the three initial values of the three registers R0, R1, R2 and the last three bits values of the original signal, the improved method of the embodiment can reduce the computational complexity of the add-compare-select unit 220 preceding the first three data and the last three data of the output signal based on the known coding characteristics. Especially in the case where the original signal length is not long enough, the improved method of the embodiment can cause the survivor path to converge to the initial state of the registers R0, R1 and R2 more quickly, or can help the Viterbi decoder 2 to find the best decoding path faster. In addition, based on the Viterbi decoder 2 with Radix-2 described by the present embodiment, those of ordinary skill in the art should be able to clearly understand the operation of the Viterbi decoder with other higher dimensions, such as Radix-4.
In summary, if the Viterbi decoder of the present embodiment takes Radix-2i as the radix, wherein i is a positive integer greater than or equal to 1, then the step S410 of
Finally, in order to further explain the implementation of the improved method, the invention further provides an embodiment of the receiving device. Please refer to
That is, the receiving device 7 can initiate to execute the improved method of
In summary, the improved method and receiving device of the Viterbi algorithm provided by the embodiments of the present invention can effectively reduce the computational complexity of the add-compare-select unit, especially when the original signal length is not long enough. The improved method of the embodiments enables the survivor path to converge to the initial state of the register more quickly, in other words, it helps the Viterbi decoder to find the best decoding path faster.
The above descriptions are merely embodiments of the present invention, and are not intended to limit the scope of the invention.
Number | Date | Country | Kind |
---|---|---|---|
201910141323.5 | Feb 2019 | CN | national |