annotate docs/spec/track-feature-vectors.tikz @ 770:c54bc2ffbf92 tip

update tags
author convert-repo
date Fri, 16 Dec 2011 11:34:01 +0000
parents 5a248cedd3e9
children
rev   line source
mas02md@547 1 \input interval-index.tikz
mas02md@547 2 \input segmented-track.tikz
mas02md@547 3 % \foreach \x in {-2.5,-2,-1.4,-0.5,0,0.8,1.3,1.8} {
mas02md@547 4 % \begin{scope}[xshift=\x cm,yshift=-0.4 cm]
mas02md@547 5 \foreach \x/\f in {-1.8/fv0,-1.4/fv1,-1.0/fv2,-0.6/fv3,-0.2/fv4,0.2/fv5,0.6/fv6,1.0/fv7} {
mas02md@547 6 \begin{scope}[yshift=1.1 cm,xshift=\x cm]
mas02md@547 7 \input \f.tikz
mas02md@547 8 \end{scope}
mas02md@547 9 }
mas02md@547 10 \foreach \x in {-1.8,-1.4,...,1.1} {
mas02md@547 11 \begin{scope}[xshift=\x cm,yshift=1.1 cm]
mas02md@547 12 \draw (-0.1,0) rectangle (0.1,1);
mas02md@547 13 \foreach \y in {0.2,0.4,0.6,0.8} {
mas02md@547 14 \draw (-0.1,\y) -- (0.1,\y);
mas02md@547 15 }
mas02md@547 16 \end{scope}
mas02md@547 17 }
mas02md@547 18 \begin{scope}[yshift=1.1 cm]
mas02md@547 19 \draw[<->,>=stealth] (-2.1,0) -- (-2.1,1);
mas02md@547 20 \draw node at (-2.4,0.5) {$d$};
mas02md@547 21 \end{scope}