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
*/
|