Conference PaperPDF Available

Miniaturization of Phase-Difference-of-Arrival Based Visible Light Positioning Receiver Using Field Programmable Gate Arrays

Authors:
Proc. of the 9th Intl. Conf. of Asian Society for Precision Engg. and Nanotechnology (ASPEN 2022)
15–18 November 2022, Singapore.Edited by Nai Mui Ling Sharon and A. Senthil Kumar
doi://10.3850/978-981-18-6021-8 OR-15-0005
1. Introduction
Indoor positioning has stronger and stronger demand, especially
with emergence and rapid development of industrial internet-of-things
(IIoT). However, both global navigation satellite system (GNSS) and
cellular networks which are well-validated in outdoor scenario hardly
deliver satisfying accuracy for indoor positioning. Indoor
environment can cause several problems to affect the position
estimation accuracy [1]. The main problems are the multipath
transmission and attenuation caused by the complicated indoor
environment, which degrade the performance of the system and hence
reduce the positioning accuracy significantly while signals passing
between transmitter and receiver [2]. Therefore, researchers paid
increased attention to other spectrum than radio frequency domain,
for example the optical wireless channel [3]. As such, the domain of
visible light positioning (VLP) has undergone substantial
advancements in the recent 5 years.
Likewise, many techniques which have been employed for the
radio frequency spectrum wireless indoor localization are applied to
VLP, such as Received Signal Strength (RSS) [4,5] and
Time-Difference-of Arrival (TDOA) [6]. Although using RSS for
VLP is the easiest approach and able to achieve higher accuracy than
radio frequency spectrum wireless indoor localization, the accuracy
boundary is not easy to lift due to that RSS approach is still sensitive
to the multipath effect and attenuation. As per our previous research
work [7-9], TDOA approach and its variants
phase-difference-of-arrival (PDOA) approach provide better accuracy
than RSS. However, high complexity of current PDOA algorithm for
VLP results in time-consuming and computing-power-hungry for an
embedded system implementation, which hinders the miniaturization
of PDOA-based VLP receiver.
To address this challenge, VLP system using adapted PDOA
algorithm is proposed in this paper. In order to ensure the embedded
system can estimate the PDOA of input signals in a fast and light way,
the algorithm is optimized in terms of signal preprocessing and filter
adoption.
The contribution of this paper is twofold. Firstly, to our best
knowledge, we for the first time report the miniaturization of
PDOA-based VLP via modularized PDOA process. Secondly, an
adapted PDOA algorithm friendly for computation-power-constrained
embedded device is proposed also for the first time.
Miniaturization of Phase-Difference-of-Arrival
Based Visible Light Positioning Receiver Using
Field Programmable Gate Arrays
Pengfei Du1, #, Lalithraj Gundu Praksham2, Arokiaswami Alphones2 and Chen Chen3
1 Singapore Institute of Manufacturing Technology, Agency of Science Technology and Research (A*STAR), 2 Fusionopolis Way, #08-04 Innovis, 138634, Singapore
2 School of Electrical and Electronic Engineering, Nanyang Technological University, 639798, Singapore
3 School of Microelectronics and Communication Engineering, Chongqing University, Chongqing 400044, P.R. China
# Corresponding Author / Email: du_pengfei@simtech.a-star.edu.sg, TEL: +65-6590-3178
KEYWORDS: Visible light positioning (VLP), phase-difference-of-arrival (PDOA), Field programmable gate arrays (FPGA), visible light communication (VLC)
Miniaturization of indoor visible light positioning (VLP) receiver plays a key role in advancing VLP towards practical
usage. However, the current phase-difference-of-arrival (PDOA) algorithm for VLP is both time-consuming and
power-hungry computing for an embedded system. In this paper, a low-complexity PDOA algorithm for VLP and its
implementation on field programmable gate arrays (FPGA) board is presented. Considering the actual computing capability
of embedded system, a low-complexity PDOA algorithm is designed. With the support of Xilinx design suite, an FPGA-based
firmware is implemented to locate users by sequential means of 1) obtaining analog-digital converter signal 2) filtering and
demodulation of signals using FPGA device for PDOA measurements of low-complexity. Last but not the least, a
microprocessor is adopted to receive the PDOA estimation from FPGA chip for further trilateration and hence providing the
positioning results. A real-time hardware-in-the-loop (HIL) simulation has been carried out to evaluate the feasibility and
performance of the proposed embedded VLP receiver in term of its accuracy and real-time performance. The results
successfully validated the proposed embedded VLP receiver using PDOA algorithm of low complexity.
747
©2022 ASPEN 2022 Organisers. ISBN: 978-981-18-6021-8. All rights reserved.
Proc. of the 9th Intl. Conf. of Asian Society for Precision Engg. and Nanotechnology (ASPEN 2022)
15–18 November 2022, Singapore.Edited by Nai Mui Ling Sharon and A. Senthil Kumar
The remaining part of this paper is organized as follows. In
Section 2, the proposed PDOA algorithm adapted to embed system is
presented and the implementation on the Field programmable gate
arrays (FPGA) is also explained. Section 3 describes the real-time
hardware-in-the-loop (HIL) simulation to prove the feasibility and
study the performance, following by results discussion. Finally, the
conclusions are summarized in Section 4.
2. Design and theory
2.1 Embedded PDOA-based VLP receiver
The block diagram of the embedded VLP receiver for PDOA is
shown in Fig. 1. Considering the actual computing capability of
embedded system and the desired computation speed of the
miniaturization design, the PDOA estimation process is proposed to
be modularized and allocated to FPGA and ARM processor based on
their competency. The various components include photodetector,
analog-digital convertor (ADC), FPGA-based high-speed processor,
microchip control unit (MCU) and Raspberry-Pi-based high
performance processor.
The embedded VLP receiver is designed in such a way that it co
ordinates with LED beacons which are slightly modified from comme
rcially available LED lightings by intensity modulation of carrier sign
al. Furthermore, photodetector in the VLP receiver collects the intensi
ty of carrier signal from the LED beacons within the field of view. Ph
otodetector passes the AC of light intensity to ADC for processing an
d removes the DC of light intensity for illumination. Then, ADC sam
ples or digitizes the analog signal detected by the photodetector. ADC
would wait for the control signals from the FPGA to start/stop the di
gitization and handover the digitized signal through a serial protocol.
Subsequently, the digital signals would be pre-processed by the FPGA
in a fast manner. The process includes filtering and partially measuri
ng the PDOA of signal. MCU next to FPGA, which is a low-cost 8-bi
t microcontroller, acts as the data transmission bridge which connects
the FPGA and the subsequent Raspberry-Pi-based high-performance
processor. At both sides data transmission would be based on the seria
l protocol. The remaining calculation of PDOA would be performed b
y the high-performance processor, i.e., 32-bit ARM based Raspberry
Pi. The remaining PDOA measurement comprises of division and tan
gent functions which FPGA is not good at. Apart from that, Raspberry
Pi will also execute the numerical solution of the position estimation
from the trilateration equation after the PDOAs are obtained and eve
ntually visualize the position estimation.
2.2 Low-complexity PDOA algorithm in FPGA
Novel PDOA algorithm is adapted for embedded system to
achieve low complexity and save hardware resources by minimizing
the usage of filters. The algorithm is aimed to be implementable on an
embedded system integrating FPGA with Raspberry Pi. The
procedure of algorithm inside FPGA includes buffering the ADC
output, pre-processing by high-pass filtering, first peak finder and
truncation, I/Q multiplication with VLO, low-pass filtering by
averaging. After that, extraction of phase information and position
estimation inside Raspberry Pi based on hyperbolic trilateration just
follows the state-of-art works.
2.2.1 Buffering the ADC output
ADC task would be activated by sending the clock signal from
FPGA to ADC chip. FPGA stops the ADC automatically by
terminating the enable signal when the buffering RAM is full which
would be indicated by the address signal from RAM. Digitized signal
is assumed to contain the carrier signals irradiated from the 1st ~mth
LED and DC noise ηD as well as other noise term η. Let the
frequency of carrier irradiated by i-th LED be fi, sampling rates be Sp,
initial phase be ϕi, time-of-flight from i-th LED to the receiver be ti,
ttrun be the shift time caused by signal truncation due to start/stop of
ADC, we have the digitized signal S(n) given by,
݊σʹɎ݂ڄሺ
ௌ௣൅ݐ൅ݐ௧௥௨௡ሻ൅߶
௜ୀଵ ൅ߟ൅ߟ (1)
2.2.2 Pre-processing by high-pass filtering
Original noise in DC components will greatly affect the
extraction of correct phase information since the phase information is
moved to DC components from high frequency ones. It is necessary
to lower the noise in DC components by applying the high pass Filter
at the beginning. After filtering, S(n) can be rewritten as,
݊σʹɎ݂ڄሺ
ௌ௣൅ݐ൅ݐ௧௥௨௡ሻ൅߶
௜ୀଵ ൅ߟ (2)
2.2.3 First peak finding and truncation
The term ttrun must be ensured that it is equal to integer multiples of
common period of carrier 1st ~mth each time we sample the received
signal so that the effect from term ttrun on the phase calculation would
be avoided. There are various ways to achieve this. The way we opt
for herein for explanation is to truncate the data into the one starting
from the signal peak. In this way, ttrun can be offset as 2πfiԫttrun =Nԫ
after peak finder and truncation. Hence,
݊σʹɎ݂ڄሺ
ௌ௣൅ݐሻ൅߶
௜ୀଵ ൅ߟ (3)
The true value of peak location will be found recursively by
comparing with the data while incrementing the address. The
procedure of finding the peak is concluded as below.
1. Initialize variable addr=0, which is corresponding to address
signal from buffering RAM signal (i.e., n in S(n)).
2. Store the value of S(addr) to variable tmppk, create and
initialize another variable Addrpk.
3. Increments addr, compare S(addr) with tmppk; If S(addr)>
tmppk, Refresh tmppk as S(addr) and Addrpk as addr.
4. Check if addr has reached the maximum value of RAM
address: if so terminated, otherwise, repeat step 3.
The location the peak of the mixed sinewave within the first
common period is found and stored in variables of Addrpk. According
to the addr corresponding to peak Addrpk, abandon the data from n=1
to n=Addrpk. Eventually, the truncation of data is completed.
2.3.4 I/Q multiplication
I/Q multiplication with virtual local oscillator (VLO) [9] is
applied to move phase/time information onto DC frequency
component. For each frequency fi, two virtual local signals from VLO
are given by,
Fig. 1 Components of the embedded receiver of PDOA-based VLP
748
©2022 ASPEN 2022 Organisers. ISBN: 978-981-18-6021-8. All rights reserved.
Proc. of the 9th Intl. Conf. of Asian Society for Precision Engg. and Nanotechnology (ASPEN 2022)
15–18 November 2022, Singapore.Edited by Nai Mui Ling Sharon and A. Senthil Kumar
௜ǡଵ݊ൌʹɎ݂ڄ
ௌ௣ (4)
௜ǡଶ݊ൌʹɎ݂ڄ
ௌ௣
(5)
The I/Q multiplication for each frequency fi is performed so as to
acquire ti.
ܫ݊ൌ݊ڄ௜ǡଵ݊
ൌσቀʹɎ݂ڄቀ
ௌ௣൅ݐቁ൅߶
௝ୀଵ ൅ߟቃڄʹɎ݂ڄ
ௌ௣ቁǤ(6)
If we denote σʹɎ݂ڄቀ
ௌ௣൅ݐቁ൅߶
௝ୀଵǡ௝ஷ௜ ൅ߟቃڄ
ʹɎ݂ڄ
ௌ௣ as IChf which has no DC frequency component, Ii can
be rewritten as,
ܫ݊ൌʹɎ݂ڄቀ
ௌ௣൅ݐቁ൅߶ቁڄቀʹɎ݂ڄ
ௌ௣ቁ൅ܫܥ௛௙Ǥ (7)
Furthermore, we have
ܫ݊ൌെ
ቂቀʹɎڄʹ݂ڄ
ௌ௣൅ʹɎ݂ݐ൅߶ʹɎ݂ڄݐ
߶ቃ൅ܫܥ௛௙Ǥ (8)
Likewise for Qi(n),
ܳ݊ൌെ
ቂቀʹɎڄʹ݂ڄ
ௌ௣൅ʹɎ݂ݐ൅߶
ቀʹɎ݂ڄ
ݐ൅߶
ቁቃܳܥ௛௙, (9)
where
ܳܥ௛௙ ൌቂσቀʹɎ݂ڄቀ
ௌ௣൅ݐቁ൅߶
௝ୀଵǡ௝ஷ௜ ൅ߟቃڄቀʹɎ݂ڄ
ௌ௣
. (10)
Evidently, ti can be extracted by applying low-pass filtering onto Ii(n)
and Qi(n) as described in the next step.
2.3.5 Low-pass filtering by averaging
Low-pass filtering can be realized in several ways. Here, averaging
method is being used to realize the low-pass filtering for convenience
of easy explanation. Realization of low-pass filtering using averaging
method is both light and fast, reducing the algorithm complexity
significantly. With low-pass filtering applied onto Ii and Qi, we have
ܯ݁ܽ݊ܫσொሺ௡ሻ
σ௡
ʹɎ݂ڄݐ൅߶
ܯ݁ܽ݊ܳσூሺ௡ሻ
σ௡
ʹɎ݂ڄݐ൅߶ . (11)
In this way, the phase/time information is attained by removing
other unrelated components. The rest operation of extracting phase
information followed by calculating TDOA and positioning just
used the same process in [9], which is easy for the Raspberry Pi on
the embedded system to handle.
3. HIL Simulation
3.1 HIL simulation setup
HIL Simulation is used herein to simulate the performance in the
ideal scenarios in real-time. Complex embedded systems would be
tested using the HIL simulation technique. As shown in Fig. 2, the
ideal scenario would be considered in which three LED beacons
would be placed at the specific coordinates in the cartesian system.
The coordinates of three LED beacons are (0.375, 0.210), (0.710,
0.792), (1.125, 0.210), respectively, in the unit of meter. Three LEDs
would be all mounted with height of 2 m. RF carrier frequency
assigned to LED1, LED2, LED3 is 4.8 MHz, 5 MHz, and 5.2 MHz
respectively. In this scenario, simulated ADC input signal, local
signals are provided as inputs to the processor of embedded VLP
receiver in the HIL simulation. Since the simulated ADC signal used
here is an ideal signal, HPF and truncation process is not required.
Consider a real time scenario in which the experiment would be done
with coverage area of 2×2 m2 which contains 9 position coordinates.
In the HIL simulation, for each position coordinate, respective
ADC input signal would be given as the input to FPGA (Spartan
LX150). ADC input signals for each position coordinate would be
obtained using MATLAB and pre-stored in input ROM of FPGA
using COE file. Then FPGA program will process the input signals as
explained in the principle section. User would visualize the results by
another terminal or monitor remotely and wirelessly connected to the
raspberry pi. Fig. 3 depicts the prototype of the embedded
PDOA-based VLP estimator at the receiver side, which is as compact
as a mouse.
As the user console, Raspberry Pi application obtained the
TDOA results from FPGA and perform the positioning, providing
plot of the original position coordinates and estimated position
coordinates to determine the positioning error.
3.2 HIL simulation results and discussion
Total of nine different positions across the coverage area were
estimated by providing respective ADC input signals to the FPGA.
Moreover, the results under sampling rates of 50 MSa/s and 51.2
MSa/s were both studied and compared.
The plot provided by Raspberry Pi under sampling rate of 51.2
MSa/s is shown in Fig. 4. In general, the estimated positioning is very
close the actual positions. The rate of positioning is measured up to 3
Hz on such a computation-constrained device.
Results obtained for the sampling rate of 51.2 MSa/s and 50
MSa/s are further summarized in Tab. 1. As per Tab. 1, the average
positioning error under 51.2 MSa/s is 0.018 m, while the average
positioning error under 50 MSa/s is up to 0.449 m. It is evident to
Fig. 2 Scenario simulated by HIL testing in real-time
Fig. 3 Prototype of embedded PDOA-based VLP receiver
749
©2022 ASPEN 2022 Organisers. ISBN: 978-981-18-6021-8. All rights reserved.
Proc. of the 9th Intl. Conf. of Asian Society for Precision Engg. and Nanotechnology (ASPEN 2022)
15–18 November 2022, Singapore.Edited by Nai Mui Ling Sharon and A. Senthil Kumar
conclude that positioning errors with the sampling rate of 50 MSa/s
are much worse compared to the positioning errors with sampling rate
of 51.2 MSa/s. This is due to that the positioning accuracy highly
depends on the optimal combination of data length and the sampling
rate being used. Hence, the combination of the data length and the
sampling rate should be chosen wisely such that the complete cycle of
input signal should be acquired during the process of sampling or
digitization. With the combination of sampling rate of 50 MSa/s and
data length as 512, the data is not in multiples of signal periods during
the process of sampling, hence results in poor averaging results
leading to bad positioning accuracy. Whereas in combination of
sampling rate of 51.2 MSa/s and data length as 512, complete cycles
of input signal have been acquired in the process of sampling which
results in higher positioning accuracy.
4. Conclusions
In this paper, we have implemented a VLP receiver on an embedded
device based on the adapted PDOA algorithm of low complexity to
cater for the constrained computing capability in the miniaturization
design. an FPGA-based firmware is designed to implement the
adapted PDOA algorithm, while a microprocessor is adopted to
receive the PDOA estimation from FPGA chip for further trilateration
and hence providing the positioning results. HIL simulations have
been performed on the proposed embedded VLP receiver based on
real time scenarios to test the accuracy and processing speed. The HIL
simulation indicates a superior performance, specifically, the
positioning error is 0.018 m in an ideal scenario covering a 2×2 m2
area when the distance from the LED transmitter and the receiver is
about 2 m.
In future, the designed VLP system in future should be fully
experimentally tested with real signals from photodetectors receiving
the modulated signals from LED lightings. Secondly, Data length
employed in our HIL simulation is only 512, and positioning accuracy
of the VLP system can be further improved by increasing the length
of the data to be processed with optimal combination of sampling
rate.
ACKNOWLEDGEMENT
REFERENCES
1. Luo, J, Fan L. and Li H., "Indoor positioning systems based on
visible light communication: state of the art." IEEE
COMMUNICATONS SURVEYS & TUTORIALS, Vol. 19, No.
4, pp. 2871-2893, 2017
2. Lin, B., Tang X., Ghassemlooy Z., Lin, C. and Li Y.,
"Experimental demonstration of an indoor VLC positioning
system based on OFDMA." IEEE Photonics Journal, Vol. 9, No.
2, pp. 1-9, 2017.
3. Rahman, A., Li T. and Wang, Y., "Recent Advances in Indoor
Localization via Visible Lights: A Survey." Sensors, Vol. 20, No.
5, pp. 1382, 2020.
4. Chen, H., Han W., Wang, J., Lu, H., Chen, D., Jin, J. and Feng, L.,
"High accuracy indoor visible light positioning using a long-short
term-memory fully connected network-based algorithm." Optics
Express, Vol. 29, No. 25, pp. 41109-41120, 2021.
5. Tran, H. Q. and Ha, C., "Improved Visible Light-Based Indoor
Positioning System Using Machine Learning Classification and
Regression." Applied Sciences, Vol. 9, No. 6, pp. 1048-1072,
2019.
6. Kazikli, E. and Gezici, S., "Hybrid TDOA/RSS based localization
for visible light systems." Digital Signal Processing, Vol. 86, pp.
19-28, 2019.
7. Zhang, S., Du, P., Chen, C., Zhong, W. and Alphones, A., "Robust
3D Indoor VLP System Based on ANN Using Hybrid
RSS/PDOA." IEEE Access Vol. 7, pp. 47769-47780, 2019.
8. Zhang, S., Zhong, W., Du, P. and Chen, C., "Experimental
demonstration of indoor sub-decimeter accuracy VLP system
using differential PDOA." IEEE Photonics Technology Letters,
Vol. 30, No. 19, pp. 1703-1706, 2018.
9. Du, P., Zhang, S., Chen, C., Alphones, A., and Zhong, W.,
"Demonstration of a low-complexity indoor visible light
positioning system using an enhanced TDOA scheme." IEEE
Photonics Journal, Vol. 10, No. 4, pp. 1-10, 2018.
Tab. 1 Positioning error under different sampling rate
Fig. 4 Plot of positioning results for sampling rate of 51.2 MSa/s
750
©2022 ASPEN 2022 Organisers. ISBN: 978-981-18-6021-8. All rights reserved.
ResearchGate has not been able to resolve any citations for this publication.
Article
Full-text available
In this work, a novel positioning algorithm based on a long short term memory-fully connected network (LSTM-FCN) is proposed to improve the performance of an indoor visible light positioning (VLP) system. Using the proposed LSTM-FCN based positioning algorithm, the VLP system with a single light emitting diode (LED) and multiple photodetectors (PDs) was implemented. On this basis, the positioning performance of the established VLP system using proposed LSTM-FCN, traditional FCN and support vector regression (SVR) based algorithm is investigated and compared. It is demonstrated that the VLP system using the proposed LSTM-FCN based algorithm has better performance than that using other machine learning algorithms. As a result, an average positioning error of 0.92 cm and a maximum positioning error of less than 5 cm can be obtained for the established VLP system.
Article
Full-text available
Because of the limitations of the Global Positioning System (GPS) in indoor scenarios, various types of indoor positioning or localization technologies have been proposed and deployed. Wireless radio signals have been widely used for both communication and localization purposes due to their popular availability in indoor spaces. However, the accuracy of indoor localization based purely on radio signals is still not perfect. Recently, visible light communication (VLC) has made use of electromagnetic radiation from light sources for transmitting data. The potential for deploying visible light communication for indoor localization has been investigated in recent years. Visible-light-based localization enjoys low deployment cost, high throughput, and high security. In this article, the most recent advances in visible-light-based indoor localization systems have been reviewed. We strongly believe that visible-light-based localization will become a low-cost and feasible complementary solution for indoor localization and other smart building applications.
Article
Full-text available
Indoor location based services are becoming crucial parts of smart living, smart manufacturing and all kinds of Internet of Things. Visible light based positioning(VLP) system is one of the cost-efficient and RF radiation-free solutions. However, conventional Received Signal Strength(RSS) based VLP system suffers inaccurate modeling and intensity variations, especially in 3-D positioning cases. Hence we propose an Artificial Neural Network(ANN) based approach for accurate modeling and positioning with on-site data. Likewise, the proposed approach is also proved applicable to accurate modeling of initial time delay distribution of LED chips in VLP systems based on phase differences of arrival (PDOA). To improve the robustness by mitigating the impact of intensity variations, we introduce a selection strategy utilizing both PDOA and RSS measurements. Through simulations, we demonstrate the feasibility of ANN-based on-site modeling and present the robustness of the hybrid positioning system under various levels of intensity variations.
Article
Full-text available
Recently, indoor positioning systems have attracted a great deal of research attention, as they have a variety of applications in the fields of science and industry. In this study, we propose an innovative and easily implemented solution for indoor positioning. The solution is based on an indoor visible light positioning system and dual-function machine learning (ML) algorithms. Our solution increases positioning accuracy under the negative effect of multipath reflections and decreases the computational time for ML algorithms. Initially, we perform a noise reduction process to eliminate low-intensity reflective signals and minimize noise. Then, we divide the floor of the room into two separate areas using the ML classification function. This significantly reduces the computational time and partially improves the positioning accuracy of our system. Finally, the regression function of those ML algorithms is applied to predict the location of the optical receiver. By using extensive computer simulations, we have demonstrated that the execution time required by certain dual-function algorithms to determine indoor positioning is decreased after area division and noise reduction have been applied. In the best case, the proposed solution took 78.26% less time and provided a 52.55% improvement in positioning accuracy.
Article
Full-text available
In this paper, we for the first time experimentally demonstrate a sub-decimetre accuracy visible light positioning (VLP) system using a modified phase difference of arrival (PDOA) algorithm, i.e. differential PDOA (DPDOA). Compared with the conventional PDOA algorithm where local oscillators (LOs) are used at the receiver side, the DPDOA algorithm does not require LOs by using the differential phase difference method. Moreover, Kalman filtering (KF) is used to reduce the variation of distance difference estimation and neural network (NN) is also adopted for mitigating position shifting error caused by the nonuniform initial time delay pattern of the off-the-shelf LEDs. Experimental results show that the proposed VLP system achieves an average root mean square positioning error (RMSPE) of 1.8 cm and a maximum RMSPE of 8 cm with a coverage of 1×1.2 m^2 and a height of 2 m.
Article
Full-text available
In this paper, a low-complexity time-difference-of-arrival (TDOA)-based indoor visible light positioning (VLP) system using an enhanced practical localization scheme based on cross-correlation is proposed and experimentally demonstrated. The proposed TDOA scheme offers two advantages: 1) the use of virtual local oscillator (VLO) to replace the real local oscillator (RLO) for cross-correlation at the receiver side so as to reduce the hardware complexity; 2) the application of cubic spline interpolation on the correlation function to reduce the rigorous requirement on the sampling rate and to enhance the time-resolution of cross-correlation. In order to achieve high positioning accuracy with minimum implementation complexity, parameter optimization is first performed in terms of sampling rate, interpolation factor and data length for correlation. Using the obtained optimal parameters, we demonstrate a low-complexity indoor two-dimensional (2D) VLP system using the correlation-based TDOA scheme in a coverage area of 1.2×1.2 m2 with a height of 2 m. The experimental results validate the feasibility of the proposed TDOA scheme, and an average positioning accuracy of 9.2 cm is achieved with a sampling rate of 500 MSa/s, an interpolation factor of 100 and a data length of 250k samples.
Article
Full-text available
Advances in Visible Light Communication (VLC) technology and the ubiquity of illumination facility have led to a growing interest in VLC-based indoor positioning. Numerous techniques have been proposed to obtain better system performance. In this paper, we survey over 100 papers ranging from pioneering papers to the state-of-the-art in the field to present the positioning technology. Not only the Light Emitting Diode (LED) technology, modulation method and types of receivers are compared, but also a novel taxonomy method is proposed. In this paper, VLC-based Indoor Positioning Systems (VLC-based-IPSs) are classified based on the methods used, (1) mathematical method, (2) sensor-assisted method, (3) optimization method. Different from other survey works, we emphasize and analyze the accuracy of VLC-based Indoor Positioning System (VLC-based-IPS) in the experiment and simulation environments. Meanwhile, the paper illustrates challenges, countermeasures and lessons learned.
Article
Full-text available
We propose an indoor visible light communications and positioning system using the orthogonal frequency division multiplexing access (OFDMA) scheme, which can provide both indoor positioning and communications. Three subcarriers with the maximum received signal intensity with respect to three light emitting diodes are selected for indoor positioning based on the trilateration algorithm. The experiment results show that the proposed system with quadrature phase shift keying (QPSK) mapping offers a mean positioning error and an error vector magnitude (EVM) of 1.68 cm and more than 15 dB, respectively.
Article
In a visible light positioning (VLP) system, a receiver can estimate its location based on signals transmitted by light emitting diodes (LEDs). In this manuscript, we investigate a quasi-synchronous VLP system, in which the LED transmitters are synchronous among themselves but are not synchronized with the receiver. In quasi-synchronous VLP systems, position estimation can be performed by utilizing time difference of arrival (TDOA) information together with channel attenuation information, leading to a hybrid localization system. To specify accuracy limits for quasi-synchronous VLP systems, the Cramer-Rao lower bound (CRLB) on position estimation is derived in a generic three-dimensional scenario. Then, a direct positioning approach is adopted to obtain the maximum likelihood (ML) position estimator based directly on received signals from LED transmitters. In addition, a two-step position estimator is proposed, where TDOA and received signal strength (RSS) estimates are obtained in the first step and the position estimation is performed, based on the TDOA and RSS estimates, in the second step. The performance of the two-step positioning technique is shown to converge to that of direct positioning at high signal-to-noise ratios based on asymptotic properties of ML estimation. Finally, CRLBs and performance of the proposed positioning techniques are investigated through simulations.