figure-noise-channel-model.tex 689 Bytes
Newer Older
曹润柘 committed
1 2 3 4 5 6 7 8


%%% outline
%-------------------------------------------------------------------------


\begin{tikzpicture}

曹润柘 committed
9 10
\node [draw,red,fill=red!10,thick,anchor=center,circle,inner sep=3.5pt] (s) at (0,0) {\black{$\seq{s}$}};
\node [draw,ublue,fill=blue!10,thick,anchor=center,circle,inner sep=3.3pt] (t) at ([xshift=1.5in]s.east) {\black{$\seq{t}$}};
曹润柘 committed
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25

\draw [->,thick,] (s.east) -- (t.west) node [pos=0.5,draw,fill=white] {噪声信道};
\draw[->,thick](s.east) -- ([xshift=2.2em]s.east);
\node [anchor=east] at (s.west) {\scriptsize{信宿}};
\node [anchor=west] at (t.east) {\scriptsize{信源}};

\end{tikzpicture}




%---------------------------------------------------------------------