-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
508 lines (398 loc) · 21.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Xuejing Zhang</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Xuejing Zhang is currently an Associate Professor
with the School of Information and Communication Engineering, University of Electronic Science and Technology of China, Chengdu, China.">
<meta name="keywords" content="Xuejing Zhang, 张学敬">
<meta name="author" content="Xuejing Zhang" />
<link rel="stylesheet" href="w3.css">
<style>
.w3-sidebar a {font-family: "Roboto", sans-serif}
body,h1,h2,h3,h4,h5,h6,.w3-wide {font-family: "Montserrat", sans-serif;}
</style>
<link rel="icon" type="image/png" href="images/icons.png">
<!--
<script src="jquery.min.js"></script>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
//-->
</head>
<body class="w3-content" style="max-width:1250px">
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-bar-block w3-blue w3-collapse w3-top w3-right" style="z-index:3;width:150px" id="mySidebar">
<div class="w3-container w3-display-container w3-padding-16">
<h3><b></b></h3>
</div>
<div class="w3-padding-64 w3-text-light-grey w3-large" style="font-weight:bold">
<a href="#home" class="w3-bar-item w3-button">Home</a>
<a href="#Biography" class="w3-bar-item w3-button">Biography</a>
<a href="#publications" class="w3-bar-item w3-button">Research</a>
<a href="#award" class="w3-bar-item w3-button">Awards</a>
</div>
</nav>
<!-- Top menu on small screens -->
<header class="w3-bar w3-top w3-hide-large w3-blue w3-xlarge">
<div class="w3-bar-item w3-padding-24">XUEJING ZHANG</div>
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-padding-24 w3-right" style="font-stretch: extra-expanded;" onclick="w3_open()"><b>≡</b></a>
</div>
</header>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:150px">
<!-- Push down content on small screens -->
<div class="w3-hide-large" style="margin-top:83px"></div>
<!-- The Home Section -->
<div class="w3-container w3-center w3-padding-32" id="home">
<h1>Xuejing Zhang</h1>
<!-- <p class="w3-justify" style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;max-width:600px"> -->
<p class="w3-left-align" style="line-height:200%">
I am currently an Associate Professor with the <a href="https://www.sice.uestc.edu.cn/">School of Information and Communication Engineering</a>,
<a href="https://www.uestc.edu.cn/">University of Electronic Science and Technology of China (UESTC)</a>, Chengdu, China.
</p>
<p class="w3-left-align" style="line-height:200%">
<!-- <p class="w3-justify" style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;max-width:600px">-->
Email: [email protected]
</p>
</tbody></table>
</div>
<!-- The Biography Section -->
<div class="w3-container w3-padding-32"" id="Biography">
<h2>Biography</h2>
<p class="w3-left-align" style="line-height:200%">
Xuejing Zhang was born in Shijiazhuang, China.
He received the B.S. degree in electrical engineering
from Huaqiao University, Xiamen, China,
in 2011, the M.S. degree in signal and information
processing from Xidian University, Xi'an, China,
in 2014, and the Ph.D. degree in signal and information
processing from the University of Electronic
Science and Technology of China, Chengdu, China,
in 2019. From 2017 to 2019, Xuejing Zhang was a visiting student with the University of Delaware, Newark,
DE, USA.
</p>
</div>
<!-- The Publications Section -->
<div class="w3-container w3-padding-32"" id="publications">
<h2>Research</h2>
<p class="w3-left-align" style="line-height:200%">
I'm interested in array signal processing, robust optimization, integer programming, convex optimization, tensor signal processing,
with their applications to radar and communications.
</p>
<h3>Publications</h3>
<h5>Papers Under Review</h5>
<p>
<li>Distributionally Robust Optimization for STAP with Finite Samples
<br>
  Yalong Wang, <strong>Xuejing Zhang</strong>*, Zhihang Wang, Jun Li, Zishu He
<br>
</p>
<p>
<li>Array Synthesis With Low Sidelobe Level Using Two-Way Array Factor: A Mixed-Integer Programming Approach
<br>
  Lingrui Li, <strong>Xuejing Zhang</strong>*, Zishu He
<br>
</p>
<p>
<li>Minimizing Excitation Quantization Bits in Pattern Synthesis via Mixed-Integer Programming
<br>
  <strong>Xuejing Zhang</strong>*
<br>
</p>
<p>
<li>Low-Complexity Constant Envelope Precoding for Secure Transmission via Mirror Flipping
<br>
  <strong>Xuejing Zhang</strong>*
<br>
</p>
<h5>Accepted/Published</h5>
<p>
<li>Fast Converging Structure-Aware Sparse Bayesian Learning for Polarimetric STAP
<br>
  Yalong Wang, Jiaheng Wang, <strong>Xuejing Zhang</strong>*, Jun Li, Zishu He
