File: bpsk.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 (15 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*!
\page bpsk BPSK modulation over an AWGN channel

As a first example we will generate a sequence of 500000 random bits {0,1} and
BPSK modulate these. Thereafter the BPSK signals will be transmitted over
an AWGN channel with a signal-to-noise ratio \f$E_b/N_0 = 0\f$ dB. The received signal
is then decoded and the number of bit errors are calculated.

\include bpsk.cpp

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

\include bpsk.ref

*/