Add BM Rayleigh fading Fig.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6237 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2015-12-06 23:21:01 +00:00
parent 4cfefe8893
commit a57ba0e28d
3 changed files with 68 additions and 1 deletions

View File

@ -0,0 +1,8 @@
fspread0 0.2, BM (ntrials=0)
-21.5 0.05
-21.0 0.17
-20.5 0.34
-20.0 0.60
-19.5 0.79
-19.0 0.94
-18.5 0.984

View File

@ -0,0 +1,16 @@
# gnuplot script for "Percent copy" figure
# run: gnuplot fig_wer.gnuplot
# then: pdflatex fig_wer.tex
#
set term epslatex standalone size 12cm,8cm
set output "fig_wer2.tex"
set xlabel "$E_s/N_o$ (dB)"
set ylabel "WER"
set style func linespoints
set key on top outside nobox
set tics in
set mxtics 2
set mytics 10
set grid
set logscale y
plot "bmdata-2.dat" using ($1+29.7):(1-$2) every ::1 with linespoints pt 5 title 'BM'

View File

@ -1113,7 +1113,7 @@ reference "fig:Psuccess"
\begin_inset Float figure
wide false
sideways false
status open
status collapsed
\begin_layout Plain Layout
\align center
@ -1153,6 +1153,49 @@ The number of trials needed to decode a received word vs the Hamming distance
\end_inset
\end_layout
\begin_layout Standard
\begin_inset Float figure
wide false
sideways false
status open
\begin_layout Plain Layout
\align center
\begin_inset Graphics
filename fig_wer2.pdf
lyxscale 120
scale 120
\end_inset
\end_layout
\begin_layout Plain Layout
\begin_inset Caption Standard
\begin_layout Plain Layout
Word error rate (WER) as a function of
\begin_inset Formula $E_{s}/N_{o}$
\end_inset
for Rayleigh-fading with Doppler-spread
\begin_inset Formula $\sigma_{f}=0.2$
\end_inset
Hz.
\end_layout
\end_inset
\end_layout
\end_inset
\end_layout
\begin_layout Itemize