<br>
  IEEE Sensors Journal, 2025 | <a style="color: #447ec9" href="data/xxx.pdf">pdf</a>
</p>
<p>
<li>Element Polarization Selection Optimization for Radar Clutter Suppression via Mixed-Integer Programming
<br>
  Jiaheng Wang, Yalong Wang, <strong>Xuejing Zhang</strong>*, Jun Li, Zishu He
<br>
  IEEE Transactions on Aerospace and Electronic Systems, 2025 | <a style="color: #447ec9" href="data/xxx.pdf">pdf</a>
</p>
<p>
<li>Probabilistically Robust Joint Transmit Code and Receive Filter Design for Extended Targets: A Mixed-Integer Programming Approach
<br>
  Geng Chen, Chunyang Wang, <strong>Xuejing Zhang</strong>
<br>
  IEEE Transactions on Aerospace and Electronic Systems, 2025 | <a style="color: #447ec9" href="data/TAES-ProbabilisticallyRobust2025.pdf">pdf</a>
| <a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/TAESpapercodeProbabilisticallyRobustJointDesign">code</a>
</p>
<p>
<li>Synthesis of Sparse Linear Arrays via Low-Rank Hankel Matrix Completion
<br>
  <strong>Xuejing Zhang</strong>*, Tianyuan Gu
<br>
  IEEE Transactions on Antennas and Propagation, 2024 | <a style="color: #447ec9" href="data/TAPSparseLinearArraysviaLRHMC2024.pdf">pdf</a>
| <a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/TAPpaperHankelMatrixCompletionCode">code</a>
</p>
<p>
<li>Sparse Array Design via Integer Linear Programming
<br>
  Yangjingzhi Zhuang, <strong>Xuejing Zhang</strong>*, Zishu He, Maria Sabrina Greco, Fulvio Gini
<br>
  IEEE Transactions on Signal Processing, 2024 | <a style="color: #447ec9" href="data/TSPSparseArrayDesignILP2024.pdf">pdf</a>
| <a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/TSPpaperSparseArrayDesignMIP">code</a>
</p>
<p>
<li>Beampattern Synthesis With Dynamic Range Ratio Constraint via Sequential Convex Optimization
<br>
  Lingrui Li, <strong>Xuejing Zhang</strong>*, Zishu He
<br>
  IEEE Antennas and Wireless Propagation Letters, 2024 | <a style="color: #447ec9" href="data/AWPLDRR.pdf">pdf</a> |
<a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/BeampatternSynthesisDRRConstraint">code</a>
</p>
<p>
<li>Knowledge-Aided Multi-Dictionary Block Sparsity-Aware STAP for Airborne Polarimetric Conformal Array Radar
<br>
  Yalong Wang, Jiaheng Wang, <strong>Xuejing Zhang</strong>*, Jun Li, Zishu He
<br>
  Signal Processing, 2024 | <a style="color: #447ec9" href="data/SP-CONFORMALARRAY.pdf">pdf</a>
</p>
<p>
<li>Synthesis of Sparse Arrays With Discrete Phase Constraints via Mixed-Integer Programming
<br>
  Dongnan Xia, <strong>Xuejing Zhang</strong>*
<br>
  IEEE Antennas and Wireless Propagation Letters, 2024 | <a style="color: #447ec9" href="data/Synthesis_of_Sparse_Arrays2024.pdf">pdf</a> | <a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/SparseArraySynthesisDiscretePhaseMIP">code</a>
</p>
<p>
<li>Synthesis of Sparse Planar Arrays with Multiple Patterns: An Automatic Coordinate Pairing Approach
<br>
  Yangjingzhi Zhuang, <strong>Xuejing Zhang</strong>*, Zishu He
<br>
  Signal Processing, 2023 | <a style="color: #447ec9" href="data/SP-Synthesisofsparseplanararrays.pdf">pdf</a>
</p>
<p>
<li>Synthesis of Sparse Linear Arrays with Tensor Decomposition
<br>
  Yangjingzhi Zhuang, Yuxin Xu, <strong>Xuejing Zhang</strong>*, Zishu He
<br>
  IET International Radar Conference, 2023 | <a style="color: #447ec9" href="data/sparsearraytensor.pdf">pdf</a>
</p>
<p>
<li>Phased-Array Transmission for Secure Multiuser mmWave Communication via Kronecker Decomposition
<br>
  Chentao Liang, <strong>Xuejing Zhang</strong>*
<br>
  IEEE Transactions on Wireless Communications, 2022 | <a style="color: #447ec9" href="data/TWC-Kronecker.pdf">pdf</a>
