• Stars
    star
    43
  • Rank 624,100 (Top 13 %)
  • Language
    MATLAB
  • Created over 5 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Spectrum sensing in cognitive radios leveraging machine learning models

⚠️ This repository is no longer being actively maintained

Spectrum Sensing with Machine Learning Models

This code was developed during my Master's Degree in Electrical Engineering. It's not generalized nor fully self-explanatory yet, but might be useful for simulations of spectrum sensing.

For more information regarding the simulation results and setup, checkout my article Machine learning-based models for spectrum sensing in cooperative radio networks


Requirements


Getting Started

$ git clone [email protected]:caiotavares/spectrum-sensing.git

Open MATLAB and set the current working dir to the one you previously downloaded the library with the cd command:

cd 'C:\Users\MyUser\Desktop\spectrum-sensing'

All parameters of the simulation are set and configured in the SS.m file and be fine-tuned to accomplish the expected behaviour. Run the SS.m file and you're good to go!


Common Issues

'Rscript' is not recognized as an internal or external command, operable program or batch file

This error means you currently don't have the R language binary installed or set in your PATH variable. Follow the install instructions on the R Project according to your OS