WO2002095955A1 - Method of decoding a variable-length codeword sequence - Google Patents

Method of decoding a variable-length codeword sequence Download PDF

Info

Publication number
WO2002095955A1
WO2002095955A1 PCT/IB2002/001878 IB0201878W WO02095955A1 WO 2002095955 A1 WO2002095955 A1 WO 2002095955A1 IB 0201878 W IB0201878 W IB 0201878W WO 02095955 A1 WO02095955 A1 WO 02095955A1
Authority
WO
WIPO (PCT)
Prior art keywords
states
state
group
code
bit time
Prior art date
Application number
PCT/IB2002/001878
Other languages
French (fr)
Inventor
Catherine Lamy
Olivier Pothier
Original Assignee
Koninklijke Philips Electronics N.V.
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 Koninklijke Philips Electronics N.V. filed Critical Koninklijke Philips Electronics N.V.
Priority to KR10-2003-7000973A priority Critical patent/KR20030036624A/en
Priority to US10/477,889 priority patent/US6891484B2/en
Priority to JP2002592298A priority patent/JP2004533766A/en
Priority to DE60215807T priority patent/DE60215807T2/en
Priority to EP02730624A priority patent/EP1397869B1/en
Publication of WO2002095955A1 publication Critical patent/WO2002095955A1/en

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
    • H03M7/40Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/37Decoding methods or techniques, not specific to the particular type of coding provided for in groups H03M13/03 - H03M13/35
    • H03M13/39Sequence estimation, i.e. using statistical methods for the reconstruction of the original codes
    • H03M13/3944Sequence estimation, i.e. using statistical methods for the reconstruction of the original codes for block codes, especially trellis or lattice decoding thereof
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/37Decoding methods or techniques, not specific to the particular type of coding provided for in groups H03M13/03 - H03M13/35
    • H03M13/39Sequence estimation, i.e. using statistical methods for the reconstruction of the original codes
    • H03M13/3955Sequence estimation, i.e. using statistical methods for the reconstruction of the original codes using a trellis with a reduced state space complexity, e.g. M-algorithm or T-algorithm
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/63Joint error correction and other techniques
    • H03M13/6312Error control coding in combination with data compression
    • H03M13/6318Error control coding in combination with data compression using variable length codes