</p>
<p>
<li>Auto-Determining Mainlobe Width for Beampattern Synthesis via Relaxation Optimization
<br>
  Kangyu Tang, <strong>Xuejing Zhang</strong>*
<br>
  IEEE Signal Processing Letters, 2022 | <a style="color: #447ec9" href="data/SPL-Auto-Determining.pdf">pdf</a>
| <a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/AutoDeterminingMainlobeWidth">code</a>
</p>
<p>
<li>Beampattern Synthesis for Large-Scale Antenna Array via Accurate Array Response Control
<br>
  Weilai Peng, <strong>Xuejing Zhang</strong>*, Zishu He, Julan Xie, Chunlin Han
<br>
  Digital Signal Processing, 2021 | <a style="color: #447ec9" href="data/DSP-Beampattern.pdf">pdf</a>
</p>
<p>
<li>Beampattern Synthesis for Phased Array With Dual-Phase-Shifter Structure
<br>
  Yangjingzhi Zhuang, <strong>Xuejing Zhang</strong>*, Zishu He
<br>
  IEEE Transactions on Antennas and Propagation, 2021 | <a style="color: #447ec9" href="data/TAP-Dual-Phase-Shifter.pdf">pdf</a>
</p>
<p>
<li>Phased-Array Transmission for Secure mmWave Wireless Communication via Polygon Construction
<br>
  <strong>Xuejing Zhang</strong>, Xiang-Gen Xia, Zishu He, Xuepan Zhang*
<br>
  IEEE Transactions on Signal Processing, 2020 | <a style="color: #447ec9" href="data/TSP-Phased-ArrayTransmission2020.pdf">pdf</a>
| <a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/SecurePolygonConstruction">code</a>
</p>
<p>
<li>DOA and Phase Error Estimation for a Partly Calibrated Array With Arbitrary Geometry
<br>
  <strong>Xuejing Zhang</strong>*, Zishu He, Xuepan Zhang, Yue Yang
<br>
  IEEE Transactions on Aerospace and Electronic Systems, 2020 | <a style="color: #447ec9" href="data/TAES-DOA2020.pdf">pdf</a>
</p>
<p>
<li>Fast Array Response Adjustment With Phase-Only Constraint: A Geometric Approach
<br>
  <strong>Xuejing Zhang</strong>, Zishu He, Bin Liao, Xuepan Zhang*
<br>
  IEEE Transactions on Antennas and Propagation, 2019 | <a style="color: #447ec9" href="data/TAP-Geometric.pdf">pdf</a>
| <a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/PhaseOnlyCode">code</a>
</p>
<p>
<li>Robust Sidelobe Control via Complex-Coefficient Weight Vector Orthogonal Decomposition
<br>
  <strong>Xuejing Zhang</strong>*, Zishu He, Xuepan Zhang, Julan Xie
<br>
  IEEE Transactions on Antennas and Propagation, 2019 | <a style="color: #447ec9" href="data/TAP-RobustC2WORD.pdf">pdf</a>
| <a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/robustC2WORD">code</a>
</p>
<p>
<li>Flexible Array Response Control via Oblique Projection
<br>
  <strong>Xuejing Zhang</strong>, Zishu He, Bin Liao, Yue Yang, Jinfeng Zhang, Xuepan Zhang*
<br>
  IEEE Transactions on Signal Processing, 2019 | <a style="color: #447ec9" href="data/TSP-Flexible.pdf">pdf</a> |
<a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/demoFARCOP">code</a>
</p>
<p>
<li>Pattern Synthesis via Oblique Projection-Based Multipoint Array Response Control
<br>
  <strong>Xuejing Zhang</strong>*, Zishu He, Bin Liao, Xuepan Zhang, Yue Yang
<br>
  IEEE Transactions on Antennas and Propagation, 2019 | <a style="color: #447ec9" href="data/TAP-Oblique2019.pdf">pdf</a>
</p>
<p>
<li>OPARC: Optimal and Precise Array Response Control Algorithm—Part I: Fundamentals
<br>
  <strong>Xuejing Zhang</strong>*, Zishu He, Xiang-Gen Xia, Bin Liao, Xuepan Zhang, Yue Yang
<br>
  IEEE Transactions on Signal Processing, 2019 | <a style="color: #447ec9" href="data/TSP-OPARCI.pdf">pdf</a>
</p>
<p>
<li>OPARC: Optimal and Precise Array Response Control Algorithm—Part II: Multi-Points and Applications
<br>
  <strong>Xuejing Zhang</strong>*, Zishu He, Xiang-Gen Xia, Bin Liao, Xuepan Zhang, Yue Yang
<br>
  IEEE Transactions on Signal Processing, 2019 | <a style="color: #447ec9" href="data/TSP-OPARCPartII.pdf">pdf</a>
