Viterbi Decoder VLSI Design Project Spring 2002 - PowerPoint PPT Presentation

About This Presentation
Title:

Viterbi Decoder VLSI Design Project Spring 2002

Description:

Trellis Diagram Heart of the Viterbi Decoder. Enumerates all possible encoded sequences ... paths through the trellis with their associated accumulated ... – PowerPoint PPT presentation

Number of Views:114
Avg rating:3.0/5.0
Slides: 21
Provided by: Comp864
Learn more at: http://www.ecs.umass.edu
Category:

less

Transcript and Presenter's Notes

Title: Viterbi Decoder VLSI Design Project Spring 2002


1
Viterbi DecoderVLSI Design ProjectSpring 2002
  • Dan Breen
  • Keith Grimes
  • Damian Nowak
  • David Rust
  • Advisor Prof. Goeckel

2
Definition of Feasibility
  • Capable of being done or carried out.
  • Reasonable, Likely

3
Digital Communication System
Few Bits
More Bits
Source Encoder
Channel Encoder
Modulator
Source
Redundancy to Reduce Probability of Error
Effective Channel with Probability 0.1 0.01 of
flipping a bit
A/D Conversion Compression
Channel
Demodulator
Source Decoder
Channel Decoder
User
Reconstruct Original Signal
Guesses the More Bits
Viterbi Decoder - with Probability of Error of
about 0.00001
4
Parameters
  • Rate 1/2
  • Constraint Length (K) 3

5
Channel Encoder
0 1 1

1-Bit Register
1-Bit Register
Input
0 1 0

0 1 0
Output 00 11 10
Rate 1/2 K 3
6
Trellis Diagram Heart of the Viterbi Decoder
Enumerates all possible encoded sequences
(basically a FSM transitioning with time)
7
Viterbi Decoder Block Diagram
Hamming Distance
Compute Metric
Input
Compare Select
Path Select
Path Memory
Output
8
Hamming Distance
  • Bit-wise XOR comparison of received channel
    symbol pair and possible channel symbol pairs.
  • I.e. the hamming distance between 01 and 11 would
    be 1, and the hamming distance between 01 and 10
    would be 2.

9
Hamming Distance
Distance with
Hamming Distance Module
00
2
01
2
Input
10
2
2
11
2
10
Compute Metric
  • Add the previous accumulated error metric to the
    current calculated hamming distance.

11
Compute Metric
From Compare Select
3
3
3
3
Compute Metric Module
2
4
. . .
From Hamming Distance
2
8 Error Metrics
2
2
4
12
Compare Select
  • Determines the smallest accumulated error metric
    entering each state.
  • Reduces magnitude of accumulated error metric to
    prevent register overflow.

13
Compare Select
To Compute Metric
3
3
3
3
Compare Select Module
4
4
From Compute Metric 0..7
. . .
To Path Memory
4
4
4
4
14
Path Memory
  • Stores the 4 possible paths through the trellis
    with their associated accumulated error metrics.
  • Retains at least 5 (K-1) previous trellis
    stages.

15
Path Memory
Path Memory Module
4
4
From Compare Select 0..3
. . .
. . .
To Path Select 0..3
4
4
16
Path Select
  • Selects path with the lowest accumulated error
    metric and performs traceback and decoding.

17
Path Select
Path Select Module
4
From Path Memory 0..3
. . .
1
Decoded Output
4
18
(No Transcript)
19
Conclusion
  • YesIt is Feasible.
  • Nextcomplete modules and perform testing and
    verification of Viterbi decoder.

20
References
  1. Communication Systems Engineering, 1st edition
    (1994). John G. Proakis and Masoud Salehi.
    Prentice Hall.
  2. Lecture 14 Convolutional Codes (Fall 1992).
    Kim Winick.
  3. A Tutorial on Convolutional Coding with Viterbi
    Decoder (Nov 2001). Chip Fleming.
  4. Advisor Lecture Notes (Feb 2002). Dennis Goeckel.
  5. http//www.m-w.com/cgi-bin/dictionary

Project Web Page
http//home.attbi.com/dlrust/Viterbi.html
Write a Comment
User Comments (0)
About PowerShow.com