Update README.md
Browse files
README.md
CHANGED
|
@@ -6,17 +6,16 @@ license: mit
|
|
| 6 |
|
| 7 |
## Sample Generated Spectrograms
|
| 8 |
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
<
|
| 13 |
-
This dataset contains synthetic chirp spectrograms with corresponding labels, generated for research in signal processing and machine learning applications. The dataset is particularly useful for developing and testing models for chirp signal detection and localization.
|
| 14 |
|
| 15 |
## Dataset Details
|
| 16 |
|
| 17 |
### Dataset Description
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
- **Curated by:** Nooshin Bahador
|
| 22 |
- **Funded by:** Canadian Neuroanalytics Scholars Program
|
|
@@ -27,8 +26,7 @@ The dataset consists of synthetic spectrogram images representing chirp signals
|
|
| 27 |
### Dataset Sources
|
| 28 |
|
| 29 |
- **Repository:** [GitHub Package](https://github.com/nbahador/chirp_spectrogram_generator/tree/main)
|
| 30 |
-
- **Paper:** [
|
| 31 |
-
- **Demo:** Included in GitHub repository
|
| 32 |
|
| 33 |
## Dataset Structure
|
| 34 |
|
|
@@ -40,6 +38,7 @@ The dataset contains:
|
|
| 40 |
#### Data Collection and Processing
|
| 41 |
|
| 42 |
Data was synthetically generated using the provided Python package, with parameters randomly sampled from physiologically relevant ranges.
|
|
|
|
| 43 |
|
| 44 |
#### Who are the source data producers?
|
| 45 |
|
|
@@ -57,7 +56,7 @@ The data was generated by the authors using their custom Python package.
|
|
| 57 |
primaryClass={eess.AS}
|
| 58 |
}
|
| 59 |
|
| 60 |
-
**
|
| 61 |
[Bahador, N., & Lankarany, M. (2025). Chirp localization via fine-tuned transformer model: A proof-of-concept study. arXiv preprint arXiv:2503.22713.](https://arxiv.org/pdf/2503.22713)
|
| 62 |
|
| 63 |
## More Information
|
|
|
|
| 6 |
|
| 7 |
## Sample Generated Spectrograms
|
| 8 |
|
| 9 |
+
<div style="display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;">
|
| 10 |
+
<img src="https://raw.githubusercontent.com/nbahador/chirp_spectrogram_generator/main/Usage_Example/spectrogram_4.png" alt="Sample Spectrogram" width="45%" />
|
| 11 |
+
<img src="https://raw.githubusercontent.com/nbahador/chirp_spectrogram_generator/main/Usage_Example/Samples.jpg" alt="Multiple Spectrograms" width="45%" />
|
| 12 |
+
</div>
|
|
|
|
| 13 |
|
| 14 |
## Dataset Details
|
| 15 |
|
| 16 |
### Dataset Description
|
| 17 |
|
| 18 |
+
This dataset contains synthetic chirp spectrograms with corresponding labels, generated for research in signal processing and machine learning applications. The dataset is particularly useful for developing and testing models for chirp signal detection and localization.
|
| 19 |
|
| 20 |
- **Curated by:** Nooshin Bahador
|
| 21 |
- **Funded by:** Canadian Neuroanalytics Scholars Program
|
|
|
|
| 26 |
### Dataset Sources
|
| 27 |
|
| 28 |
- **Repository:** [GitHub Package](https://github.com/nbahador/chirp_spectrogram_generator/tree/main)
|
| 29 |
+
- **Paper:** [ArXiv Publication](https://arxiv.org/pdf/2503.22713)
|
|
|
|
| 30 |
|
| 31 |
## Dataset Structure
|
| 32 |
|
|
|
|
| 38 |
#### Data Collection and Processing
|
| 39 |
|
| 40 |
Data was synthetically generated using the provided Python package, with parameters randomly sampled from physiologically relevant ranges.
|
| 41 |
+
- **Repository:** [GitHub Package](https://github.com/nbahador/chirp_spectrogram_generator/tree/main)
|
| 42 |
|
| 43 |
#### Who are the source data producers?
|
| 44 |
|
|
|
|
| 56 |
primaryClass={eess.AS}
|
| 57 |
}
|
| 58 |
|
| 59 |
+
**ArXiv Publication:**
|
| 60 |
[Bahador, N., & Lankarany, M. (2025). Chirp localization via fine-tuned transformer model: A proof-of-concept study. arXiv preprint arXiv:2503.22713.](https://arxiv.org/pdf/2503.22713)
|
| 61 |
|
| 62 |
## More Information
|