2014 11th International Joint Conference on Computer Science and Software Engineering (JCSSE) 2014
DOI: 10.1109/jcsse.2014.6841863
|View full text |Cite
|
Sign up to set email alerts
|

DecaFriend: Serverless indoor localization system on mobile phone platform

Abstract: Mobile phone is now becoming a necessary gadget in our daily life. Mobile applications have been proposed to advance the function of mobile phone. Location service application is a kind of mobile application that provides location information such as current location of the mobile phone. GPS is the popular technology for location service on mobile phone because many models of mobile phone are embedded with GPS sensor. Although GPS can provide high accuracy over outdoor scenario, GPS cannot provide good accurac… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
6
0

Year Published

2015
2015
2016
2016

Publication Types

Select...
1
1

Relationship

1
1

Authors

Journals

citations
Cited by 2 publications
(6 citation statements)
references
References 4 publications
0
6
0
Order By: Relevance
“…This objective of this module is to provide a current activity state of mobile phone user for floor counting module. Due to the fact that FloorLoc-SL is a localization system on mobile phone platform without any support from back-end server, the activity classification hit ← 0 (6) for each access point from top ap list do (7) if access point is in ap list of floor fingerprint then (8) hit ← hit + 1 (9) end if (10) end for (11) if ℎ MAX = hit do (12) current floor level ← UNKNOWN (13) else if ℎ MAX < hit do (14) ℎ (2) floor fingerprint ← fingerprint of floor in fingerprint database (3) else do (4) floor level ← floor (5) ap list ← null (6) floor fingerprint ← floor level, ap list (7) end if (8) for each access point from top ap list do (9) if access point is not in ap list of floor then (10) ap list.add(access point) (11) end if (12) end for Algorithm 2: Fingerprint algorithm.…”
Section: Activity Classificationmentioning
confidence: 99%
See 4 more Smart Citations
“…This objective of this module is to provide a current activity state of mobile phone user for floor counting module. Due to the fact that FloorLoc-SL is a localization system on mobile phone platform without any support from back-end server, the activity classification hit ← 0 (6) for each access point from top ap list do (7) if access point is in ap list of floor fingerprint then (8) hit ← hit + 1 (9) end if (10) end for (11) if ℎ MAX = hit do (12) current floor level ← UNKNOWN (13) else if ℎ MAX < hit do (14) ℎ (2) floor fingerprint ← fingerprint of floor in fingerprint database (3) else do (4) floor level ← floor (5) ap list ← null (6) floor fingerprint ← floor level, ap list (7) end if (8) for each access point from top ap list do (9) if access point is not in ap list of floor then (10) ap list.add(access point) (11) end if (12) end for Algorithm 2: Fingerprint algorithm.…”
Section: Activity Classificationmentioning
confidence: 99%
“…After initializing this parameter, the algorithm waits until a difference of atmospheric pressure can reach to the thresholds for one-floor (6) previous pressure ← current pressure (7) activity state ← DOWN (8) else if Δ ≤ up then (9) previous pressure ← current pressure (10) activity state ← UP (11) else then (12) activity state ← UNCHANGED (13) end if (14) ← + window size (15) end for Algorithm 4: Activity classification using atmospheric pressure approach. …”
Section: Floor Counting By Atmospheric Pressure Approachmentioning
confidence: 99%
See 3 more Smart Citations