Ruizhi Chen, Heidi Kuusniemi, Yuwei Chen, Ling Pei, Wei Chen, Jingbin Liu, Helena Leppäkoski, Jarmo Takala

Currently, no single technology, system, or sensor can provide a positioning solution any time, anywhere. The key is to utilize multiple technologies. We are now exploring a multi-sensor multi-network (MSMN) approach for a seamless indoor-out-door solution. Its hardware platform is described in the previous article. h e digital signal processor (DSP) is embedded in the GPS module. All sensors are integrated to the DSP that hosts core software for real-time sensor data acquisition and real-time processing to estimate user location. A smartphone handset pro-vides wireless network measurements.

Positioning Algorithms

The multi-sensor positioning platform enables a positioning solution with a combination of GPS and reduced inertial navigation system (INS), or GPS and pedestrian dead reckoning (PDR). The reduced INS consists of a 3D accelerometer and a 2D digital compass, as a low-cost alternative to augment GNSS positioning. The reduced INS combined with GPS uses a loosely coupled Kalman filter for data integration, while the combination of PDR and GPS uses algorithms for estimating the position change with pedestrian step-length estimation.

PDR. h e PDR solution uses human physiological characteristics, implemented in a local-level frame, with equations:

where k denotes the current epoch, Y is the coordinate in East direction, X is the coordinate in North direction, S is step length, and is the heading.

h e PDR positioning algorithm includes step detection, step length estimation, determination of heading, and positioning.

To achieve an accurate heading, compass measurements are corrected with an empirical online estimated error model, which requires some training data.

WLAN and Bluetooth. FIGURE 1 describes the basic concept of the WLAN or Bluetooth locating solution using a fi ngerprint database approach. h e circles around the access point (AP) in the fi gure represent the radio coverage area and the color the signal strength. h is radio map is a simplifi ed example representing measurements from just one AP.

For the fi ngerprinting approach, the received signal strength indicators (RSSIs) are the basic observables. h e whole process consists of a training phase and a positioning phase. During the training phase, a radio map of probability distribution of the received signal strength is constructed for the targeted area. h e targeted area is divided into a matrix of grids, and the central point of each grid is referred to as a reference point. h e probability distribution of the received signal strength at each reference point is represented by a Weibull function, and the parameters of the Weibull function are estimated with the limited number of training observation samples. Based on the constructed radio map, the positioning phase determines the current location using the measured RSSI observations in real time.

Given the observation vector , the problem is to fi nd the most probable location (l ) with the maximized conditional probability, maximized by Bayesian theorem as:

We applied an assumption of Hidden Markov Models (HMM) to represent the pedestrian movement process. h e  locating problem is then translated into fi nding such a state sequence (locations) that is most likely to have generated the output sequence (the measured RSSIs) assuming the given HMM model. h e Viterbi algorithm typically solves these kinds of problems effi ciently. h is study also utilizes the Viterbi algorithm to trace the user trajectory.

Å FIGURE 2 Integration scheme for multi-sensor, multi-network positioning approach

MSMN. h e general integration scheme combining the GPS output, sensor measurements, WLAN, or Bluetooth output, and their variance estimates is depicted in FIGURE 2. A simplifi ed representation of the central fi lter combining diff erent input sources can be described with typical Kalman fi lter equations. h e measurement model is

where the state estimate vector is

with X, Y, and as previously defi ned, and S the user horizontal velocity (speed). h e measurement vector is given as

where g refers to GPS, W to WLAN/Bluetooth, acc to accelerometer, and dc to digital compass. h e matrix Hk is the design matrix of the system and the vector vk is the measurement error vector.

The recursive sequence includes prediction and update steps. h e prediction step includes the typical equations of

and

while the update step includes

Indoor Test Results

A fi eld test has been carried out on a sports fi eld, described in the accompanying article (see page 14). An indoor test was carried out in an offi ce-building corridor, but the test started and ended in an outdoor terrace area. During the test, the indoor corridor was covered with eight WLAN and three BT APs.

FIGURE 3 shows the positioning results of the GPS-only (red), Bluetooth-only (black), and WLAN-only (magenta) solutions; FIGURE 4 shows that of the integrated multi-sensor multi-network (MSMN) solution (blue) for an outdoor-in-door-outdoor test. A reference trajectory is in green in both fi gures and building outlines in grey. h e position update rate achievable by the WLAN and Bluetooth fi ngerprinting approach is only 0.1 Hz whereas the GPS-only and the inte-grated MSMN solutions are obtained every second and thus have a higher availability.

Å FIGURE 3 Pedestrian test results with GPS-only, BT-only, and WLAN-only positioning approaches with respect to a reference trajectory

Å FIGURE 4 Pedestrian test result with the multi-sensor multi-network positioning approach with respect to a reference trajectory

FIGURE 5 shows the horizontal errors obtained with the different positioning solutions over time in the indoor test. A mean horizontal error of 2.2 meters was achieved with the WLAN solution. h e Bluetooth solution is not as accurate as the WLAN solution, due to the smaller amount of BT APs; it achieved a mean horizontal error of 5.1 meters. When moving inside the corridor, the GPS solutions are used for the MSMN integration only with very low weights due to their poor quality. GPS is mainly used as a source of location outdoors where the test starts and ends. h e mean horizontal error of the GPS-only solutions during the whole test is 8.4 meters. WLAN- and Bluetooth-derived locations and the self-contained sensors are the main sources used inside the building for the MSMN positioning solution: the mean horizontal accuracy obtained with MSMN is 2.7 meters with a solution availability of 1 Hz.

