AeroWave Networks is tuning an OFDM-based wireless access product used in dense urban deployments. The radio team wants a lightweight ML model that predicts whether a transmission interval will meet quality targets so the scheduler can choose robust modulation and coding settings.
You are given a labeled dataset of OFDM transmission intervals collected from field trials and lab replay. Each row represents one 10 ms interval for a single user equipment (UE), with engineered features derived from the PHY/MAC stack.
| Feature Group | Count | Examples |
|---|---|---|
| Channel quality | 12 | avg_snr_db, snr_std_db, cqi, rsrp_dbm, rsrq_db |
| OFDM/subcarrier stats | 10 | pilot_error_rate, subcarrier_snr_p10, subcarrier_snr_p90, freq_selectivity_index |
| Interference/noise | 6 | interference_power_dbm, adjacent_channel_leakage, noise_floor_dbm |
| Mobility/temporal | 5 | doppler_hz, speed_kmh, handover_recent, time_since_attach_s |
| Configuration | 7 | bandwidth_mhz, modulation_order, code_rate, mimo_layers, cyclic_prefix_type |
A good solution should achieve ROC-AUC >= 0.88 and F1 >= 0.78 on a held-out test set, while keeping inference latency low enough for near-real-time scheduling support.