A Comprehensive Survey on Deep Learning-Based LoRa Radio Frequency Fingerprinting Identification
<p>Scope (<b>a</b>) and organization (<b>b</b>) of the survey.</p> "> Figure 2
<p>LoRaWAN architecture and impersonation attack.</p> "> Figure 3
<p>Spectrogram and structure of a LoRa frame. The color intensity in the spectrogram shows the power in that particular instance of time and frequency, with yellow color representing higher power than pink color. The preamble at the beginning of the frame is made up of a sequence of unmodulated up-chirps terminated by two and a quarter unmodulated down-chirps.</p> "> Figure 4
<p>A typical LoRa transceiver chain (adapted from [<a href="#B31-sensors-24-04411" class="html-bibr">31</a>]).</p> "> Figure 5
<p>Example CSS Modulated Symbols (<math display="inline"><semantics> <mrow> <mi>BW</mi> <mo>=</mo> <mn>32</mn> </mrow> </semantics></math> Hz and <math display="inline"><semantics> <mrow> <mi>SF</mi> <mo>=</mo> <mn>5</mn> </mrow> </semantics></math>).</p> "> Figure 6
<p>Transient and steady-states in a LoRa signal.</p> "> Figure 7
<p>Direct conversion transmitter architecture (adapted from [<a href="#B47-sensors-24-04411" class="html-bibr">47</a>]).</p> "> Figure 8
<p>Possible transmitter architecture of Semtech’s SX127x (inspired from [<a href="#B56-sensors-24-04411" class="html-bibr">56</a>]).</p> "> Figure 9
<p>Block diagram of a typical deep learning-based LoRa radio-frequency fingerprinting identification architecture.</p> "> Figure 10
<p>Four different representations of the LoRa IQ signal. (<b>a</b>) Time-domain (IQ); (<b>b</b>) Frequency-domain (FFT); (<b>c</b>) Time-frequency domain (spectrogram); (<b>d</b>) Differential Constellation Trace Figure.</p> "> Figure 11
<p>Deep learning models, signal representations, and features.</p> "> Figure 12
<p>Dataset information: data collection environment, availability, and the type of data type used to train models (<b>a</b>) Existing LoRa datasets (<b>b</b>) Data type used to train the model.</p> "> Figure 13
<p>Frequency of LoRa parameters.</p> "> Figure 14
<p>Challenges addressed.</p> ">
Abstract
:1. Introduction
1.1. Motivation
1.2. Research Contribution
- We focus on LoRa technology and comprehensively review the existing literature published in the domain of deep learning-based LoRa radio frequency fingerprint identification. The existing surveys on radio frequency fingerprinting are not domain-specific and not as comprehensive as this paper.
- We discuss several RF fingerprinting methods and their applications with pros and cons.
- We present a comprehensive discussion on different hardware impairment types and their modeling in typical radio frequency transceivers with an additional focus on LoRa-specific impairments.
- We summarize all the deep learning-based LoRa RFFI systems in terms of approach adaptation, model selection, LoRa signal representation, and performance.
- We analyze all the LoRa RFF datasets used in the literature and present a comprehensive tabular summary of all the characteristics of these datasets.
- We systematically present the challenges in the state of the art at different levels and also envisage the future research directions.
1.3. Organization of the Survey
2. LoRa Fundamentals
2.1. LoRaWAN Architecture
2.2. LoRaWAN Security
2.3. LoRa CSS Modulation
2.3.1. LoRa PHY Frame Structure
- Preamble: The preamble is the initial part of the LoRa PHY frame. It is used for the synchronization of the transmitter and receiver. The preamble starts with a sequence of n up-chirps (usually ), followed by two sync word chirps, and ends with two and a quarter of down-chirps.
- Physical Header (PHDR): This field contains information related to payload size (Len), coding rate (CR), presence of a cyclic redundancy check trailer (CRC?), and a PHDR-specific CRC (PHDR CRC).
- Payload: This field carries the upper layer frames, such as LoRaWAN MAC frames. The maximum payload size is up to 255 bytes but can be further limited depending on the data rate and region of operation.
- CRC: This field carries a 16-bit CRC that covers the payload. The presence of this field depends on the bit CRC in the PHDR.
2.3.2. LoRa Transceiver Chain
2.3.3. Frame Coding
- The first step in the LoRa transceiver chain is whitening which involves XORing the information bits with a pseudo-random binary sequence. Bit correlation is introduced in transmission by the channel encoder which adds redundancy bits. This may be problematic in the overall transmission chain. Hence, the whitening process is required. Because the original Semtech whitening sequence is not known, different whitening sequences have been used in LoRa PHY open-source implementations [31,32,33].
- After whitening and the insertion of the PHDR and CRC, the next stage is Hamming encoding which enables robust and error-free transmission. According to [31], LoRa uses a variation of the original Hamming code to detect and even correct errors in the data. The LoRa parameter Code Rate (CR) controls the amount of redundancy introduced.
- The Hamming code stage is followed by interleaving which is crucial to minimize the impact of burst errors caused by noise or fading of the signal. It achieves the shuffle of bits over multiple code words. The process of interleaving in LoRa is detailed in [34].
- The final stage before chirp modulation is Gray mapping. Using the Gray code, two successive symbols differ by only one bit. Mapping them to binary sequences using Gray code improves the performance of the error correction technique and lowers the bit error rate.
2.3.4. Chirp Modulation
2.3.5. Chirp Demodulation
3. RF Fingerprinting Identification
3.1. RFFI Approaches
3.2. RF Transmitter Hardware Impairments
3.2.1. IQ Imbalance
3.2.2. Phase Noise
3.2.3. DC Offset
3.2.4. Carrier Frequency Offset
3.2.5. Sampling Frequency Offset
3.2.6. Non Linearity
3.3. LoRa-Specific Impairments
3.3.1. LoRa Chirp Structure
3.3.2. Unique LoRa Transceiver Design
3.3.3. LoRa-Specific CFO Effect
3.3.4. LoRa Symbol Timing Offset
3.3.5. RF Impairments under Low SNR
4. DL-Based LoRa Device Identification Using RFF
4.1. LoRa Signal Collection
4.2. Data Pre-Processing
4.2.1. Frame Synchronisation
4.2.2. CFO Estimation and Compensation
4.2.3. Normalization
4.3. Signal Representation
4.3.1. Time-Domain
4.3.2. Frequency Domain (FFT)
4.3.3. Time-Frequency Domain (Spectrogram)
4.3.4. Differential Constellation Trace Figures (DCTF)
4.4. DL Model Training
4.5. Device Identification
5. Critical Literature Analysis
5.1. CNN-Based LoRa RFFI
5.2. ResNet Based LoRa RFFI
5.3. MLP-Based LoRa RFFI
5.4. LSTM Based LoRa RFFI
5.5. Transformer-Based LoRa RFFI
5.6. Lessons Learned
6. LoRa RFFI Datasets
6.1. Dataset I
6.2. Dataset II
6.3. Dataset III
6.4. Dataset IV
6.5. Dataset V
6.6. Dataset VI
6.7. Dataset VII
6.8. Dataset VIII
6.9. Dataset IX
6.10. Dataset X
6.11. Dataset XI
6.12. Dataset XII
6.13. Dataset XIII
6.14. Lessons Learned
7. Challenges and Future Research Directions
7.1. General DL-Based RFFI Challenges
7.1.1. Data Capture at Low SNR
7.1.2. Feature Stability
7.1.3. Scalability
7.1.4. Data Augmentation
7.1.5. Model Sensitivity
7.1.6. Model Security
7.1.7. Model Explainability
7.2. LoRa-Specific Challenges
7.2.1. Data Availability
7.2.2. BW and SF Diversity
7.2.3. Signal Representation
7.2.4. Model Selection
7.2.5. Open-Set Identification
7.2.6. Efficiency and Low Latency
7.2.7. Real Environment Deployment
7.3. Future Research Directions
7.3.1. Transfer Learning
7.3.2. Impact of Receiver Imperfections
7.3.3. Proper Modeling of Device Imperfections
7.3.4. Universal Set of RFF Features
7.3.5. LoRa Operating at 2.4 GHz
8. Conclusions
Author Contributions
Funding
Conflicts of Interest
References
- Lionel Sujay, V. IoT and Non-IoT ConnectionsWorldwide 2010–2025. Statista. 2022. Available online: https://www.statista.com/statistics/1101442/iot-number-of-connected-devices-worldwide/ (accessed on 25 June 2023).
- Krejčí, R.; Hujňák, O.; Švepeš, M. Security survey of the IoT wireless protocols. In Proceedings of the 2017 25th Telecommunication Forum (TELFOR), Belgrade, Serbia, 21–22 November 2017; pp. 1–4. [Google Scholar] [CrossRef]
- Gore, R.N.; Kour, H.; Gandhi, M.; Tandur, D.; Varghese, A. Bluetooth based Sensor Monitoring in Industrial IoT Plants. In Proceedings of the 2019 International Conference on Data Science and Communication (IconDSC), Bangalore, India, 1–2 March 2019; pp. 1–6. [Google Scholar] [CrossRef]
- Kumar, T.; Mane, P.B. ZigBee topology: A survey. In Proceedings of the 2016 International Conference on Control, Instrumentation, Communication and Computational Technologies (ICCICCT), Kumaracoil, India, 16–17 December 2016; pp. 164–166. [Google Scholar] [CrossRef]
- Padiya, S.D.; Gulhane, V.S. IoT and BLE Beacons: Demand, Challenges, Requirements, and Research Opportunities- Planning-Strategy. In Proceedings of the 2020 IEEE 9th International Conference on Communication Systems and Network Technologies (CSNT), Gwalior, India, 10–12 April 2020; pp. 125–129. [Google Scholar] [CrossRef]
- Arunkumar, K.A.; Kriti, K.; Das, A.; Bhattacharyya, B. Wireless Speakers using WiFi and IoT. In Proceedings of the 2019 International Conference on Vision Towards Emerging Trends in Communication and Networking (ViTECoN), Vellore, India, 30–31 March 2019; pp. 1–6. [Google Scholar] [CrossRef]
- Aggarwal, S.; Nasipuri, A. Survey and Performance Study of Emerging LPWAN Technologies for IoT Applications. In Proceedings of the 2019 IEEE 16th International Conference on Smart Cities: Improving Quality of Life Using ICT & IoT and AI (HONET-ICT), Charlotte, NC, USA, 6–9 October 2019; pp. 069–073. [Google Scholar] [CrossRef]
- Khalifeh, A.; Aldahdouh, K.A.; Darabkh, K.A.; Al-Sit, W. A Survey of 5G Emerging Wireless Technologies Featuring LoRaWAN, Sigfox, NB-IoT and LTE-M. In Proceedings of the 2019 International Conference on Wireless Communications Signal Processing and Networking (WiSPNET), Chennai, India, 21–23 March 2019; pp. 561–566. [Google Scholar] [CrossRef]
- Popli, S.; Jha, R.K.; Jain, S. A Survey on Energy Efficient Narrowband Internet of Things (NBIoT): Architecture, Application and Challenges. IEEE Access 2019, 7, 16739–16776. [Google Scholar] [CrossRef]
- Jouhari, M.; Saeed, N.; Alouini, M.S.; Amhoud, E.M. A Survey on Scalable LoRaWAN for Massive IoT: Recent Advances, Potentials, and Challenges. IEEE Commun. Surv. Tutor. 2023, 25, 1841–1876. [Google Scholar] [CrossRef]
- Liya, M.; Aswathy, M. LoRa technology for Internet of Things (IoT):A brief Survey. In Proceedings of the 2020 Fourth International Conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud) (I-SMAC), Palladam, India, 7–9 October 2020; pp. 8–13. [Google Scholar] [CrossRef]
- Baldini, G.; Steri, G. A survey of techniques for the identification of mobile phones using the physical fingerprints of the built-in components. IEEE Commun. Surv. Tutor. 2017, 19, 1761–1789. [Google Scholar] [CrossRef]
- Jagannath, A.; Jagannath, J.; Kumar, P.S.P.V. A comprehensive survey on radio frequency (RF) fingerprinting: Traditional approaches, deep learning, and open challenges. Comput. Netw. 2022, 219, 109455. [Google Scholar] [CrossRef]
- Chowdhury, R.R.; Abas, P.E. A survey on device fingerprinting approach for resource-constraint IoT devices: Comparative study and research challenges. Internet Things 2022, 20, 100632. [Google Scholar] [CrossRef]
- Alshammri, T.; Albakheet, M.; Kateeb, I. Survey on radio frequency identification security and attacks. In Proceedings of the 5th International Conference on Future Networks & Distributed Systems, New York, NY, USA, 15–16 December 2021; pp. 138–143. [Google Scholar]
- Parmaksiz, H.; Karakuzu, C. A Review of Recent Developments on Secure Authentication Using RF Fingerprints Techniques. Sak. Univ. J. Comput. Inf. Sci. 2022, 5, 278–303. [Google Scholar] [CrossRef]
- Guo, X.; Zhang, Z.; Chang, J. Survey of mobile device authentication methods based on RF fingerprint. In Proceedings of the IEEE INFOCOM 2019-IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS), Paris, France, 29 April–2 May 2019; IEEE: Piscataway, NJ, USA, 2019; pp. 1–6. [Google Scholar]
- Soltanieh, N.; Norouzi, Y.; Yang, Y.; Karmakar, N.C. A review of radio frequency fingerprinting techniques. IEEE J. Radio Freq. Identif. 2020, 4, 222–233. [Google Scholar] [CrossRef]
- Li, Y.; Wang, L. A survey of radio frequency fingerprint feature extraction and recognition based on deep learning. In Proceedings of the International Conference on Forthcoming Networks and Sustainability (FoNeS 2022), Nicosia, Cyprus, 3–5 October 2022. [Google Scholar]
- Li, Y.; Qin, X. A survey of specific emitter identification. In Proceedings of the International Conference on Forthcoming Networks and Sustainability (FoNeS 2022), Nicosia, Cyprus, 3–5 October 2022; Volume 2022, pp. 783–788. [Google Scholar] [CrossRef]
- Sun, Z.; Yang, H.; Liu, K.; Yin, Z.; Li, Z.; Xu, W. Recent advances in LoRa: A comprehensive survey. ACM Trans. Sens. Netw. 2022, 18, 67. [Google Scholar] [CrossRef]
- Safi, M.; Dadkhah, S.; Shoeleh, F.; Mahdikhani, H.; Molyneaux, H.; Ghorbani, A.A. A Survey on IoT Profiling, Fingerprinting, and Identification. ACM Trans. Internet Things 2022, 3, 26. [Google Scholar] [CrossRef]
- Xie, L.; Peng, L.; Zhang, J.; Hu, A. Radio frequency fingerprint identification for Internet of Things: A survey. Secur. Saf. 2024, 3, 2023022. [Google Scholar] [CrossRef]
- Van Es, E.; Vranken, H.; Hommersom, A. Denial-of-service attacks on LoRaWAN. In Proceedings of the 13th International Conference on Availability, Reliability and Security, Hamburg, Germany, 27–30 August 2018; pp. 1–6. [Google Scholar]
- NIST FIPS 197; Advanced Encryption Standard (AES). National Institute of Standards and Technology: Gaithersburg, MD, USA, 2001.
- Aras, E.; Ramachandran, G.S.; Lawrence, P.; Hughes, D. Exploring the security vulnerabilities of LoRa. In Proceedings of the 2017 3rd IEEE International Conference on Cybernetics (CYBCONF), Exeter, UK, 21–23 June 2017; IEEE: Piscataway, NJ, USA, 2017; pp. 1–6. [Google Scholar]
- Sung, W.J.; Ahn, H.G.; Kim, J.B.; Choi, S.G. Protecting end-device from replay attack on LoRaWAN. In Proceedings of the 2018 20th International Conference on Advanced Communication Technology (ICACT), Chuncheon, Republic of Korea, 11–14 February 2018; pp. 167–171. [Google Scholar] [CrossRef]
- Aras, E.; Small, N.; Ramachandran, G.S.; Delbruel, S.; Joosen, W.; Hughes, D. Selective jamming of LoRaWAN using commodity hardware. In Proceedings of the 14th EAI International Conference on Mobile and Ubiquitous Systems: Computing, Networking and Services, Melbourne, Australia, 7–10 November 2017; pp. 363–372. [Google Scholar]
- Semtech. AN1200.22 LoRaTM Modulation Basics; Semtech Application Note; Semtech: Camarillo, CA, USA, 2015. [Google Scholar]
- Seller, O.B.A.; Sornin, N. Low Power Long Range Transmitter. U.S. Patent US20140219329, 7 August 2014. [Google Scholar]
- Tapparel, J.; Afisiadis, O.; Mayoraz, P.; Balatsoukas-Stimming, A.; Burg, A. An open-source LoRa physical layer prototype on GNU radio. In Proceedings of the 2020 IEEE 21st International Workshop on Signal Processing Advances in Wireless Communications (SPAWC), Atlanta, GA, USA, 26–29 May 2020; IEEE: Piscataway, NJ, USA, 2020; pp. 1–5. [Google Scholar]
- Robyns, P.; Quax, P.; Lamotte, W.; Thenaers, W. A Multi-Channel Software Decoder for the LoRa Modulation Scheme. In Proceedings of the IoTBDS, Madeira, Portugal, 19–21 March 2018; pp. 41–51. [Google Scholar]
- Marquet, A.; Montavont, N.; Papadopoulos, G.Z. Towards an SDR implementation of LoRa: Reverse-engineering, demodulation strategies and assessment over Rayleigh channel. Comput. Commun. 2020, 153, 595–605. [Google Scholar] [CrossRef]
- Joachim, T. Complete Reverse Engineering of LoRa PHY; Technical Report; Telecommunications Circuits Laboratory EPFL: Lausanne, Switzerland, 2020. [Google Scholar]
- Vangelista, L. Frequency shift chirp modulation: The LoRa modulation. IEEE Signal Process. Lett. 2017, 24, 1818–1821. [Google Scholar] [CrossRef]
- Ghanaatian, R.; Afisiadis, O.; Cotting, M.; Burg, A. LoRa digital receiver analysis and implementation. In Proceedings of the ICASSP 2019—2019 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Brighton, UK, 12–17 May 2019; IEEE: Piscataway, NJ, USA, 2019; pp. 1498–1502. [Google Scholar]
- Mohammadian, A.; Tellambura, C. RF Impairments in Wireless Transceivers: Phase Noise, CFO, and IQ Imbalance—A Survey. IEEE Access 2021, 9, 111718–111791. [Google Scholar] [CrossRef]
- Polak, A.C.; Dolatshahi, S.; Goeckel, D.L. Identifying Wireless Users via Transmitter Imperfections. IEEE J. Sel. Areas Commun. 2011, 29, 1469–1479. [Google Scholar] [CrossRef]
- Danev, B.; Zanetti, D.; Capkun, S. On physical-layer identification of wireless devices. ACM Comput. Surv. (CSUR) 2012, 45, 1–29. [Google Scholar] [CrossRef]
- Xu, Q.; Zheng, R.; Saad, W.; Han, Z. Device fingerprinting in wireless networks: Challenges and opportunities. IEEE Commun. Surv. Tutor. 2015, 18, 94–104. [Google Scholar] [CrossRef]
- Danev, B.; Capkun, S. Transient-based identification of wireless sensor nodes. In Proceedings of the 2009 International Conference on Information Processing in Sensor Networks, San Francisco, CA, USA, 13–16 April 2009; pp. 25–36. [Google Scholar]
- Zhuo, F.; Huang, Y.; Chen, J. Radio frequency fingerprint extraction of radio emitter based on I/Q imbalance. Procedia Comput. Sci. 2017, 107, 472–477. [Google Scholar]
- Sankhe, K.; Belgiovine, M.; Zhou, F.; Angioloni, L.; Restuccia, F.; D’Oro, S.; Melodia, T.; Ioannidis, S.; Chowdhury, K. No radio left behind: Radio fingerprinting through deep learning of physical-layer hardware impairments. IEEE Trans. Cogn. Commun. Netw. 2019, 6, 165–178. [Google Scholar] [CrossRef]
- Merchant, K. Deep Neural Networks for Radio Frequency Fingerprinting. Ph.D. Dissertation, University of Maryland, College Park, MD, USA, 2019. [Google Scholar]
- Zhang, T.; Ren, P.; Ren, Z. Deep radio fingerprint ResNet for reliable lightweight device identification. In Proceedings of the 2021 IEEE 94th Vehicular Technology Conference (VTC2021-Fall), Virtual Conference, 27 September–28 October 2021; IEEE: Piscataway, NJ, USA, 2021; pp. 1–6. [Google Scholar]
- Svitek, R.; Raman, S. DC offsets in direct-conversion receivers: Characterization and implications. IEEE Microw. Mag. 2005, 6, 76–86. [Google Scholar] [CrossRef]
- Elmaghbub, A.; Hamdaoui, B. LoRa Device Fingerprinting in the Wild: Disclosing RF Data-Driven Fingerprint Sensitivity to Deployment Variability. IEEE Access 2021, 9, 142893–142909. [Google Scholar] [CrossRef]
- Elmaghbub, A.; Hamdaoui, B.; Natarajan, A. WideScan: Exploiting Out-of-Band Distortion for Device Classification Using Deep Learning. In Proceedings of the GLOBECOM 2020—2020 IEEE Global Communications Conference, Taipei, Taiwan, 7–11 December 2020; pp. 1–6. [Google Scholar] [CrossRef]
- Allan, D.W. Time and frequency(time-domain) characterization, estimation, and prediction of precision clocks and oscillators. IEEE Trans. Ultrason. Ferroelectr. Freq. Control 1987, 34, 647–654. [Google Scholar] [CrossRef] [PubMed]
- Wilson, N. Addressing the DC Offset Challenge in Direct Conversion RF Receivers; Technical Report WP-123; CML Microcircuits: Maldon, UK, 2018. [Google Scholar]
- Gu, X.; Wu, W.; Guo, N.; He, W.; Song, A.; Yang, M.; Ling, Z.; Luo, J. TeRFF: Temperature-aware Radio Frequency Fingerprinting for Smartphones. In Proceedings of the 2022 19th Annual IEEE International Conference on Sensing, Communication, and Networking (SECON), Virtual, 20–23 September 2022; pp. 127–135. [Google Scholar] [CrossRef]
- Huan, X.; Hao, Y.; Miao, K.; He, H.; Hu, H. Carrier Frequency Offset in Internet-of-Things Radio Frequency Fingerprint Identification: An Experimental Review. IEEE Internet Things J. 2023, 11, 7359–7373. [Google Scholar] [CrossRef]
- Shen, G.; Zhang, J.; Marshall, A.; Peng, L.; Wang, X. Radio frequency fingerprint identification for LoRa using spectrogram and CNN. In Proceedings of the IEEE INFOCOM 2021-IEEE Conference on Computer Communications, Vancouver, BC, Canada, 10–13 May 2021; IEEE: Piscataway, NJ, USA, 2021; pp. 1–10. [Google Scholar]
- Smaini, L. Rf Analog Impairments Modeling for Communication Systems Simulation: Application to OFDM-Based Transceivers; John Wiley & Sons: Hoboken, NJ, USA, 2012. [Google Scholar]
- Baylis, C.; Martin, J.; Moldovan, M.; Marks, R.J.; Cohen, L.; de Graaf, J.; Johnk, R.; Sanders, F. Spectrum Analysis Considerations for Radar Chirp Waveform Spectral Compliance Measurements. IEEE Trans. Electromagn. Compat. 2013, 56, 520–529. [Google Scholar] [CrossRef]
- Semtech. SX1276/77/78/79—137 MHz to 1020 MHz Low Power Long Range Transceiver; Datasheet, Rev.4; Semtech: Camarillo, CA, USA, 2015. [Google Scholar]
- Semtech. AN1200.59 Selecting the Optimal Reference Clock; Semtech Application Note; Semtech: Camarillo, CA, USA, 2022. [Google Scholar]
- Bernier, C.; Dehmas, F.; Deparis, N. Low Complexity LoRa Frame Synchronization for Ultra-Low Power Software-Defined Radios. IEEE Trans. Commun. 2020, 68, 3140–3152. [Google Scholar] [CrossRef]
- Ettus Research. Available online: https://www.ettus.com/products/ (accessed on 25 May 2024).
- Mathlab. Available online: https://www.mathworks.com/ (accessed on 25 May 2024).
- GNU Radio. Available online: https://www.gnuradio.org/ (accessed on 25 May 2024).
- Xu, Z.; Tong, S.; Xie, P.; Wang, J. From Demodulation to Decoding: Toward Complete LoRa PHY Understanding and Implementation. ACM Trans. Sens. Networks 2023, 18, 1–27. [Google Scholar] [CrossRef]
- Schmidl, T.M.; Cox, D.C. Robust frequency and timing synchronization for OFDM. IEEE Trans. Commun. 1997, 45, 1613–1621. [Google Scholar] [CrossRef]
- Shen, G.; Zhang, J.; Marshall, A.; Cavallaro, J.R. Towards scalable and channel-robust radio frequency fingerprint identification for LoRa. IEEE Trans. Inf. Forensics Secur. 2022, 17, 774–787. [Google Scholar] [CrossRef]
- Shen, G.; Zhang, J.; Marshall, A.; Peng, L.; Wang, X. Radio Frequency Fingerprint Identification for LoRa Using Deep Learning. IEEE J. Sel. Areas Commun. 2021, 39, 2604–2616. [Google Scholar] [CrossRef]
- Shen, G.; Zhang, J.; Marshall, A. Deep Learning-Powered Radio Frequency Fingerprint Identification: Methodology and Case Study. IEEE Commun. Mag. 2023, 61, 170–176. [Google Scholar] [CrossRef]
- Robyns, P.; Marin, E.; Lamotte, W.; Quax, P.; Singelée, D.; Preneel, B. Physical-layer fingerprinting of LoRa devices using supervised and zero-shot learning. In Proceedings of the 10th ACM Conference on Security and Privacy in Wireless and Mobile Networks, Boston, MA, USA, 18–20 July 2017; pp. 58–63. [Google Scholar]
- Al-Shawabka, A.; Pietraski, P.; Pattar, S.B.; Restuccia, F.; Melodia, T. DeepLoRa: Fingerprinting LoRa Devices at Scale Through Deep Learning and Data Augmentation. In Proceedings of the Twenty-second International Symposium on Theory, Algorithmic Foundations, and Protocol Design for Mobile Networks and Mobile Computing, Shanghai, China, 14–17 October 2021; pp. 251–260. [Google Scholar] [CrossRef]
- Jiang, Y.; Peng, L.; Hu, A.; Wang, S.; Huang, Y.; Zhang, L. Physical layer identification of LoRa devices using constellation trace figure. EURASIP J. Wirel. Commun. Netw. 2019, 2019, 223. [Google Scholar] [CrossRef]
- Otter, D.W.; Medina, J.R.; Kalita, J.K. A Survey of the Usages of Deep Learning for Natural Language Processing. IEEE Trans. Neural Netw. Learn. Syst. 2021, 32, 604–624. [Google Scholar] [CrossRef] [PubMed]
- Voulodimos, A.; Doulamis, N.; Doulamis, A.; Protopapadakis, E. Deep learning for computer vision: A brief review. Comput. Intell. Neurosci. 2018, 2018, 7068349. [Google Scholar] [CrossRef]
- Das, R.; Gadre, A.; Zhang, S.; Kumar, S.; Moura, J.M.F. A Deep Learning Approach to IoT Authentication. In Proceedings of the 2018 IEEE International Conference on Communications (ICC), Kansas City, MO, USA, 7 October 2018; pp. 1–6. [Google Scholar] [CrossRef]
- Shen, G.; Zhang, J.; Marshall, A.; Valkama, M.; Cavallaro, J. Radio Frequency Fingerprint Identification for Security in Low-Cost IoT Devices. arXiv 2021, arXiv:2111.14275. [Google Scholar]
- Zhang, J.; Woods, R.; Sandell, M.; Valkama, M.; Marshall, A.; Cavallaro, J. Radio Frequency Fingerprint Identification for Narrowband Systems, Modelling and Classification. IEEE Trans. Inf. Forensics Secur. 2021, 16, 3974–3987. [Google Scholar] [CrossRef]
- Gaskin, J.; Hamdaoui, B.; Wong, W.K. Tweak: Towards Portable Deep Learning Models for Domain-Agnostic LoRa Device Authentication. arXiv 2022, arXiv:2209.00786. [Google Scholar]
- Zhang, T.; Ren, P.; Xu, D.; Ren, Z. DFSNet: Deep Fractional Scattering Network for LoRa Fingerprinting. In Proceedings of the GLOBECOM 2022—2022 IEEE Global Communications Conference, Rio de Janeiro, Brazil, 4–8 December 2022; pp. 4897–4902. [Google Scholar] [CrossRef]
- Cheng, Q.; Li, J.; Gao, X.; Fan, H.; Jiang, T. Radio Frequency Transmitter Identification Based on Fingerprinting and Convolutional Neural Network. In Proceedings of the 2022 IEEE 2nd International Conference on Information Communication and Software Engineering (ICICSE), Chongqing, China, 18–20 March 2022; pp. 195–199. [Google Scholar]
- Shen, G.; Zhang, J.; Marshall, A.; Valkama, M.; Cavallaro, J. Towards Length-Versatile and Noise-Robust Radio Frequency Fingerprint Identification. IEEE Trans. Inf. Forensics Secur. 2023, 18, 2355–2367. [Google Scholar] [CrossRef]
- Cheng, Q.; Li, J.; Gao, X.; Zhou, Q.; Liu, H.; Yang, L. Radio Frequency Emitter Identification Based on Ensemble Learning. In Proceedings of the 2023 IEEE International Conference on Control, Electronics and Computer Technology (ICCECT), Jilin, China, 28–30 April 2023; pp. 1025–1029. [Google Scholar] [CrossRef]
- Gao, J.; Fan, H.; Zhao, Y.; Shi, Y. Leveraging Deep Learning for IoT Transceiver Identification. Entropy 2023, 25, 1191. [Google Scholar] [CrossRef] [PubMed]
- Mex-Perera, C.; Bazdresch, M. ML-based RF Fingerprinting for LoRaWAN Device Identification. In Proceedings of the 2023 IEEE Western New York Image and Signal Processing Workshop (WNYISPW), Rochester, NY, USA, 3 November 2023; pp. 1–4. [Google Scholar]
- Shen, G.; Zhang, J. Exploration of transferable deep learning-aided radio frequency fingerprint identification systems. Secur. Saf. 2024, 3, 2023019. [Google Scholar] [CrossRef]
- Baldini, G.; Bonavitacola, F. LoRa Radio Frequency Fingerprinting with Residual of Variational Mode Decomposition and Hybrid Machine-Learning/Deep-Learning Optimization. Electronics 2024, 13, 1925. [Google Scholar] [CrossRef]
- Guo, Y.; Hu, A.; Jiang, Y. Deep Learning Based RF Fingerprint Identification using Cyclic Shift Characteristic. In Proceedings of the 2024 4th International Conference on Consumer Electronics and Computer Engineering (ICCECE), Guangzhou, China, 28 February–2 March 2024; pp. 369–374. [Google Scholar]
- Ahmed, A.; Quoitin, B. Low Complexity Deep Learning Model for LoRa Radio Frequency Fingerprinting. In Proceedings of the 35th IEEE Annual International Symposium on Personal, Indoor, and Mobile Radio Communications (PIMRC), Valencia, Spain, 2–5 September 2024. [Google Scholar]
- Teuwen, J.; Moriakov, N. Chapter 20—Convolutional neural networks. In Handbook of Medical Image Computing and Computer Assisted Intervention; Zhou, S.K., Rueckert, D., Fichtinger, G., Eds.; The Elsevier and MICCAI Society Book Series; Academic Press: Cambridge, MA, USA, 2020; pp. 481–501. [Google Scholar] [CrossRef]
- Multitech. Available online: https://www.multitech.net/developer/products/multiconnect-dot-series/multiconnect-mdot/ (accessed on 25 May 2024).
- He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar] [CrossRef]
- Khanna, T. Foundations of Neural Networks; Addison-Wesley Longman Publishing Co., Inc.: Albany, NY, USA, 1990. [Google Scholar]
- El hlouli, F.Z.; Riffi, J.; Mahraz, M.A.; El Yahyaouy, A.; Tairi, H. Credit Card Fraud Detection Based on Multilayer Perceptron and Extreme Learning Machine Architectures. In Proceedings of the 2020 International Conference on Intelligent Systems and Computer Vision (ISCV), Fez, Morocco, 9–11 June 2020; pp. 1–5. [Google Scholar] [CrossRef]
- Pavani, K.; Damodaram, A. Intrusion detection using MLP for MANETs. In Proceedings of the Third International Conference on Computational Intelligence and Information Technology (CIIT 2013), Mumbai, India, 8–19 October 2013; pp. 440–444. [Google Scholar] [CrossRef]
- Ogirala, M.K.; Tallapaneni, R.; Chalamcharla, S.M.; Chinta, A. A Medical Diagnosis and Treatment Recommendation Chatbot using MLP. In Proceedings of the 2023 2nd International Conference on Applied Artificial Intelligence and Computing (ICAAIC), Salem, India, 4–6 May 2023; pp. 495–500. [Google Scholar] [CrossRef]
- Wang, X.; Zhang, Y.; Zhang, H.; Li, Y.; Wei, X. Radio frequency signal identification using transfer learning based on LSTM. Circuits Syst. Signal Process. 2020, 39, 5514–5528. [Google Scholar] [CrossRef]
- Staudemeyer, R.C.; Morris, E.R. Understanding LSTM–a tutorial into long short-term memory recurrent neural networks. arXiv 2019, arXiv:1909.09586. [Google Scholar]
- Jafari, H.; Omotere, O.; Adesina, D.; Wu, H.H.; Qian, L. IoT Devices Fingerprinting Using Deep Learning. In Proceedings of the MILCOM 2018—2018 IEEE Military Communications Conference (MILCOM), Los Angeles, CA, USA, 29–31 October 2018; pp. 1–9. [Google Scholar] [CrossRef]
- Zhang, B.; Chen, G.; Jiang, C. Research on modulation recognition method in low SNR based on LSTM. J. Phys. Conf. Ser. 2022, 2189, 012003. [Google Scholar] [CrossRef]
- Guidelines for Evaluation of Radio Transmission Technologies for IMT-2000; Recommendation E 11052; International Telecommunication Union: Geneva, Switzerland, 1997.
- Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, Ł.; Polosukhin, I. Attention is all you need. Adv. Neural Inf. Process. Syst. 2017, 30. [Google Scholar]
- Luong, M.T.; Pham, H.; Manning, C.D. Effective approaches to attention-based neural machine translation. arXiv 2015, arXiv:1508.04025. [Google Scholar]
- Zhao, T.; Wang, X.; Zhang, J.; Mao, S. Explanation-Guided Backdoor Attacks on Model-Agnostic RF Fingerprinting. Ph.D. Dissertation, University of Adelaide, Adelaide, Australia, 2023. [Google Scholar]
Year | Reference | MLP | CNN | LSTM | ResNet | Transformers | Hybrid |
---|---|---|---|---|---|---|---|
2017 | Robyns et al. [67] | ✔ | ✔ | ||||
2018 | Das et al. [72] | ✔ | |||||
2019 | Jiang et al. [69] | ✔ | ✔ | ||||
2021 | Elmaghbub et al. [47] | ✔ | |||||
2021 | Shen et al. [53] | ✔ | ✔ | ||||
2021 | Al-shawabka et al. [68] | ✔ | ✔ | ||||
2021 | Shen et al. [65] | ✔ | ✔ | ✔ | |||
2021 | Shen et al. [73] | ✔ | |||||
2021 | Zhang et al. [74] | ✔ | |||||
2022 | Shen et al. [64] | ✔ | ✔ | ||||
2022 | Gaskin et al. [75] | ✔ | |||||
2022 | Zhang et al. [76] | ✔ | ✔ | ✔ | |||
2022 | Qi et al. [77] | ✔ | |||||
2023 | Shen et al. [78] | ✔ | ✔ | ✔ | |||
2023 | Qi et al. [79] | ✔ | ✔ | ||||
2023 | Gao et al. [80] | ✔ | |||||
2023 | Mex-Perera et al. [81] | ✔ | |||||
2024 | Shen et al. [82] | ✔ | |||||
2024 | Baldini et al. [83] | ✔ | |||||
2024 | Guo et al. [84] | ✔ | |||||
2024 | Ahmed et al. [85] | ✔ | ✔ |
Year | Reference | Main Approach | Signal Representation | Remarks |
---|---|---|---|---|
2017 | Robyns et al. [67] | Complete LoRa frame with payload bytes is used for RFF. The DL models (MLP and CNN) are trained per the symbol of the frame. | IQ | CFO effect is not considered which affects the performance of the RFFI system. |
2018 | Das et al. [72] | Lightweight LSTM-based LoRa RFFI system is proposed. LSTM with 1, 2, and 3 layers are compared on the same LoRa IQ dataset. | IQ | One layer LSTM outperformed the deeper LSTM models. Performance degraded under low SNR values. |
2019 | Jiang et al. [69] | Differential constellation trace figure is created from LoRa IQ signal and a Euclidean distance-based clustering method is proposed to identify a LoRa device. | Constellation figure | The method is tested with only 6 LoRa devices. The authors leave the evaluation of scalability as future work. |
2021 | Elmaghbub et al. [47] | Out-of-band distortion caused by hardware components were exploited for LoRa device identification using CNN. | IQ, FFT, () | Does not perform under different scenarios (days, configuration, time, receiver). |
2021 | Shen et al. [53] | CFO estimation and compensation is shown as a crucial element in the RFFI system for LoRa. CNN is used as a classifier using a spectrogram generated from LoRa IQ signals. | IQ, FFT, Spectrogram, CFO | CFO is an unstable feature for RFFI systems, therefore, compensating CFO is important for accurate device identification using RFF. |
2021 | Al-shawabka et al. [68] | A data augmentation technique is introduced to enhance the robustness of LoRa RFFI systems. | IQ, Amplitude/phase (), Spectrogram | The efficiency of the proposed method is affected by changes in the environment. |
2021 | Shen et al. [65] | Effect of CFO variation on DL-based RFFI system is studied using IQ, FFT, and spectrogram. A hybrid CNN model outperforms other models | IQ, FFT, Spectrogram, CFO | CFO calibration and compensation are mandatory for the RFFI system. |
2021 | Shen et al. [73] | Transformer-based LoRa RFFI system is proposed for LoRa signal with different SF. The effect of different augmentation methods is studied. | IQ, CFO | The proposed method is only good for high SNR values. |
2021 | Zhang et al. [74] | PA non-linearity and IQ imbalance are used to train and test a CNN model. | IQ, PA non-linearity, IQ imbalance | Performance degrades when using a different receiver. |
2022 | Shen et al. [64] | A ResNet-based extractor model is used with deep metric learning and k-NN as a classifier. The proposed RFFI system consists of three stages: feature extraction, enrollment, and identification. | Spectrogram | The open-set recognition system varies in performance if tested under different environments. |
2022 | Gaskin et al. [75] | A CNN-based hybrid approach called Tweak is introduced for the domain-agnostic LoRa RFFI system. A multi-receiver scenario is presented. | IQ | The performance is degraded under varying environmental conditions. |
2022 | Zhang et al. [76] | A hybrid model is proposed to extract RFF features hidden in non-stationary LoRa signal. It uses linear translation-variant multiscale fractional wavelet filters to reduce the influence of noise on feature extraction. | Spectrogram, Fractional Wavelet Transform | The further transformation of the LoRa signal from IQ can improve the performance of DL models. |
2022 | Qi et al. [77] | Amplitude/Phase and statistical features are used as input to train a CNN model. | IQ, (), statistical features | The work lacks discussion on the scalability of the proposed method. |
2023 | Shen et al. [78] | Several models are proposed including CNN, LSTM, GRU, and transformer for the task of LoRa device classification. | Spectrogram | Only 10 LoRa devices were used for data collection. The scalability of such a model is a challenging issue. |
2023 | Qi et al. [79] | An ensemble of ResNet34, Inceptionv3, and DenseNet121 is presented for LoRa device identification using RFF. | Spectrogram | The ensemble model provides better accuracy than the individual baseline models. |
2023 | Gao et al. [80] | Spectrogram merged with CFO are used as input to train a CNN model which enhances the robustness of the proposed technique. | Spectrogram, CFO | The model achieves higher accuracy than the state of the art. |
2023 | Mex-Perera et al. [81] | A lightweight CNN architecture evaluated using raw IQ signals and IQ imbalanced data. | IQ imbalance | The method requires further evaluation using a larger dataset and diverse environments. |
2024 | Shen et al. [82] | Open set identification solution is provided using metric learning and fine-tuning. | Spectrogram | A multi-location scenario is tested where the proposed solution achieves over 90% accuracy. |
2024 | Baldini et al. [83] | A novel method called VMD is presented to learn intrinsic device features in spectrogram using DL. | Spectrogram | Tested on only 10 devices. |
2024 | Guo et al. [84] | A novel RFF extraction method based on cyclic shift property of LoRa CSS modulation is presented | PSD | The method performs better in different environments compared to some existing studies. |
2024 | Ahmed et al. [85] | Existing complex model is optimized into low complexity. | Spectrogram, IQ, FFT, | The complexity and accuracy trade-off can further be evaluated on large scale dataset. |
Year | Reference | Models | Number of Layers | Activation | Optimizer | Code Availability |
---|---|---|---|---|---|---|
2017 | [67] | CNN | 2, Conv1D, 1 FC, Softmax | ReLU | NA | No |
2018 | [72] | LSTM | 1-2 Layers | NA | NA | No |
2019 | [69] | CNN | NA | NA | NA | No |
2021 | [47] | CNN | 6, Conv2D, 2 Fc, Softmax | LeakyReLU | SGD | No |
2021 | [53] | CNN | 2, Conv2D, 2 Fc, Softmax | ReLU | Adam | No |
2021 | [68] | CNN | 2, Conv1D, 3 Fc, Softmax | ReLU | NA | |
CNN | 2, Conv2D, 3 Fc, Softmax | ReLU | NA | No | ||
LSTM | 3 LSTM, 1 Fc, Softmax | ReLU | NA | |||
2021 | [65] | CNN | 3 Conv2D, 1 Fc, Softmax | ReLU | Adam | |
LSTM | 2 LSTM, 1 Fc, Softmax | ReLU | Adam | No | ||
2021 | [73] | Transformer | 2 sub-blocks, 1 Fc, Softmax | NA | NA | No |
2021 | [74] | CNN | 5 Conv2D, 2 Fc, Softmax | ReLU | Adam | |
2022 | [64] | ResNet | 9 Conv2D, 1 Fc | ReLU | RMSprop | Yes |
2022 | [75] | Siamese Network | 2 Pairs of CNN, Triplet Loss | NA | NA | No |
2022 | [76] | DFSNet Hybrid | Multiple layers for each ResNet, AlexNet, and CNN | ReLU | NA | No |
2022 | [77] | CNN Hybrid | Multiple layers for each ResNet34, Inception, and DenseNet | NA | NA | No |
2023 | [78] | ResNet | 10, conv2D, 1 Fc, Softmax | ReLU | NA | |
LSTM | 2 LSTM, 1 Fc, Softmax | ReLU | NA | No | ||
GRU | 2, GRU, 1 Fc, Softmax | ReLU | NA | |||
Transformer | 4 sub-blocks, 1 Fc, Softmax | NA | NA | |||
2023 | [79] | CNN | 1 Conv2D, 2 Fc, Softmax | NA | SGD | |
2023 | [80] | CNN | 6 conv1D, 1 Fc, Softmax | ReLU | Adam | No |
2023 | [81] | CNN | 2 conv2D, 2 Fc, Softmax | ReLU | Adam | No |
2024 | [82] | CNN | 3 Conv2D, 1 Fc, Softmax | ReLU | Adam | No |
2024 | [83] | CNN | 2 Conv2D, 1 Fc, Softmax | ReLU | Adam | No |
2024 | [84] | CNN | 4 Conv1D, 1 Fc, Softmax | ReLU | AdaDelta | No |
2024 | [85] | ResNet | 5 Conv2D, 1 Fc, Softmax | ReLU | RMSprop | No |
CNN | 3 Conv1D, 2 Fc, Softmax | ReLU | RMSprop | No |
Year | Reference | Signal Representation | Model | Best Accuracy (%) | Comments |
---|---|---|---|---|---|
2017 | [67] | IQ | CNN | 98.00 | Same dataset (train-test) |
2018 | [72] | IQ | LSTM | 99.58 | 2 layer LSTM (<1 m distance) |
2019 | [69] | DCTF | CNN, Clustering, MLP | 99.00 | 99% at 10 MS/s and 5 m. |
2021 | [47] | IQ, FFT, Amp/Phase | CNN | 95.00 | Using FFT at same location data (train-test) |
2021 | [53] | IQ, FFT, Spectrogram | CNN, Hybrid | 97.61 | Using Spectrogram 92% IQ, 92.31% with FFT. |
2021 | [68] | IQ, , Spectrogram | CNN, LSTM | 82.00 | Using 100 devices on a different day data. |
2021 | [65] | IQ, FFT, Spectrogram | CNN, LSTM, MLP, Hybrid | 98.11 | Using IQ, 98.11, FFT, 85.58%, Spectrogram, 96.40. |
2021 | [73] | Spectrogram | Transformer | 99.00 | 99% with 10 devices at 30 dB. |
2021 | [74] | IQ | CNN | 99.00 | 99.00% on same data payload. Varying accuracy was achieved for different scenarios. |
2022 | [64] | Spectrogram | CNN Hybrid | 98.50 | 98.50% in one the scenario for other scenarios the accuracy degrades. |
2022 | [75] | IQ | CNN | Not Specified | The authors use Area Under the Curve (AUC) as an evaluation metric. |
2022 | [76] | Spectrogram | CNN Hybrid | 98.50 | 98.5% is on DFSNet, while different models were used ResNet. |
2022 | [77] | IQ | CNN | 93.25 | Limited dataset used. |
2023 | [78] | Spectrogram | CNN, LSTM, GRU, Transformer | 99.99 | 99.99% with CNN on augmented data. It is difficult to point out one accuracy as it is presented for all models with different aspects. |
2023 | [79] | Spectrogram | Hybrid model (ResNET, inception, denseNet) | 95.10 | Ensemble model achieves better accuracy than individual models used in the study. |
2023 | [80] | Spectrogram | CNN | 99.50 | The best accuracy is achieved on the same day. For a different day the accuracy is reduced. |
2023 | [81] | IQ | CNN | 97.00 | Only 8 devices used. Lack of robustness. |
2024 | [82] | Spectrogram | CNN | 90.00 | Over 90% accuracy but with high SNR of 35 dB. |
2024 | [83] | Spectrogram | CNN | 91.48 | This accuracy is achieved with a window length of 256 and VMD residuals. |
2024 | [84] | PSD | CNN | 98.42 | A novel RFF method using PSD is introduced. |
2024 | [85] | Spectrogram, IQ, FFT, | ResNet | 97.42 | The complexity performance trade-off can be evaluated on the large-scale datasets. |
Dataset | Year | Reference | Type | Number of Devices | Public | Environment | Size | LoRa Parameters | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Indoor | Outdoor | Fc (MHz) | BW (kHz) | SF (MS/s) | SR | |||||||
I | 2017 | [67] | IQ | 22 | ✔ | ✔ | - | - | 868.1 | - | 7 | 1 |
II | 2019 | [69] | IQ | 6 | - | ✔ | - | - | 433 | 125 | 7 | 5 |
III | 2021 | [47] | IQ, FFT | 25 | ✔ | ✔ | ✔ | 1.2 TB | 915 | 125 | 7 | 1 |
IV | 2021 | [65] | IQ | 25 | - | ✔ | - | - | 868.1 | 125 | 7 | 1 |
V | 2021 | [74] | IQ | 5 | - | ✔ | ✔ | - | 868.1 | 125 | 7 | 1 |
VI | 2021 | [68] | IQ | 100 | ✔ | ✔ | ✔ | 1 TB | 902.3 | - | - | - |
VII | 2021 | [73] | IQ | 10 | ✔ | ✔ | ✔ | 90,000 frames | 868.1 | 125 | 7, 8, 9 | 0.25 |
VIII | 2022 | [77] | IQ | 8 | - | - | 0.8 GB | 433 | - | - | - | - |
IX | 2022 | [64] | IQ | 60 | ✔ | ✔ | ✔ | 32 GB | 868.1 | 125 | 7 | 1 |
X | 2022 | [75] | IQ | 25 | - | ✔ | ✔ | - | 915 | 125 | 7, 8, 11, 12 | 1 |
XI | 2023 | [80] | IQ | 10 | - | ✔ | - | - | 915 | 500 | 10 | 2 |
XII | 2023 | [81] | IQ | 8 | - | ✔ | - | - | - | 125 | - | - |
XIII | 2024 | [84] | IQ | 60 | - | ✔ | ✔ | 35,870 frames | - | 125 | - | - |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Ahmed, A.; Quoitin, B.; Gros, A.; Moeyaert, V. A Comprehensive Survey on Deep Learning-Based LoRa Radio Frequency Fingerprinting Identification. Sensors 2024, 24, 4411. https://doi.org/10.3390/s24134411
Ahmed A, Quoitin B, Gros A, Moeyaert V. A Comprehensive Survey on Deep Learning-Based LoRa Radio Frequency Fingerprinting Identification. Sensors. 2024; 24(13):4411. https://doi.org/10.3390/s24134411
Chicago/Turabian StyleAhmed, Aqeel, Bruno Quoitin, Alexander Gros, and Veronique Moeyaert. 2024. "A Comprehensive Survey on Deep Learning-Based LoRa Radio Frequency Fingerprinting Identification" Sensors 24, no. 13: 4411. https://doi.org/10.3390/s24134411
APA StyleAhmed, A., Quoitin, B., Gros, A., & Moeyaert, V. (2024). A Comprehensive Survey on Deep Learning-Based LoRa Radio Frequency Fingerprinting Identification. Sensors, 24(13), 4411. https://doi.org/10.3390/s24134411