<!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>Smartphone Indoor Positioning Using WiFi, PDR, Magetic Fingerprints and Particle Filtering</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty for Computer Sciences</institution>
          ,
          <addr-line>Mathematics and Geomatics HFT Stuttgart</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Applied Sciences Schellingstr.</institution>
          <addr-line>21, Stuttgart</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The evolution of an existing o ine algorithm for smartphone based indoor localization is outlined, discussed and evaluated. The existing algorithm performs dead reckoning using accelerometer-, compassand gyroscope data as well as WiFi ngerprinting. Steps are detected using accelerometer data. Compass and gyroscope are used for heading estimation. Drift compensation and step length estimation is performed by a particle lter using map information as well as WiFi information. Floor detection is based on RSSI (Radio signal strength indicator) evaluation and on map information. The evolution comprises a PDR-enhanced radio map generation algorithm, the particle lter with motion parameter adjustment by WiFi data, and Magnetic ngerprinting. The modi cations are described and discussed. The performance is evaluated against a publicly available database.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Smartphone Indoor positioning, particularly in public environments, is a highly
demanded technology. As of today, it is yet a topic of ongoing intense research in
information- and communication technology elds. WiFi RSSI (received signal
strength indicator) indoor positioning using smartphones is a commonly applied
technology and dates back to 2001 ([
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]). RSSI algorithms are typically based on
ngerprinting. However, depending on circumstances like unavailability of a radio
map or reduced accuracy requirements, other methods like proximity, centroid,
multilateration, radio tomography, and more have been successfully deployed.
Smartphone based localization may be performed even if the WiFi installation
has not been speci cally prepared for that use case and, for example,
characteristics and positions of the WiFi access points are unknown. Unfortunately, in
typical scenarios the obtainable accuracy of pure RSSI localization is limited to
some meters [
        <xref ref-type="bibr" rid="ref11 ref3 ref8">3, 8, 11</xref>
        ], as for example observed in the EvAAL-ETRI 2015
