Update article

This commit is contained in:
Loic Guegan 2019-05-23 14:11:55 +02:00
parent fd6fe9319e
commit 1793b18aeb
3 changed files with 11 additions and 7 deletions

View file

@ -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:

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Before After
Before After