[Firebug-cvs] firebug/web spie_2004.tex,1.4,1.5 tempfig.gnu,1.1,1.2
Brought to you by:
doolin
From: <do...@us...> - 2003-07-15 18:33:30
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv12551 Modified Files: spie_2004.tex tempfig.gnu Log Message: Added some notes for field experiment. Index: spie_2004.tex =================================================================== RCS file: /cvsroot/firebug/firebug/web/spie_2004.tex,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** spie_2004.tex 15 Jul 2003 01:51:07 -0000 1.4 --- spie_2004.tex 15 Jul 2003 18:33:26 -0000 1.5 *************** *** 170,179 **** \begin{center} \includegraphics[width=3.5in]{tempfig.eps} ! \caption{A temporary figure for holding place.} ! \label{fig:tempfig} \end{center} \end{figure} \section{Discussion} --- 170,204 ---- \begin{center} \includegraphics[width=3.5in]{tempfig.eps} ! \caption{Reception probability of links in a network ! of line topology.} ! \label{fig:linetopo} \end{center} \end{figure} + The first set of experiments measured the success rate + for packet transmission for several sizes of networks + with line topologies, in several different terrains. + The networks consisted of 1,2,4 and 8 nodes, spaced + equally, in open, brushy, and forested terrain. + Motes from the Mica1, Mica2 and Dust platforms were tested. + + \begin{itemize} + + \item What is power level for these motes? + + \item How many motes did Alec deploy? + + \item Do we specify number of packets before hand, + as Alec did? Or have some other scheme? + + \item Alec's scheme appears to require multiple base + stations or a program on the receiving motes to + record counts for packets received. + + \end{itemize} + + + \section{Discussion} *************** *** 182,186 **** - \section{Summary and conclusions} --- 207,210 ---- *************** *** 193,197 **** \end{document} - - --- 217,219 ---- Index: tempfig.gnu =================================================================== RCS file: /cvsroot/firebug/firebug/web/tempfig.gnu,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tempfig.gnu 14 Jul 2003 22:40:22 -0000 1.1 --- tempfig.gnu 15 Jul 2003 18:33:26 -0000 1.2 *************** *** 6,8 **** --- 6,11 ---- set size 0.6 + set ylabel "Reception success rate" + set xlabel "Distance (m)" + plot sin(x) |