NB-IoT Module Energy Consumption Dataset
@euremarkable.nb_iot_module_energy_consumption_dataset
@euremarkable.nb_iot_module_energy_consumption_dataset
This dataset contains real-world data collected using a commercial NB-IoT module where precise measurements of the module energy consumption are collected as a function of different features based on channel radio quality conditions and size of the data packet transmitted. The detailed description of the features are provided in the corresponding IEEE Access paper (https://doi.org/10.1109/ACCESS.2024.3523864 ).
Last updated: 2025-02-20T12:09:44Z
CREATE TABLE table_1 (
"position" BIGINT,
"floor" BIGINT,
"packet_size" BIGINT,
"iteration" BIGINT,
"signal_power" BIGINT,
"tx_power" BIGINT,
"tx_time" BIGINT,
"rx_time" BIGINT,
"cell_id" BIGINT,
"ecl" BIGINT,
"snr" BIGINT,
"earfcn" BIGINT,
"pci" BIGINT,
"rsrq" BIGINT,
"operator_mode" BIGINT,
"used_energy" DOUBLE,
"rlc_ul_bler" BIGINT,
"rlc_dl_bler" BIGINT,
"mac_ul_bler" BIGINT,
"rlc_ul" BIGINT,
"rlc_dl" BIGINT,
"mac_ul" BIGINT,
"mac_dl" BIGINT,
"mem_current_allocated" BIGINT,
"mem_total_free" BIGINT,
"mem_max_free" BIGINT,
"mem_num_allocs" BIGINT,
"mem_num_frees" BIGINT,
"primary_cell" BIGINT,
"rsrp" BIGINT,
"rssi" BIGINT
);Anyone who has the link will be able to view this.