Hardware and Implementation Considerations
What the Chip Has to Do
The previous sections laid out an algorithmic framework: a DD-angle channel model, a covariance SDP for joint beamforming, and an EKF loop for target tracking. This section confronts the practical reality — what those algorithms look like in silicon, what the hardware constraints imply for the algorithms, and where the pragmatic compromises live. The focus is on a 77-GHz automotive ISAC reference design, which has the most mature roadmap.
Definition: MIMO-OTFS-ISAC Hardware Stack
MIMO-OTFS-ISAC Hardware Stack
A MIMO-OTFS-ISAC transceiver consists of four layers:
- RF front-end: Phased array with antennas, mmWave PA/LNAs, calibration network. Typical mmWave: - at 77 GHz, 28 GHz, or 60-120 GHz.
- ADC/DAC: Wideband (100 MHz - 2 GHz) converters. Oversampling factor - per MIMO port.
- Digital baseband: FFT, ISFFT/SFFT engines, matrix-matrix multiplication for precoding, compressed-sensing estimator. Parallelized across antenna ports.
- Control: Scheduler, beam manager, tracker. Runs SDP-type convex programs on embedded CPU or GPU.
Theorem: Real-Time Compute Budget
For a MIMO-OTFS-ISAC transceiver with , , , users, targets, frame rate Hz:
- Precoding (SDP): ops per scheduling slot (10 ms): ops/sec. Feasible on embedded GPU.
- Per-frame detection (MP-OTFS): ops per frame: ops/sec.
- Tracking (EKF): ops per frame per target: ops/sec.
- Estimation (DD channel from sensing): ops per frame: ops/sec.
Total: ops/sec. Within 5-10 W embedded mmWave baseband SoC budget (2024-era: Qualcomm, Infineon prototypes).
MIMO-OTFS-ISAC is compute-feasible at realistic scales. The bottleneck is not raw operation count but memory bandwidth (large DD-channel matrices) and the SDP solver (iterative, hard to parallelize). For deployment-scale systems, SDP is replaced by successive convex approximation or closed-form suboptimal beamformers at runtime; the SDP solution is computed offline and cached as a look-up table indexed by the target scene.
SDP cost
For , the covariance cone has dimension . SDP interior-point methods scale : — too expensive. In practice, first-order solvers (splitting, ADMM) scale linearly: where - iterations, giving ops/solve.
Detection cost
MP-OTFS: per iteration 5-10 iterations. For , : per iter, per frame.
Tracking cost
EKF: matrix inversions of , propagation: = 64 ops/target. Per 4 targets: 256 ops/frame.
Total
Sum all components at 100 Hz: ops/sec. Feasible on modern automotive SoC (5-10 W thermal budget).
Silicon State of the Art (2026)
MIMO-OTFS-ISAC has reached silicon prototype maturity:
- 77 GHz automotive: Infineon, NXP, Texas Instruments offer - arrays with integrated baseband. Throughput 100-500 Mbps data, positional accuracy cm. Commercial deployments in premium automotive 2025+.
- 28 GHz mmWave cellular: Qualcomm, Mediatek, Samsung — BS-side arrays with -. Research prototypes show joint data + user tracking. Standardization for 6G ISAC expected 2028.
- 60-120 GHz (WiGig/6G): -. Research prototypes. TAsk: healthcare monitoring, high-resolution sensing.
Across vendors, the DD-domain processing has converged as the dominant architectural choice — OFDM-based ISAC is limited by high-mobility cross-talk and Doppler-induced ICI, and the added complexity of per-carrier adaptation exceeds the DD framework's unified approach.
- •
77 GHz automotive: Infineon/NXP/TI, 8-16 antennas, commercial 2025+
- •
28 GHz cellular: 32-64 antennas, 6G standardization 2028
- •
60-120 GHz: healthcare/sensing focus
- •
Common: DD-domain processing is the dominant architecture
Theorem: Complexity Scaling of MIMO-OTFS-ISAC
For the MIMO-OTFS-ISAC operations, complexity scaling is:
- Channel estimation: per frame (sparse DD-angle, compressed sensing).
- Joint beamforming (SDP): per scheduling slot (convex solver cost).
- MIMO-OTFS detection (MP): per frame.
- Tracking (EKF): per frame.
Consequence. Total complexity is dominating — linear in frame size, linear in path count, linear in receive antennas. Scalable to large deployments: 5G NR-scale , , : ops/frame, ops/sec at 100 Hz frame rate.
The compute scales well because the DD structure exposes the true sparsity ( paths, not channel cells). An OFDM-based ISAC equivalent would scale as — i.e., the channel is not compressed, and all cells are processed explicitly. The DD-angle representation delivers a -fold complexity reduction.
Per-frame cost
Each of the four operations scales linearly in the main data dimensions, times logarithmic factors for FFT.
Critical scaling
The dominant term is detection (MP): .
Per-slot cost
SDP runs per scheduling slot ( ms in 5G NR), not per frame. Amortized cost per frame: . Acceptable.
Overall
ops/sec per transceiver. Feasible on modern SoC.
Example: BS Silicon Requirements for Urban ISAC
Design silicon specifications for a 28 GHz urban ISAC BS: , , , users, targets, frame rate 10 Hz (slow-moving urban scene).
(a) Compute the raw operation count per second. (b) State the memory bandwidth requirement. (c) Specify the SoC profile (GPU size, power budget).
Per-second ops
MIMO-OTFS detection: per frame; Hz = ops/sec. SDP: per slot; = ops/sec. Tracking: per frame; ops/sec. Estimation: per frame; ops/sec. Total: ops/sec. Modest.
Memory bandwidth
DD channel matrix: bytes (complex) = MB per frame. At 10 Hz: MB/s. Easy.
SoC profile
BS baseband: GFLOPS GPU. Power: 50 W thermal. Budget: GFLOPS/W — well within 2024 embedded GPU specifications. Deployable.
Compute Budget vs System Scale
Show per-frame operation count as a function of (4 to 64) and (1024 to 65536). Overlay silicon power envelope (5W, 20W, 100W equivalent throughput budgets) to identify feasible operating regions.
Parameters
Architecture Comparison: OFDM vs MIMO-OTFS ISAC
| Metric | OFDM-ISAC (time-multiplexed) | MIMO-OTFS-ISAC (joint) |
|---|---|---|
| Comms rate | Good at static | Good at all mobility |
| Sensing accuracy | Bandwidth-limited range | Bandwidth + frame-duration |
| Latency | 10-20 ms | 3-10 ms |
| Complexity | Low per-op, high total (dense) | Modest (sparse DD) |
| Doppler robustness | Poor ( 300 km/h) | Excellent (LEO-scale) |
| Silicon footprint | Smaller (legacy IP) | Modest (new IP 2025+) |
| Standards | 5G NR, 4G LTE legacy | 6G candidate (2028+) |
Joint ISAC Beam Pattern: Design
Why This Matters: Chapter 14: Sensing-Assisted Communication
This chapter took sensing information as a byproduct of the communication waveform. Chapter 14 reverses the role: use the sensing information to improve the communication channel, closing a feedback loop. Sensing provides target-direction estimates; the scheduler uses these to predict channel variations and preemptively allocate resources. The DD-domain framework makes this loop especially clean: the target scene and the channel model share the same representation.