From an unknown IQ capture to readable bits — a 7-layer blind exposure pipeline for any RF datalink.
Sense → estimate → demodulate → frame → descramble → decode → recover. Operator-level capability to take a blind RF signal and walk it down to plaintext on weak or homebrew protocols. Honest about the ceiling: AES-GCM, ChaCha, TLS 1.3 require the key.
Stage-gated path from blind IQ to bits. L0–L1 shipped, L2–L7 queued in the QPU backlog as Q-21..Q-27.
Welch PSD + CFAR + kurtosis + cyclostationary. l0_scanner.py
CF centroid, BW, symbol rate, SNR, Swami–Sadler C20–C63, OFDM autocorr. l1_estimator.py
CMA equalizer + QAOA constellation decision handoff.
Preamble correlator + sync-word search + frame boundary discovery.
Shor-seeded Berlekamp–Massey LFSR recovery cascade.
Reed–Solomon, BCH, convolutional, turbo, LDPC trial decode.
Cipher fingerprinting, n-gram entropy, weak-key trial.
Protocol-zoo classifier, structured field extraction.
from waveforge_radar.expose import expose_pipeline # any IQ capture, any sample rate report = expose_pipeline.run(iq, fs=samp_rate) # structured candidate + parameter report print(report.summary())
Hooks into the wider PDL stack: S-04 MPS denoise, S-01 QSVM modclass, Q-12 Q-Born anomaly, Q-17 QCPD. Output feeds the OpenForge C2 SIGINT layer for operator display.
Pipeline health, sensor inventory, and recent activity.
| Component | Status | Last build |
|---|---|---|
| L0 scanner | live | 2026-04-24 |
| L1 estimator | live | 2026-04-24 |
| expose_pipeline orchestrator | live | 2026-04-24 |
| L2–L7 stages | queued Q-21..Q-27 | — |
| Asset | Role | State |
|---|---|---|
| Pluto SDR | Wideband acquisition | designed |
| Jetson SIGINT | L0–L1 edge compute | live |
| GPSDO array | Phase-coherent baseline | designed |
| DGX backplane | L3–L7 heavy lift | dev lab |
| ID | Subject |
|---|---|
| PDL-WFX-BLIND-2026 | Blind 7-layer pipeline with QSVM + cumulant modclass |
| PDL-WFX-METACONTROLLER-2026 | Bayesian meta-controller for stage routing |
Confirmed protocol families inside scope.
marine AIS · DSC aviation ADS-B · Mode-S · ACARS broadcast FM-RDS · DAB · DVB cellular LTE PSS/SSS · NR PBCH satellite Iridium · Inmarsat · ORBCOMM ham FT8 · PSK31 · AX.25 ISM/IoT LoRa · Sigfox · Zigbee · BLE · Z-Wave public safety P25 · DMR · NXDN drone Remote-ID · OcuSync · Crossfire · ELRS · FrSky · MAVLink
This honesty matters — WaveForgem is a research and lawful-defense tool. Operators who deploy it know what it can and cannot do.