Validation Data And Control Software For ATIC: Automated Testbed For Interference Testing In Communication Systems
Department of Commerce
@usgov.doc_gov_validation_and_control_software_for_atic_autom_de34c41a
Department of Commerce
@usgov.doc_gov_validation_and_control_software_for_atic_autom_de34c41a
Validation data and software for the paper, "ATIC: Automated Testbed for Interference Testing in Communication Systems," to appear in Proceedings of 2023 IEEE Military Communications Conference. See the README file for descriptions of the data files. Software is available at https://github.com/usnistgov/atic.
Organization: Department of Commerce
Last updated: 2025-09-30T05:25:02.561087
Tags: interference-susceptibility, spectrum-sharing, testbed
CREATE TABLE noise_vs_lte (
"test_interferer_attn_db" BIGINT -- Test Interferer Attn (dB),
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2,
"noise_throughput_mbps" DOUBLE -- Noise Throughput (Mbps),
"lte_throughput_mbps" DOUBLE -- Lte Throughput (Mbps)
);CREATE TABLE vna_through_sparam_results (
"freq_hz" BIGINT -- FREQ(Hz),
"s12_normal_db" DOUBLE -- S12 Normal(dB),
"s13_normal_db" DOUBLE -- S13 Normal(dB),
"s12_rp_db" DOUBLE -- S12 Rp(dB),
"s13_rp_db" DOUBLE -- S13 Rp(dB)
);Anyone who has the link will be able to view this.