The MSMN solution obviously performs much better than a GPS-only solution indoors. h e track of the pedestrian walking inside the corridor can be identifi ed clearly, which is not the case with typical approaches of GPS-only or GPS/low-cost sensors. WLAN fi ngerprinting provides good position accuracy indoors, but the MSMN solution provides the best result when taking into account positioning accuracy and the solution availabilities in both time and space domains.

Conclusions

Further development is needed for indoor areas to be able to obtain fully seamless outdoor-to-indoor location, though GPS initialization followed by sensor and WLAN/BT combination already provide very good initial results. Additional sensors and more refi ned pedestrian-specifi c algorithms will be added to further improve the positioning accuracy.

Å FIGURE 5 Horizontal errors of GPS-only, BT-only, WLAN-only and the MSMN positioning approaches with respect to time in the pedestrian indoor test

Multi-Sensor, Multi- Network Positioning的更多相关文章

  1. am335x using brctl iptables dhcpcd make multi wan & multi lan network(十五)

    构建多LAN口多WAN口动态网络 [目的] 在AM335X定制动态网络功能,如下所示,在系统当中有两个以太网口,有4G模块,有wifi芯片8188eu支持AP+STA功能. [实验环境] 1.  Ub ...

  2. How to set an Apache Kafka multi node – multi broker cluster【z】

    Set a multi node Apache ZooKeeper cluster On every node of the cluster add the following lines to th ...

  3. python multi process multi thread

    muti thread: python threading: https://docs.python.org/2/library/threading.html#thread-objects https ...

  4. redis multi exec

    multi(),返回一个redis对象,并进入multi-mode模式,一旦进入multi-mode模式,以后调用的所有方法都会返回相同的对象,直到exec()方法被调用. phpredis是php的 ...

  5. [译]The multi Interface

    The multi Interfacemulti接口 The easy interface as described in detail in this document is a synchrono ...

  6. 科学 multi port

    issues/679 create new UUID cat /proc/sys/kernel/random/uuid example config : multi port , multi user ...

  7. Introducing Holographic Emulation

    Holographic Emulation is a new feature that vastly reduces iteration time when developing holographi ...

  8. leetcode bugfree note

    463. Island Perimeterhttps://leetcode.com/problems/island-perimeter/就是逐一遍历所有的cell,用分离的cell总的的边数减去重叠的 ...

  9. python连接redis文档001

    Installation redis-py requires a running Redis server. See Redis’s quickstart for installation instr ...

  10. CEPH集群操作入门--配置

      参考文档:CEPH官网集群操作文档   概述 Ceph存储集群是所有Ceph部署的基础. 基于RADOS,Ceph存储集群由两种类型的守护进程组成:Ceph OSD守护进程(OSD)将数据作为对象 ...

随机推荐

  1. (转)js弹窗&返回值(window.open方式)

    本文转载自:http://hi.baidu.com/z57354658/item/5d5e26b8e9f42fa7ebba93d4 js弹窗&返回值(window.open方式) test.h ...

  2. java web 程序---javaBean

    1.JavaBean 是Java中的一个组件技术,类似于微软的COM组件 SUN公司将JavaBean定义为:可以重复利用的软件组件 2.JavaBean的种类:a.可视化JavaBean   b.非 ...

  3. Java-Runoob-高级教程-实例-环境设置实例:3.Java 实例 - 如何执行指定class文件目录(classpath)?

    ylbtech-Java-Runoob-高级教程-实例-环境设置实例:3.Java 实例 - 如何执行指定class文件目录(classpath)? 1.返回顶部 1. Java 实例 - 如何执行指 ...

  4. 文件读取错误UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 884: invalid start byte

    参考: https://segmentfault.com/q/1010000004268196/a-1020000004269556 ubuntu下Python3使用open('filename', ...

  5. 熟练使用Linux系统信息类命令

    系统信息类命令 – dmesg命令 dmesg命令用实例名和物理名称来标识连到系统上的设备. dmesg命令显示系统诊断信息.操作系统版本号.物理内存大小以及其他信息. 系统启动时,屏幕上会显示系统C ...

  6. LoadXml载入Xhtml文件速度很慢

    如果有如下的Xhtml文字,在.Net中用XmlDocument.LoadXml载入的时候,速度很慢.   <!DOCTYPE html PUBLIC "-//W3C//DTD XHT ...

  7. Servlet讲解

    第1章 Servlet的生命周期 1.1.1 Servlet的生命周期概述 1.1.1.1 什么是生命周期 生命周期:一个对象从创建到销毁过程. 1.1.1.2 Servlet的生命周期(*****) ...

  8. uva-10596-欧拉回路

    并不要求所有点都联通,只要出现的所有边能形成欧拉回路就行了 做成有向图的欧拉回路wa成了狗 #include <iostream> #include<memory.h> #in ...

  9. Vim插件之ale,LeaderF,completor.vim(win10)配置

    内容包含 vim-plug,异步插件管理,总之就是下起来快. ale,异步语法检查 LeaderF,快速查找文件 completor.vim vim8的快速补全 markdown预览 common s ...

  10. opencv_traincascade 训练自己的检测器

    2013年08月08日 ⁄ 综合 ⁄ 共 1061字 ⁄ 字号 小 中 大 ⁄ 评论关闭   经过近一个月的工程实战,把自己累积的经验分享给大家,教你如何训练一个收敛的,比opencv自带的data效 ...