diff options
| author | Loic Guegan <manzerberdes@gmx.com> | 2019-05-23 14:11:55 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerberdes@gmx.com> | 2019-05-23 14:11:55 +0200 |
| commit | 1793b18aeb1a2c8b70e46a6e93527b904384e79b (patch) | |
| tree | 33e4b8d21edba2b89ee9d36a69a8390f0bdc96dd | |
| parent | fd6fe9319e3d1dae511579148edc9ad21b6ed2d5 (diff) | |
Update article
| -rw-r--r-- | 2019-Mascots.org | 18 | ||||
| -rw-r--r-- | 2019-Mascots.pdf | bin | 108745 -> 110611 bytes | |||
| -rw-r--r-- | plots/sendFrequency-energy.png | bin | 4867 -> 6246 bytes |
3 files changed, 11 insertions, 7 deletions
diff --git a/2019-Mascots.org b/2019-Mascots.org index 6f5e979..26f3085 100644 --- a/2019-Mascots.org +++ b/2019-Mascots.org @@ -143,7 +143,7 @@ component, formatting, style, styling, insert \begin{figure} \centering \includegraphics[width=0.6\linewidth]{./plots/sensorsPosition-delayenergy.png} - \caption{Sensors Position} + \caption{Effects of sensors position on the application delay and the sensors energy consumption in a cell of 9 sensors.} \label{fig:sensorsPos} \end{figure} #+END_EXPORT @@ -161,19 +161,23 @@ component, formatting, style, styling, insert \begin{figure} \centering \includegraphics[width=0.6\linewidth]{./plots/numberSensors-WIFINET.png} - \caption{Sensors Number} + \caption{Analysis of the variation of the number of sensors on the IoT/Network part energy consumption.} \label{fig:sensorsNumber} \end{figure} #+END_EXPORT Previous work \cite{li_end--end_2018} on similar scenario shows that increasing application - accuracy impact strongly the energy consumption for stream analysis. + accuracy impact strongly the energy consumption in the context of data stream analysis. However, + in how case, application accuracy is driven by the sensing frequency and thus the transmit + frequency of the sensors. In this way, we vary the transmission frequency of the sensors from 1s + to 60s. Figure \ref{fig:frequency} present the effects of the sensors transmission frequency on + the IoT/Network part energy consumption. In case of #+BEGIN_EXPORT latex \begin{figure} \centering - \includegraphics[scale=0.4]{./plots/sendFrequency-energy.png} - \caption{Frequency} + \includegraphics[scale=0.45]{./plots/sendFrequency-energy.png} + \caption{Sensors send interval and its influence on the IoT/Network part energy consumption.} \label{fig:frequency} \end{figure} #+END_EXPORT @@ -630,11 +634,11 @@ component, formatting, style, styling, insert data=data%>%filter(simKey=="SENDINTERVAL",sensorsNumber==15) - ggplot(data,aes(y=energy,x=sensorsSendInterval))+xlab(getLabel("sensorsSendInterval"))+ylab(getLabel("Sensors And Network Energy Consumption (W)"))+ + ggplot(data,aes(y=energy,x=sensorsSendInterval))+xlab(getLabel("sensorsSendInterval"))+ylab(getLabel("Sensors And Network\nEnergy Consumption (W)"))+ geom_line()+geom_point()+expand_limits(y=c(0,50)) +theme_bw() + scale_fill_manual(values=cbPalette) + scale_colour_manual(values=cbPalette)+guides(color=guide_legend(title="Curves"))+ theme(axis.title.y.right = element_text(margin = margin(t = 0, r = -12, b = 0, l = 7))) - ggsave("plots/sendFrequency-energy.png",dpi=80, width=3, height=3) + ggsave("plots/sendFrequency-energy.png",dpi=100, width=3, height=2.8) #+END_SRC #+RESULTS: diff --git a/2019-Mascots.pdf b/2019-Mascots.pdf Binary files differindex f8f82b5..f02c423 100644 --- a/2019-Mascots.pdf +++ b/2019-Mascots.pdf diff --git a/plots/sendFrequency-energy.png b/plots/sendFrequency-energy.png Binary files differindex 6014854..17c338b 100644 --- a/plots/sendFrequency-energy.png +++ b/plots/sendFrequency-energy.png |
