This repository contains the MATLAB implementation for the paper:
R. Liu, M. Li, M. Zafari, B. Ottersten, and A. L. Swindlehurst, "Multi-domain optimization framework for ISAC: From electromagnetic shaping to network cooperation," IEEE Wireless Communications, under revision.
Integrated sensing and communication (ISAC) has emerged as a key feature for sixth-generation (6G) networks, providing an opportunity to meet the dual demands of communication and sensing. Existing ISAC research primarily focuses on baseband optimization at individual access points, with limited attention to the roles of electromagnetic (EM) shaping and network-wide coordination. The intricate interdependencies between these domains remain insufficiently explored, leaving their full potential for enhancing ISAC performance largely untapped. To bridge this gap, we consider multi-domain ISAC optimization integrating EM shaping, baseband processing, and network cooperation strategies that facilitate efficient resource management and system-level design. We analyze the fundamental trade-offs between these domains and offer insights into domain-specific and cross-domain strategies contributing to ISAC performance and efficiency. We then conduct a case study demonstrating the effectiveness of joint multi-domain optimization. Finally, we discuss key challenges and future research directions to connect theoretical advancements and practical ISAC deployments. This work paves the way for intelligent and scalable ISAC architectures, providing critical insights for their seamless integration into next-generation wireless networks.
If you use this simulation code package in any way, please cite our paper:
@article{liu2025multidomain,
title={Multi-domain optimization framework for {ISAC}: From electromagnetic shaping to network cooperation},
author={Liu, Rang and Li, Ming and Zafari, Mehdi and Ottersten, Bj{\"o}rn and Swindlehurst, A. Lee},
journal={IEEE Wireless Communications},
year={2025},
note={Under revision},
url={https://arxiv.org/abs/2506.16011v1}
}R. Liu, M. Li, M. Zafari, B. Ottersten, and A. L. Swindlehurst, "Multi-domain optimization framework for ISAC: From electromagnetic shaping to network cooperation," IEEE Wireless Communications, under revision, 2025. [Online]. Available: https://arxiv.org/abs/2506.16011v1
Rang Liu, Ming Li, Mehdi Zafari, BjΓΆrn Ottersten, and A. Lee Swindlehurst. "Multi-domain optimization framework for ISAC: From electromagnetic shaping to network cooperation." IEEE Wireless Communications (under revision), 2025.
- MATLAB R2023b or later (compatibility issues may arise with earlier versions)
- CVX - Convex optimization toolbox for solving SDP problems
- Manopt - Optimization on manifolds toolbox for non-convex problems
- Download and install MATLAB R2023b or later
- Install CVX toolbox
- Install Manopt toolbox
-
main_power_SINR.m- Generates Figure 5(a): Radar SINR performance vs. transmit power- Sweeps transmit power from 30 to 50 dBm
- Compares five optimization schemes
- Monte Carlo simulation with 100 trials
-
main_SR_SINR.m- Generates Figure 5(b): Radar SINR vs. communication sum-rate trade-off- Analyzes sensing-communication trade-offs
- Fixed power at 50 dBm
- Varies sum-rate requirement from 0 to 100 bps/Hz
-
opt_prop.m- Proposed cross-domain joint optimization- Jointly optimizes: AP selection, subcarrier allocation, beamforming, and polarization
- Integrates EM, baseband, and network domains
-
opt_radar.m- Radar-only benchmark- Maximizes radar SINR without communication constraints
- Upper bound for sensing performance
-
opt_BP.m- Baseband processing domain only- Fixed AP selection and polarization
- Optimizes subcarrier allocation and beamforming
-
opt_BP_EM.m- Joint baseband and EM-domain- Fixed AP selection
- Optimizes subcarrier allocation, beamforming, and polarization
-
opt_BP_NC.m- Joint baseband and network-domain- Fixed polarization
- Optimizes AP selection, subcarrier allocation, and beamforming
generate_ap_to_ap_channels.m- Inter-AP interference channels (G_ijn)generate_ap_to_ue_channels.m- AP-to-UE communication channels (H_jnk)generate_target_scattering.m- Radar target scattering matrix (Ξ¦_ij)
allocate_ap.m- AP role assignment (transmit/receive selection)allocate_subcarrier.m- Frequency resource allocation between sensing and communication
compute_c.mcompute_eta.mcompute_He.mcompute_t.m
initialize_MRT_grouped.m- Maximum ratio transmission initializationinitialize_Wr_grouped.m- Radar beamforming initialization
update_pk.m- User polarizationupdate_rPj.m- Receive AP polarizationupdate_tPj.m- Transmit AP polarizationupdate_u.m- Receive filterupdate_W.m- Transmit beamforming
data_power.mat- Saved simulation results for power analysisdata_sr.mat- Saved simulation results for sum-rate analysispower.fig/power.eps- Figure 5(a) outputsSR.fig/SR.eps- Figure 5(b) outputs
- Electromagnetic Domain: Polarization reconfigurability
- Baseband Domain: Joint subcarrier allocation and beamforming design
- Network Domain: Collaborative AP selection
- Proposed: Full cross-domain optimization
- Radar-only: Sensing-optimal without communication
- BP-NC: Baseband + Network cooperation
- BP-EM: Baseband + EM shaping
- BP-only: Baseband processing only
- Figure 5(a): Demonstrates up to 7 dB improvement in radar SINR through multi-domain optimization compared to baseband-only processing
- Figure 5(b): Shows flexible sensing-communication trade-off with graceful performance degradation
- Rang Liu (rangl2@uci.edu) - Website
- Primary contributor and corresponding author
- Ming Li - Dalian University of Technology
- Mehdi Zafari - UC Irvine
- BjΓΆrn Ottersten - University of Luxembourg
- A. Lee Swindlehurst - UC Irvine
This code is licensed for personal, non-commercial use only, specifically for academic purposes.
Copyright Β© 2025 LS Wireless Research Group
Led by Prof. A. Lee Swindlehurst
Department of Electrical Engineering and Computer Science
University of California Irvine, CA 92697, USA
- Paper: arXiv:2506.16011v1
- Research Group: LS-Wireless GitHub
- Author's Publications: https://rangliu0706.github.io/publications
For questions, suggestions, or collaboration inquiries:
- Email: rangl2@uci.edu
The authors would like to thank the reviewers for their valuable comments and suggestions. This work was supported in part by xxx.
Last updated: September 28, 2025