Giter Site home page Giter Site logo

Sig53 Dataset issue about torchsig HOT 4 CLOSED

Jie-su avatar Jie-su commented on August 27, 2024
Sig53 Dataset issue

from torchsig.

Comments (4)

lboegner avatar lboegner commented on August 27, 2024

Hi Jie-su,

Glad to hear you’re interested in Sig53 for your research!

  1. Sig53 and WidebandSig53 are two different datasets:

    • Sig53 contains shorter examples of 4,096 IQ samples with a single signal class in each. This dataset is primarily meant to be used for signal classification research. More details on this dataset can be found in this paper: https://arxiv.org/pdf/2207.09918.pdf

    • WidebandSig53, on the other hand, contains longer examples of 262,144 IQ samples with potentially multiple, non-overlapping (in time and frequency) signal classes present. This dataset is primarily meant to be used for signal detection & signal recognition research. More details on this dataset can be found in this paper: https://arxiv.org/pdf/2211.10335.pdf

  2. If using the SignalData object, the label for the WidebandSig53 dataset will be a list of SignalDescriptions, where each signal present in the data example has a SignalDescription element in the list. The WidebandSig53 dataset uses the DescToListTuple target transform at generation time, so when it is stored to disc, each example’s label is saved as a list of lists (rather than a list of SignalDescriptions), where the inner lists encompass the signal class, start, stop, center frequency, bandwidth, and SNR of each individual signal in the example.

Since I think the “issue” here is that we need better dataset documentation, I think we can close this as a duplicate of the existing issue @gvanhoy opened “Documentation: Better Dataset Documentation #18." Feel free to continue commenting with further questions in the meantime!

from torchsig.

Jie-su avatar Jie-su commented on August 27, 2024

Hi,

Thanks for your explanation.

But I can't see how to generate Sig53 from the documentation, so does it already released or not?

Thanks,

Jie

from torchsig.

lboegner avatar lboegner commented on August 27, 2024

Both datasets have been released. For examples and documentation on how to generate and use each dataset, check out the following notebooks in the examples directory:
- Sig53: https://github.com/TorchDSP/torchsig/blob/main/examples/00_example_sig53_dataset.ipynb
- WidebandSig53: https://github.com/TorchDSP/torchsig/blob/main/examples/03_example_widebandsig53_dataset.ipynb

from torchsig.

Jie-su avatar Jie-su commented on August 27, 2024

Thanks!

Jie

from torchsig.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.