IQ signals captured from multiple Sub-GHz technologies

- Citation Author(s):
- Submitted by:
- Jaron Fontaine
- Last updated:
- DOI:
- 10.21227/2m0z-5s90
- Data Format:
- Research Article Link:
- Links:
- Categories:
- Keywords:
Abstract
We provide a dataset with IQ signals captured from multiple Sub-GHz technologies. Specifically, the dataset targets wireless technology recognition (machine learning) algorithms for enabling cognitive wireless networks. The Sub-GHz technologies include Sigfox, LoRA, IEEE 802.15.4g, IEEE 802.15.4 SUN-OFDM and IEEE 802.11ah. Additionally, we added a noise signal class for allowing detection of signal absence.
Instructions:
import scipy.io mat = scipy.io.loadmat('80211ah_mcs0_chan1_g0.0dB_att10dB_freq864.0MHz_0.mat') IQ_samples = mat["IQ_samples"][0]
IQ_samples will be a numpy array containing IQ data sampled at 2.048 msps.