This repository contains the source code for MobLoc - a CSI-based fingerprinting method. This method has been described in a paper, "MobLoc: CSI-based Location Fingerprinting with MUSIC". The paper has been accepted by IEEE Journal of Indoor and Seamless Positioning and Navigation (J-ISPIN).
Authors:
For further details, reach out to I-SENSE at Florida Atlantic University.
- Install Matlab;
- Download DLoc dataset from this website;
- Save the channel MAT files in
./data/channels
, split indexes in./data/split_idx
; - To reproduce the CDF chart from Figure 9, launch
./mobloc/mobloc_simple_env.m
; - To reproduce the CDF chart from Figure 10, launch
./mobloc/mobloc_complex_env.m
.