Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- audio-to-audio
|
4 |
+
size_categories:
|
5 |
+
- 100B<n<1T
|
6 |
+
---
|
7 |
+
# SFR-v1: FM Reception Speech Dataset
|
8 |
+
|
9 |
+
## Dataset Summary
|
10 |
+
|
11 |
+
**SFR-v1** consists of segmented 10-second FM reception audio clips accompanied by frame-level RSSI (Received Signal Strength Indicator) traces. This dataset is designed to support research in hybrid digital-analog communication, channel-aware audio recovery, speech enhancement, and FM channel modeling. It includes multiple content types (news, music, speech, male and female voices) under varying channel quality conditions.
|
12 |
+
|
13 |
+
## Audio Parameters
|
14 |
+
|
15 |
+
* **Sample rate**: 24 kHz
|
16 |
+
* **Bit depth**: 16-bit PCM
|
17 |
+
* **Channels**: Mono
|
18 |
+
|
19 |
+
## RSSI Parameters
|
20 |
+
|
21 |
+
* **Acquisition**: a probe signal used solely for RSSI acquisition and not part of the audio
|
22 |
+
* **Original interval**: \~60 ms per measurement (with timestamp)
|
23 |
+
* **Resampling**: interpolated to 50 ms per step, yielding 200 RSSI values per 10-second clip
|
24 |
+
* **Raw range**: approximately –65 dBm to –105 dBm
|
25 |
+
* **Normalization**: linearly mapped to \[4, 20], where higher values indicate poorer channel quality
|
26 |
+
* **Alignment**: RSSI sequences are frame-aligned with each audio segment
|
27 |
+
|
28 |
+
## License
|
29 |
+
|
30 |
+
Released under CC-BY-NC 4.0.
|
31 |
+
|
32 |
+
## Citation
|
33 |
+
|
34 |
+
Citation will be provided upon publication.
|