Add dataset card + CC0-1.0 license
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
tags:
|
| 4 |
+
- radio-frequency
|
| 5 |
+
- signal-processing
|
| 6 |
+
- source-separation
|
| 7 |
+
- synthetic
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# rf-interference-rejection
|
| 11 |
+
|
| 12 |
+
Synthetic co-channel RF signal-separation dataset for the Alignerr ML_Envs task
|
| 13 |
+
**rf-interference-rejection**. Fully self-generated — no third-party data.
|
| 14 |
+
|
| 15 |
+
A weak RRC-QPSK signal-of-interest (SOI) is mixed with a stronger synthetic wideband
|
| 16 |
+
OFDM co-channel interferer plus AWGN; the task is to recover the SOI's data bits.
|
| 17 |
+
|
| 18 |
+
- `train.npz` / `val.npz`: `mixture` float16 `[N,2560,2]`, `soi` float16 `[N,2560,2]`,
|
| 19 |
+
`bits` uint8 `[N,576]`. Generated deterministically by the task's `data-generation/` scripts.
|
| 20 |
+
|
| 21 |
+
**License:** CC0-1.0 (public-domain dedication). The data is the author's own synthetic output.
|