von falke23 » Do 27. Jun 2013, 15:12
Hallo,
ich würde gerne mir Latex ein kleines Grafik zeichnen. Ich habe es gemacht aber ich weiß nicht wie man die Pfeile (g(x,y) vorne links und f^(x,y) hinten rechts) mit \pathline machen kann. Also ein Peifel geht rein in das Rechteck (inverse filtering) und ein Pfeil geht raus aus dem Rechtecke(Inverse Fourier transform).
ich wollte ein bild hochladen aber es ging leider nicht.
Ich würde mich freuen wenn eine/einer mir helfen würde.
schöne Grüße,
falke.
\tikzstyle{decision}=[diamond, draw, fill=red!50]
\tikzstyle{line}=[draw, -latex']
\tikzstyle{block}=[draw,rectangle,fill=red!50, text width=5em,minimum height=3em,text centered,node distance=5em]
\begin{tikzpicture}
\node[block](start){Fourier Tranform};
\node[block, right of=start,xshift=40](process1){Inverse Filter};
\node[block,right of=process1,xshift=40](process2){Inverse Fourier Tranform};
%arrows
\path[line] -- node[xshift=-70,yshift=10]{$g(x,y)$}(start);
\path[line](start)-- node[xshift=3,yshift=10]{$G(u,v)$}(process1);
\path[line](process1)--node[xshift=3,yshift=10]{$\hat{F}(u,v)$}(process2);
\path[line] -- node[xshift=160,yshift=10]{$\hat{f}(x,y)$}(process2);
\end{tikzpicture}
Hallo,
ich würde gerne mir Latex ein kleines Grafik zeichnen. Ich habe es gemacht aber ich weiß nicht wie man die Pfeile (g(x,y) vorne links und f^(x,y) hinten rechts) mit \pathline machen kann. Also ein Peifel geht rein in das Rechteck (inverse filtering) und ein Pfeil geht raus aus dem Rechtecke(Inverse Fourier transform).
ich wollte ein bild hochladen aber es ging leider nicht.
Ich würde mich freuen wenn eine/einer mir helfen würde.
schöne Grüße,
falke.
\tikzstyle{decision}=[diamond, draw, fill=red!50]
\tikzstyle{line}=[draw, -latex']
\tikzstyle{block}=[draw,rectangle,fill=red!50, text width=5em,minimum height=3em,text centered,node distance=5em]
\begin{tikzpicture}
\node[block](start){Fourier Tranform};
\node[block, right of=start,xshift=40](process1){Inverse Filter};
\node[block,right of=process1,xshift=40](process2){Inverse Fourier Tranform};
%arrows
\path[line] -- node[xshift=-70,yshift=10]{$g(x,y)$}(start);
\path[line](start)-- node[xshift=3,yshift=10]{$G(u,v)$}(process1);
\path[line](process1)--node[xshift=3,yshift=10]{$\hat{F}(u,v)$}(process2);
\path[line] -- node[xshift=160,yshift=10]{$\hat{f}(x,y)$}(process2);
\end{tikzpicture}