EMMA-RWAVE-v0.2¶
v0.2 · proposed-contract
Warning
Depends on an unshipped rfgen feature. rfgen radar emitter coverage is not yet shipped. This dataset cannot be regenerated until the pinned rfgen release lands; the contract is proposed, not final.
Task. E-ID-RWAVE - see Tasks.
What you predict. the radar waveform family.
Target domain. RADAR_SAR / DEFENSE - defense radar emitter identification.
Input¶
Raw complex multi-antenna I/Q (in-phase and quadrature), shape (num_rx, 2, N) float32, with per-scene metadata. 8-element uniform linear array (ULA).
Labels¶
Waveform family.
Splits¶
train and dev are public and regenerable; holdout is private and scored by prediction submission. Sample count to be pinned at v0.2.
Get it¶
emma download --dataset EMMA-RWAVE-v0.2 --split dev --out ./scenes
Metric¶
PlainAccuracy (multiclass accuracy). See Metrics.
What this tests¶
Radar waveform recognition classifies the emitter family under an unseen waveform family, a defense and radar-SAR task that single-antenna captures do not generalize across.
How it is made¶
Generated by rfgen. The exact configuration (commit, emitters, channel, label extraction, seeds) is in the developer recipe.
See Also¶
Datasets: the full catalog.
Tasks: the task contract.
Developer recipe: rfgen configuration.