Changeset 2818
- Timestamp:
- 10/30/09 20:28:36 (4 weeks ago)
- Location:
- HydroWatch/Tim/doc/ipsn10
- Files:
-
- 2 modified
-
energy.bib (modified) (5 diffs)
-
sec_eval.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
HydroWatch/Tim/doc/ipsn10/energy.bib
r2814 r2818 10 10 11 11 12 @conference{hui08 ,12 @conference{hui08sensys, 13 13 Author = {Jonathan Hui and David Culler}, 14 14 Booktitle = {ACM Sensys}, … … 99 99 Author = {Bugra Gedik and Ling Liu and Philip S. Yu}, 100 100 Issn = {1045-9219}, 101 Journal = {IEEE T ransactions on Parallel and Distributed Systems},101 Journal = {IEEE TPDS}, 102 102 Number = {12}, 103 103 Pages = {1766-1783}, … … 202 202 Year = {2007}} 203 203 204 @article{hui08sensys,205 Address = {New York, NY, USA},206 Author = {Hui,, Jonathan W. and Culler,, David E.},207 Doi = {http://doi.acm.org/10.1145/1460412.1460415},208 Isbn = {978-1-59593-990-6},209 Journal = {SenSys '08: Proceedings of the 6th ACM article on Embedded network sensor systems},210 Location = {Raleigh, NC, USA},211 Pages = {15--28},212 Publisher = {ACM},213 Title = {IP is dead, long live IP for wireless sensor networks},214 Year = {2008}}215 216 204 @article{ye06sensys, 217 205 Author = {Wei Ye and Fabio Silva and John Heidemann}, … … 313 301 @article{simjee06, 314 302 Author = {Farhan Simjee and Pai H. Chou}, 315 Journal = {I nternational Symposium on Low Power Electronics and Design (ISLPED `06)},303 Journal = {ISLPED}, 316 304 Month = {Oct}, 317 305 Title = {Everlast: Long-Life, Supercapacitor-Operated Wireless Sensor Node}, … … 507 495 @article{kansal03, 508 496 Author = {Kansal,, Aman and Srivastava,, Mani B.}, 509 Journal = {ISLPED `03},497 Journal = {ISLPED}, 510 498 Title = {An environmental energy harvesting framework for sensor networks}, 511 499 Year = 2003} -
HydroWatch/Tim/doc/ipsn10/sec_eval.tex
r2817 r2818 11 11 In order to validate the performance of our optimization protocol, we have retrospectively tested our protocol for several months on outdoor environmental solar data. Given the lack of periods of little sun from this data, we simulated this by inserting periods of low solar energy in order to be able to validate performance under these types of conditions. 12 12 13 Figure~\ref{fig:vlsb1} shows the performance of the protocol over 110 days of data for a typical node. In this case, an interval is defined as one day where the parameters $F_s(n,k)$ and $F_r(n,k)$ are recalculated every day/interval. Figure~\ref{fig:vlsb1}(a) shows the case where 3 days ahead energy prediction is used, whereas Figure~\ref{fig:vlsb1}(b) shows the case where an estimate of the energy on the day only is used. We can observe the way in which longer-term energy forecast information changes the behavior of the system. The forecast information allows the system to take greater risks in how far it can drop it's stored energy below the target value. This in turn allows for a smoother progression of report and sample parameters. In the case of limited forecast information, there is much greater fluctuation in the sesame parameters in order to keep within the target energy range.13 Figure~\ref{fig:vlsb1} shows the performance of the protocol over 110 days of data for a typical node. In this case, an interval is defined as one day where the parameters $F_s(n,k)$ and $F_r(n,k)$ are recalculated every day/interval. Figure~\ref{fig:vlsb1}(a) shows the case where 3 days ahead energy prediction is used, whereas Figure~\ref{fig:vlsb1}(b) shows the case where an estimate of the energy on the day only is used. We can observe the way in which longer-term energy forecast information changes the behavior of the system. The forecast information allows the system to take greater risks in how far it can drop it's stored energy below the target value. This in turn allows for a smoother progression of report and sample parameters. In the case of limited forecast information, there is much greater fluctuation in the same parameters in order to keep within the target energy range. 14 14 15 15 \begin{figure*}[ht] … … 25 25 26 26 27 This smoothing effect brought about by greater prediction power can also be observed in the distribution of utility values as defined in Equation~\ref{equ:utility}. Figure~\ref{fig:util_cdf1} shows the CDFs of utility of both cases where greater prediction can be seen to reduce the proportion of days with low utility. This effect can further be observed in Figure~\ref{fig:UvsEh1} showing the relationship between daily energy harvested and utility. Additional predictive power enables the system to greatly increase utility during days with little harvested energy, which is achieved by a slight reduction in utility in days with high energy.27 This smoothing effect brought about by greater prediction power can also be observed in the distribution of utility values as defined in Equation~\ref{equ:utility}. Figure~\ref{fig:util_cdf1} shows the CDFs of utility of both cases where greater prediction can be seen to reduce the proportion of days with low utility. This effect can further be observed in Figure~\ref{fig:UvsEh1} showing the relationship between daily energy harvested and utility. Additional predictive power enables the system to greatly increase utility during days with little harvested energy, which is achieved by a slight reduction in utility on days with high energy. 28 28 29 29 %\begin{figure}[ht] … … 91 91 \subsection{Comparison with Related Work} 92 92 For comparative analysis of our proposed protocol, we consider two related works: 93 Vigorito \cite{vigorito07} and Hsu \cite{hsu06} as described in Section~\ref{sec:relatedadapt}. The key differences between our protocol and th ose of the related work are also described in this section.93 Vigorito \cite{vigorito07} and Hsu \cite{hsu06} as described in Section~\ref{sec:relatedadapt}. The key differences between our protocol and the related work are also described in this section. 94 94 95 95 %Figure~\ref{fig:vigorito_algorithm} shows
