REVIEW 2 major objections 5 minor 32 references
Distributed Distortion-Aware Robust Optimization for Movable Antenna-aided Cell-Free ISAC Systems
T0 review · 2 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read This paper proposes a worst-case robust beamforming and antenna-positioning design that treats power-amplifier distortion as bounded uncertainty, and claims it improves the communication-sensing trade-off in cell-free ISAC systems.
desk verdict A fresh problem setup, but the key robustness bound is mathematically wrong: Eq. (69) drops a positive cross term, so Theorem 1 does not certify worst-case performance. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing machinery is the combination of a third-order memoryless polynomial PA model with the Bussgang decomposition, which expresses the distorted output as $\mathbf{c}_a=\boldsymbol{\Xi}_a\mathbf{s}_a+\mathbf{d}_a$ with an uncorrelated distortion vector. The uncertainty set $|\beta_{3,a}|\le\epsilon$ converts distortion into a bounded perturbation, and Theorem 1 supplies the conservative worst-case rate bound $L(\epsilon)$ and the sensing constraint $g(\epsilon,\epsilon_0)$. Successive convex approximation handles the nonconvexity of the resulting max-min problem, and the SACGNN, a heterogeneous graph network with Transformer-style self-attention and convolutional layers, coordinates beamforming and antenna-position decisions across access points. The graph structure lets each access point aggregate channel, position, and distortion features from its neighbors before decoding transmit beamformers and MA positions.
What would settle it
Compute $L(\epsilon)$ and the true minimum over $\beta_{3,a}$ of the objective in Eq. (17) for a fixed small network with two access points, two users, and one target; if the true worst-case sum rate falls below $L(\epsilon)$ for any feasible beamforming and MA positions, the claimed guaranteed robustness is not established. The same check applies to the sensing constraint by comparing the exact Fisher information matrix, including the derivative of the round-trip delay phase, with the conservative bound $g(\epsilon,\epsilon_0)$.
Extended reading notes
Core claim
The paper's central claim is that PA-induced nonlinear distortion can be handled by a distributed worst-case design rather than by exact distortion compensation. Under a third-order memoryless polynomial model and the Bussgang decomposition, the amplified signal splits into a linear term and an uncorrelated distortion term whose covariance depends on the beamformers. The authors bound the unknown third-order coefficients as $|\beta_{3,a}|\le\epsilon$ and derive a conservative lower bound $L(\epsilon)$ for the worst-case sum rate together with a conservative CRLB constraint $g(\epsilon,\epsilon_0)$ on sensing accuracy. They then maximize this lower bound over beamforming matrices and movable-antenna positions. The claimed discovery is that this worst-case formulation, solved by the proposed SACGNN, substantially improves the communication-sensing trade-off under distortion and beats fixed-position antenna baselines in robustness and capacity.
Load-bearing premise
The argument rests on the validity of a triangle-inequality bound in Eq. (69), specifically that $|A+B|^2$ is no larger than $|A|^2+|B|^2$ for the linear and distortion terms; because the cross term $2\operatorname{Re}(AB^*)$ can be positive, the derived $L(\epsilon)$ may not be a guaranteed lower bound on the worst-case sum rate.
Editorial extensions
If this is right
- Under the bounded-3RDC assumption, the proposed max-min beamforming and MA-position policy yields higher worst-case sum rates than designs that ignore distortion uncertainty.
- Movable antenna repositioning adds spatial degrees of freedom that can be steered away from distortion-dominated directions, with sum-rate gains growing as the number of antennas per access point increases.
- The SACGNN solution is decentralized and has per-layer complexity linear in the number of graph edges, making it scalable to large cell-free deployments.
- The conservative CRLB constraint gives a tunable link between sensing accuracy and communication rate, since relaxing $\gamma_b$ frees beamforming degrees of freedom for communication.
Reading between the lines
- Because the worst-case bound in Appendix B uses a triangle-inequality estimate that can be checked numerically, the design could be re-run with an exact worst-case evaluation over $\beta_{3,a}$; a comparison of the true max-min rate with $L(\epsilon)$ would show how much of the reported gain is real robustness versus conservatism of the bound.
- The same bounded-uncertainty treatment could be applied to other amplifier imperfections, such as phase noise or I/Q imbalance, by adding their coefficients to the Bussgang distortion covariance.
- In a deployment where each access point can estimate its own $\beta_{3,a}$ online, the global fixed bound $\epsilon$ could be replaced by per-AP adaptive uncertainty sets, potentially improving the trade-off further.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript studies a movable-antenna (MA)-aided cell-free integrated sensing and communication (CF-ISAC) system in which power amplifier nonlinearity is modeled by a third-order memoryless polynomial with bounded uncertain coefficients. It formulates a worst-case max-min problem that jointly optimizes beamforming and MA positions under transmit-power and sensing-accuracy constraints, and it proposes a graph-neural-network (SACGNN) solution trained in an unsupervised manner. The main theoretical contribution is Theorem 1, which claims a tractable conservative reformulation of the robust problem using a lower bound L(epsilon) on the communication objective and a conservative CRLB constraint g(epsilon, epsilon_0). The numerical section compares the proposed algorithm against DRL and fixed-position-antenna baselines.
Significance. If the robustness certificates were valid, the paper would address a timely practical problem—PA distortion uncertainty in distributed ISAC—and the combination of MAs with a distributed learning-based solver would be a useful engineering contribution. The paper also models hardware variability explicitly and compares against several baselines. However, the central theoretical guarantee is not established: the key inequality in Appendix B is mathematically incorrect, and the CRLB derivation omits a substantial dependence of the sensing channel on the target location. Consequently, the claimed conservative reformulation is not supported, and the numerical results remain a heuristic demonstration rather than a validated robust design. The paper provides no machine-checked proofs or reproducible code, so the burden falls entirely on the derivations, which fail at the load-bearing step.
major comments (2)
- [Appendix B, Eq. (69)] The claimed bound |sum_b h_{b,k}^H Xi_b w_{b,j}|^2 <= |sum_b beta1 h_{b,k}^H w_{b,j}|^2 + epsilon^2 |sum_b 2 h_{b,k}^H diag{W_a W_a^H} w_{b,j}|^2 is not valid. Writing A = sum_b beta1 h^H w and B = sum_b 2 beta_{3,b} h^H diag{WW^H} w, the exact identity is |A+B|^2 = |A|^2 + |B|^2 + 2 Re(A^* B), and the cross term can be positive. Since this inequality is used to upper-bound the interference contribution in delta, the resulting L(epsilon) in Eq. (34) is not a guaranteed lower bound on the worst-case objective; Theorem 1 therefore does not provide the claimed conservative reformulation of problem (23). A concrete scalar counterexample with beta1 = 1, beta3 = 0.2, and h = w = 1 gives |1.4|^2 = 1.96 on the left-hand side, while the claimed bound evaluates to 1 + 0.16 = 1.16.
- [Appendix A, Eqs. (55)-(57)] The FIM derivation omits the derivative of the round-trip delay phase e^{-j2 pi f_s tau_{a,b}} with respect to the target location e. The sensing channel in Eq. (9) depends on e through tau_{a,b}(e) = (l_{a,d}(e) + l_{b,d}(e))/c, where l_{a,d} and l_{b,d} are defined in Eqs. (11)-(12). This dependence contributes additional terms to dot H_{a,b} and ddot H_{a,b} that are not present in Eqs. (55)-(57). Without these terms, CRLB_b(e) in Eq. (22) and the robust sensing constraint in (23c)/(33b) are not correctly characterized, so the sensing-side robustness guarantee is also unsupported.
minor comments (5)
- [Appendix A, Eq. (60)] Eq. (60) writes E{F^b_{n1,n2}} while Eq. (58) defines F^b_{n1,n2}; the expectation and the expansion are not clearly derived, and the indexed quantities dot Upsilon, ddot Upsilon, and tilde Upsilon are introduced without defining all variants explicitly.
- [Section IV.A, Eq. (33)] The statement that problem (33) is convex is not justified: L(epsilon) contains absolute values and products involving the optimization variables, and g(epsilon, epsilon_0) is a first-order Taylor expansion of a non-convex function. A proof or a more precise convexity argument is needed.
- [Section V, Eq. (39)] The loss function in Eq. (39) uses a parameter beta > 0 that is not defined, and C1 is not explicitly connected to the constraint set of problem (36). Please define all symbols in the training objective.
- [Section IV.B, Eq. (35)] Eq. (35) repeats the formulation already given in Eq. (32); if a different sensing-oriented problem is intended, the text should distinguish the two formulations clearly.
- [Section VI, Fig. 4] The axis labels in Fig. 4 appear inconsistent with the text description: the horizontal axis is labeled 'Sum rate [bits/s]' while the text discusses 'number of episodes with high sum rate.' Please redraw the figure or revise the caption and description.
Circularity Check
No significant circularity: the robust derivation is self-contained; Eq. (69) is a correctness concern, not a circular one.
full rationale
The paper's central claims are produced by a constructive robust-optimization pipeline, not by re-importing its own target as an input. The worst-case rate bound L(epsilon) in Eq. (34) is derived from explicit model assumptions (third-order polynomial PA model, Bussgang decomposition Eqs. (3)-(6), and the channel models in Section III), and the uncertainty radius epsilon is treated as a design/uncertainty parameter that is optimized or swept in Theorem 1, not fitted to the sum-rate or CRLB values used in the evaluation. Similarly, the sensing CRLB bound in Appendix A is a derivation from the stated likelihood (Eq. (21)) using the standard Slepian-Bangs FIM expression, with the derivative terms then expanded in Eqs. (54)-(60); the citation to the authors' prior work [32] supplies a standard formula rather than the paper's own conclusion, so it is not a load-bearing self-citation chain. The SACGNN is trained in an unsupervised manner to maximize the worst-case sum rate subject to constraints, and the numerical comparison is against explicit external baselines (DRL schemes and an FPA SCA baseline) under a common simulated channel model; evaluating an optimization algorithm on the same model used for training is standard self-contained benchmarking and does not make the measured performance a fitted prediction. I therefore find no step where a prediction reduces to an input by construction. I note for completeness that Eq. (69) in Appendix B asserts |A+B|^2 <= |A|^2 + |B|^2, which drops the nonnegative cross term and is not a valid upper bound; this is a genuine correctness risk for the claimed guarantee L(epsilon), but an erroneous inequality is not a circularity pattern and does not change the circularity score.
Assumptions & free parameters
free parameters (4)
- epsilon (3RDC uncertainty bound) =
swept 0.05 to 0.25 in simulations; also appears as optimization variable in Eq. (33)
- epsilon_0 (SCA linearization point) =
not specified
- lambda (constraint penalty in SACGNN loss) =
not specified
- GNN hyperparameters =
L=4, 1600x800, lr=0.01, batch 500, 5000 epochs
assumptions (8)
- domain assumption Third-order memoryless polynomial model of PA distortion, z = beta1*x + beta3*x*|x|^2 (Eq. 1)
- domain assumption Bussgang decomposition holds under Gaussian input assumption; distortion d_a is uncorrelated with input and has covariance Eq. (6)
- domain assumption Distortion components across tAPs are statistically independent
- domain assumption Geometric multipath channel model with known AoDs, delays, and gains for MA position-dependent channels (Eqs. 7-14)
- standard math CRLB is a valid performance bound for deterministic target location estimation (Sec. III.D)
- ad hoc to paper Sensing channel H_{a,b} depends on target location only through the array steering vectors; derivatives of the delay phase e^{-j2*pi*fs*tau} w.r.t. target location are neglected (Appendix A, Eqs. 55-57)
- domain assumption MA positions can be adjusted in real time with negligible latency
- domain assumption 3RDC uncertainty set is a known bounded interval |beta3,a| <= epsilon
Cite this review
Pith. "Pith review of Distributed Distortion-Aware Robust Optimization for Movable Antenna-aided Cell-Free ISAC Systems." pith.science (2026). https://pith.science/paper/ZSYHHRZU
@misc{pith2026250813839,
author = {Pith},
title = {Pith review of: Distributed Distortion-Aware Robust Optimization for Movable Antenna-aided Cell-Free ISAC Systems},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZSYHHRZU}},
note = {Machine review of arXiv:2508.13839}
}
read the original abstract
The cell-free integrated sensing and communication (CF-ISAC) architecture is a promising enabler for 6G, offering spectrum efficiency and ubiquitous coverage. However, real deployments suffer from hardware impairments, especially nonlinear distortion from power amplifiers (PAs), which degrades both communication and sensing. To address this, we propose a movable antenna (MA)-aided CF-ISAC system that mitigates distortion and enhances robustness. The PAs nonlinearities are modeled by a third-order memoryless polynomial, where the third-order distortion coefficients (3RDCs) vary across access points (APs) due to hardware differences, aging, and environmental conditions. We design a distributed distortion-aware worst-case robust optimization framework that explicitly incorporates uncertainty in 3RDCs. First, we analyze the worst-case impact of PA distortion on both the Cramer-Rao lower bound (CRLB) and communication rate. Then, to address the resulting non-convexity, we apply successive convex approximation (SCA) for estimating the 3RDCs. With these, we jointly optimize beamforming and MA positions under transmit power and sensing constraints. To efficiently solve this highly non-convex problem, we develop an MA-enabled self-attention convolutional graph neural network (SACGNN) algorithm. Simulations demonstrate that our method substantially enhances the communication-sensing trade-off under distortion and outperforms fixed-position antenna baselines in terms of robustness and capacity, thereby highlighting the advantages of MA-aided CF-ISAC systems.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Integrated sensing and communications: Toward dual-functional wire- less networks for 6G and beyond,
F. Liu, Y . Cui, C. Masouros, J. Xu, T. X. Han, Y . C. Eldar, and S. Buzzi, “Integrated sensing and communications: Toward dual-functional wire- less networks for 6G and beyond,” IEEE J. Sel. Areas Commun., vol. 40, no. 6, pp. 1728–1767, 2022
2022
-
[2]
Wireless energy transfer in RIS-aided cell-free massive MIMO systems: Opportunities and challenges,
E. Shi, J. Zhang, S. Chen, J. Zheng, Y . Zhang, D. W. Kwan Ng, and B. Ai, “Wireless energy transfer in RIS-aided cell-free massive MIMO systems: Opportunities and challenges,” IEEE Commun. Mag., vol. 60, no. 3, pp. 26–32, 2022
work page 2022
-
[3]
Movable antennas for wireless commu- nication: Opportunities and challenges,
L. Zhu, W. Ma, and R. Zhang, “Movable antennas for wireless commu- nication: Opportunities and challenges,” IEEE Commun. Mag., vol. 62, no. 6, pp. 114–120, Oct. 2024
work page 2024
-
[4]
T. Ackermann, J. Potschka, T. Maiwald, A. Hagelauer, G. Fischer, and R. Weigel, “A robust digital predistortion algorithm for 5G MIMO: Modeling a MIMO scenario with two nonlinear MIMO transmitters including a cross-coupling effect,” IEEE Microwave Mag., vol. 21, no. 7, pp. 54–62, 2020
work page 2020
-
[5]
Green communications: Digital predistortion for wideband RF power amplifiers,
L. Guan and A. Zhu, “Green communications: Digital predistortion for wideband RF power amplifiers,” IEEE Microwave Mag., vol. 15, no. 7, pp. 84–99, 2014
work page 2014
-
[6]
Digital predistortion for mitigating spurious emissions in spectrally agile radios,
M. Abdelaziz, Z. Fu, L. Anttila, A. M. Wyglinski, and M. Valkama, “Digital predistortion for mitigating spurious emissions in spectrally agile radios,” IEEE Commun. Mag., vol. 54, no. 3, pp. 60–69, 2016
work page 2016
-
[7]
Robustness of ISAC waveforms to power amplifier distortion,
A. R. Mohamed Ismail, M. Guenach, A. Sakhnini, A. Bourdoux, and H. Steendam, “Robustness of ISAC waveforms to power amplifier distortion,” in 2024 IEEE 4th International Symposium on Joint Com- munications Sensing (JCS), 2024, pp. 1–6
work page 2024
-
[8]
Analysis of third-order intermodulation distortion in common-emitter BJT and HBT amplifiers,
J. Vuolevi and T. Rahkonen, “Analysis of third-order intermodulation distortion in common-emitter BJT and HBT amplifiers,” IEEE Trans. Circuits Syst. II Express Briefs., vol. 50, no. 12, pp. 994–1001, 2003
work page 2003
Show all 32 references
-
[9]
V olterra series based modeling and compensation of nonlinearities in high power am- plifiers,
M. Tummla, M. Donovan, B. Watkins, and R. North, “V olterra series based modeling and compensation of nonlinearities in high power am- plifiers,” in 1997 IEEE International Conference on Acoustics, Speech, and Signal Processing, vol. 3, 1997, pp. 2417–2420 vol.3
1997
-
[10]
Third-order intermodulation distortion and har- monic generation in mismatched weakly nonlinear transmission lines,
J. Mateu, C. Collado, N. Orloff, J. C. Booth, E. Rocas, A. Padilla, and J. M. O’Callaghan, “Third-order intermodulation distortion and har- monic generation in mismatched weakly nonlinear transmission lines,” IEEE Trans. Microwave Theory Tech., vol. 57, no. 1, pp. 10–18, 2009
2009
-
[11]
A generalized memory polynomial model for digital predistortion of rf power ampli- fiers,
D. Morgan, Z. Ma, J. Kim, M. Zierdt, and J. Pastalan, “A generalized memory polynomial model for digital predistortion of rf power ampli- fiers,” IEEE Trans. Signal Process., vol. 54, no. 10, pp. 3852–3860, 2006
2006
-
[12]
Fluid antenna system—part III: A new paradigm of distributed artificial scattering surfaces for massive connectivity,
K.-K. Wong, K.-F. Tong, and C.-B. Chae, “Fluid antenna system—part III: A new paradigm of distributed artificial scattering surfaces for massive connectivity,” IEEE Commun. Lett., vol. 27, no. 8, pp. 1929– 1933, 2023
1929
-
[13]
MIMO capacity characterization for movable antenna systems,
W. Ma, L. Zhu, and R. Zhang, “MIMO capacity characterization for movable antenna systems,” IEEE Trans. Wireless Commun., vol. 23, no. 4, pp. 3392–3407, 2024
2024
-
[14]
Joint antenna position and beamforming optimization with self-interference mitigation in movable antenna aided ISAC system,
S. Peng, C. Zhang, Y . Xu, Q. Wu, L. Zhu, X. Ou, and D. He, “Joint antenna position and beamforming optimization with self-interference mitigation in movable antenna aided ISAC system,” in 2025 IEEE Wireless Communications and Networking Conference (WCNC), 2025, pp. 1–6
2025
-
[15]
Movable-antenna enabled cell-free networks,
H. Wei, W. Wang, W. Ni, C. Zhang, and Y . Huang, “Movable-antenna enabled cell-free networks,” IEEE Trans. Veh. Technol., pp. 1–6, 2025
2025
-
[16]
Robust joint hybrid transceiver design for millimeter wave full-duplex MIMO relay systems,
Y . Cai, Y . Xu, Q. Shi, B. Champagne, and L. Hanzo, “Robust joint hybrid transceiver design for millimeter wave full-duplex MIMO relay systems,” IEEE Trans. Wireless Commun., vol. 18, no. 2, pp. 1199–1215, Jan. 2019
2019
-
[17]
The bussgang decomposition of nonlinear systems: Basic theory and MIMO extensions [lecture notes],
O. T. Demir and E. Bjornson, “The bussgang decomposition of nonlinear systems: Basic theory and MIMO extensions [lecture notes],” IEEE Signal Process Mag., vol. 38, no. 1, pp. 131–136, 2021
2021
-
[18]
Distributed distortion-aware beamforming designs for Cell-Free mMIMO systems,
M. Liu, M. Li, R. Liu, and Q. Liu, “Distributed distortion-aware beamforming designs for Cell-Free mMIMO systems,” IEEE Journal of Selected Topics in Signal Processing, vol. 19, no. 2, pp. 381–397, 2025
2025
-
[19]
Deep reinforcement learning based joint beam allocation and relay selection in mmWave vehicular networks,
Y . Ju, H. Wang, Y . Chen, T.-X. Zheng, Q. Pei, J. Yuan, and N. Al- Dhahir, “Deep reinforcement learning based joint beam allocation and relay selection in mmWave vehicular networks,” IEEE Trans. Commun., vol. 71, no. 4, pp. 1997–2012, 2023
1997
-
[20]
Channel estimation for hybrid architecture-based wideband millimeter wave systems,
K. Venugopal, A. Alkhateeb, N. Gonz ´alez Prelcic, and R. W. Heath, “Channel estimation for hybrid architecture-based wideband millimeter wave systems,” IEEE J. Sel. Areas Commun., vol. 35, no. 9, pp. 1996– 2009, 2017
1996
-
[21]
Movable antenna-enhanced wireless communications: General archi- tectures and implementation methods,
B. Ning, S. Yang, Y . Wu, P. Wang, W. Mei, C. Yuen, and E. Bjornson, “Movable antenna-enhanced wireless communications: General archi- tectures and implementation methods,” IEEE Wireless Commun., 2025
2025
-
[22]
Radar-based high-accuracy cardiac activity sensing,
W. Xia, Y . Li, and S. Dong, “Radar-based high-accuracy cardiac activity sensing,” IEEE Transactions on Instrumentation and Measurement, vol. 70, pp. 1–13, 2021
2021
-
[23]
Sensing-aided distortion estimation for ofdm radar with nonlinear transmitter,
S. Kang, K. Han, and S. Hong, “Sensing-aided distortion estimation for ofdm radar with nonlinear transmitter,” IEEE Transactions on Radar Systems, vol. 2, pp. 821–831, 2024
2024
-
[24]
Reconfigurable intelligent surfaces aided mmWave NOMA: Joint power allocation, phase shifts, and hybrid beamforming optimization,
Y . Xiu, J. Zhao, W. Sun, M. D. Renzo, G. Gui, Z. Zhang, and N. Wei, “Reconfigurable intelligent surfaces aided mmWave NOMA: Joint power allocation, phase shifts, and hybrid beamforming optimization,” IEEE Trans. Wireless Commun., vol. 20, no. 12, pp. 8393–8409, Jul. 2021
2021
-
[25]
Secrecy rate maximization for reconfigurable intelligent surface aided millimeter wave system with low-resolution DACs,
Y . Xiu, J. Zhao, W. Sun, and Z. Zhang, “Secrecy rate maximization for reconfigurable intelligent surface aided millimeter wave system with low-resolution DACs,” IEEE Commun. Lett., vol. 25, no. 7, pp. 2166– 2170, Feb. 2021
2021
-
[26]
Energy-efficient cell- free network assisted by hybrid RISs,
W. Lyu, Y . Xiu, S. Yang, C. Yuen, and Z. Zhang, “Energy-efficient cell- free network assisted by hybrid RISs,” IEEE Wireless Commun. Lett., vol. 12, no. 4, pp. 718–722, Feb. 2023
2023
-
[27]
Robust adaptive beamforming via Worst-Case SINR maximization with nonconvex un- certainty sets,
Y . Huang, H. Fu, S. A. V orobyov, and Z.-Q. Luo, “Robust adaptive beamforming via Worst-Case SINR maximization with nonconvex un- certainty sets,” IEEE Transactions on Signal Processing, vol. 71, pp. 218–232, 2023
2023
-
[28]
CVX: Matlab software for disciplined convex programming, version 1.21,
M. Grant, “CVX: Matlab software for disciplined convex programming, version 1.21,” http://cvxr. com/cvx, 2011
2011
-
[29]
MS²-GNN: Exploring GNN-based multimodal fusion network for depression detection,
T. Chen, R. Hong, Y . Guo, S. Hao, and B. Hu, “MS²-GNN: Exploring GNN-based multimodal fusion network for depression detection,” IEEE Transactions on Cybernetics, vol. 53, no. 12, pp. 7749–7759, 2023
2023
-
[30]
Attention is all you need,
A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł. Kaiser, and I. Polosukhin, “Attention is all you need,” Advances in neural information processing systems, vol. 30, 2017
2017
-
[31]
Toward energy-efficient massive mimo: Graph neural network precoding for mitigating non- linear PA distortion,
T. Feys, L. V . d. Perre, and F. Rottenberg, “Toward energy-efficient massive mimo: Graph neural network precoding for mitigating non- linear PA distortion,” IEEE Transactions on Cognitive Communications and Networking, vol. 11, no. 1, pp. 184–201, 2025
2025
-
[32]
Movable antenna-aided cooperative ISAC network with time synchro- nization error and imperfect CSI,
Y . Xiu, Y . Zhao, R. Yang, D. Niyato, J. Jin, Q. Wang, G. Liu, and N. Wei, “Movable antenna-aided cooperative ISAC network with time synchro- nization error and imperfect CSI,” arXiv preprint arXiv:2501.15410, 2025
2025 arXiv
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.