OurModel.tex 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. \section{Detailed Intermittent Execution Model}
  2. \subsection{System Description}
  3. \subsection{Execution Model}
  4. \begin{figure}
  5. \centering
  6. \begin{subfigure}{\linewidth}
  7. \includegraphics[width=\textwidth]{figs/plot_expr_8a_cropped.pdf}
  8. \caption{Trace of one power cycle.}
  9. % \label{fig:eval_voltage_trace}
  10. \end{subfigure}
  11. \begin{subfigure}{\linewidth}
  12. \includegraphics[width=\textwidth]{figs/plot_expr_8b_cropped.pdf}
  13. \caption{Detailed trace.}
  14. % \label{fig:eval_adaptivenss_finished_tasks}
  15. \end{subfigure}
  16. \caption{Voltage of the capacitor and Vdd, sampled 470uF and 1.5mA.}
  17. % \label{fig:}
  18. \end{figure}
  19. Three key observations that affect software designer's decision.
  20. \begin{itemize}
  21. \item \textbf{O1}: The capacitor voltage drops quickly to charge decoupling capacitor when system wakes-up ($t1$--$t2$).
  22. \item \textbf{O2}: The system executes at sub-voltage using the decoupling capacitor, even after power supply stops ($t4$--$t5$).
  23. \item \textbf{O3}: The decoupling capacitor discharges while the system is powered-off (after $t5$).
  24. \end{itemize}
  25. \begin{figure}
  26. \centering
  27. \includegraphics[width=\linewidth]{figs/detailed_execution_model.pdf}
  28. \caption{Traditional execution model of intermittent systems.}
  29. \label{fig:detailed_execution_model}
  30. \end{figure}
  31. \subsection{Impact on Power Efficiency}
  32. \begin{figure}
  33. \centering
  34. \includegraphics[width=\linewidth]{figs/plot_expr_5_cropped.pdf}
  35. \caption{caption}
  36. % \label{fig:introduction}
  37. \end{figure}
  38. \subsection{Impact on Predicting Power Failures}
  39. \begin{figure}
  40. \centering
  41. \includegraphics[width=\linewidth]{figs/plot_expr_6_cropped.pdf}
  42. \caption{caption}
  43. % \label{fig:introduction}
  44. \end{figure}
  45. Show percentage of execution time executed after power supply stops.