File: bpsk.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 (15 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (9)
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

*/