1 / 15

Channel Coding (III)

Channel Coding (III). Channel Decoding. Topics today. Viterbi decoding trellis diagram surviving path ending the decoding Soft and hard decoding. State diagram of a convolutional code. Each new block of k bits causes a transition into new state

marcelsmith
Download Presentation

Channel Coding (III)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Channel Coding (III) Channel Decoding

  2. Topics today • Viterbi decoding • trellis diagram • surviving path • ending the decoding • Soft and hard decoding

  3. State diagram of a convolutional code • Each new block of k bits causes a transition into new state • Hence there are 2k branches leaving each state • Assuming encoder zero initial state, encoded word for any input k bits can thus be obtained. For instance, below for u=(1 1 1 0 1) the encoded word v=(1 1, 1 0, 0 1, 0 1, 1 1, 1 0, 1 1, 1 1) is produced: Verify that you have the same result! Input state Output state Encoder state diagram for an (n,k,L)=(2,1,2) coder

  4. non-erroneous bits: Decoding convolutional codes • Maximum likelihood decoding of convolutional codes means finding the code branch in the code trellis that was most likely transmitted • Therefore maximum likelihood decoding is based on calculating code Hamming distances dfree for each branch forming encoded word • Assume that information symbols applied into a AWGN channel are equally alike and independent • Let’s denote by x the message bits (no errors; in the sender; unknown) and by y the decoded bits: • Probability to decode the sequence y provided x was transmitted is then • The most likely path through the trellis will maximize this metric • Also, the following metric is maximized (prob.<1) that can alleviate computations: Decoder received bits: bit decisions

  5. Example of exhaustive maximal likelihood detection • Assume a 3-bit message is to transmitted. To clear the encoder 2 zero-bits are appended after message. Thus 5 bits are inserted into encoder and 10 bits produced (each input bit causes state conversion and emits 2 output bits). Assume channel error probability is p=0.1. After the communication,10,01,10,11,00 is received. What comes after decoder’s decision, e.g. what was most likely the transmitted sequence (from the sender)?

  6. channel error probability is p=0.1 weight for prob. to receive bit in-error correct errors

  7. The largest metric, verify that you get the same result! Note also the Hamming distances!

  8. Soft and hard decoding • Regardless whether the channel outputs hard or soft decisions the decoding rule remains the same: maximize the probability • However, in soft decoding decision region energies must be accounted for, and hence Euclidean metric dE, rather that Hamming metric dfree is used Transition for Pr[3|0] is indicated by the arrow

  9. Decision regions • Coding can be realized by soft-decoding or hard-decoding principle • For soft-decoding reliability (measured by bit-energy) of decision region must be known • Example: decoding BPSK-signal: Matched filter output is a continuos number. In AWGN matched filter output is Gaussian • For soft-decodingseveral decision region partitionsare used Transition probability for Pr[3|0], e.g. prob. that transmitted ‘0’ falls into region no: 3

  10. The Viterbi algorithm • Exhaustive maximum likelihood method must search all paths in phase trellis for 2k bits for a (n,k,L) code • By Viterbi-algorithm search depth can be decreased to comparing surviving paths where 2L is the number of nodes and 2k is the number of branches coming to each node (see the next slide!) • Problem of optimum decoding is to find the minimum distance path from the initial stage back to initial stage (below from S0to S0). The minimum distance is the sum of all path metricsthat is maximized by the correct path • The Viterbi algorithm gets itsefficiency via concentrating intosurvivor paths of the trellis Channel output sequence at the RX TX Encoder output sequence for the m:th path

  11. The survivor path • Assume for simplicity a convolutional code with k=1, and up to 2k = 2 branches can enter each stage in trellis diagram • Assume optimal path passes S. Metric comparison is done by adding the metric of S into S1 and S2. At the survivor path the accumulated metric is naturally smaller (otherwise it could not be the optimum path) • For this reason the non-survived path canbe discarded -> all path alternatives need notto be considered • Note that in principle whole transmittedsequence must be received before decision.However, in practice storing of states for input length of 5L is quite adequate

  12. Example of using the Viterbi algorithm • Assume received sequence is and the (n,k,L)=(2,1,2) encoder shown below. Determine the Viterbi decoded output sequence! (Note that for this encoder code rate is 1/2 and memory depth L = 2)

  13. 1 1 The maximum likelihood path Smaller accumulated metric selected After register length L+1=3 branch pattern begins to repeat (Branch Hamming distance in parenthesis) First depth with two entries to the node The decoded ML code sequence is 11 10 10 11 00 00 00 whose Hamming distance to the received sequence is 4 and the respective decoded sequence is 1 1 0 0 0 0 0 (why?). Note that this is the minimum distance path. (Black circles denote the deleted branches, dashed lines: '1' was applied)

  14. How to end-up decoding? • In the previous example it was assumed that the register was finally filled with zeros thus finding the minimum distance path • In practice with long code words zeroing requires feeding of long sequence of zeros to the end of the message bits: wastes channel capacity & introduces delay • To avoid this path memory truncation is applied: • Trace all the surviving paths to the depth where they merge • Figure right shows a common pointat a memory depth J • J is a random variable whosemagnitude shown in the figure (5L) has been experimentally tested fornegligible error rate increase • Note that this also introduces thedelay of 5L!

  15. Error rate of convolutional codes: Weight spectrum and error-event probability • Error rate depends on • channel SNR • input sequence length, numberof errors is scaled to sequence length • code trellis topology • These determine which path in trellis was followed while decoding • An error event happens when an erroneous path is followed by the decoder • All the paths producing errors must have a distance that is larger than the path having distance dfree, e.g. there exists the upper bound for following all the erroneous paths (error-event probability): Probability of the path at the Hamming distance d Number of paths (the weight spectrum) at the Hamming distance d

More Related