File: tutorial.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 (37 lines) | stat: -rw-r--r-- 794 bytes parent folder | download | duplicates (7)
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
34
35
36
37
/*!
\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 pccc_bersim_awgn
- \ref exit_pccc
- \ref sccc_bersim_awgn
- \ref turbo_equalizer_bersim_multipath
- \ref mog

Other:
- \ref matlab_itpp

*/