Skip to content

Add Spectrum Sense Dataset #350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

BrentK-ADI
Copy link

@BrentK-ADI BrentK-ADI commented Apr 23, 2025

Adds the Spectrum Sense dataset which utilizes the data provided by the Mathworks Spectrum Sensing with Deep Learning to Identify 5G and LTE Signals tutorial for classifying 5G and LTE signals based on spectrogram images.

Companion PRs from other repos:

Adds the Spectrum Sense dataset which utilizes the
data provided by the `Mathworks Spectrum Sensing with
Deep Learning to Identify 5G and LTE Signals` tutorial for
classifying 5G and LTE signals based on spectrogram images.
Python updates for linter warnings and errors.

def __filter_classes(self):
for e in self.lbl_list:
initial_new_class_label = len(self.class_dict) + 5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use of filter classes method is not clear (esp +5 part). If you are utilizing the function it is better to add some explanatory comments here. If not, better to remove this and related constructor classes parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants