<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>LifeStream: Design and Prototypical Implementation of a Monitoring System for Dispatch Life Support</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Florian Grassinger, Jakob Doppler, Markus Wagner and Wolfgang Aigner Institute of Creative</institution>
        </aff>
      </contrib-group>
      <fpage>41</fpage>
      <lpage>45</lpage>
      <abstract>
        <p>-Most laypersons who reanimate for the first time do it inappropriately. Until now the only way to review the ongoing reanimation was verbal feedback by the dispatcher on the phone, who has only limited resources in order to review the reanimation process. To overcome this issue, we designed and implmemented LifeStream, a system using current smartphone technologies in order to measure reanimation parameters: chest compression rate (CCR) and chest compression depth (CCD). The system is based on a server, web client and mobile application, which gathers, processes and transfers the data. The development of algorithms for CCR and CCD detection as well as the evaluation of the system functionality is part of this paper. We conducted a 2-day user test, where we compared the guided standard reanimation process to the application supported process. The results of the tests showed that it is possible to develop an application, which runs for at least ten minutes (crucial time till ambulance arrives) and enhances the whole reanimation cycle for laypersons and dispatchers [1].</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>I. INTRODUCTION</title>
      <p>
        Our fast aging population results in an increase of
out-ofhospital cardiac arrest situations. Often dispatch life support
and Cardiopulmonary Resuscitation (CPR) interventions are
performed by untrained laypersons and bystanders rather than
medical professionals [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. The fear of making bad decisions
often restrains people from helping and saving life’s or bridge
the critical minutes until the ambulance arrives [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Time
critical medical emergency situations are situations where a
proper execution of all steps in the chain of survival is crucial
and therefore every second counts [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. A CPR often requires
immediate reaction and even if the chest compressions are not
totally appropriate, the attempt is crucial to save a person’s life.
Over the past years, cardiopulmonary resuscitation has
continuously improved and was further investigated by Roessler et
al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>Today’s smartphones are equipped with multimodal sensors
to measure important context and even vital parameters that
can be used to assess the situation during a reanimation.
For the development of a functional prototype, which assists
laypersons or unexperienced people by performing chest
compressions, we used the accelerometer sensor of the smartphone.
Additionally, we utilized the network connectivity, as well as
maintain an ongoing phone call and perform background tasks
such as transmitting real-time data to develop an effective
algorithm for chest compression rate and depth detection.</p>
      <p>The main goal of this research is to present a prototypical
implementation of a system which uses algorithms for chest
compression rate (CCR) and chest compression depth (CCD)
detection and compares them to existing standards and
therefore enhance the overall reanimation process for the dispatcher
and the layperson.</p>
      <p>The major contribution of this paper is a functional prototype
that was tested during user tests and evaluated as well as a
straightforward experimental implementation.</p>
      <p>
        There are a number of tools and research work, that deal
with the quality of CPR and its enhancement. However, none
of them transmits the data in real time to an emergency
medical dispatcher (EMD). PocketCPR 1 is a mechanical device that
enhances the quality of CPR by simple audiovisual feedback in
real time, which was already evaluated [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. The mobile version
is called ZOLL PocketCPR, 2 which gives real time feedback of
an ongoing CPR through the smartphone. It uses smartphone
sensors to give the user audio-visual feedback and introduces
the user to the whole process of CPR. CPREzy 3, is designed
for CPR assistance and offers a simple interaction. It has an
audible chirp and visual light pacing system with a metronome
to guide the CPR. In a study the device was compared with a
normal reanimation and the results have shown, that there was
no significant difference in compression rate or duty cycles
between the techniques [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. Song et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] describe the usage
of an inbuilt accelerometer sensor in smartphones to enhance
the quality of a CPR by directly measuring the CCR and CCD.
The main difference is that the feedback is restricted to the
user and not an EMD. Up to now, like the ones mentioned,
have begun to examine how to enhance the quality of CPR.
But none of these studies concentrate on direct user feedback
and on the dispatch of crucial CPR parameters to the EMD.
      </p>
    </sec>
    <sec id="sec-2">
      <title>III. BACKGROUND Using an accelerometer the following physical and technical backgrounds should be considered:</title>
      <sec id="sec-2-1">
        <title>A. Physical considerations of spatio-temporal parameters</title>
        <p>
          The algorithms for CCR and CCD detection are based
around the physical concept of acceleration and its first and
second order integral velocity and distance. Any change in the
velocity of an object results in acceleration. So acceleration
1http://www.zoll.com/de/produkte/pocketcpr/, Accessed: April 11, 2016
2https://goo.gl/B1pdMR, Accessed: April 11, 2016
3http://www.heartworkscpr.com/cprezy-facts.html, Accessed: April 16,
2016
is related to velocity, or depends on the change of it [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ].
The relation of acceleration, displacement and velocity is
important, as all of these three quantities are vector quantities
(give information about direction) [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ]. Using the example of
displacement (the directed distance between two points A and
B), it is theoretically possible to determine the final position
of the mobile phone, if it is used for CCD detection. The
distance would be wrong, as it’s only a scalar and counts up
the traveled way and not the direct way between two points.
Frequency detection is also possible, because after a certain
push threshold is exceeded, the push is correct and this counts
to the total frequency.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>B. Technical considerations</title>
        <p>
          The accelerometer is a powerful mechanical low cost sensor,
which is implemented into nearly every smartphone. It offers
the possibility to measure the acceleration in a specified
direction. The values measured by the smartphone are in m/s2
and always include the acceleration and deacceleration [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
In essence the accelerometer measures force that is applied not
acceleration. Acceleration just causes an inertial force that is
captured by the force detection mechanism of the
accelerometer or acceleration is the amount of force needed to move
each unit of mass. All calculations take place directly on the
smartphone and are processed further to the server, redirecting
them to the lifestream website (see 1 for visualization. For the
prototype the visualization is restricted to one mobile client.
Later, each EMD has his own implementation in the already
established call taking system where it shows the visualization
of an ongoing CPR.
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>IV. DESIGN &amp; IMPLEMENTATION OF LIFESTREAM</title>
      <p>Based on the input of project members and partners the
requirements for the main prototype were formulated: A
mobile client with a medical dispatch visualization server to
handle clients and a visualization website for visualizing data.</p>
      <sec id="sec-3-1">
        <title>A. Usage scenario</title>
        <p>
          When receiving an emergency call, the EMD advises the
caller to open the application (if not open already). Then the
application registers at the server endpoint of the medical
dispatch center and starts the streaming session. The EMD
then instructs over the phone and guides the reanimating
layperson through the process. The phone has to be placed
between the hands and the victim. Although, many people
hesitate (results of user studies) to push directly on the phone,
it won’t crack in most cases as the hands are laying flat on
the phone. Figure 2 shows the placement of the hands.
During the usage scenario definition and the continuous
collaboration with the project partners and members, the
following four main design considerations were defined:
1) Simple usability: The application must be simple and
has to gather data, perform calculations, transmit it and
stop the whole data acquisition and transmission process.
2) Restricted functionality: Frantic laypersons require an
application that is protected against unwanted
termination. This means the buttons, which are normally used
to terminate the application or go back, were disabled.
The application is also running in full screen mode and
it stays in wakeup state the whole time (10 minutes
minimum till ambulance arrives [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]).
3) Easy configuration : A simple and non-intrusive menu
is used, which allows the change of parameters for the
calculation and termination of streaming.
4) Fast transmission: As a stable network connection
cannot be granted the transmission has to be optimized.
Therefore a small and simple data format (JSON [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ])
is used, which already contains calculations.
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>B. Server, Website &amp; Mobile Client</title>
        <p>Server: The server is a basic NodeJS server which serves
the website and redirects the mobile clients. It allows
bidirectional communication, so real-time communication is possible.
The server distinguishes between normal clients (web) and
mobile clients (Android), who transmit data to it.</p>
        <p>Website: The website combines various web technologies.
D3.js 4 is used for visualizing the data in a running line graph
in real time. The website can be reached over the domain
lifestream.fhstp.ac.at. At the current prototype state every web
client receives the website and while an Android client is
connected and streaming data, he can view the reanimation
data (seen in Figure 1). On the website the visualization is
separated into two major parts. First, the dynamically updating
line chart that constantly plots the acquired reanimation data
from the smartphone. The color codes used for the frequency,
or pushes per minute, are abstractions based on the frequency
range:
• Red indicates a very bad frequency (all under 90 or above
130).
• Yellow indicates an average frequency (from 90 to 100
&amp; 120 to 130 pushes).
• Green indicates an optimal frequency (from 100 to 120
pushes).</p>
        <p>Second, the information section includes information about
the registered clients and the reanimation parameters, e.g., the
frequency.</p>
        <p>Mobile Client: The mobile client is available for Android
devices and opens a stream to the server and transmits data of
an ongoing reanimation. The data acquisition, calculation and
transmission can be started with a simple button press, while
the stop functionality is hidden in a small menu above along
other configuration options.</p>
        <p>4https://d3js.org/, Accessed: April 28, 2016</p>
      </sec>
      <sec id="sec-3-3">
        <title>C. Calculation restriction:</title>
        <p>
          Physically and theoretically it should be possible to
calculate the traveled distance of the phone by using the
accelerometer. If the acceleration is integrated once, the result
is the velocity of the object (in this case the smartphone).
After a second integration the result is the traveled distance
[
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]. Despite these equations seem fairly straightforward
to implement, they are practically not possible. The natural
spread error propagates problematically after each integration
as well as the included gravitational force that applies to the
phone. A solution to this problem is the usage of a linear
accelerometer, a sensor fusion of various other sensors that
factors out the gravitational force. The main issue with using
the above mentioned method is that accelerometers are bad
at dead-reckoning (continuous position determination).
Accelerometers have some noise which varies from smartphone
to smartphone as each has its own manufacturer and device
type. The noise can be filtered using various filter types, but
normal accelerometers produce raw data, which is not filtered
or smoothed. This noise will usually result in a non-zero mean,
that is continuously added and accumulates in the resulting
velocity signal and later of course in the distance integration.
This behavior is called sensor drift, as the integration starts
fairly well, but quickly accumulates the errors and the resulting
values drift away.
        </p>
        <p>
          Using the linear accelerometer of the Android system leads
to better results, as the gravity is already removed and the
resulting values are much smoother. After the gravity is removed
and the values are read and filtered with a respective filter, it is
advised to calculate the magnitude of the acceleration values
before continuing with further calculations [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ].
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>D. Calculation Solution:</title>
        <p>By taking all the previous problems and considerations into
account, a final functional prototype was developed. The
algorithm is a very basic but powerful peak detection and frequency
estimator. After 15 seconds (an adequate update time, based
on expert feedback) the frequency on the website is updated
based on the average reanimation frequency during this time.
The frequency is calculated for these 15 seconds or any other
interval, approximated to one minute and then transmitted to
the server along with other values (e.g. approximate pressure
depth).</p>
        <p>
          The optimal frequency of 100 pushes per minute should
theoretically be achieved by pushing always at least vfie
centimeters into the chest of the victim [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. As CCD
detection with the given sensor and technology is not really
possible, the approach with frequency seemed more promising
as well as an approximation of the distance based on the
zaxis acceleration. As the performed reanimation of the user
normally changes over time, especially when the power ceases,
the frequency detection is very difficult. The requirement to
the algorithm must be to detect hard pushes as well as faint
pushes. Therefore, peak detection is implemented. According
to previous studies and extensive acceleration data logging
and plotting, the following concept was devised. Once the
acceleration values or signal traverse the zero line, a change
in acceleration happens and a peak can be detected (fig. 3).
        </p>
        <p>Thus, no matter how weak or hard the user pushes, the peak
can be detected by its zero-line crossing and change of
acceleration with a minimal threshold of applied acceleration. The
algorithm is still based on the basic equation and calculation
of the magnitude,</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>V. EVALUATION &amp; VALIDATION OF PROTOTYPE</title>
      <p>
        The algorithm was evaluated during a two-day user study,
which involved 25 laypersons between 18-50 years (14 lay
rescuers and eleven paramedic experienced). They have been
selected randomly during an open experiment at St. P o¨lten
University of Applied Sciences, Austria. Each volunteer was
instructed before by two professional paramedics. The setup
included a reanimation phantom as well as a professional
EMD, which was in his actual workplace. The participants
were filmed during the whole process and the reanimation
phantom also recorded the reanimation process for later
comparison to the algorithm. Each participant was not further
instructed in the CPR process and they had to reanimate
(guided) for full ten minutes. Further randomization happened
as some of the laypersons were just reanimating on the
phantom without the mobile application. For further insight
in the evaluation and test scenario refer to [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] and [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <sec id="sec-4-1">
        <title>A. Results</title>
        <p>The outcome of the tests clarified that a guided CPR by
using the system is far more efcfiient for both sides, the EMD
and the layperson, rather than a standard phone guided CPR.
Some other interesting outcomes as well are:
• Most people hesitate to push on a phone, as it could crack.
• The application detects the frequency very well and is
comparable to a professional reanimation phantom that
is used for training purposes. However, the accuracy
is not as high as a professional sensor, compared to a
smartphone accelerometer.
• Displacement can be detected over a short amount of time
(movement along the z-axis).
• Displacement detection is not possible with the low cost
accelerometer.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>VI. CONCLUSION &amp; LIMITATIONS</title>
      <p>The performed tests have shown that available smartphone
accelerometers along with their embedding systems vary
widely and often heavily rely on the hardware and the
algorithm used. The accelerometer sensor is often erroneous and
creates a non-zero mean that adds up to further calculations.
The only solution is filtering and using a linear accelerometer.
Often enough the sensor samples slightly slower than the
actual sampling frequency as other tasks are more important
for the operating system in the background. That means for any
calculation it is problematic to rely on fixed time intervals as
they are often slightly shorter or longer. The errors are adding
up over time and contribute heavily to the whole calculation. A
possible solution was to wait an offset time before calculating
and estimating depth. At least 100 ms proved to be useful
(discarding all before). A remaining problem is that some time
stamps are 100 ms or longer and also the fact that numerous
important values are lost during the defined pause. During
peak detection this can be fatal, as a global maximum could
be skipped.</p>
      <p>During development it turned out that frequency detection is
much easier than continuous position determination, especially
in smaller unit ranges (like cm). The theoretic (and physically
correct) equations are not feasible for usage in real world
applications. Accelerometers measure the acceleration in a
body-fixed reference frame, where normally displacement in
earth-fixed reference frames is necessary. Therefore, it is not
possible to only integrate the accelerometer twice and find
the displacement, except it is rotated into the earth fixed
frame before the integration takes place. The project showed,
that with the given premises of only using the low cost
accelerometer sensor in smartphones, it is not possible to
make a sturdy point about the displacement. Nevertheless,
it is possible to make a point about the current reanimation
frequency very well by using the developed peak detection
algorithm. Even a position determination could be possible
by using the peak detection and the currently viewed values
during the peak detection (a so-called window of values) for
the integration. As the values are always restricted to a certain
amount and interval, a double integration of those values
would contain less errors that could add up over time.</p>
    </sec>
    <sec id="sec-6">
      <title>ACKNOWLEDGMENTS</title>
      <p>The authors would like to thank Stefan Loitzl and Peter
Pavlecka who have been former project members, contributed
during development and lead the testing part. We also would
like to give a special thanks to our project partners from Nortuf
Nieder o¨sterreich especially Heinz Novosad and Raphael Van
Tuldar for their support. This work was supported by the
Austrian Science Fund (FWF) via the “VisOnFire” project
(P27975-NBL).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Ljunggren</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Castrn</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Bohm</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          “bstract 231:
          <article-title>The Effect of Dispatcher Call Processing Interval and Ambulance Response Interval for Survival From Cardiac Arrest</article-title>
          ,” Circulation, vol.
          <volume>128</volume>
          , no.
          <source>Suppl 22</source>
          , pp.
          <fpage>A231</fpage>
          -
          <lpage>A231</lpage>
          , Jan.
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>R. O.</given-names>
            <surname>Cummins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. P.</given-names>
            <surname>Ornato</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. H.</given-names>
            <surname>Thies</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P. E.</given-names>
            <surname>Pepe</surname>
          </string-name>
          , “
          <article-title>Improving survival from sudden cardiac arrest: the ”chain of survival” concept. a statement for health professionals from the advanced cardiac life support subcommittee and the emergency cardiac care committee, american heart association</article-title>
          .
          <source>” Circulation</source>
          , vol.
          <volume>83</volume>
          , no.
          <issue>5</issue>
          , pp.
          <fpage>1832</fpage>
          -
          <lpage>1847</lpage>
          ,
          <year>1991</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>L.</given-names>
            <surname>Wik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kramer-Johansen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Myklebust</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Sreb</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Svensson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Fellows</surname>
          </string-name>
          , and
          <string-name>
            <given-names>P. A.</given-names>
            <surname>Steen</surname>
          </string-name>
          , “
          <article-title>Quality of cardiopulmonary resuscitation during out-of-hospital cardiac arrest</article-title>
          ,
          <source>” JAMA</source>
          , vol.
          <volume>293</volume>
          , no.
          <issue>3</issue>
          , pp.
          <fpage>299</fpage>
          -
          <lpage>304</lpage>
          , Jan.
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>C.</given-names>
            <surname>Ro</surname>
          </string-name>
          , “
          <article-title>The ”chain of survival” concept: how it can save lives.” Heart disease and stroke : a journal for primary care physicians</article-title>
          , vol.
          <volume>1</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>43</fpage>
          -
          <lpage>45</lpage>
          ,
          <year>1991</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B.</given-names>
            <surname>Roessler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Fleischhackl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Losert</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wandaller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Arrich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Mittlboeck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Domanovits</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Hoerauf</surname>
          </string-name>
          , “
          <article-title>Cardiopulmonary resuscitation and the 2005 universal algorithm: Has the quality of CPR improved?” Wiener klinische Wochenschrift</article-title>
          , vol.
          <volume>121</volume>
          , no.
          <issue>1-2</issue>
          , pp.
          <fpage>41</fpage>
          -
          <lpage>46</lpage>
          , Jan.
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Kirkbright</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Finn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Tohira</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bremner</surname>
          </string-name>
          ,
          <string-name>
            <surname>I.</surname>
          </string-name>
          <article-title>Jacobs, and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Celenza</surname>
          </string-name>
          , “
          <article-title>Audiovisual feedback device use by health care professionals during CPR: A systematic review and meta-analysis of randomised and nonrandomised trials</article-title>
          ,
          <source>” Resuscitation</source>
          , vol.
          <volume>85</volume>
          , no.
          <issue>4</issue>
          , pp.
          <fpage>460</fpage>
          -
          <lpage>471</lpage>
          , Apr.
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>G. D.</given-names>
            <surname>Perkins</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Augr</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Rogers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Allan</surname>
          </string-name>
          , and
          <string-name>
            <given-names>D. R.</given-names>
            <surname>Thickett</surname>
          </string-name>
          , “
          <article-title>CPREzy: an evaluation during simulated cardiac arrest on a hospital bed</article-title>
          ,
          <source>” Resuscitation</source>
          , vol.
          <volume>64</volume>
          , no.
          <issue>1</issue>
          , pp.
          <fpage>103</fpage>
          -
          <lpage>108</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Oh</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Lee</surname>
          </string-name>
          , “
          <article-title>Development of android based chest compression feedback application using the accelerometer in smartphone</article-title>
          ,”
          <source>in Proceedings of the International Conference on Biomedical Engineering and Systems</source>
          , pp.
          <fpage>130</fpage>
          -
          <lpage>1</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mounts</surname>
          </string-name>
          , “Physics hypertextbook,” vol.
          <volume>44</volume>
          , pp.
          <fpage>1946</fpage>
          -
          <lpage>1947</lpage>
          ,
          <year>01 1970</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Rybach</surname>
          </string-name>
          , Physik fr Bachelors: mit 92 durchgerechneten Beispielen, 176 Testfragen mit Antworten sowie 93 bungsaufgaben mit kommentierten Musterlsungen, 2nd ed.
          <source>Mnchen: Fachbuchverl</source>
          . Leipzig im CarlHanser-Verl,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>G.</given-names>
            <surname>Milette</surname>
          </string-name>
          and
          <string-name>
            <given-names>A.</given-names>
            <surname>Stroud</surname>
          </string-name>
          ,
          <article-title>Professional Android sensor programming, ser</article-title>
          . Wrox Programmer to programmer. Indianapolis, Ind: Wiley,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>N.</given-names>
            <surname>Nurseitov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Paulson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Reynolds</surname>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Izurieta</surname>
          </string-name>
          , “
          <article-title>Comparison of JSON and XML data interchange formats: a case study</article-title>
          .
          <source>” Caine</source>
          , vol.
          <year>2009</year>
          , pp.
          <fpage>157</fpage>
          -
          <lpage>162</lpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>P.</given-names>
            <surname>Becker</surname>
          </string-name>
          , “
          <article-title>Erfassung und Verarbeitung von Sensordaten,” Hochschule Bonn-Rhein-</article-title>
          <string-name>
            <surname>Sieg</surname>
          </string-name>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>P.</given-names>
            <surname>Pavelcka</surname>
          </string-name>
          , “
          <article-title>LiFeStream - Validation of a mobile application for visual assessment of cardiopulmonary resuscitation (CPR) acceleration data compared with a life-support manikin sensory,” Masterthesis, FH St</article-title>
          .
          <article-title>Po¨lten, St</article-title>
          . Po¨lten,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S.</given-names>
            <surname>Loitzl</surname>
          </string-name>
          , “
          <article-title>Validating a sensor-based mobile health service with real-time data acquisition for improving MPDS communication for lay-rescuer in out-of-hospital cardiac arrest based on a randomized simulation trial,” Masterthesis, FH St</article-title>
          .
          <article-title>Po¨lten, St</article-title>
          . Po¨lten,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>