competitions on indoor localization in large environments [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] or the Smartphone-based
O -Line Indoor Location Competition at IPIN 2016 [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>
        Contemporary smart phone positioning algorithms typically combine RSSI
information and further smartphone sensor data, mainly inertial measurement
data from gyro- and acceleration sensors, compass data, as well as magnetic data.
Using dynamic ltering, for example particle- and Kalman lter, the obtained
accuracies can be increased signi cantly. [
        <xref ref-type="bibr" rid="ref12 ref17 ref4">17, 4, 12</xref>
        ].
      </p>
      <p>In the paper the design of a WiFi ngerprinting- an dead reckoning algorithm
with oor plan based particle ltering is outlined. The proposed algorithm is an
evolution based on the authors algorithm applied in the last IPIN competitions
(2016, 2017 and 2018). A new feature of the algorithm is the inclusion of magnetic
ngerprinting.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Exisiting algorithm</title>
      <p>
        The HFTS algorithm used in the 2018 competition is based on WiFi and
pedestrian dead reckoning (PDR), and a particle lter (PF). It is an evolution of the
algorithm deployed at the 2016 competition [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and the 2017 Competition [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>For dead reckoning, heading estimation is performed using compass and
gyroscope data. The gyroscope is able to detect heading changes quite accurately
on a short timescale, but will drift in the long-term. In contrast, compass
heading is subject to strong local magnetic perturbations but shows no drift on a
long-term scale. Therefore, gyroscope data is used for detection of immediate
heading changes. The heading relaxes to the compass direction with a certain
time constant of some seconds. Step detection is performed by peak detection of
the accelerometer data.</p>
      <p>
        WiFi positioning is performed using the scalar product correlation
ngerprinting algorithm [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] which is based on k-nn and the cosine similarity. Prior
to the estimation of the unknown competition track, a radio map is obtained
by evaluating the reference data provided by the competition organizers. These
data are enriched with true ground positions and RSS readings. Therefore
obtained RSS vectors can be related to a position. As the true ground readings
occur only rarely, the actual reference position between two reference points is
interpolated by PDR.
      </p>
      <p>The actual positioning process comprises 2 phases. In the rst phase RSS
positioning is performed employing the radio map. RSS readings are obtained at
a rate of one reading every 4 seconds. For each reading a position is estimated.
Also the oor is estimated by RSS. If the actor is moving, the position will
change considerably in the 4 seconds between two subsequent RSS readings.
Therefore, the position between the two readings is interpolated based on dead
reckoning. The heading o set and the actual step length is not known at this
stage. However, as for the start- and the endpoint of the 4 second track a RSS
position estimation exists, the step length and heading o set are adjusted such
that the track connects the two points.</p>
      <p>
        In the second phase, positioning is performed employing PDR and a
particle lter. Step length estimation and heading error- and drift compensation are
performed by the particle lter using the information of oor plans to detect the
most likely path (see also [
        <xref ref-type="bibr" rid="ref17 ref5">5, 17</xref>
        ]). The particle lter contains a constant
number of particles. Besides the position, a particle state also comprises individual
step length and heading o set values. The lter is updated each time a step is
detected: All particles are moved according to the estimated heading,
individually modi ed by the particle speci c o sets. Resampling is performed as follows:
particles which collide with, for example, a wall, are replaced by a new ones. For
collision detection the provided oor plans are used. New particles are seeded
at the position of an existing particle, but with an own randomized step length
and heading o set value. The global heading and step length are recalculated by
averaging the heading values and step length of all particles. The reported PDR
position is the averaged position of all particles.
      </p>
      <p>Depending on the building layout, e.g open spaces, corridors, room sizes etc.
the PF results alone may not be su cient for absolute position determination.
Therefore, the step length and heading are also adjusted by the obtained WiFi
position from phase 1: After each step the longitudinal- and the lateral
displacement between WiFi and PF position are evaluated and a con gurable fraction
of the displacement is added to the movement vector.
3
3.1</p>
    </sec>
    <sec id="sec-3">
      <title>Magnetic ngerprinting</title>
      <sec id="sec-3-1">
        <title>Principle</title>
        <p>
          The geomagnetic eld inside a modern building is disturbed for example by steel
in the building structure or by furniture. This holds for both, the direction and
the amplitude of the eld vector. The magnetic disturbances typically are quite
constant over time and have been used as reliable landmarks for positioning
purposes [
          <xref ref-type="bibr" rid="ref10 ref13 ref14">14, 10, 13</xref>
          ]. The positioning procedure, while often referred to as \magnetic
ngerprinting", di ers considerably from WiFi ngerprinting methods [
          <xref ref-type="bibr" rid="ref2 ref9">2, 9</xref>
          ]. A
WiFi ngerprint database comprises ngerprints from certain positions of the
building. Positioning is performed by comparing a ngerprint from an unknown
position with the ngerprints in the database. As WiFi signals contain an
identi cation of the transmitter, the comparison is spatially unambiguously, similar
ngerprints only occur within neighbor positions. Magnetic ngerprinting uses
only one access point, the earth. So ngerprints can only obtained by recording
the magnetic eld along a path, and ngerprinting is performed by comparing
a recorded path of a certain length with a database of several prerecorded path.
It can be assumed that, if the ngerprints match, it is likely that the same path
has been passed. If several path share certain features, the comparison is not
unambiguously, and further information like for example WiFi positioning or
PDR history has to be used for selecting which magnetic ngerprint is the most
closest one to the estimated position. In the following sections, referring to the
magnetic eld or the magnetic signal means referring to the amplitude of the
magnetic eld vector. Of course, also other information like the z-component of
the eld or combinations could be employed for ngerprinting.
3.2
        </p>
      </sec>
      <sec id="sec-3-2">
        <title>Correlation</title>
        <p>
          In Fig. 1 the situation is shown for the datasets of the Atlantis shopping mall,
Nantes, France, which have been created for the IPIN 2018 indoor localization
competition, Track 3 (smartphone o -site) [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ]. Inset (a) is a magnetic trace of
the evaluation dataset, plotted over walking time of the actor, who is recording
data with a smartphone with a logging app. As it can be seen, the magnetic eld
exhibits quite some features and is far from being constant. The low value at
140{180 s is attributed to a ride in an elevator. Obviously, the eld is shielded
by the metal construction. The reasons for other features are not obvious, as
it is common for magnetic ngerprinting. For inset (b) and (c), some low- and
high pass ltering was applied. (b) presents a zoom of (a) at about 700 s of
walking time. Inset (c) presents a path of a training le. The training les are
enriched with true ground information, at a number of reference points. The
marked 40 s long record is regarded as a ngerprint of the reference point xed
at t =270 s. Inset (d) shows the folding of the 40 s long ngerprint in (c) with
with the magnetic trace (a).
        </p>
        <p>A strong peak is clearly visible and can be identi ed with an accuracy of some
tenth of seconds. The peak indicates the position where the 40 s ngerprint ts
best into the trace (a). Assuming that the ngerprint was recorded along the
same path and with the same walking speed, the position in (a) at the end of
the folding interval (t =713.3 s) should be the same as in (c) at t =270 s. For
the given case that is true as the same reference point was visited 0.2{0.3 secs
before the end of the interval, in both cases. In the displayed case the di erence
in time between the visit of the reference point is below 0.2 secs, which relates
to a spatial closeness well below 0.5 meters. Of course, generally it can not be
assumed that the walking speed is constant and equal to the walking speed.
3.3</p>
      </sec>
      <sec id="sec-3-3">
        <title>Proposed Magnetic Matching</title>
        <p>
          A common way to compare map magnetic ngerprints is to use the \dynamic
time warping" (DTW) algorithm, for adjusting the time values of the record to
nd the best match with a ngerprint [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]. It was found that for the carefully
recorded data of the IPIN 2018 Track3 even without DTW a reasonable matching
can be performed.
        </p>
        <p>In the the proposed algorithm, anyways a di erent approach is used: As
PDR already delivers a position estimate at each half step of the actor, the
magnetic readings are remapped to \meters of passed track". This makes the
magnetic information to some extent independent of stops in the actors
movement or di erent walking and changing speeds. Of course, the accuracy of the
PDR algorithm has to be considered.</p>
        <p>The magnetic ngerprinting is most helpful if the ngerprints can accurately
be mapped to a true ground reference point. The training- and valuation datasets
of the IPIN 2018 Competition Track 3 use 41 accurately surveyed true ground
reference positions. The reference points are visited in several combinations and
directions. Each time a reference point is visited, the magnetic data for the last
40 meters is stored as a magnetic ngerprint. The record is annotated with the
true ground position at the end and with the nal heading of the actor.</p>
        <p>In the positioning phase, the magnetic data is continuously recorded and
mapped to the path length. after each detected half-step, e.g. every 30{40 cm,
the latest 20 meters of data are compared to selected ngerprints in the database.
The selection process selects those database ngerprints, which have a true
ground endpoint within a certain distance of the current PDR/Wi estimated
position. A further selection step selects only those ngerprints, which match
the estimated heading within a +/-45 degree window. The heading matching
ensures for example, that symmetric ngerprints which are recorded in inverse
direction, are not considered.</p>
        <p>While for Figure 1 the comparison was performed by convolution, it turned
out that even more accurate results will be obtained by using the root of the
summed squared di erence as measure for correlation. In Fig. 2 squared di
erence correlation results are shown between a measured trace and four di erent</p>
        <p>1
lan 0.8
g
i
sd 0.6
e
z
i
la 0.4
m
r
on 0.2
reference tracks. The reference tracks all end at the same true point point, at
t=20 s. Refs. 2 and 4 have a nice down-peak indicating the best correlation with
the measured track and indicate the same distance to the true ground point of
about 4 seconds.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Results and Outlook</title>
      <p>The inclusion of a magnetic ngerprint algorithm into an existing positioning
algorithm has been proposed, explained and discussed. The algorithm feasibility
has been tested using the dataset of the IPIN 2018 competition track 3: Magnetic
ngerprints have been generated and applied in the positioning phase for selected
phases of the evaluation track. From the preliminary results we deduct that, at
regions where feature-carrying magnetic data is available and is close to
trueground references, an unknown path may be matched with a spatial accuracy
in the range of 1 meter or better. Next steps will be to fully implement the
positioning phase and to evaluate its feasibility in a lab setup and with publicly
available evaluation data.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1. The ipin
          <year>2018</year>
          competition (
          <year>2018</year>
          ), http://ipin2018.ifsttar.fr
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bahl</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Padmanabhan</surname>
            ,
            <given-names>V.N.: RADAR</given-names>
          </string-name>
          :
          <article-title>An in-building RF-based user location and tracking system</article-title>
          .
          <source>In: INFOCOM (2)</source>
          . pp.
          <volume>775</volume>
          {
          <issue>784</issue>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Berkvens</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Weyn</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peremans</surname>
            ,
            <given-names>H.:</given-names>
          </string-name>
          <article-title>Localization performance quanti cation by conditional entropy</article-title>
          .
          <source>In: Indoor Positioning and Indoor Navigation (IPIN)</source>
          , 2015 International Conference on. pp.
          <volume>1</volume>
          {
          <issue>7</issue>
          (Oct
          <year>2015</year>
          ). https://doi.org/10.1109/IPIN.
          <year>2015</year>
          .7346969
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Ebner</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fetzer</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deinzer</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kping</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grzegorzek</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>Multi sensor 3d indoor localisation</article-title>
          .
          <source>In: Indoor Positioning and Indoor Navigation (IPIN)</source>
          , 2015 International Conference on. pp.
          <volume>1</volume>
          {
          <issue>11</issue>
          (Oct
          <year>2015</year>
          ). https://doi.org/10.1109/IPIN.
          <year>2015</year>
          .7346772
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Kang</surname>
            , W., Han,
            <given-names>Y</given-names>
          </string-name>
          .:
          <article-title>Smartpdr: Smartphone-based pedestrian dead reckoning for indoor localization</article-title>
          .
          <source>IEEE Sensors Journal</source>
          <volume>15</volume>
          (
          <issue>5</issue>
          ),
          <volume>2906</volume>
          {2916 (May
          <year>2015</year>
          ). https://doi.org/10.1109/JSEN.
          <year>2014</year>
          .2382568
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Knauth</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Smartphone pdr positioning in large environments employing wi , particle lter, and backward optimization</article-title>
          .
          <source>In: 2017 International Conference on Indoor Positioning and Indoor Navigation (IPIN)</source>
          . pp.
          <volume>1</volume>
          {
          <issue>6</issue>
          (Sept
          <year>2017</year>
          ). https://doi.org/10.1109/IPIN.
          <year>2017</year>
          .8115918
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Knauth</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kouko</surname>
            <given-names>kis</given-names>
          </string-name>
          , A.:
          <article-title>Smartphone positioning in large environments by sensor data fusion, particle lter and fcwc</article-title>
          .
          <source>In: 2016 International Conference on Indoor Positioning and Indoor Navigation (IPIN)</source>
          . pp.
          <volume>1</volume>
          {
          <issue>5</issue>
          (Oct
          <year>2016</year>
          ). https://doi.org/10.1109/IPIN.
          <year>2016</year>
          .7743706
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Knauth</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Storz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dastageeri</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kouko</surname>
            <given-names>kis</given-names>
          </string-name>
          , A.,
          <string-name>
            <surname>Mhser-Hipp</surname>
            ,
            <given-names>N.A.</given-names>
          </string-name>
          :
          <article-title>Fingerprint calibrated centroid and scalar product correlation rssi positioning in large environments</article-title>
          .
          <source>In: Indoor Positioning and Indoor Navigation (IPIN)</source>
          , 2015 International Conference on. pp.
          <volume>1</volume>
          {
          <issue>6</issue>
          (Oct
          <year>2015</year>
          ). https://doi.org/10.1109/IPIN.
          <year>2015</year>
          .7346968
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Knauth</surname>
          </string-name>
          , S.: 8
          <article-title>- study and evaluation of selected rssi-based positioning algorithms</article-title>
          . In: Conesa,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Prez-Navarro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Torres-Sospedra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Montoliu</surname>
          </string-name>
          ,
          <string-name>
            <surname>R</surname>
          </string-name>
          . (eds.)
          <article-title>Geographical and Fingerprinting Data to Create Systems for Indoor Positioning</article-title>
          and Indoor/Outdoor Navigation, pp.
          <volume>147</volume>
          {
          <fpage>167</fpage>
          .
          <string-name>
            <given-names>Intelligent</given-names>
            <surname>Data-Centric</surname>
          </string-name>
          <string-name>
            <surname>Systems</surname>
          </string-name>
          , Academic Press (
          <year>2019</year>
          ). https://doi.org/https://doi.org/10.1016/B978-0
          <source>-12-813189-3</source>
          .
          <fpage>00006</fpage>
          -X, http://www.sciencedirect.com/science/article/pii/B978012813189300006X
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Mirowski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ho</surname>
            ,
            <given-names>T.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Saehoon</surname>
            <given-names>Yi</given-names>
          </string-name>
          , MacDonald, M.: Signalslam:
          <article-title>Simultaneous localization and mapping with mixed wi , bluetooth, lte and magnetic signals</article-title>
          .
          <source>In: International Conference on Indoor Positioning and Indoor Navigation</source>
          . pp.
          <volume>1</volume>
          {
          <issue>10</issue>
          (Oct
          <year>2013</year>
          ). https://doi.org/10.1109/IPIN.
          <year>2013</year>
          .6817853
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Moreira</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nicolau</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meneses</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Costa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Wi- ngerprinting in the real world - rtls@um at the evaal competition</article-title>
          .
          <source>In: Indoor Positioning and Indoor Navigation (IPIN)</source>
          , 2015 International Conference on. pp.
          <volume>1</volume>
          {
          <issue>10</issue>
          (Oct
          <year>2015</year>
          ). https://doi.org/10.1109/IPIN.
          <year>2015</year>
          .7346967
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Nurminen</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ristimki</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ali-Lytty</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pich</surname>
          </string-name>
          , R.:
          <article-title>Particle lter and smoother for indoor localization</article-title>
          .
          <source>In: Indoor Positioning and Indoor Navigation (IPIN)</source>
          , 2013 International Conference on. pp.
          <volume>1</volume>
          {
          <issue>10</issue>
          (Oct
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Robertson</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frassl</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Angermann</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Doniec</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Julian</surname>
            ,
            <given-names>B.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Garcia</surname>
            <given-names>Puyol</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Khider</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Lichtenstern</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Bruno</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.</surname>
          </string-name>
          :
          <article-title>Simultaneous localization and mapping for pedestrians using distortions of the local magnetic eld intensity in large indoor environments</article-title>
          .
          <source>In: International Conference on Indoor Positioning and Indoor Navigation</source>
          . pp.
          <volume>1</volume>
          {
          <issue>10</issue>
          (Oct
          <year>2013</year>
          ). https://doi.org/10.1109/IPIN.
          <year>2013</year>
          .6817910
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Subbu</surname>
            ,
            <given-names>K.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gozick</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dantu</surname>
          </string-name>
          , R.: Locateme:
          <article-title>Magnetic- elds-based indoor localization using smartphones</article-title>
          .
          <source>ACM Trans. Intell. Syst. Technol</source>
          .
          <volume>4</volume>
          (
          <issue>4</issue>
          ),
          <volume>73</volume>
          :1{
          <fpage>73</fpage>
          :27 (Oct
          <year>2013</year>
          ). https://doi.org/10.1145/2508037.2508054
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Torres-Sospedra</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jimnez</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knauth</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moreira</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Beer</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fetzer</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ta</surname>
            ,
            <given-names>V.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montoliu</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Seco</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mendoza-Silva</surname>
            ,
            <given-names>G.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belmonte</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kouko</surname>
            <given-names>kis</given-names>
          </string-name>
          , A.,
          <string-name>
            <surname>Nicolau</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Costa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meneses</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ebner</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deinzer</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vaufreydaz</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dao</surname>
            ,
            <given-names>T.K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Castelli</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          :
          <article-title>The smartphone-based o ine indoor location competition at ipin 2016: Analysis and future work</article-title>
          .
          <source>Sensors</source>
          <volume>17</volume>
          (
          <issue>3</issue>
          ) (
          <year>2017</year>
          ). https://doi.org/10.3390/s17030557, http://www.mdpi.com/1424-8220/17/3/557
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Torres-Sospedra</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Moreira</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Knauth</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Berkvens</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montoliu</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Belmonte</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Trilles</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nicolau</surname>
            ,
            <given-names>M.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meneses</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Costa</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kouko</surname>
            <given-names>kis</given-names>
          </string-name>
          , A.,
          <string-name>
            <surname>Weyn</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Peremans</surname>
          </string-name>
          , H.:
          <article-title>A realistic evaluation of indoor positioning systems based on wingerprinting: The 2015 evaal-etri competition</article-title>
          .
          <source>Journal of Ambient Intelligence and Smart Environments</source>
          <volume>9</volume>
          (
          <issue>2</issue>
          ),
          <volume>263</volume>
          {
          <fpage>279</fpage>
          (
          <year>2017</year>
          ), http://dx.doi.org/10.3233/AIS170421
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Willemsen</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          , Keller, F.,
          <string-name>
            <surname>Sternberg</surname>
          </string-name>
          , H.:
          <article-title>A topological approach with mems in smartphones based on routing-graph</article-title>
          .
          <source>In: Indoor Positioning and Indoor Navigation (IPIN)</source>
          , 2015 International Conference on. pp.
          <volume>1</volume>
          {
          <issue>6</issue>
          (Oct
          <year>2015</year>
          ). https://doi.org/10.1109/IPIN.
          <year>2015</year>
          .7346952
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>