Abstract:Emerging dual-functional radar communication(RadCom) systems promise to revolutionize wireless systems by enabling radar sensing and communication on a shared platform, thereby enhancing spectral efficiency. However, the high transmit power required for efficient radar operation poses risks by potentially exceeding the electromagnetic field (EMF) exposure limits enforced by the regulations. To address this challenge, we propose an EMF-aware signalling design that enhances RadCom system performance while complying with EMF constraints. Our approach considers exposure levels not only experienced by network users but also in sensitive areas such as schools and hospitals, where the exposure must be further reduced. First, we model the exposure metric for the users and the sectors that encounter sensitive areas. Then, we design the waveform by exploiting the trade-off between radar and communication while satisfying the exposure constraints. We reformulate the problem as a convex optimization program and solve it in closed form using Karush Kuhn Tucker (KKT) conditions. The numerical results demonstrate the feasibility of developing a robust RadCom system with low electromagnetic (EM) radiations.
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: in the dual - function radar - communication (RadCom) system, how to design signal waveforms to simultaneously achieve efficient radar sensing and communication functions while ensuring compliance with electromagnetic field (EMF) exposure limits. Specifically:
1. **EMF exposure risks brought by high transmit power for efficient radar operation**:
- Efficient radar operation requires relatively high transmit power, which may lead to exceeding the EMF exposure limits stipulated by regulatory agencies, thus posing potential risks to the health of users and personnel in sensitive areas (such as schools and hospitals).
2. **Optimizing radar and communication performance while meeting EMF limits**:
- Traditional RadCom system designs usually do not consider the EMF exposure problem, resulting in the possibility of exceeding safety limits. Therefore, a new signal waveform design method is required to strictly adhere to EMF exposure limits while ensuring radar and communication performance.
To address these challenges, the author proposes an EMF - aware signal design method, which is achieved through the following steps:
- **Modeling EMF exposure metrics**: Consider the exposure levels of users and sensitive areas and establish corresponding mathematical models.
- **Waveform design**: Utilize the trade - off relationship between radar and communication to design waveforms that can optimize system performance under EMF constraints.
- **Convex optimization problem**: Reformulate the problem as a convex optimization problem and solve it using the Karush - Kuhn - Tucker (KKT) conditions.
The ultimate goal is to develop a robust RadCom system that can efficiently perform radar and communication tasks while ensuring that the EMF exposure level is within a safe range.
### Summary of Mathematical Formulas
1. **Distance between user location and antenna**:
\[
d_{n,u}=(n - 1)\delta\cos\theta_u + d_u,\quad\forall n\in\{1,2,\dots,N\},\forall u\in U
\]
where \(\delta\) is the antenna spacing, \(\theta_u\) is the angle between user \(u\) and the reference antenna, and \(d_u = \|q_B - q_u\|\) is the distance between user \(u\) and the base station.
2. **Power density received by the user**:
\[
S_U(\theta_u,d_u)=\frac{1}{4\pi d_u^2}a^H(\theta_u)Ra(\theta_u)\quad[\text{W m}^{-2}]
\]
3. **Average power density in the sensitive area**:
\[
S_A(D_a)=\frac{1}{4\pi d_a^2\Delta_a}\int_{\theta_{Ia}}^{\theta_{Fa}}a^H(\theta)Ra(\theta)\sin(\theta)d\theta\quad[\text{W m}^{-2}]
\]
where \(D_a = (\theta_{Ia},\theta_{Fa},d_a)\) represents the parameters of sector \(a\), and \(\Delta_a=|\theta_{Fa}-\theta_{Ia}|\) is its angular domain.
4. **Optimization problem**:
\[
\minimize_X\rho\|HX - S\|^2_F+(1 - \rho)\|X - X_0\|^2_F
\]
\[
\text{subject to}\quad\|X\|^2_F\leq P_{\max},\quad S_U(\theta_u,d_u)\leq\Gamma_u,\quad S_A(D_a)\leq\Gamma_a
\]
where \(\rho\in[0,1]\) is the trade - off factor, and \(P_{\max}\) is the maximum transmit power.