Definitions

  • the present invention relates to a method of source decoding variable-length codeword sequences, said source decoding being based on an associated state diagram comprising a plurality of states and on a code, a state being a node in the graph through which possible decoded codeword sequences may pass.
  • the invention also relates to a decoder, said decoder utilizing said method.
  • Such a method may be used in any system using variable-length codes like, for example, a video or audio communication system.
  • a video communication system typically comprises a source encoding system, a channel and a source decoding system.
  • Said source encoding system generates a codeword sequence and transmits it through said channel to said source decoding system that decodes it by virtue of a shared code.
  • Said shared code defines a plurality of symbols.
  • a codeword sequence comprises a plurality of symbols. The decoding is made through a state diagram (classically known as bit directed graph) as shown in Fig.1.
  • the state diagram comprises an X-axis that represents bit times, and an Y-axis that represents an alphabet of the shared code, which comprises a set of values.
  • the alphabet comprises three values "1", "01", "00”.
  • a box represents a state of the state diagram.
  • a path is represented by transitions between different states and a decoded sequence is represented by a path and a beginning state (generally state 0) and an ending state.
  • the received codeword sequence contains errors; hence, there is a plurality of possible decoded codeword sequences.
  • Said state diagram gives the possible decoded codeword sequences, a state being a node in the graph through which the possible decoded codeword sequences may pass.
  • One optimal method is to look for the whole possible decoded codeword sequences by virtue of the code, independently of the received sequence, and to select the best decoded codeword sequence at the end of the state diagram construction.
  • a solution to find the best complete decoded codeword sequence is then to search among these sequences for the one that has the smallest distance (in accordance with a chosen metric) from the received sequence.
  • the method according to the invention comprises a step of reducing the states in the state diagram in such a way that, at a bit time, only a number N of states in a group of states is saved on the basis of a criterion derived from a partial metric computation and otherwise independently of an alphabet of said code, a group being associated with a bit time.
  • the decoder comprises states reduction means adapted to save, at a bit time, only a number N of states in a group of states on the basis of a criterion derived from a partial metric computation and otherwise independently of an alphabet of said code, a group being associated with a bit time.
  • the method of source decoding is characterized in that the criterion is such that only one state S is saved among all the states of a group G which have the same number of symbols SY, in accordance with a best metric condition.
  • the method of source decoding is characterized in that the criterion is such that the saved states have the best metrics in said group of states.
  • the number of states N is fixed in this case. Therefore, such a criterion leads to a state diagram whose complexity is stable and does not increase with the bit time, contrary to the optimal case, and such a criterion leads to a state diagram that does not depend anymore on the length of the sent codeword sequence. Moreover, it gives a good Packet Error rate performance contrary to the Park & Miller method of the prior art.
  • Fig. 1 illustrates a state diagram of a method of source decoding of variable- length codeword sequences according to the prior art
  • Fig. 2 is a schematic diagram of a video communication system wherein the method of source decoding according to the invention is used
  • Fig. 3 is a first state diagram of a method of source decoding of variable- length codeword sequences according to a first embodiment of the invention
  • Fig. 5 is a first graph showing first performance of the method according to the invention, illustrated in Fig. 3 and Fig.4,
  • Fig. 6 is a second graph showing second performance of the method according to the invention, illustrated in Fig. 3 and Fig.4, and
  • Fig. 7 is a third graph showing complexity results of the method according to the invention, illustrated in Fig. 3 and Fig.4.
  • Fig. 8 is a third state diagram showing one implementation of the method according to the invention, illustrated in Fig.3 and Fig.4.
  • the present invention relates to a method of source decoding variable-length codeword sequences based on an associated state diagram comprising a plurality of states. Said method is used in particular in a Variable-Length-Code decoder called VLC decoder as shown in Fig.2 within a video communication system VS.
  • said video communication system VS comprises a source encoding system S-ENC comprising a VLC encoder VLC-ENC, a channel CH and a source decoding system S-DEC comprising said VLC decoder.
  • the source encoding system S-ENC encodes a codeword sequence SQ via the VLC encoder and transmits it through said channel CH during a plurality of bit times to said source decoding system S-DEC which decodes it via the VLC decoder VLC-DEC by virtue of a shared code C.
  • the transmission is made bit by bit.
  • a codeword sequence SQ has a variable length L_SQ. This means that the sent codeword sequences SQs may have different lengths, hence, the received codeword sequences SQr may have different lengths.
  • a codeword sequence SQ comprises a plurality of symbols S Y that are defined through the shared code C. Note that one symbol SY comprises at least one bit.
  • Fig. 3 illustrates such a state diagram.
  • the X-axis represents the bit times.
  • the Y-axis represents an alphabet of the code C used, the alphabet comprising a set of values which also represent values that may be taken by the symbols S Y.
  • the state diagram of Fig. 3 comprises 6 groups of states GO to G5, each being associated with the bit times BO to B5 respectively.
  • a group G corresponds to all the states calculated at each bit time Bj (j>0) when a codeword sequence SQr is received, whatever the alphabet of the code C.
  • a box in the state diagram represents a state S.
  • a number T of symbols is indicated in each state box. It represents the number of symbols SY within a partial received sequence SQr at a certain bit time Bj. It also represents the number of symbols within a corresponding possible decoded codeword sequence SQd.
  • S211 means that this state S belongs to the group G2, to the code value Cl and is the first state in this group G2 for the code value Cl.
  • a state may be the ending state or an intermediate state of different paths, therefore, we can say that such a state S at a bit time Bj represents a node in the graph through which possible decoded codewords sequences may pass, which are also called decoded symbol sequences.
  • a first step 1) of reducing the states in the state diagram is performed.
  • a bit time Bj (j>0)
  • only a number N of states in a group G of states is saved in relation to a criterion based on a partial metric computation and otherwise independently of the alphabet of said code C, a group G being associated with a bit time Bj.
  • the number N of states is either upper-bounded by the bit time in a first embodiment, or equal to a given value NBMAX in a second embodiment.
  • the reduction step comprises two sub-steps.
  • a first sub-step A computations of partial metrics on partial sequences are performed.
  • the adjective "partial” means that a computation of a metric is performed before the end of the reception of the whole sequence SQr.
  • the metric computation is performed in accordance with a "Maximum A Posteriori" criterion called MAP criterion, which, as known to those skilled in the art, is equivalent to the computation of a Euclidean distance between a partial received sequence SQr and the partial sent sequence SQd after modulation, followed by weighting by a factor depending on the codeword probabilities of appearance.
  • m(i) ⁇ i (
  • SQr is a part of the sent sequence SQr corresponding to the emission of the code Ci.
  • the construction of the state diagram is effected as a function of the received sequence SQr, contrary to the optimal method as stated in the prior art. Indeed, at each bit time, there are some states which are removed on the basis of partial metric computations which depend on partial received sequences, whereas in the prior art, no states are removed and whole metric computations are performed at the end of the state diagram construction, or the state removal techniques are not close enough to the optimum.
  • the reduction criterion is applied.
  • the criterion is such that only one state is saved among all the states of a group G which have the same number T of symbols S Y, in accordance with a best metric condition.
  • a metric associated with a considered state S is one of the partial metrics computed in the first sub-step A) of a partial sequence which goes up to said considered state S.
  • the second state S221 is saved because it has a better metric than the third state S231.
  • For the number of symbols T 2, there is only one state S211, said state is kept.
  • One advantage of this first embodiment is that the complexity of the state diagram is now easily bounded: the bit time value is in fact an obvious maj oration of the number N of states. However, as said number N of states is not fixed, it still depends on the length of the sent codeword sequence SQs. Therefore, the complexity will still increase with the bit time.
  • the criterion is such that the saved states S have the best metric, no matter the symbol or bit value, or the number of symbols or bits.
  • the first and sixth states S411 and S432 are saved because they have the best metrics. The other states are removed. Note that all the states S with the same number of symbols SY, here with the number 3, can be removed.
  • NBMAX can be fixed as we want, as NBMAX is invariant, the complexity does not increase with the bit time or consequently with the length of the sent codeword sequence SQs, contrary to the optimal method or Park & Miller method of the prior art.
  • the reduction step is performed independently of the code C alphabet or elements' probability of appearance, contrary to the Park & Miller method.
  • a final decision which is the same for both embodiments, is taken. It consists of a second step 2) of selecting a final best state Sf, among the saved states, as being the state with the best metric, and of determining the best decoded codeword sequence SQd which has the same number of symbols SY as the sent codeword sequence
  • the VLC decoder knows the number of symbols NB_SY sent by the VLC encoder within a sent sequence SQs, and, on the other hand, the length L_SQs in bits of said sent sequence SQs for the end of the diagram construction.
  • best metric is understood to mean the sequence reaching the best, hence the highest probability in the sense of the MAP criterion, which is equivalent to the best, hence the lowest minimal distance in the sense of the metric m(i) defined above.
  • the decoding is effected by going backward from the selected final best state Sf onto the path of the corresponding sequence in the state diagram, in order to recover the values of the symbols SY which have been sent through the sent sequence SQs.
  • Fig. 5 and Fig. 6 show performances of the method according to the invention compared to other methods for source decoding of variable-length codeword sequences.
  • the following method performances are illustrated: hard VLC decoding "HARD” (in circles), optimal soft VLC decoding “OPTIMAL” (in squares), Park & Miller VLC decoding “P&M” (in triangles up), and first embodiment of the method decoding according to the invention “AMAP- 1" (in crosses), second embodiment of the method decoding according to the invention "AMAP-2" (in triangles right).
  • the hard VLC method is a method usually applied on fixed-length codeword sequences.
  • the optimal method as defined in the prior art, is a method with no state reduction and no approximation.
  • the other methods are approximate methods.
  • K states kept at each bit time, there are K states kept, as it is the decoded codeword sequence which has the best metric for each set of states, which symbols have the same value [Ci, ... , , ... , QJ that is kept.
  • a code CA is considered for the four above- mentioned methods.
  • a code CB is considered for the four above- mentioned methods.
  • the method according to the invention involves, in a first step, a first forward propagation with a metric computation process, where pointers to previous states are saved, and in a second step a trace-back process to establish the best decoded codeword sequence corresponding to one state selected from all the saved states.
  • the first forward propagation keeps, at each bit time, only the states S which have the best metric among all the states of their group G which have the same number of symbols SY, as mentioned before.
  • the state diagram will be described with the help of the following structures.
  • state which comprises: the number of symbols up to a considered state (which is compared with the number of symbols of the sent sequence for the final decision), the number of bits up to the considered state (which corresponds to the number of bit time step), the value of the symbol on the transition leading to the considered state (saved for the trace-back process), the cumulative metric up to the transition leading to the considered state, a first pointer PSTATE_PREV to the previous state, - a second pointer PSTATE_VERT_NEXT to the next "vertical" state to be investigated.
  • the first one PSTATE_PREV is necessary for the trace-back operation, and the second one PSTATE_VERT_NEXT allows the scanning of the "vertical" states, i.e. all the states for the same bit time Bj.
  • An example is given in Fig. 8 to illustrate this.
  • the forward process for the first embodiment is effected as follows. At a bit time Bj, from a state Slj:
  • the first forward propagation keeps, at each bit time, NBMAX states, which have the best, metric, as mentioned before.
  • NBMAX states which have the best, metric, as mentioned before.
  • the structures used are the same as for the first embodiment.
  • the present invention is not limited to the aforementioned embodiments and variations and modifications are possible without departing from the spirit and scope of the invention as defined in the appended claims. In this respect, the following closing remarks are made. It is to be noted that the present invention is not limited to the aforementioned video application. It can be used within any application using variable-length coding and can support the cost of said decoding (in terms of computational complexity and time delay, said time delay, in the method according to the invention, is dependent on the end of the reception of a whole sequence because of the trace-back process). Typically, this can be used for instance in video, audio or text compression.
  • the integrated circuit comprises a set of instructions.
  • said set of instructions which is contained, for example, in a computer programming memory or in a decoder memory, may cause the computer or the decoder to carry out the different steps of the source decoding method.

Abstract

The present invention relates to a method of source decoding variable-length codeword sequences, said decoding being based on an associated state diagram comprising a plurality of states (S) and on a code (C). It is characterized in that it comprises a step of reducing the states (S) in the state diagram in such a way that, at a bit time (Bj), only a number N of states in a group (G) of states is saved on the basis of a criterion derived from a partial metric computation and otherwise independently of an alphabet of said code (C), a group (G) being associated with a bit time (Bj). A group (G) corresponds to all the states (S) calculated at each bit time (Bj).

Description

Method of decoding a variable-length codeword sequence
The present invention relates to a method of source decoding variable-length codeword sequences, said source decoding being based on an associated state diagram comprising a plurality of states and on a code, a state being a node in the graph through which possible decoded codeword sequences may pass. The invention also relates to a decoder, said decoder utilizing said method.
Such a method may be used in any system using variable-length codes like, for example, a video or audio communication system.
A video communication system typically comprises a source encoding system, a channel and a source decoding system. Said source encoding system generates a codeword sequence and transmits it through said channel to said source decoding system that decodes it by virtue of a shared code. Said shared code defines a plurality of symbols. A codeword sequence comprises a plurality of symbols. The decoding is made through a state diagram (classically known as bit directed graph) as shown in Fig.1.
The state diagram comprises an X-axis that represents bit times, and an Y-axis that represents an alphabet of the shared code, which comprises a set of values. In Fig. 1, the alphabet comprises three values "1", "01", "00". A box represents a state of the state diagram. A path is represented by transitions between different states and a decoded sequence is represented by a path and a beginning state (generally state 0) and an ending state.
As there are some perturbations through the channel, the received codeword sequence contains errors; hence, there is a plurality of possible decoded codeword sequences. Said state diagram gives the possible decoded codeword sequences, a state being a node in the graph through which the possible decoded codeword sequences may pass. One optimal method is to look for the whole possible decoded codeword sequences by virtue of the code, independently of the received sequence, and to select the best decoded codeword sequence at the end of the state diagram construction. A solution to find the best complete decoded codeword sequence is then to search among these sequences for the one that has the smallest distance (in accordance with a chosen metric) from the received sequence. One major problem of this solution is that the graph is more complex as the sent codeword sequence is longer, the more complex the graph is, and the more the number of decoded codeword sequences to look for increases. Therefore, as described in "Joint source-channel decoding for variable length encoded data by exact and approximate map sequence estimation", Proceedings of the IEEE Conference on Acoustics, Speech and Signal Processing referenced ICASSP'99 pp. 2451-2454, March 15-19, 1999 written by Park and Miller, a proposed solution to this complexity problem is to reduce the number of states by selecting, at each bit time, the decoded codeword sequence which has the best metric among a set of the states which have the same symbol value within the alphabet of the shared code. However, this solution does not yield a satisfactory packet error rate performance.
Accordingly, it is an object of the invention to provide a method and a decoder for source decoding variable-length codeword sequences, said source decoding being based on an associated state diagram comprising a plurality of states and on a code, a state being a node in the graph through which possible decoded codeword sequences may pass, which achieves an efficient decoding with a reasonable complexity.
To this end, the method according to the invention comprises a step of reducing the states in the state diagram in such a way that, at a bit time, only a number N of states in a group of states is saved on the basis of a criterion derived from a partial metric computation and otherwise independently of an alphabet of said code, a group being associated with a bit time.
In addition, the decoder according to the invention comprises states reduction means adapted to save, at a bit time, only a number N of states in a group of states on the basis of a criterion derived from a partial metric computation and otherwise independently of an alphabet of said code, a group being associated with a bit time.
As will be seen in detail below, such a method allows, on the one hand, a reduction of the states in the state diagram at each step of the diagram construction and, on the other hand, a better performance thanks to the criterion derived from the partial metric computation. In a first embodiment, the method of source decoding is characterized in that the criterion is such that only one state S is saved among all the states of a group G which have the same number of symbols SY, in accordance with a best metric condition.
As will be seen below, the number of states N is upper-bounded by the bit time, hence the complexity is limited by such an upper bound. Therefore, such a criterion leads to performances similar to the optimal method of the prior art with less complexity. In a second embodiment, the method of source decoding is characterized in that the criterion is such that the saved states have the best metrics in said group of states. As will be apparent hereinafter, the number of states N is fixed in this case. Therefore, such a criterion leads to a state diagram whose complexity is stable and does not increase with the bit time, contrary to the optimal case, and such a criterion leads to a state diagram that does not depend anymore on the length of the sent codeword sequence. Moreover, it gives a good Packet Error rate performance contrary to the Park & Miller method of the prior art.
Additional objects, features and advantages of the invention will become apparent upon reading the following detailed description with reference to the accompanying drawings in which: Fig. 1 illustrates a state diagram of a method of source decoding of variable- length codeword sequences according to the prior art,
Fig. 2 is a schematic diagram of a video communication system wherein the method of source decoding according to the invention is used,
Fig. 3 is a first state diagram of a method of source decoding of variable- length codeword sequences according to a first embodiment of the invention,
Fig. 4 is a second state diagram of a method of source decoding of variable- length codeword sequences according to a second embodiment of the invention,
Fig. 5 is a first graph showing first performance of the method according to the invention, illustrated in Fig. 3 and Fig.4, Fig. 6 is a second graph showing second performance of the method according to the invention, illustrated in Fig. 3 and Fig.4, and
Fig. 7 is a third graph showing complexity results of the method according to the invention, illustrated in Fig. 3 and Fig.4. Fig. 8 is a third state diagram showing one implementation of the method according to the invention, illustrated in Fig.3 and Fig.4.
In the following description, well-known functions or constructions by a person skilled in the art are not described in detail since they would obscure the invention in unnecessary detail.
The present invention relates to a method of source decoding variable-length codeword sequences based on an associated state diagram comprising a plurality of states. Said method is used in particular in a Variable-Length-Code decoder called VLC decoder as shown in Fig.2 within a video communication system VS. Besides, said video communication system VS comprises a source encoding system S-ENC comprising a VLC encoder VLC-ENC, a channel CH and a source decoding system S-DEC comprising said VLC decoder. The source encoding system S-ENC encodes a codeword sequence SQ via the VLC encoder and transmits it through said channel CH during a plurality of bit times to said source decoding system S-DEC which decodes it via the VLC decoder VLC-DEC by virtue of a shared code C. The transmission is made bit by bit. A codeword sequence SQ has a variable length L_SQ. This means that the sent codeword sequences SQs may have different lengths, hence, the received codeword sequences SQr may have different lengths. A codeword sequence SQ comprises a plurality of symbols S Y that are defined through the shared code C. Note that one symbol SY comprises at least one bit.
In a first example shown in Fig 3, the code C is defined as follows, a maximum Length L_MAX which is equal to 2 and also represents the maximum length of a symbol = 2, - a size K which is equal to 3 and also represents the number of symbols, an alphabet of the code C which comprises a set of values [Ci, C2, C3] which are equal to [0;10;11] and also represent the values which can be taken by the 3 symbols. 3 probabilities [Pc1? Pc2, Pc3] of appearance are associated with these code values.
A sent codeword sequence is defined as follows. For instance, SQs' = 0 0 1 1 0 1 0 0. Then, after a step of modulation in the source encoding system S-ENC, for instance a BPSK modulation step which is well known to those skilled in the art, SQs = -1 ; -1 ; 1 ; 1 ; -1 ; 1; -1; -1. Then, because of perturbations of the channel CH, the sequence SQr received by the source decoding system is SQr = -0,8; -0,7; 0.2; 1.2; -0.5; 0.6; -0.3; 0.3. From now on, the received sequence SQr must be decoded to recover the sent sequence SQs. In other words, we have to recover the symbols SY that have been sent in said sent sequence SQs. Because of the perturbations, which lead to errors, we notice that there may be many possible decoded codeword sequences SQd. A state diagram is used to show all the possible decoded codeword sequences
SQd. Fig. 3 illustrates such a state diagram. The X-axis represents the bit times. The Y-axis represents an alphabet of the code C used, the alphabet comprising a set of values which also represent values that may be taken by the symbols S Y.
The state diagram of Fig. 3 comprises 6 groups of states GO to G5, each being associated with the bit times BO to B5 respectively. A group G corresponds to all the states calculated at each bit time Bj (j>0) when a codeword sequence SQr is received, whatever the alphabet of the code C. A box in the state diagram represents a state S. A number T of symbols is indicated in each state box. It represents the number of symbols SY within a partial received sequence SQr at a certain bit time Bj. It also represents the number of symbols within a corresponding possible decoded codeword sequence SQd.
Whereas vertical lines delimit the groups of states, horizontal lines delimit the alphabet of the code C comprising three values Ci, C , C3 that may be taken by the symbols.
A path represents a decoded codeword sequence SQd. It is composed of an ending state and intermediate states. For example, the path S011-S111-S321-S412-S512 is composed of the ending state S512 and three intermediate states Si l l, S321 and S412 to which the symbols "0", "10","0" and "0", respectively, correspond. The total number of symbols is equal to 4.
Note that we represent a state S with indexes Skim with k = number of the group, 1 = number of the values within the alphabet of the code C, and m = order of the state in the group and the code value. For example, S211 means that this state S belongs to the group G2, to the code value Cl and is the first state in this group G2 for the code value Cl. As can be seen from the state diagram, a state may be the ending state or an intermediate state of different paths, therefore, we can say that such a state S at a bit time Bj represents a node in the graph through which possible decoded codewords sequences may pass, which are also called decoded symbol sequences.
In order to select the best decoded codeword sequence SQd that best matches the sent codeword sequence SQs, a first step 1) of reducing the states in the state diagram is performed. At a bit time Bj (j>0), only a number N of states in a group G of states is saved in relation to a criterion based on a partial metric computation and otherwise independently of the alphabet of said code C, a group G being associated with a bit time Bj.
As will be further explained, the number N of states is either upper-bounded by the bit time in a first embodiment, or equal to a given value NBMAX in a second embodiment.
Thus, the reduction step comprises two sub-steps. In a first sub-step A), computations of partial metrics on partial sequences are performed. The adjective "partial" means that a computation of a metric is performed before the end of the reception of the whole sequence SQr. The metric computation is performed in accordance with a "Maximum A Posteriori" criterion called MAP criterion, which, as known to those skilled in the art, is equivalent to the computation of a Euclidean distance between a partial received sequence SQr and the partial sent sequence SQd after modulation, followed by weighting by a factor depending on the codeword probabilities of appearance. The formula for the whole metric computation is: m(i) = ∑i (||SQri-Ci||2+ln(Pci)), where SQr; is a part of the sent sequence SQr corresponding to the emission of the code Ci. A partial metric can be easily deduced from this as being composed of only the first terms of the sum.
As can be seen, the construction of the state diagram is effected as a function of the received sequence SQr, contrary to the optimal method as stated in the prior art. Indeed, at each bit time, there are some states which are removed on the basis of partial metric computations which depend on partial received sequences, whereas in the prior art, no states are removed and whole metric computations are performed at the end of the state diagram construction, or the state removal techniques are not close enough to the optimum. In a second sub-step B), the reduction criterion is applied. In a first embodiment, as shown in Fig. 3, the criterion is such that only one state is saved among all the states of a group G which have the same number T of symbols S Y, in accordance with a best metric condition.
A metric associated with a considered state S is one of the partial metrics computed in the first sub-step A) of a partial sequence which goes up to said considered state S.
Thus, in Fig. 3, for example, at bit time = 2, we look for the state S which has the best metric among all the states of the third group G2 which have T=l symbol SY. The second state S221 and the third state S231 in the third group G2 have T = 1 symbol SY. The second state S221 is saved because it has a better metric than the third state S231. For the number of symbols T = 2, there is only one state S211, said state is kept. We do the same for bit time = 3 and number of symbols T = 2, and so on.
One advantage of this first embodiment is that the complexity of the state diagram is now easily bounded: the bit time value is in fact an obvious maj oration of the number N of states. However, as said number N of states is not fixed, it still depends on the length of the sent codeword sequence SQs. Therefore, the complexity will still increase with the bit time.
In a second preferred embodiment, as shown in Fig. 4, the criterion is such that the saved states S have the best metric, no matter the symbol or bit value, or the number of symbols or bits. The number N of the saved states is defined as being a given value NBMAX and is taken as a function of the performance we want to achieve and the complexity we want to have. No more conditions are used. Thus, for example, the number of states to save is NBMAX = 2. In Fig. 4, at bit time = 4, the first and sixth states S411 and S432 are saved because they have the best metrics. The other states are removed. Note that all the states S with the same number of symbols SY, here with the number 3, can be removed.
The advantages of the second embodiment compared to the prior art are:
NBMAX can be fixed as we want, as NBMAX is invariant, the complexity does not increase with the bit time or consequently with the length of the sent codeword sequence SQs, contrary to the optimal method or Park & Miller method of the prior art.
Note that for the two embodiments, when a state S is removed, it implies that the branches that would have come from it are no longer considered as likely candidates. The reduction of the state diagram is clearly noticeable, as the number of surviving states in the state diagram at bit time Bj (i.e. for a partial sequence of j bits) is at most equal to j for the first embodiment, and at most equal to NBMAX for the second embodiment. Moreover, as mentioned before, it clearly appears that the complexity of this last state diagram does not depend anymore on the length of the sent codeword sequence SQs.
Note also that apart from its influence in the metric derivation, the reduction step is performed independently of the code C alphabet or elements' probability of appearance, contrary to the Park & Miller method.
At the end of the diagram construction, when there are no more bits sent within a codeword sequence, a final decision, which is the same for both embodiments, is taken. It consists of a second step 2) of selecting a final best state Sf, among the saved states, as being the state with the best metric, and of determining the best decoded codeword sequence SQd which has the same number of symbols SY as the sent codeword sequence
SQs.
Note that it is supposed that, on the one hand, the VLC decoder knows the number of symbols NB_SY sent by the VLC encoder within a sent sequence SQs, and, on the other hand, the length L_SQs in bits of said sent sequence SQs for the end of the diagram construction.
Note also that, as classically found in the literature and well known to those skilled in the art, best metric is understood to mean the sequence reaching the best, hence the highest probability in the sense of the MAP criterion, which is equivalent to the best, hence the lowest minimal distance in the sense of the metric m(i) defined above.
An approximation is performed because this final best state Sf is considered as having the best metric within all the possible states which determine all the possible decoded codeword sequences, although it is taken only among the saved states. Hence, the method according to the invention is called an approximate method. Finally, in a third step 3), the decoding is effected by going backward from the selected final best state Sf onto the path of the corresponding sequence in the state diagram, in order to recover the values of the symbols SY which have been sent through the sent sequence SQs.
Performances of the first and second embodiments of the method according to the invention are shown hereinafter.
Performance comparison with other source decoding methods.
Fig. 5 and Fig. 6 show performances of the method according to the invention compared to other methods for source decoding of variable-length codeword sequences. The following method performances are illustrated: hard VLC decoding "HARD" (in circles), optimal soft VLC decoding "OPTIMAL" (in squares), Park & Miller VLC decoding "P&M" (in triangles up), and first embodiment of the method decoding according to the invention "AMAP- 1" (in crosses), second embodiment of the method decoding according to the invention "AMAP-2" (in triangles right).
The hard VLC method is a method usually applied on fixed-length codeword sequences. The optimal method, as defined in the prior art, is a method with no state reduction and no approximation. The other methods are approximate methods.
In these two Figures, we can see in particular the performance of the embodiments of the method according to the invention which uses a "vertical" condition (as it keeps some states as a function of a group associated with a bit time), versus, the performance of the P&M method which uses a "horizontal" condition (as it keeps some states as a function of the value of a symbol SY).
Both graphs of Fig. 5 and Fig. 6 show the performance in terms of Packet Error Rate PER versus signal to noise ratio Eb/NO, a packet corresponding to a codeword sequence SQ. Note that, the computation of signal to noise ratio is well-known to those skilled in the art. In other words, we calculate a performance versus a cost. The performance shows if a codeword sequence has been well decoded, and the cost shows how much power (energy/noise) has been used to send the bits of a codeword sequence SQ. Then, depending on the error we accept to have and/or the power we want to use, we select the best solution. Those of the optimal method and those of the hard method bound all performances.
For the second embodiment, the number NBMAX = 3 of states to keep is chosen to be equal or inferior to the one obtained for the P&M method, in order to keep a fair comparison with respect to the P&M method. Indeed, for the P & M method, at each bit time, there are K states kept, as it is the decoded codeword sequence which has the best metric for each set of states, which symbols have the same value [Ci, ... , , ... , QJ that is kept.
For the first graph in Fig. 5, a code CA is considered for the four above- mentioned methods. the considered variable-length code size is K = 3, its maximal length L_MAX = 2, - the alphabet of the code comprises the values [C1;C2;C3] = [0;10;11], the associated symbol probabilities [Pc)(0), Pc2(10), Pc3(π)] have been chosen to be equal to [0.5;0.25;0.25], and the number of symbols sent NB_S Y= 100.
As it can be seen in this first graph, it appears that the two embodiments of the method according to the invention perform better than the P&M method. Their performances are closer to the optimal method performances than those of the P&M method.
For the second graph in Fig. 6, a code CB is considered for the four above- mentioned methods. the considered variable-length code size is K = 6, its maximal length LJVLAX = 4, the alphabet of the code comprises the values [C1;C2;C3;C ;C5;C6] = [0;100;101;110;1110;1111], the associated symbol probabilities [Pc^o); Pc2(10o); Pc3(10i); Pc (no); Pc5(1110); Pc6(iiii)] have been chosen to be equal to [0.5;0.15;0.17;0.08;0.06;0.04], and the number of symbols sent = 100.
As it can be seen in this second graph, it also appears that the two embodiments of the method according to the invention perform better than the P&M method. Their performances are closer to the optimal method performances than those of the P&M method. The different embodiments of the method according to the invention appear to perform similarly.
In order to adequately select the best method, a study of the state diagram complexity for each of these methods but the hard method is given in Fig.7 for the first code CA. A number of transitions NbT between the states S in the whole state diagram and the number NbS of states symbolizes a complexity. Arrows in a state diagram represent the transitions. Thus, the complexity is related to NbT*NbS. As the maximum length of the code is K (K being equal to 3 in the case of code CA), the number of transitions per state is K for all the methods. Hence, it can be seen that, in practice, the complexity is in fact related to the number of states NbS. In Fig. 7, the X-axis represents the number of bit times and the Y-axis represents the number of states NbS per bit time. This constitutes a good evaluation of the overall method complexity since the number of transitions per state is the same for each method as mentioned before.
It appears that, while the optimal method and the AMAP-1 method show a complexity linear with the state diagram bit times, the P&M method and the AMAP-2 method are both independent of the state diagram bit times values.
Similar results can be obtained when considering the case of the second code CB.
In conclusion, it appears from the results presented in these Figures, that the overall best solution is the second embodiment of the invention, the AMAP-2 method, since it gives a better Packet Error Rate PER with lower state diagram complexity when compared to other existing approximate methods. The number NBMAX of states to save for the second embodiment is preferably taken in the interval between 4 and 10. For this interval, there is a good balance between the complexity, which increases while NBMAX increases, and the performance, which does not improve anymore after the value NBMAX = 10.
Implementation of the method according to the invention. Here is one example of a soft implementation of the method according to the present invention.
In practice, the method according to the invention involves, in a first step, a first forward propagation with a metric computation process, where pointers to previous states are saved, and in a second step a trace-back process to establish the best decoded codeword sequence corresponding to one state selected from all the saved states.
In the first embodiment of the method according to the invention, the first forward propagation keeps, at each bit time, only the states S which have the best metric among all the states of their group G which have the same number of symbols SY, as mentioned before. The state diagram will be described with the help of the following structures.
One called "state", which comprises: the number of symbols up to a considered state (which is compared with the number of symbols of the sent sequence for the final decision), the number of bits up to the considered state (which corresponds to the number of bit time step), the value of the symbol on the transition leading to the considered state (saved for the trace-back process), the cumulative metric up to the transition leading to the considered state, a first pointer PSTATE_PREV to the previous state, - a second pointer PSTATE_VERT_NEXT to the next "vertical" state to be investigated.
One called "trellis", which comprises: a vector of integers storing the number of surviving states for each bit time, a matrix of the diagram states. Note that the two pointers in the state structure are crucial for the method according to the invention. The first one PSTATE_PREV is necessary for the trace-back operation, and the second one PSTATE_VERT_NEXT allows the scanning of the "vertical" states, i.e. all the states for the same bit time Bj. An example is given in Fig. 8 to illustrate this. Thus, the forward process for the first embodiment is effected as follows. At a bit time Bj, from a state Slj:
For each new investigated SI(j+l) state possibility :
- If a state SE(j+l) already exists in the graph with the same bit time and the same number of symbols, THEN
* compare the partial cumulative metrics between this existing state SE(j+l) and the investigated one SI(j+l). Keep the one with the best metric.
- Else create the state in the graph and copy the investigated state SI(j+l) in it. Investigate the next "vertical" state S2j (following the ad hoc pointer PSTATE_VERT_NEXT) or, if there is no more "vertical" state (second pointer PSTATE_VERT_NEXT equal to NULL), proceed to the next bit time Bj+1.
In the second embodiment of the method according to the invention, the first forward propagation keeps, at each bit time, NBMAX states, which have the best, metric, as mentioned before. The structures used are the same as for the first embodiment.
Thus, the forward process for the second embodiment is effected as follows.
At a bit time Bj, from a state Slj:
For each new investigated state SI(j+l) possibility :
- If a state SE(j+l) already exists in the graph with the same bit time and the same number of symbols THEN
* compare the partial cumulative metrics between this existing state SE(j+l) and the investigated one SI(j+l). Keep the one with the best metric.
- Else
- If the number of existing states at the next bit time Bj+1 is inferior to the number of states to save NBMAX, THEN
Create the state in the graph and copy the investigated state SI(j+l) in it. - Else
* determine the existing state SE(j+l) with the worse partial cumulative metric, and * compare the investigated state SI(j+l) with this worse existing state
SE(j+l). Keep the one with the best metric.
Investigate the next "vertical" state S2j (following the ad hoc second pointer PSTATE_VERT_NEXT) or, if there is no more "vertical" state (second pointer PSTATE_VERT_NEXT equal to NULL), proceed to the next bit time Bj+1. The trace-back process for both embodiments is effected as follows. Research the best state at L_SQs bits with matching NB_SY of symbols - If no state with the right number of symbols is found * No match found
Else
* One match found
* Go back and note down the symbols on the corresponding transitions
* Reverse the order of symbols to get the decoded codeword sequence
It is to be noted that the present invention is not limited to the aforementioned embodiments and variations and modifications are possible without departing from the spirit and scope of the invention as defined in the appended claims. In this respect, the following closing remarks are made. It is to be noted that the present invention is not limited to the aforementioned video application. It can be used within any application using variable-length coding and can support the cost of said decoding (in terms of computational complexity and time delay, said time delay, in the method according to the invention, is dependent on the end of the reception of a whole sequence because of the trace-back process). Typically, this can be used for instance in video, audio or text compression.
It is to be noted that the method according to the present invention is not limited to the aforementioned implementation.
There are numerous ways of implementing functions of the method according to the invention by means of items of hardware or software, or both, provided that a single item of hardware or software can carry out several functions. It does not exclude the fact that an assembly of items of hardware or software or both carry out a function. For example, the reduction step can be combined with the selection of the final best state step, thus forming a single function without modifying the method of source decoding according to the invention. Said hardware or software items can be implemented in several manners, such as by means of wired electronic circuits or by means of a suitable programmed integrated circuit, respectively. The integrated circuit can be contained in a computer or in a decoder. In the second case, the decoder comprises states reduction means adapted to make the reduction step 1) in accordance with the first or second criteria, and selection means adapted to make the selection step 2), as described previously, said means being hardware or software items as stated above.
The integrated circuit comprises a set of instructions. Thus, said set of instructions, which is contained, for example, in a computer programming memory or in a decoder memory, may cause the computer or the decoder to carry out the different steps of the source decoding method.
The set of instructions may be loaded into the programming memory by reading a data carrier such as, for example, a disk. A service provider may also make the set of instructions available via a communication network such as, for example, the Internet. Any reference sign in the following claims should not be construed as limiting the claim. It will be obvious that the use of the verb "comprise" and its conjugations does not exclude the presence of any steps or elements other than those defined in any claim. The article "a" or "an" preceding an element or step does not exclude the presence of a plurality of such elements or steps.