</p>
<p>
<li>High-Performance Beampattern Synthesis via Linear Fractional Semidefinite Relaxation and Quasi-Convex Optimization
<br>
  <strong>Xuejing Zhang</strong>, Zishu He, Xuepan Zhang*, Weilai Peng
<br>
  IEEE Transactions on Antennas and Propagation, 2018 | <a style="color: #447ec9" href="data/TAP-High.pdf">pdf</a>
</p>
<p>
<li>Knowledge-Aided Covariance Matrix Estimation via Kronecker Product Expansions for Airborne STAP
<br>
  Guohao Sun, Zishu He, Jun Tong, <strong>Xuejing Zhang</strong>
<br>
  IEEE Geoscience and Remote Sensing Letters, 2018 | <a style="color: #447ec9" href="data/GRSL-Knowledge.pdf">pdf</a>
</p>
<p>
<li>Adaptive Monopulse Approach With Joint Linear Constraints for Planar Array at Subarray Level
<br>
  Ziyang Cheng, Zishu He, Xiang Duan, <strong>Xuejing Zhang</strong>, Bin Liao
<br>
  IEEE Transactions on Aerospace and Electronic Systems, 2018 | <a style="color: #447ec9" href="data/TAES2018Monopulse.pdf">pdf</a>
</p>
<p>
<li>Pattern Synthesis for Arbitrary Arrays via Weight Vector Orthogonal Decomposition
<br>
  <strong>Xuejing Zhang</strong>*, Zishu He, Bin Liao, Xuepan Zhang, Weilai Peng
<br>
  IEEE Transactions on Signal Processing, 2018 | <a style="color: #447ec9" href="data/TSP-WORD.pdf">pdf</a> |
<a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/DemoWORD">code</a>
</p>
<p>
<li>Robust Quasi-Adaptive Beamforming Against Direction-of-Arrival Mismatch
<br>
  <strong>Xuejing Zhang</strong>*, Zishu He, Bin Liao, Xuepan Zhang, Weilai Peng
<br>
  IEEE Transactions on Aerospace and Electronic Systems, 2018 | <a style="color: #447ec9" href="data/TAES-Robust.pdf">pdf</a>
</p>
<p>
<li>DOA and Phase Error Estimation Using One Calibrated Sensor in ULA
<br>
  <strong>Xuejing Zhang</strong>*, Zishu He, Bin Liao, Xuepan Zhang, Julan Xie
<br>
  Multidimensional Systems and Signal Processing, 2018 |
<a style="color: #447ec9" href="data/MSSP-DOA.pdf">pdf</a>
</p>
<p>
<li>Pattern Synthesis With Multipoint Accurate Array Response Control
<br>
  <strong>Xuejing Zhang</strong>*, Zishu He, Bin Liao, Xuepan Zhang, Weilai Peng
<br>
  IEEE Transactions on Antennas and Propagation, 2017 |
<a style="color: #447ec9" href="data/TAP-MA2RC.pdf">pdf</a> | <a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/MA2RC">code</a>
</p>
<p>
<li>A2RC: An Accurate Array Response Control Algorithm for Pattern Synthesis
<br>
  <strong>Xuejing Zhang</strong>*, Zishu He, Bin Liao, Xuepan Zhang, Ziyang Cheng, Yanxi Lu
<br>
  IEEE Transactions on Signal Processing, 2017 |
<a style="color: #447ec9" href="data/TSP-A2RC.pdf">pdf</a> | <a style="color: #dc143c" href="https://github.com/ZHANGXUEJING7/A2RC">code</a>
</p>
</ol>
</p>
<h3>Theses</h3>
<p>
<li>Research on Array Beampattern Control Theory
and Algorithm (in Chinese), Ph.D. thesis at UESTC, 2019 | <a style="color: #447ec9" href="data/thesisPhd.pdf">pdf</a>
</p>
<p>
<li>Research on Error Calibration and DOA Estimation for Conformal Array (in Chinese), Master thesis at Xidian University, 2014 | <a style="color: #447ec9" href="data/thesisM.pdf">pdf</a>
</p>
</div>
<!-- The Awards Section -->
<div class="w3-container w3-padding-32" id="award">
<h2>Awards</h2>
<p><li> 2020, Excellent Doctor Degree Dissertation of the Chinese Institute of Electronics</p>
<p><li> 2020, International Union of Radio Science (URSI) Young Scientist Award</p>
</div>
<!-- End page content -->
</div>
<script>
// Accordion
function myAccFunc() {
var x = document.getElementById("demoAcc");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
// Click on the "Jeans" link on page load to open the accordion for demo purposes
document.getElementById("myBtn").click();
// Open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.display = "block";
document.getElementById("myOverlay").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
document.getElementById("myOverlay").style.display = "none";
}
</script>
</body>
</html>