File: convcode.doc

package info (click to toggle)
libitpp 4.3.1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,952 kB
  • sloc: cpp: 73,628; makefile: 661; python: 548; sh: 261
file content (12 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
/*!
\page convcode Simulation of a convolutional encoder and decoder

In this example we will show how to use the convolutional encoder/decoder class in it++. The Viterbi decoder uses the soft received values.

\include convcode.cpp

When you run this program, the output will look something like this:

\include convcode.ref

*/