Claims

CLAIMS:
1. A method of source decoding variable-length codeword sequences, said source decoding being based on an associated state diagram comprising a plurality of states (S) and on a code (C), a state being a node in the graph through which possible decoded codeword sequences (SQd) may pass, characterized in that it comprises a step of reducing the states (S) in the state diagram in such a way that, at a bit time (Bj), only a number N of states in a group (G) of states is saved on the basis of a criterion derived from a partial metric computation and otherwise independently of an alphabet of said code (C), a group (G) being associated with a bit time (Bj).
2. A method as claimed in claim 1 , characterized in that the criterion is such that only one state is saved among all the states of a group (G) which have the same number of symbols (S Y), in accordance with a best metric condition.
3. A method as claimed in claim 1, characterized in that the criterion is such that the saved states (S) have the best metrics in a group (G) of states.
4. A method as claimed in claim 1, characterized in that it comprises another step of selecting one final best state (Sf), among the saved states, as being the state with the best metric, and of determining a best decoded codeword sequence (SQd) which has the same number of symbols (SY) as a sent codeword sequence (SQs).
5. A computer program product for a decoder, comprising a set of instructions, which, when loaded into said decoder, causes the decoder to carry out the method as claimed in claims 1 to 4.
6. A computer program product for a computer, comprising a set of instructions, which, when loaded into said computer, causes the computer to carry out the method as claimed in claims 1 to 4.
7. A decoder for source decoding variable-length codeword sequences, said source decoding being based on an associated state diagram comprising a plurality of states (S) and on a code (C), a state being a node in the graph through which possible decoded codeword sequences (SQd) may pass, characterized in that it comprises state reduction means adapted to save, at a bit time (Bj), only a number N of states in a group (G) of states on the basis of a criterion derived from a partial metric computation and otherwise independently of an alphabet of said code (C), a group (G) being associated with a bit time (Bj).
8. A decoder as claimed in claim 7, characterized in that the criterion is such that only one state is saved among all the states of a group (G) which have the same number of symbols (SY), in accordance with a best metric condition.
9. A decoder as claimed in claim 7, characterized in that the criterion is such that the saved states (S) have the best metrics in a group (G) of states.
10. A decoder as claimed in claim 7, characterized in that it comprises selecting means adapted to select one final best state (Sf), among the saved states, as being the state with the best metric, and adapted to determine a best decoded codeword sequence (SQd) which has the same number of symbols (SY) as a sent codeword sequence (SQs).
PCT/IB2002/001878 2001-05-22 2002-05-21 Method of decoding a variable-length codeword sequence WO2002095955A1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
KR10-2003-7000973A KR20030036624A (en) 2001-05-22 2002-05-21 Method of decoding a variable-length codeword sequence
US10/477,889 US6891484B2 (en) 2001-05-22 2002-05-21 Method of decoding a variable-length codeword sequence
JP2002592298A JP2004533766A (en) 2001-05-22 2002-05-21 Method for decoding a variable length codeword sequence
DE60215807T DE60215807T2 (en) 2001-05-22 2002-05-21 METHOD FOR DECODING A SEQUENCE OF CODEWORDS OF VARIABLE LENGTH
EP02730624A EP1397869B1 (en) 2001-05-22 2002-05-21 Method of decoding a variable-length codeword sequence

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
EP01401349 2001-05-22
EP01401349.4 2001-05-22

