File: tutorial.doc

package info (click to toggle)
libitpp 4.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 7,520 kB
  • ctags: 6,341
  • sloc: cpp: 51,608; sh: 9,248; makefile: 636; fortran: 8
file content (33 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*!
\page tutorial Tutorials
\addindex Tutorial

This page contains some tutorial examples that will help you getting
started using IT++. Most examples show how to construct some simple
communication system simulations. The source codes for these examples
can be found in \c {ITPP_HOME}/doc/tutorial/src.

Examples of basic functionality:
- \ref vector_and_matrix
- \ref itfile
- \ref timer

Examples of communications related functions:
- \ref bpsk
- \ref interleaver
- \ref qpsk_simulation
- \ref reedsolomon
- \ref convcode
- \ref spread
- \ref rayleigh

More specialized examples:
- \ref mimoconv
- \ref ldpc_gen_codes
- \ref ldpc_bersim_awgn
- \ref mog

Other:
- \ref matlab_itpp

*/