pith. sign in

arxiv: 1907.00465 · v1 · pith:32NQWEIWnew · submitted 2019-06-30 · 📡 eess.SP · cs.PF

Fast prototyping of an SDR WLAN 802.11b receiver for an indoor positioning system

Pith reviewed 2026-05-25 12:24 UTC · model grok-4.3

classification 📡 eess.SP cs.PF
keywords indoor positioningWLAN fingerprintingsoftware-defined radiochannel estimatessupport vector machine802.11breceived signal strength
0
0 comments X

The pith

An SDR 802.11b receiver extracts RSS and channel estimates to improve WLAN fingerprinting accuracy with few access points.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper builds a software-defined radio receiver for 802.11b signals that captures both received signal strength and channel estimates at a rate of nine packets per second. It feeds these combined measurements into a support vector machine classifier to extend traditional fingerprinting for indoor positioning. The motivation is to create more distinctive radio-map signatures in cluttered spaces when only one access point is available. Commercial WLAN cards do not expose channel estimates, so the SDR prototype supplies the missing data for real-time capture and offline training. This targets better classification performance in low-access-point indoor environments.

Core claim

The paper claims that channel estimates from an SDR 802.11b receiver can be combined with RSS measurements to form unique signatures that improve SVM-based pattern recognition and navigation accuracy over RSS-only fingerprinting when access points are scarce.

What carries the argument

The LabVIEW-implemented SDR 802.11b beacon receiver that measures RSS and channel estimates in real time at nine packets per second per access point.

Load-bearing premise

Channel estimates from the SDR receiver will provide sufficiently unique and stable signatures to meaningfully improve SVM classification accuracy over RSS-only fingerprinting in single-AP indoor environments.

What would settle it

A side-by-side test of SVM positioning error rates or classification accuracy on the same indoor measurement set, once using only RSS and once using RSS plus channel estimates.

Figures

Figures reproduced from arXiv: 1907.00465 by David Akopian, Erick Schmidt.