Publications (1)

Publication Number Publication Date
WO2002095955A1 true WO2002095955A1 (en) 2002-11-28

Family

ID=8182740

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2002/001878 WO2002095955A1 (en) 2001-05-22 2002-05-21 Method of decoding a variable-length codeword sequence

Country Status (8)

Country Link
US (1) US6891484B2 (en)
EP (1) EP1397869B1 (en)
JP (1) JP2004533766A (en)
KR (1) KR20030036624A (en)
CN (1) CN1463500A (en)
AT (1) ATE344551T1 (en)
DE (1) DE60215807T2 (en)
WO (1) WO2002095955A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004082148A1 (en) * 2003-03-11 2004-09-23 Koninklijke Philips Electronics N.V. Method and device for building a variable-length error code

Families Citing this family (49)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050039873A (en) * 2002-09-11 2005-04-29 코닌클리케 필립스 일렉트로닉스 엔.브이. Method and device for source decoding a variable-length soft-input codewords sequence
CN100394693C (en) * 2005-01-21 2008-06-11 华中科技大学 Coding and decoding method for variable long code
CN100527847C (en) * 2007-03-16 2009-08-12 清华大学 Variable-length code decoding method based on zero-prefix code
CN101562747B (en) * 2009-05-19 2010-08-25 华中科技大学 Method for resolving and rebuilding video coding predictive residue block
US9288089B2 (en) 2010-04-30 2016-03-15 Ecole Polytechnique Federale De Lausanne (Epfl) Orthogonal differential vector signaling
US9077386B1 (en) 2010-05-20 2015-07-07 Kandou Labs, S.A. Methods and systems for selection of unions of vector signaling codes for power and pin efficient chip-to-chip communication
US9251873B1 (en) 2010-05-20 2016-02-02 Kandou Labs, S.A. Methods and systems for pin-efficient memory controller interface using vector signaling codes for chip-to-chip communications
US9288082B1 (en) 2010-05-20 2016-03-15 Kandou Labs, S.A. Circuits for efficient detection of vector signaling codes for chip-to-chip communication using sums of differences
US8948272B2 (en) 2012-12-03 2015-02-03 Digital PowerRadio, LLC Joint source-channel decoding with source sequence augmentation
CN105379170B (en) 2013-04-16 2019-06-21 康杜实验室公司 High-bandwidth communication interface method and system
CN105393512B (en) 2013-06-25 2019-06-28 康杜实验室公司 Vector signaling with low receiver complexity
US9806761B1 (en) 2014-01-31 2017-10-31 Kandou Labs, S.A. Methods and systems for reduction of nearest-neighbor crosstalk
WO2015117102A1 (en) 2014-02-02 2015-08-06 Kandou Labs SA Method and apparatus for low power chip-to-chip communications with constrained isi ratio
WO2015131203A1 (en) 2014-02-28 2015-09-03 Kandou Lab, S.A. Clock-embedded vector signaling codes
US11240076B2 (en) 2014-05-13 2022-02-01 Kandou Labs, S.A. Vector signaling code with improved noise margin
US9509437B2 (en) * 2014-05-13 2016-11-29 Kandou Labs, S.A. Vector signaling code with improved noise margin
US9112550B1 (en) 2014-06-25 2015-08-18 Kandou Labs, SA Multilevel driver for high speed chip-to-chip communications
WO2016007863A2 (en) 2014-07-10 2016-01-14 Kandou Labs, S.A. Vector signaling codes with increased signal to noise characteristics
US9432082B2 (en) 2014-07-17 2016-08-30 Kandou Labs, S.A. Bus reversable orthogonal differential vector signaling codes
KR102243423B1 (en) 2014-07-21 2021-04-22 칸도우 랩스 에스에이 Multidrop data transfer
US9461862B2 (en) 2014-08-01 2016-10-04 Kandou Labs, S.A. Orthogonal differential vector signaling codes with embedded clock
US9674014B2 (en) 2014-10-22 2017-06-06 Kandou Labs, S.A. Method and apparatus for high speed chip-to-chip communications
KR102517583B1 (en) 2015-06-26 2023-04-03 칸도우 랩스 에스에이 High speed communications system
US10055372B2 (en) 2015-11-25 2018-08-21 Kandou Labs, S.A. Orthogonal differential vector signaling codes with embedded clock
US10003315B2 (en) 2016-01-25 2018-06-19 Kandou Labs S.A. Voltage sampler driver with enhanced high-frequency gain
US10003454B2 (en) 2016-04-22 2018-06-19 Kandou Labs, S.A. Sampler with low input kickback
CN115085727A (en) 2016-04-22 2022-09-20 康杜实验室公司 High performance phase locked loop
WO2017185070A1 (en) 2016-04-22 2017-10-26 Kandou Labs, S.A. Calibration apparatus and method for sampler with adjustable high frequency gain
US10193716B2 (en) 2016-04-28 2019-01-29 Kandou Labs, S.A. Clock data recovery with decision feedback equalization
US10153591B2 (en) 2016-04-28 2018-12-11 Kandou Labs, S.A. Skew-resistant multi-wire channel
US10333741B2 (en) 2016-04-28 2019-06-25 Kandou Labs, S.A. Vector signaling codes for densely-routed wire groups
US10056903B2 (en) 2016-04-28 2018-08-21 Kandou Labs, S.A. Low power multilevel driver
US9906358B1 (en) 2016-08-31 2018-02-27 Kandou Labs, S.A. Lock detector for phase lock loop
US10411922B2 (en) 2016-09-16 2019-09-10 Kandou Labs, S.A. Data-driven phase detector element for phase locked loops
US10200188B2 (en) 2016-10-21 2019-02-05 Kandou Labs, S.A. Quadrature and duty cycle error correction in matrix phase lock loop
US10200218B2 (en) 2016-10-24 2019-02-05 Kandou Labs, S.A. Multi-stage sampler with increased gain
US10372665B2 (en) 2016-10-24 2019-08-06 Kandou Labs, S.A. Multiphase data receiver with distributed DFE
EP4216444A1 (en) 2017-04-14 2023-07-26 Kandou Labs, S.A. Pipelined forward error correction for vector signaling code channel
CN110945830B (en) 2017-05-22 2022-09-09 康杜实验室公司 Multimode data driven clock recovery circuit
US10608676B2 (en) * 2017-06-27 2020-03-31 Intel Corporation Bit-alignment testing for obtaining FEC code lock
US10116468B1 (en) 2017-06-28 2018-10-30 Kandou Labs, S.A. Low power chip-to-chip bidirectional communications
US10686583B2 (en) 2017-07-04 2020-06-16 Kandou Labs, S.A. Method for measuring and correcting multi-wire skew
US10693587B2 (en) 2017-07-10 2020-06-23 Kandou Labs, S.A. Multi-wire permuted forward error correction
US10203226B1 (en) 2017-08-11 2019-02-12 Kandou Labs, S.A. Phase interpolation circuit
US10326623B1 (en) 2017-12-08 2019-06-18 Kandou Labs, S.A. Methods and systems for providing multi-stage distributed decision feedback equalization
US10467177B2 (en) 2017-12-08 2019-11-05 Kandou Labs, S.A. High speed memory interface
KR102347396B1 (en) 2017-12-28 2022-01-04 칸도우 랩스 에스에이 Synchronously Switched Multi-Input Demodulating Comparator
US10554380B2 (en) 2018-01-26 2020-02-04 Kandou Labs, S.A. Dynamically weighted exclusive or gate having weighted output segments for phase detection and phase interpolation
US11831472B1 (en) 2022-08-30 2023-11-28 Kandou Labs SA Pre-scaler for orthogonal differential vector signalling

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5588028A (en) * 1993-02-02 1996-12-24 U.S. Robotics Simplified trellis decoder
US5446758A (en) * 1993-07-08 1995-08-29 Motorola, Inc. Device and method for precoding
US6233290B1 (en) * 1995-04-13 2001-05-15 California Institute Of Technology Method for noncoherent coded modulation
AT405470B (en) * 1997-10-10 1999-08-25 Kratochwil Konrad Method and arrangement for the transmission of digital data
US6246347B1 (en) * 1997-10-27 2001-06-12 Philips Electronics North America Corporation Controller for a variable length decoder
US6151370A (en) * 1998-02-12 2000-11-21 Lucent Technologies Inc. Path-oriented decoder for signal-dependent noise

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BALAKIRSKY V B: "Joint source-channel coding with variable length codes", INFORMATION THEORY. 1997. PROCEEDINGS., 1997 IEEE INTERNATIONAL SYMPOSIUM ON ULM, GERMANY 29 JUNE-4 JULY 1997, NEW YORK, NY, USA,IEEE, US, 29 June 1997 (1997-06-29), pages 419, XP010239935, ISBN: 0-7803-3956-8 *
DEMIR N ET AL: "Joint source/channel coding for variable length codes", DATA COMPRESSION CONFERENCE, 1998. DCC '98. PROCEEDINGS SNOWBIRD, UT, USA 30 MARCH-1 APRIL 1998, LOS ALAMITOS, CA, USA,IEEE COMPUT. SOC, US, PAGE(S) 139-148, ISBN: 0-8186-8406-2, XP010276616 *
PARK M ET AL: "JOINT SOURCE-CHANNEL DECODING FOR VARIABLE-LENGTH ENCODED DATA BY EXACT AND APPROXIMATE MAP SEQUENCE ESTIMATION", IEEE TRANSACTIONS ON COMMUNICATIONS, IEEE INC. NEW YORK, US, vol. 48, no. 1, January 2000 (2000-01-01), pages 1 - 6, XP000912965, ISSN: 0090-6778 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004082148A1 (en) * 2003-03-11 2004-09-23 Koninklijke Philips Electronics N.V. Method and device for building a variable-length error code

