REVIEW 4 major objections 4 minor 1 cited by
A Covariance-Surrogate Framework for Movable-Antenna Enabled Anti-Jamming with Unknown Jammers
T0 review · 4 major / 4 minor · reviewed 2026-08-03 · deepseek-v4-flash
Pith's one-line read This paper establishes that a movable-antenna receiver can suppress unknown jammers by optimizing antenna positions against a blockwise sample-covariance surrogate anchored at the current position, with a local error bound that makes trust-
desk verdict A genuinely useful surrogate framework with a real gap between its anchor-locality bound and the algorithm that is supposed to exploit it. 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 key object is the anchor-based sample-covariance surrogate: replace the unknown covariance R(x) in the MVDR SINR objective by R_hat(x_i), the sample covariance over a block of T snapshots taken at the current antenna position x_i. Its fidelity is controlled by two ingredients: Lipschitz continuity of the steering vectors and of the covariance with respect to antenna position, and a matrix concentration bound on the sample covariance, which together yield the local error bound E|g-g_hat| <= C_R(L_R||x-x_i|| + epsilon(T)). The second mechanism is the trust-region step-size control in PTRSO, which keeps iterates inside the region where the surrogate is reliable and projects candidates onto
What would settle it
Take the paper's simulation setting and add a deliberate mismatch to the desired-user channel used by the algorithm, for example a 5-degree bias in all desired-path AoAs while the true channel remains unperturbed. If the true output SINR of PTRSO falls back toward the fixed-ULA baseline under such a small mismatch, the known-h0 assumption is decisive; if the gain largely survives, the method is robust to h0 error.
Extended reading notes
Core claim
The discovery is that the unknown, position-dependent covariance R(x) can be replaced by the blockwise sample covariance R_hat(x_i) measured at the current antenna-position anchor, and the resulting surrogate objective g_hat(x) = h0(x)^H R_hat(x_i)^{-1} h0(x) is provably close to the true minimum-variance distortionless-response (MVDR) objective g(x) = h0(x)^H R(x)^{-1} h0(x) in a neighborhood of the anchor. The paper proves E|g(x)-g_hat(x)| <= C_R (L_R ||x-x_i|| + epsilon(T)), where the snapshot error epsilon(T) vanishes as T grows, so the mismatch is controlled by keeping updates close to the anchor and using enough snapshots. Maximizing the surrogate within a trust region therefore also i
Load-bearing premise
The load-bearing premise is that the legitimate user's channel h0(x) = A(x)alpha is known to the receiver for every antenna position x; if the receiver's AoA or path-gain estimates for the desired user are wrong, both the distortionless MVDR constraint and the surrogate objective are corrupted, and the paper gives no sensitivity analysis or estimation protocol for this error.
Editorial extensions
If this is right
- Anti-jamming antenna placement becomes feasible with zero jammer-side prior: only T snapshots per block and the known desired-user channel are needed.
- The snapshot budget and the step size jointly control performance: more snapshots per block tighten the surrogate error, so true output SINR rises with T and saturates, while moves kept near the anchor prevent surrogate gains from evaporating.
- Using all past covariance estimates is counterproductive near a moving anchor; the current-anchor sample covariance is the correct local model for trust-region updates.
- PTRSO reaches a stationary point of the surrogate with O(N_r^2) per-iteration cost, making it more scalable than Newton-type methods with explicit Hessian factorizations.
- In simulations, the optimized array places deeper nulls at the jammer angles than a fixed uniform linear array, giving higher true output SINR across user SNR, snapshot number, jammer count, and array size.
Reading between the lines
- Because the error bound depends on the covariance Lipschitz constant and the snapshot error, the trust-region radius could be set adaptively from estimated values of these quantities instead of using the fixed heuristic update factors.
- The most exposed point is the known-desired-channel assumption: in a real deployment the receiver would need a separate tracking loop for the legitimate user's AoAs and path gains, and the method's practical robustness to imperfect h0 remains untested.
- The geometric-bias result suggests a broader design principle: whenever a position-dependent covariance is replaced by a sample estimate, the estimate must be re-centered at the current geometry; averaging over geometries is not a free variance-reduction step.
- A natural extension is to schedule the anchor-update rate and block length T based on the measured surrogate residual, which would let the two-timescale framework track slowly moving jammers rather than only static interference.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies an uplink movable-antenna (MA) receiver that must suppress unknown jammers while jointly optimizing antenna positions and an MVDR beamformer. Since the true interference-plus-noise covariance R(x) is unknown and position-dependent, the authors replace it with a blockwise sample covariance R̂(x_i) at an antenna-position anchor x_i, yielding the surrogate objective ĝ(x)=h0(x)^H R̂(x_i)^{-1} h0(x). The main theoretical result is a local bound, Eq. (20), stating that E|g(x)−ĝ(x)| ≤ C_R(L_R‖x−x_i‖+ε(T)), so the surrogate approximates the true SINR objective near the anchor when the snapshot budget T is large. The paper also proves a geometric-bias result (Theorem 1) showing that a historical-average covariance surrogate is locally worse than the anchor-based surrogate. A projected trust-region algorithm, PTRSO, is proposed for the position optimization, and numerical results show higher output SINR than the tested baselines across SNR, T, number of antennas, and number of jammers.
Significance. If the locality-transfer argument is made rigorous, the paper offers a genuinely useful nonparametric route to MA position optimization against noncooperative jammers, avoiding jammer DoA or power priors. The theoretical scaffolding—Lipschitz covariance bounds, matrix concentration, and the historical-average bias theorem—is self-contained and goes beyond a purely algorithmic contribution. The numerical study is also careful in reporting both surrogate and true SINR, and the consistent gap between them is a meaningful check on the claims. However, the central link between Eq. (20) and the implemented algorithm is currently not established, and several technical gaps (sample-covariance nonsingularity, proof of the convergence guarantee, sensitivity to the assumed-known desired channel) need to be addressed before the paper's main claims are supportable.
major comments (4)
- [§4-A, Eq. (31), Algorithm 1] The paper's central transfer argument is not connected to Algorithm 1. Eq. (20) bounds E|g(x)−ĝ(x)| by C_R(L_R‖x−x_i‖+ε(T)), so it justifies optimizing ĝ only when x stays near the anchor x_i. But the TR subproblem (31) is centered at the current iterate x_k with constraint ‖x_p‖≤Δ_k, and the acceptance ratio ρ_k in (36) compares q_k with ĝ, not ĝ with g. Algorithm 1 has no constraint, penalty, or stopping rule enforcing ‖x_k−x_i‖ small. Since Δ_k regulates the per-step displacement from x_k, not the cumulative displacement from x_i, accepted steps can accumulate and make δ(x_k) large, voiding the tube argument. Section IV-B's statement that the TR 'confines each update within a neighborhood where ... the mismatch between the surrogate ĝ(x) and true objective g(x) is small' conflates the neighborhood of x_k with that of x_i. Please either modify the algorithm to control anchor drift (e.g
- [Eqs. (13), (18), (20), Algorithm 1] The proposed surrogate and all theoretical bounds require R̂(x_i)^{-1}, but the blockwise sample covariance (13) is singular when T<N_r and can be ill-conditioned even when T is only slightly larger than N_r. Lemma 3 gives a bound on E‖R̂−R‖ but does not imply a uniform lower bound on λ_min(R̂); the constant C_R=2k√L‖α‖/σ_n^4 in Eq. (20) appears to rely on such an inverse-norm bound. No diagonal loading, ridge regularization, or pseudo-inverse strategy is discussed. This is not a minor edge case: Fig. 8 sweeps T, and the paper claims robustness over snapshot budgets. Please introduce a regularized covariance estimator and derive the corresponding modification of Eqs. (18) and (20), or state the range of T for which the current bound and algorithm are valid.
- [§4-A, abstract and contribution list] The abstract and the introduction assert that PTRSO 'is guaranteed to converge to a stationary point near the anchor,' but Section IV-A only says the procedure is 'guaranteed to converge to the set of stationary solutions of problem (14) [35]' without stating or proving a theorem. Problem (14) is nonconvex, the algorithm uses projection, an approximately solved TR subproblem via Steihaug-CG, and an acceptance rule based on ρ_k; none of these features is automatically covered by a generic TR convergence citation for the projected variant. Please state the precise convergence theorem with the required assumptions (e.g., bounded Hessians, gradient continuity, sufficient decrease after projection) and provide a proof or a counterexample-free argument. As written, the convergence guarantee is an unsupported assertion.
- [§2-A, Eq. (2)] The paper assumes the desired-user channel h0(x)=A(x)α is known to the receiver for every antenna position x, including all path AoAs and complex gains. Both the MVDR constraint |w^H h0(x)|=1 and the surrogate objective ĝ(x) depend on exact h0. The claim of robustness to 'unknown jammers' is therefore conditional on a very strong legitimate-side assumption; in practice h0 must be estimated, and errors in AoAs or gains would distort the beamformer and the position objective. No estimation protocol or sensitivity analysis is provided. Please add a numerical robustness study with imperfect h0 or clearly scope the claim to the known-desired-channel regime.
minor comments (4)
- [Eq. (10)] The dimensions of l are inconsistent: U is (N_r+1)×N_r, so l should be (N_r+1)×1, not N_r×1 as written.
- [Fig. 8] The x-axis starts at T=0, but a sample covariance with zero snapshots is undefined. The plot should start at T=1 or T=N_r, or the caption should clarify that T=0 is included only as a nominal point.
- [Abstract and §4-B] The phrase 'stationary point near the anchor' is misleading: the convergence claimed in §4-A is to a stationary point of problem (14), and no result shows that this point is near the anchor x_i. The wording should be aligned with what is actually proved.
- [Eq. (36)] The denominator pred_k in the ratio test should be explicitly guaranteed positive (or the case pred_k=0 handled) after projection, since d_k=0 or a degenerate subproblem solution could make the ratio undefined.
Circularity Check
No significant circularity: the surrogate-fidelity bound, historical-average bias theorem, and numerical SINR claims are independently derived or externally checked.
full rationale
I traced the derivation chain from the surrogate definition (14) to the fidelity bound (20) and the PTRSO algorithm. The bound is built from Lemmas 1-3 (Lipschitz steering vectors, Lipschitz covariance, sub-Gaussian covariance concentration) and the matrix inverse perturbation identity; it is not an input restated as a conclusion. The surrogate objective is defined by replacing R(x) with R-hat(x_i), and the bound quantifies the resulting error, so the relation is derived rather than definitional. Theorem 1's historical-average bias is proved from Lemmas 4-5 and an almost-sure non-degeneracy argument, not assumed. PTRSO's convergence guarantee is explicitly for the surrogate problem (14), and the numerical results are measured against the true ground-truth SINR computed with R(x), so the reported gains are not forced by fitting a parameter to the simulated output. Self-citations such as [20] support the background field-response/h0-known modeling assumption, but they are not invoked as a load-bearing uniqueness result and do not by themselves imply the theorems; the h0-known assumption is a scope limitation, not a circular step. A possible technical gap exists between the bound (20)'s dependence on distance to the anchor and the trust-region's control of only per-iteration step size, but that is a correctness/robustness concern rather than a case where a claimed prediction reduces to its inputs by construction.
Assumptions & free parameters
free parameters (1)
- TR hyperparameters η1, η2, γ1, γ2, Δ0, Δmax =
η1=0.25, η2=0.75, γ1=0.25, γ2=2; Δ0, Δmax default
assumptions (6)
- domain assumption h0(x)=A(x)α is known to the receiver for all feasible x
- domain assumption Jamming and noise processes are WSS, zero-mean, and mutually independent with fixed powers σ_i², σ_n²
- domain assumption Antenna positions are fixed for T snapshots; the two-timescale block model
- domain assumption R̂(x_i) is nonsingular and close to R(x_i); no diagonal loading is used
- domain assumption Power vector c has an absolutely continuous distribution w.r.t. Lebesgue measure
- standard math Vershynin's matrix concentration (Theorem in [37]) and Nocedal-Wright TR convergence theory [35] apply verbatim
Cite this review
Pith. "Pith review of A Covariance-Surrogate Framework for Movable-Antenna Enabled Anti-Jamming with Unknown Jammers." pith.science (2026). https://pith.science/paper/5T7FIVB3
@misc{pith2026251220380,
author = {Pith},
title = {Pith review of: A Covariance-Surrogate Framework for Movable-Antenna Enabled Anti-Jamming with Unknown Jammers},
year = {2026},
howpublished = {\url{https://pith.science/paper/5T7FIVB3}},
note = {Machine review of arXiv:2512.20380}
}
read the original abstract
In this paper, we investigate a movable antenna (MA) enabled anti-jamming optimization problem, where a legitimate uplink system is exposed to multiple jammers with unknown jamming channels. To enhance the anti-jamming capability of the considered system, an MA array is deployed at the receiver, and the antenna positions and the minimum-variance distortionless-response (MVDR) receive beamformer are jointly optimized to maximize the output signal-to-interference-plus-noise ratio (SINR). The main challenge arises from the fact that the interference covariance matrix is unknown and nonlinearly dependent on the antenna positions. To overcome these issues, we propose a surrogate objective by replacing the unknown covariance with the sample covariance evaluated at the current antenna position anchor. Under a two-timescale framework, the surrogate objective is updated once per block (contains multiple snapshots) at the current anchor position, while the MVDR beamformer is adapted on a per-snapshot basis. We establish a local bound on the discrepancy between the surrogate and the true objective by leveraging matrix concentration inequalities, and further prove that a natural historical-averaging surrogate suffers from a non-vanishing geometric bias. Building on these insights, we develop a low-complexity projected trust-region (TR) surrogate optimization (PTRSO) algorithm that maintains the locality of each iteration via TR constraints and enforces feasibility through projection, which is guaranteed to converge to a stationary point near the anchor. Numerical results verify the effectiveness and robustness of the proposed PTRSO algorithm, which consistently achieves higher output SINR than existing baselines.
Figures
Figures from the paper (5 more)
Forward citations
Cited by 1 Pith paper
-
Exploiting Movable Antennas for Multi-Target Wireless Sensing System in Multipath Environments
A Markov-mixture cross-sparsity prior plus posterior-weighted movable-antenna placement is claimed to reduce multi-target angular RMSE in multipath sensing.
Reference graph
Works this paper leans on
-
[35]
Nocedal and S
J. Nocedal and S. Wright, Numerical Optimization, 2nd ed., ser. Springer Series in Operations Research. New Y ork: Springer V erlag, 2 006
-
[1]
Jamming attacks and anti-jammi ng strategies in wireless networks: A comprehensive survey,
H. Pirayesh and H. Zeng, “Jamming attacks and anti-jammi ng strategies in wireless networks: A comprehensive survey,” IEEE Commun. Surv. Tutorials, vol. 24, no. 2, pp. 767–809, 2022
2022
-
[2]
A survey on wireless security: Technical challenges, recent advances, and future trends,
Y . Zou, J. Zhu, X. Wang, and L. Hanzo, “A survey on wireless security: Technical challenges, recent advances, and future trends, ” Proc. IEEE , vol. 104, no. 9, pp. 1727–1765, 2016
2016
-
[3]
Sparse antenna ar ray design for MIMO active sensing applications,
W. Roberts, L. Xu, J. Li, and P . Stoica, “Sparse antenna ar ray design for MIMO active sensing applications,” IEEE Trans. Antennas Propag. , vol. 59, no. 3, pp. 846–858, 2011
2011
-
[4]
Co-design for o ver- laid MIMO radar and downlink MISO communication systems via Cram´ er–Rao bound minimization,
Z. Cheng, B. Liao, S. Shi, Z. He, and J. Li, “Co-design for o ver- laid MIMO radar and downlink MISO communication systems via Cram´ er–Rao bound minimization,”IEEE Trans. Signal Process., vol. 67, no. 24, pp. 6227–6240, 2019
2019
-
[5]
Dual- function radar-communications: Information embedding using sidel obe control and waveform diversity,
A. Hassanien, M. G. Amin, Y . D. Zhang, and F. Ahmad, “Dual- function radar-communications: Information embedding using sidel obe control and waveform diversity,” IEEE Trans. Signal Process. , vol. 64, no. 8, pp. 2168–2181, 2016
2016
-
[6]
Joint transmit beamforming for multiuser MIMO communications an d MIMO radar,
X. Liu, T. Huang, N. Shlezinger, Y . Liu, J. Zhou, and Y . C. E ldar, “Joint transmit beamforming for multiuser MIMO communications an d MIMO radar,” IEEE Trans. Signal Process. , vol. 68, pp. 3929–3944, 2020
2020
-
[7]
A robust anti-jamming n avigation receiver with antenna array and GPS/SINS,
Q. Li, W. Wang, D. Xu, and X. Wang, “A robust anti-jamming n avigation receiver with antenna array and GPS/SINS,” IEEE Commun. Lett. , vol. 18, no. 3, pp. 467–470, 2014
2014
Show all 38 references
-
[8]
Mitigating intended jamming in mmWave MIMO by hybrid beamforming,
J. Zhu, Z. Wang, Q. Li, H. Chen, and N. Ansari, “Mitigating intended jamming in mmWave MIMO by hybrid beamforming,” IEEE Wireless Commun. Lett. , vol. 8, no. 6, pp. 1617–1620, 2019
2019
-
[9]
MIMO -based jamming resilient communication in wireless networks,
Q. Y an, H. Zeng, T. Jiang, M. Li, W. Lou, and Y . T. Hou, “MIMO -based jamming resilient communication in wireless networks,” in Proc. IEEE INFOCOM, 2014, pp. 2697–2706
2014
-
[10]
Jamming resilient communication using MIMO inter ference cancellation,
——, “Jamming resilient communication using MIMO inter ference cancellation,” IEEE Trans. Inf. F orensics Secur ., vol. 11, no. 7, pp. 1486– 1499, 2016
2016
-
[11]
Jamming suppression in massive MIMO systems,
H. Akhlaghpasand, E. Bj¨ ornson, and S. M. Razavizadeh, “Jamming suppression in massive MIMO systems,” IEEE Trans. Circuits Syst. II Express Briefs , vol. 67, no. 1, pp. 182–186, 2020
2020
-
[12]
Adversaria l attacks on deep learning based mmWave beam prediction in 5G and beyond,
B. Kim, Y . Sagduyu, T. Erpek, and S. Ulukus, “Adversaria l attacks on deep learning based mmWave beam prediction in 5G and beyond, ” in Proc. IEEE Stat. Signal Process. W orkshop (SSP) , 2021, pp. 590–594
2021
-
[13]
Adversarial attacks on deep learning based mmWave beam prediction in 5G and beyond,
——, “Adversarial attacks on deep learning based mmWave beam prediction in 5G and beyond,” in Proc. IEEE Stat. Signal Process. W orkshop (SSP), 2021, pp. 590–594
2021
-
[14]
Movable antenna enhanced wi reless sensing via antenna position optimization,
W. Ma, L. Zhu, and R. Zhang, “Movable antenna enhanced wi reless sensing via antenna position optimization,” IEEE Trans. Wireless Com- mun., pp. 1–1, 2024
2024
-
[15]
Optimum ambiguity-free directional and omnidirectional planar antenna arrays for DoA estimati on,
H. Gazzah and K. Abed-Meraim, “Optimum ambiguity-free directional and omnidirectional planar antenna arrays for DoA estimati on,” IEEE Trans. Signal Process. , vol. 57, no. 10, pp. 3942–3953, 2009
2009
-
[16]
Can sparse arrays outperform collo cated arrays for future wireless communications?
H. Wang and Y . Zeng, “Can sparse arrays outperform collo cated arrays for future wireless communications?” in Proc. IEEE GC Wkshps 2023 , 2023, pp. 667–672
2023
-
[17]
Movable antennas for wirele ss commu- nication: Opportunities and challenges,
L. Zhu, W. Ma, and R. Zhang, “Movable antennas for wirele ss commu- nication: Opportunities and challenges,” IEEE Commun. Mag. , vol. 62, no. 6, pp. 114–120, 2024
2024
-
[18]
Antenna p osition and beamforming optimization for movable antenna enabled isac : Optimal solutions and efficient algorithms,
L. Chen, M.-M. Zhao, M.-J. Zhao, and R. Zhang, “Antenna p osition and beamforming optimization for movable antenna enabled isac : Optimal solutions and efficient algorithms,” IEEE Trans. on Signal Process. , vol. 73, pp. 3812–3828, 2025
2025
-
[19]
Historical review of fluid antenn a and movable antenna,
L. Zhu and K.-K. Wong, “Historical review of fluid antenn a and movable antenna,” 2024. [Online]. Available: https://arxiv.org/ abs/2401.02362
2024 arXiv
-
[20]
MIMO capacity characteriza tion for movable antenna systems,
W. Ma, L. Zhu, and R. Zhang, “MIMO capacity characteriza tion for movable antenna systems,” IEEE Trans. Wireless Commun. , vol. 23, no. 4, pp. 3392–3407, 2024
2024
-
[21]
Movable-antenna en hanced multiuser communication via antenna position optimizatio n,
L. Zhu, W. Ma, B. Ning, and R. Zhang, “Movable-antenna en hanced multiuser communication via antenna position optimizatio n,” IEEE Trans. Wireless Commun. , vol. 23, no. 7, pp. 7214–7229, 2024
2024
-
[22]
Cram ´ er-Rao bound minimization for movable antenna-assisted multiuse r integrated sensing and communications,
H. Qin, W. Chen, Q. Wu, Z. Zhang, Z. Li, and N. Cheng, “Cram ´ er-Rao bound minimization for movable antenna-assisted multiuse r integrated sensing and communications,” IEEE Wireless Commun. Lett. , vol. 13, no. 12, pp. 3404–3408, 2024
2024
-
[23]
Movable antenna enabled ISA C: Tackling slow antenna movement, dynamic RCS, and imperfect CSI via two-timescale optimization,
A. Khalili and R. Schober, “Movable antenna enabled ISA C: Tackling slow antenna movement, dynamic RCS, and imperfect CSI via two-timescale optimization,” 2025. [Online]. Avai lable: https://arxiv.org/abs/2503.18547
2025 arXiv
-
[24]
Joint antenna position and beamforming optimizatio n with self-interference mitigation in MA-ISAC system,
S. Peng, C. Zhang, Y . Xu, Q. Wu, L. Zhu, X. Ou, and D. He, “Joint antenna position and beamforming optimizatio n with self-interference mitigation in MA-ISAC system,” 2025. [O nline]. Available: https://arxiv.org/abs/2408.00413
2025 arXiv
-
[25]
Fl exible beamforming for movable antenna-enabled integrated sensi ng and communication,
W. Lyu, S. Y ang, Y . Xiu, Z. Zhang, C. Assi, and C. Y uen, “Fl exible beamforming for movable antenna-enabled integrated sensi ng and communication,” 2024. [Online]. Available: https://arxi v.org/abs/2405. 10507
2024
-
[26]
6D movable antenna base d on user distribution: Modeling and optimization,
X. Shao, Q. Jiang, and R. Zhang, “6D movable antenna base d on user distribution: Modeling and optimization,” IEEE Trans. Wireless Commun., vol. 24, no. 1, pp. 355–370, 2025
2025
-
[27]
Exploiting six-dime nsional mov- able antenna for wireless sensing,
X. Shao, R. Zhang, and R. Schober, “Exploiting six-dime nsional mov- able antenna for wireless sensing,” IEEE Wireless Commun. Lett. , vol. 14, no. 2, pp. 265–269, 2025
2025
-
[28]
6D movable a ntenna en- hanced wireless network via discrete position and rotation optimization,
X. Shao, R. Zhang, Q. Jiang, and R. Schober, “6D movable a ntenna en- hanced wireless network via discrete position and rotation optimization,” IEEE J. Sel. Areas Commun. , vol. 43, no. 3, pp. 674–687, 2025
2025
-
[29]
Distributed channel estimation and optimization for 6D mo vable an- tenna: Unveiling directional sparsity,
X. Shao, R. Zhang, Q. Jiang, J. Park, T. Q. S. Quek, and R. S chober, “Distributed channel estimation and optimization for 6D mo vable an- tenna: Unveiling directional sparsity,” IEEE J. Sel. Top. Signal Process. , vol. 19, no. 2, pp. 349–365, 2025
2025
-
[30]
De ep learning- assisted jamming mitigation with movable antenna array,
X. Tang, Y . Jiang, J. Liu, Q. Du, D. Niyato, and Z. Han, “De ep learning- assisted jamming mitigation with movable antenna array,” IEEE Trans. V eh. Technol., vol. 74, no. 9, pp. 14 865–14 870, 2025
2025
-
[31]
Movable anten na array design for jamming mitigation,
Y . Guo, J. Luo, Y . Sun, Z. Lin, and S. Wang, “Movable anten na array design for jamming mitigation,” in 2025 IEEE ICC W orkshops , 2025, pp. 19–25
2025
-
[32]
Movable-antenna array enha nced beam- forming: Achieving full array gain with null steering,
L. Zhu, W. Ma, and R. Zhang, “Movable-antenna array enha nced beam- forming: Achieving full array gain with null steering,” IEEE Commun. Lett., vol. 27, no. 12, pp. 3340–3344, 2023
2023
-
[33]
Anti-jamming hybr id beam- forming design for millimeter-wave massive MIMO systems,
X. Qi, M. Peng, H. Zhang, and X. Kong, “Anti-jamming hybr id beam- forming design for millimeter-wave massive MIMO systems,” IEEE Trans. Wireless Commun. , vol. 23, no. 8, pp. 9160–9172, 2024
2024
-
[34]
R. A. Monzingo and T. W. Miller, Introduction to Adaptive Arrays. New Y ork, NY , USA: Wiley, 1980
1980
-
[36]
Projections onto ord er simplexes,
S. J. Grotzinger and C. Witzgall, “Projections onto ord er simplexes,” Appl. Math. Optim. , vol. 12, no. 1, pp. 247–270, 1984
1984
-
[37]
V ershynin, High-dimensional probability: An introduction with ap- plications in data science
R. V ershynin, High-dimensional probability: An introduction with ap- plications in data science . Cambridge university press, 2018, vol. 47
2018
-
[38]
Folland, Real Analysis: Modern Techniques and Their Applications , ser
G. Folland, Real Analysis: Modern Techniques and Their Applications , ser. Pure and Applied Mathematics: A Wiley Series of Texts, Monographs and Tracts. Wiley, 2013. [Online]. Available: h ttps: //books.google.com.tw/books?id=wI4fAwAAQBAJ
2013
Reviewed August 3, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.