File: ldpc_bersim_awgn.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 (16 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*!
\page ldpc_bersim_awgn Simulation of LDPC codes the AWGN channel

This program simulates the performance of LDPC codes on the AWGN channel. Since the channel is symmetric, the zero codeword is used.

\include ldpc_bersim_awgn.cpp
To simulate the code "RU_10000.it" over a range of SNR (see \ref ldpc_gen_codes for how to generate codec)
\code
./ldpc_bersim_awgn RU_10000.it
\endcode

To simulate at Eb/N0=1.1 dB
\code
./ldpc_bersim_awgn RU_10000.it 1.1
\endcode
*/