Figure 1
Figure 1. Figure 1: 802.11b DSSS channels in the 2.4 GHz band. [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Physical layer packet data unit (PPDU) structure for 802.11b beacon frames [16]. The content of captured beacon frame packets is called the physical (PHY) layer packet data units (PPDU). The PPDU is typically divided into PHY portion which corresponds to physical layer and contains such lower layer information of the packet, and a medium access control (MAC) portion, which contains higher layer level infor… view at source ↗
Figure 7
Figure 7. Figure 7: SCNS Laboratory environment with 69 RPs for proposed IPS. [PITH_FULL_IMAGE:figures/full_fig_p008_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: Prediction accuracy results (top-left), CDF distance error plot (right), and CDF error percentiles (bottom￾left) for 1 AP with 2 ft. granularity scenario. An evident improvement is seen in the CDF plot for distance error for the case of channel estimates and channel estimates with RSS over RSS-only case, as features for SVM classification for a single AP and 2 ft. granularity scenario. From the perspective… view at source ↗
read the original abstract

Indoor positioning systems (IPS) are emerging technologies due to an increasing popularity and demand in location based service (LBS). Because traditional positioning systems such as GPS are limited to outdoor applications, many IPS have been proposed in literature. WLAN-based IPS are the most promising due to its proven accuracy and infrastructure deployment. Several WLAN-based IPS have been proposed in the past, from which the best results have been shown by so-called fingerprint-based systems. This paper proposes an indoor positioning system which extends traditional WLAN fingerprinting by using received signal strength (RSS) measurements along with channel estimates as an effort to improve classification accuracy for scenarios with a low number of Access Points (APs). The channel estimates aim to characterize complex indoor environments making it a unique signature for fingerprinting-based IPS and therefore improving pattern recognition in radio-maps. Since commercial WLAN cards offer limited measurement information, software-defined radio (SDR) as an emerging trend for fast prototyping and research integration is chosen as the best cost-effective option to extract channel estimates. Therefore, this paper first proposes an 802.11b WLAN SDR beacon receiver capable of measuring RSS and channel estimates. The SDR is designed using LabVIEW (LV) environment and leverages several inherent platform acceleration features that achieve real-time capturing. The receiver achieves a fast-rate measurement capture of 9 packets per second per AP. The classification of the propose IPS uses a support vector machine (SVM) for offline training and online navigation. Several tests are conducted in a cluttered indoor environment with a single AP in 802.11b legacy mode. Finally, navigation accuracy results are discussed.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The paper presents an SDR-based 802.11b WLAN beacon receiver implemented in LabVIEW that captures RSS and channel estimates at 9 packets/sec per AP. It extends traditional fingerprinting by feeding both features into an SVM classifier for indoor positioning, with the goal of improving accuracy in low-AP (here, single-AP) cluttered environments by treating channel estimates as unique signatures. Experiments are conducted in an indoor testbed and navigation accuracy results are discussed.

Significance. If the channel-estimate features demonstrably improve SVM accuracy over RSS-only baselines on the same data, the work would provide a concrete, reproducible example of SDR-enabled richer feature extraction for WLAN IPS. The reported 9 pkt/s real-time capture rate and LabVIEW acceleration details are practical strengths for fast prototyping.

major comments (2)
  1. [Abstract / Experiments] Abstract and experimental section: the central claim that channel estimates improve classification accuracy over RSS-only fingerprinting in low-AP scenarios is not supported by any side-by-side SVM accuracy comparison (or even an RSS-only baseline) trained and evaluated on the identical single-AP radio-map data. Only combined-feature navigation accuracy is reported.
  2. [Abstract] Experimental evaluation: no quantitative accuracy figures, error bars, number of test points, or data-exclusion criteria are stated in the abstract or summary of results, making it impossible to assess whether the reported navigation accuracy constitutes an improvement.
minor comments (2)
  1. [Abstract] Abstract: 'the propose IPS' should read 'the proposed IPS'.
  2. [Receiver design] Notation: 'channel estimates' is used without specifying whether these are the full complex impulse response, frequency-domain coefficients, or a reduced statistic; this should be clarified when the receiver output is defined.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the detailed review and constructive comments. We address each major comment below.

read point-by-point responses
  1. Referee: [Abstract / Experiments] Abstract and experimental section: the central claim that channel estimates improve classification accuracy over RSS-only fingerprinting in low-AP scenarios is not supported by any side-by-side SVM accuracy comparison (or even an RSS-only baseline) trained and evaluated on the identical single-AP radio-map data. Only combined-feature navigation accuracy is reported.

    Authors: We agree that the manuscript does not contain a side-by-side SVM accuracy comparison between RSS-only and the combined RSS+channel-estimate features on the same single-AP dataset. The work focuses on the SDR prototype design and the feasibility of extracting richer features for fingerprinting; the abstract frames the channel estimates as an effort to improve accuracy rather than a demonstrated improvement. To strengthen the central claim, we will add an RSS-only baseline SVM trained and evaluated on the identical radio-map data in the revised experimental section. revision: yes

  2. Referee: [Abstract] Experimental evaluation: no quantitative accuracy figures, error bars, number of test points, or data-exclusion criteria are stated in the abstract or summary of results, making it impossible to assess whether the reported navigation accuracy constitutes an improvement.

    Authors: We acknowledge that the abstract lacks specific quantitative results (accuracy figures, error bars, test-point counts, and exclusion criteria). In the revision we will update the abstract to report these details drawn from the experimental evaluation so readers can directly assess the navigation accuracy. revision: yes

Circularity Check

0 steps flagged

No circularity: experimental prototype with no derivations or fitted predictions

full rationale

The paper presents an SDR 802.11b receiver prototype implemented in LabVIEW and an SVM classifier for an IPS that augments RSS fingerprinting with channel estimates. No equations, parameter fitting, self-citations, or derivation chains appear in the manuscript. The central claim is supported only by experimental navigation accuracy results in a single-AP indoor test; there are no self-definitional steps, fitted inputs renamed as predictions, or load-bearing self-citations. The work is self-contained as a system description and does not reduce any result to its own inputs by construction.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

No free parameters, axioms, or invented entities are identifiable from the abstract; the contribution is an experimental prototype relying on standard signal processing assumptions and commercial SDR hardware.

pith-pipeline@v0.9.0 · 5820 in / 1113 out tokens · 25114 ms · 2026-05-25T12:24:59.771616+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

22 extracted references · 22 canonical work pages

  1. [1]

    The Global Positioning System,

    GPS.gov, "The Global Positioning System," GPS.gov: GPS Overview . N.p., 11 Feb. 2014. Web. http://www.gps.gov/systems/gps/ (2014)

  2. [2]

    Survey of Wireless Indoor Positioning Techniques and S ystems,

    Liu, H., Darabi, H., Janerjee, P., Liu, J., “Survey of Wireless Indoor Positioning Techniques and S ystems,” on IEEE Transactions on Systems, Man, and Cybernetics-Part C: Applications and Reviews, Vol. 37, No. 6, November 2007

  3. [3]

    Performance Comparison of Positioning Techniques in Wi -Fi Networks,

    Yassin, M., Rachid, E., Nasrallah, R., “Performance Comparison of Positioning Techniques in Wi -Fi Networks,” IEEE 2014 10th International Conference on Innovations in Information Technology (INNOVATIONS), 2014, pp. 75-79

  4. [4]

    Research on RSS based Indoor Location Method,

    Wu, D., Xu, Y., Ma, L., “Research on RSS based Indoor Location Method,” in 2009 Pacific -Asia Conference on Knowledge Engineering and Software Engineering, Pacific -Asia Conference on Knowledge Engineering and Software Engineering, 2009. KESE '09, 2009, pp. 205-208

  5. [5]

    A comparison of deterministic and probabilistic methods for indoor localization,

    Dawes, B. and Chin, K., “A comparison of deterministic and probabilistic methods for indoor localization,” The Journal of Systems and Software, Vol. 84, 2011, pp. 442–451

  6. [6]

    RADAR: an in-building RF-based user location and tracking system,

    Bahl, P., and Padmanabhan, V., “RADAR: an in-building RF-based user location and tracking system,” in Proceedings of the 19th Annual Joint Conference of the IEEE Computer and Communications Societies , Vol. 2, 2000, pp. 775–784

  7. [7]

    Performance comparison of indoor positioning techniques based on location fingerprinting in wireless networks,

    Lin, T.-N., Lin, P.-C., “Performance comparison of indoor positioning techniques based on location fingerprinting in wireless networks,” IEEE 2005 International Conference on Wireless Networks, Communications and Mobile Computing (Volume:2), Vol. 2, 2005, pp. 1569-1574

  8. [8]

    Wi-Fi Fingerprint -Based Indoor Positioning: Recent Advances and Comparisons,

    He, S. and Chan, S. -H. G. , "Wi-Fi Fingerprint -Based Indoor Positioning: Recent Advances and Comparisons," IEEE Communication Surveys and Tutorials., Vol. 18, No. 1, 2016, pp. 466-490

  9. [9]

    Development of a real -time software-defined GPS receiver in a LabVIEW- based instrumentation environment,

    Schmidt, E., Akopian, D. and Pack, D. J. , “Development of a real -time software-defined GPS receiver in a LabVIEW- based instrumentation environment,” IEEE Trans actions on Instrumentation and Measurements, Vol. 67, No. 9, Sept. 2018, pp. 2082–2096

  10. [10]

    Exploiting accelera tion features of LabVIEW platform for real -time GNSS software receiver optimization,

    Schmidt, E. and Akopian, D., “Exploiting accelera tion features of LabVIEW platform for real -time GNSS software receiver optimization,” in Proc. 30th Int. Tech. Meeting Satellite Division Inst. Navigat. (ION GNSS), Portland, OR, USA, Sep. 2017, pp. 3694–3709

  11. [11]

    A Development and Testing Instrumentation for GPS Software Defined Radio with Fast FPGA Prototyping Support,

    Soghoyan, A., Suleiman, A. and Akopian, D., "A Development and Testing Instrumentation for GPS Software Defined Radio with Fast FPGA Prototyping Support," IEEE Transactions on Instrumentation and Measurements, Vol. 63, No. 8, 2014, pp. 2001-2012

  12. [12]

    Kernel-Based Positioning in Wireless Local Area Networks ,

    Kushki, A., Plataniotis, K. N., Venetsanopoulos, A. N., “Kernel-Based Positioning in Wireless Local Area Networks ,” IEEE Transactions on Mobile Computing, Vol. 6, No. 6, Jun. 2007, pp. 689-705

  13. [13]

    A Comparison of Wireless Fidelity (Wi -Fi) Fingerprinting Techniques,

    Del Mundo, L.B., Ansay, R.L.D., Festin, C.A.M., Ocampo, R.M., “A Comparison of Wireless Fidelity (Wi -Fi) Fingerprinting Techniques,” IEEE International Conference on ICT Convergence (ICTC), 2011, pp. 20-25

  14. [14]

    Indoor Positioning System Using WLAN Channel Estimates as Fingerprints for Mobile Devices,

    Schmidt, E., Akopian, D., “Indoor Positioning System Using WLAN Channel Estimates as Fingerprints for Mobile Devices,” in Proc. of SPIE-IS&T Electronic Imaging, Vol. 9411, 2015

  15. [15]

    IEEE Computer Society, “IEEE Standard for Information technology --Telecommunications and information exchange between systems Local and metropolitan area networks --Specific requirements Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications,” 1-2793 (2012)

  16. [16]

    A Performance Study of a Fast -Rate WLAN Fingerprint Measurement Collection Method,

    Schmidt, E., Mohahmed, M.A. and Akopian, D., “A Performance Study of a Fast -Rate WLAN Fingerprint Measurement Collection Method,” IEEE Transactions on Instrumentation and Measurements, Vol. 67, No. 10, Oct. 2018, pp. 2273 - 2281

  17. [17]

    Software Defined Radio

    National Instruments. Software Defined Radio. [Online]. Available: http://www.ni.com/en -us/shop/select/software- defined-radio-device. [Accessed: August 3, 2017]

  18. [18]

    What Is LabVIEW?,

    National Instruments, “What Is LabVIEW?,” NI Newsletters, Publish Dat e: Aug 16, 2013. Retrieved from http://www.ni.com/newsletter/51141 (2015)

  19. [19]

    The Design and Implementation of FFTW3,

    Frigo, M. and Johnson, S. G., "The Design and Implementation of FFTW3," Proceedings of the IEEE , Vol. 93, N o. 2, 2005, pp. 216-231

  20. [20]

    Carrier frequency recovery in all -digital modems for burst -mode transmissions,

    Luise, M. and Reggiannini, R., "Carrier frequency recovery in all -digital modems for burst -mode transmissions," IEEE Transactions on Communications, Vol. 43, No. 2-3-4, Feb.-March-Apr. 1995, pp. 1169-1178. 11

  21. [21]

    Channel equalizer design based on wiener filter and least mean square algorithms,

    Mehrpouyan, H., “Channel equalizer design based on wiener filter and least mean square algorithms,” in Submitted to EE517 at RMC, pp. 1–7, 2009

  22. [22]

    CSI-Based Fingerprinting for Indoor Localization: A Deep Learning Approach,

    Wang, X., Gao, L. , Mao S. and Pandey, S. , "CSI-Based Fingerprinting for Indoor Localization: A Deep Learning Approach," IEEE Trans. Veh. Technol., Vol. 66, No. 1, 2017, pp. 763-776