spectrum-sensing-methods

Experiments with spectrum sensing methods

https://github.com/avian2/spectrum-sensing-methods

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: plos.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.5%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

Experiments with spectrum sensing methods

Basic Info
  • Host: GitHub
  • Owner: avian2
  • License: gpl-3.0
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage:
  • Size: 402 MB
Statistics
  • Stars: 36
  • Watchers: 2
  • Forks: 13
  • Open Issues: 1
  • Releases: 0
Created over 11 years ago · Last pushed over 4 years ago
Metadata Files
Readme License Citation

README.md

Spectrum sensing methods

Contents of this repository:

  • record.py

Python script for performing measurements using a receiver connected to a vector signal generator. For example, USRP or receivers on VESNA sensor nodes. It varies the output power and receiver settings and records signal samples into files under a samples-xxx directory.

To run:

   $ python record.py <experiment>

Run without an argument to list available experiments.

  • simulate.py

Python script for processing signal samples (from record.py) using various spectrum sensing test statistics (energy detection, cyclostationary, covariance based detection, etc.) and for performing simulations.

To run:

   $ python simulate.py -f <experiment>

Run with --help to see other available options.

Output is written into a simout-xxx directory.

This task can be parallelized in two ways:

* `-p` sets the number of processes spawned by a single `simulate.py` invocation
* `-s` can be used when multiple `simulate.py` invocations are working on
  the same dataset.
  • benchmark.py

Python script for performing benchmarks.

  • sensing/methods.py

Python module with implementations of several spectrum sensing methods.

  • sensing/siggen.py

Python module with test signals that can be programmed into a Rohde&Schwarz vector signal generator.

  • sensing/signals.py

Functions for calculating various signal samples. These are used for simulations.

  • measurements/

Results of measurements using USRP, VESNA SNE-ISMTV-UHF and simulation.

  • analysis/

Several IPython notebooks with descriptions of experiments and analyses of measurements.

For details, please see "OLC, Toma, MOHORI, Mihael and FORTUNA, Carolina. A methodology for experimental evaluation of signal detection methods in spectrum sensing. PloS one, 2018, 13(6)." accessible on-line.

Please cite the journal paper above if you use code or data in this repository in an academic publication.

License

Spectrum sensing method experiments and implementations Copyright (C) 2018 Tomaz Solc

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Owner

  • Name: Tomaž Šolc
  • Login: avian2
  • Kind: user
  • Location: Planet Earth

GitHub Events

Total
  • Watch event: 3
Last Year
  • Watch event: 3