-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheterogenousAccess.tex~
66 lines (59 loc) · 3.82 KB
/
heterogenousAccess.tex~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
\begin{center}
\begin{tikzpicture} [scale=1.0, transform shape]%show background rectangle,
\tikzstyle{every node} = [draw, shape = rectangle, node distance=0mm, minimum width=4mm, minimum height=5mm]
\node[draw=black, thick, label=below:\tiny Channel 1, minimum width=25mm] (channel1) {
};
\node[draw=black, thick, label=below:\tiny Channel 2, minimum width=25mm, fill=green!25!black] (channel2) [below=of channel1, yshift=-5mm] {
};
\node[draw=black, thick, label=below:\tiny Channel 3, minimum width=25mm, fill=green!50!black] (channel3) [below=of channel2, yshift=-5mm] {
};
\node[draw=black, thick, label=below:\tiny Channel 4, minimum width=25mm, fill=green!75!black] (channel4) [below=of channel3, yshift=-5mm] {
};
\node[draw=white, thick] (su1) [left=of channel2, xshift=-1.5mm, yshift=0.5mm] {
\begin{tikzpicture} [scale=0.5]
\draw [line width=0.25mm, green!25!black, bend right = 15] (2, -0.44) to (2.5,0.44);
\draw [line width=0.25mm, green!25!black, bend left = 15] (3, -0.44) to (2.5,0.44);
\draw [line width=0.25mm, green!25!black,] (2.15, -0.3) to (2.85,-0.3);
\draw [line width=0.25mm, green!25!black,] (2.25, -0.15) to (2.75,-0.15);
\draw [line width=0.25mm, green!25!black,] (2.35, 0) to (2.65,0);
%\draw [line width=0.25mm, green!50!black] (2, -0.44) to (3,-0.44);
%\draw [line width=0.25mm, green!50!black] (2.5, -0.44) to (2.5,0.44);
\draw [fill=green!50!black, green!25!black] (2.5,0.44) circle(1.5mm);
\draw [line width=0.25mm, green!25!black] (2.5, 0.725) to (2.5,1.0);
\draw [line width=0.25mm, green!25!black] (2.65, 0.65) to (2.825,0.85);
\draw [line width=0.25mm, green!25!black] (2.725, 0.44) to (3,0.44);
\draw [line width=0.25mm, green!25!black] (2.35, 0.65) to (2.175,0.85);
\draw [line width=0.25mm, green!25!black] (2.275, 0.44) to (2,0.44);
\end{tikzpicture}
};
\node[draw=white, thick] (su2) [left=of channel3, xshift=-1.5mm, yshift=0.5mm] {
\begin{tikzpicture} [scale=0.5]
\draw [line width=0.25mm, green!50!black] (2, -0.44) to (2.5,0.44);
\draw [line width=0.25mm, green!50!black] (3, -0.44) to (2.5,0.44);
\draw [line width=0.25mm, green!50!black] (2, -0.44) to (3,-0.44);
\draw [line width=0.25mm, green!50!black] (2.5, -0.44) to (2.5,0.44);
\draw [fill=green!50!black, green!50!black] (2.5,0.44) circle(1.5mm);
\draw [line width=0.25mm, green!50!black] (2.5, 0.725) to (2.5,1.0);
\draw [line width=0.25mm, green!50!black] (2.65, 0.65) to (2.825,0.85);
\draw [line width=0.25mm, green!50!black] (2.725, 0.44) to (3,0.44);
\draw [line width=0.25mm, green!50!black] (2.35, 0.65) to (2.175,0.85);
\draw [line width=0.25mm, green!50!black] (2.275, 0.44) to (2,0.44);
\end{tikzpicture}
};
\node[draw=white, thick] (su3) [left=of channel4, xshift=-1.5mm, yshift=0.5mm] {
\begin{tikzpicture} [scale=0.5]
\draw [fill=green!50!black, green!75!black] (2.3, -0.44) -- (2.5,0.44) -- (2.7, -0.44);
\draw [fill=green!50!black, green!75!black] (2.5,0.44) circle(1.5mm);
\draw [line width=0.25mm, green!75!black] (2.5, 0.725) to (2.5,1.0);
\draw [line width=0.25mm, green!75!black] (2.65, 0.65) to (2.825,0.85);
\draw [line width=0.25mm, green!75!black] (2.725, 0.44) to (3,0.44);
\draw [line width=0.25mm, green!75!black] (2.35, 0.65) to (2.175,0.85);
\draw [line width=0.25mm, green!75!black] (2.275, 0.44) to (2,0.44);
\end{tikzpicture}
};
\draw [line width=0.25mm,->] (su1) to (channel2);
\draw [line width=0.25mm,->] (su2) to (channel3);
\draw [line width=0.25mm,->] (su3) to (channel4);
\draw (-2.25,-3.5) -- (-2.25,-0.6) -- (-1.4,-0.6) -- (-1.4,-3.5) -- (-2.25,-3.5);
\end{tikzpicture}
\end{center}