Also Published As

Publication number Publication date
KR20030036624A (en) 2003-05-09
JP2004533766A (en) 2004-11-04
EP1397869B1 (en) 2006-11-02
CN1463500A (en) 2003-12-24
DE60215807D1 (en) 2006-12-14
DE60215807T2 (en) 2007-09-13
EP1397869A1 (en) 2004-03-17
US20040155802A1 (en) 2004-08-12
ATE344551T1 (en) 2006-11-15
US6891484B2 (en) 2005-05-10

Similar Documents

Publication Publication Date Title
EP1397869B1 (en) Method of decoding a variable-length codeword sequence
US6597742B1 (en) Implementing reduced-state viterbi detectors
Park et al. Joint source-channel decoding for variable-length encoded data by exact and approximate MAP sequence estimation
CA2147816C (en) Punctured convolutional encoder
CN107026656B (en) CRC-assisted medium-short code length Polar code effective decoding method based on disturbance
US5901182A (en) Metric sifting in breadth-first decoding of convolutional coded data
EP0333324A2 (en) Matched spectral null trellis codes for partial response channels
JPH11508440A (en) Optimal soft output decoder for tail-biting lattice code
KR100227094B1 (en) Soft decision viterbi decoding with large constraint lengths
US8081719B2 (en) Method and system for improving reception in wired and wireless receivers through redundancy and iterative processing
KR20090009892A (en) Radix-4 viterbi decoding
JP4836379B2 (en) Method for decoding encoded data having entropy code, and corresponding decoding device and transmission system
Han et al. A maximum-likelihood soft-decision sequential decoding algorithm for binary convolutional codes
EP0920138B1 (en) Method and system for decoding tailbiting convolution codes
Fossorier et al. Complementary reliability-based decodings of binary linear block codes
JP2715398B2 (en) Error correction codec
US6836516B2 (en) Decoding method and apparatus
US6948114B2 (en) Multi-resolution Viterbi decoding technique
CN102291198A (en) channel decoding method and device
JPH11500298A (en) Method of forming transition distance and receiver of cellular radio system
Luna et al. Iterative maximum-likelihood trellis decoding for block codes
US7032165B2 (en) ACS unit in a decoder
EP0674397A2 (en) Viterbi decoder comprising downsized circuits
KR20010019469A (en) Iterative decoding of block codes using reduced search soft output Viterbi algorithm
JP3171801B2 (en) Decoding method and apparatus using trace deletion method for Viterbi algorithm

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): CN JP KR US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR

WWE Wipo information: entry into national phase

Ref document number: 2002730624

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 028017862

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 1020037000973

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 1020037000973

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 10477889

Country of ref document: US

Ref document number: 2002592298

Country of ref document: JP

WWP Wipo information: published in national office

Ref document number: 2002730624

Country of ref document: EP

WWG Wipo information: grant in national office

Ref document number: 2002730624

Country of ref document: EP