---
title: Antenna Density Function (ADF)
url: https://www.emergentmind.com/topics/antenna-density-function-adf
type: topic
---

# Antenna Density Function (ADF)

Searching arXiv for the specified paper to ground the article and citation.
Antenna Density Function (ADF) is a continuous representation of antenna placement introduced for near-field communication with massive movable antennas. In the formulation of "Near-Field Communication with Massive Movable Antennas: A Functional Perspective" [2508.01201], ADF recasts discrete antenna-index assignment into a density over a normalized aperture coordinate, enabling the original placement problem to be reformulated as a continuous functional optimization. The framework is developed for maximizing achievable rate in a point-to-point near-field channel, and it combines a continuous antenna position function, variational analysis, gradient-based numerical optimization, and closed-form characterization in the near-field line-of-sight (LoS) setting. A central conclusion is that edge antenna density plays a critical role in enhancing achievable rate, especially under spherical-wave propagation [2508.01201].

## 1. Formal definition and geometric interpretation

The ADF framework begins with an array of $M$ movable antennas whose discrete index $m \in \{1,\dots,M\}$ is mapped to physical positions through an Antenna Position Function (APF),
$$
p=f(m), \qquad p\in[-1,1], \qquad f(1)=-1,\; f(M)=+1,\; f(m+1)>f(m).
$$
Here $p$ is the normalized coordinate along the aperture of length $A_T=(M-1)d$ [2508.01201].

Instead of optimizing directly over the discrete APF, the framework introduces the Antenna Density Function $w(p)$, defined by
$$
w(p)=\lim_{\Delta p \to 0}\frac{f^{-1}(p+\Delta p)-f^{-1}(p)}{\Delta p}
=\frac{d}{dp}[f^{-1}(p)]>0, \qquad p\in[-1,1].
$$
Equivalently,
$$
f^{-1}(p)=\int_{-1}^{p} w(u)\,du + (\text{constant}),
$$
so that $w(p)$ describes “antennas per unit length” [2508.01201].

The normalization constraint is
$$
\int_{-1}^{1} w(p)\,dp = f^{-1}(1)-f^{-1}(-1)=M-1.
$$
Because $w(p)>0$ and integrates to $(M-1)$, it equivalently parametrizes all monotonically increasing APFs. In the paper’s formulation, this change of variables linearizes the geometry and converts a discrete placement problem into a continuous functional optimization problem [2508.01201].

A plausible implication is that ADF functions as a measure-theoretic surrogate for antenna indexing: instead of enumerating antenna coordinates individually, one optimizes a density that captures the aggregate spatial allocation of antennas across the aperture.

## 2. Continuous reformulation of antenna placement

Under an arbitrary spatial channel response $h(r_R^{(n)}, r_T^{(m)})$, the downlink Gram matrix is written as
$$
K_f[n,n'] = \frac{1}{M}\sum_{m=1}^{M} h(r_R^{(n)},r_T^{(m)})\,h^*(r_R^{(n')},r_T^{(m)}).
$$
By extending the antenna index to a continuous variable and changing variables through $m=f^{-1}(p)$, the formulation becomes
$$
\tilde K_w[n,n'] = \int_{-1}^{1} w(p)\,h(r_R^{(n)},\tilde r_T(p))\,h^*(r_R^{(n')},\tilde r_T(p))\,dp,
$$
where $\tilde r_T(p)$ is the linear interpolation of antenna coordinates [2508.01201].

With SNR $\rho=P_T/\sigma_n^2$ and isotropic transmit covariance $Q=(P_TM)I$, the achievable rate becomes the functional
$$
C[w] = \log_2 \det[I+\rho \tilde K_w]
$$
subject to
$$
w(p)>0, \qquad \int_{-1}^{1} w(p)\,dp = M-1.
$$
This yields a continuous optimization problem:
$$
\max_{w(\cdot)} C[w]
$$
subject to the positivity and normalization constraints [2508.01201].

The significance of this reformulation lies in the replacement of the original combinatorial placement problem $P_1$ by the continuous problem $P_2$. In the terminology of the paper, achievable rate is optimized with respect to the ADF rather than over discrete antenna coordinates. This suggests that the framework is especially suited to massive-antenna regimes, where direct combinatorial search over placements becomes difficult.

## 3. Variational characterization of the optimal ADF

The optimality condition for ADF is derived through functional analysis and variational methods. The Lagrangian is
$$
\mathcal{L}[w,\lambda]=C[w]-\lambda\left(\int w-(M-1)\right).
$$
Considering perturbations $w(p)\to w(p)+\epsilon v(p)$ with $\int v=0$, the functional derivative is given by
$$
\frac{\delta C}{\delta w(p)}
=\frac{\rho}{\ln 2}\sum_{n,n'} G_w[n,n']\cdot h(r_R^{(n)},\tilde r_T(p))h^*(r_R^{(n')},\tilde r_T(p)),
$$
where
$$
G_w=(I+\rho \tilde K_w)^{-1}.
$$
The first-order optimality condition is then
$$
\frac{\delta C}{\delta w(p)} = \mu,
$$
constant for all $p\in(-1,1)$, together with positivity and normalization constraints [2508.01201].

In this formulation, the optimal ADF equalizes the functional derivative of achievable rate across the aperture. The paper identifies this as the Euler–Lagrange condition for the continuous placement problem. The condition is important because it provides both an analytical characterization of optimality and the basis for numerical solution methods under general channel conditions.

A plausible interpretation is that the optimal ADF distributes antenna density so that no infinitesimal reallocation of density can increase the achievable rate to first order.

## 4. Gradient-based numerical solution

For general channel conditions, the paper proposes an iterative gradient-ascent method on the ADF. The normalized coordinate $p$ is discretized on $P$ grid points, and the initial density is chosen uniformly:
$$
w^{(0)}(p)=\frac{M-1}{2}.
$$
At iteration $i$, the procedure is:

1. Build $\tilde K_w$ using the kernel integral.
2. Compute $G_w=(I+\rho \tilde K_w)^{-1}$ and the gradient $g(p)=\delta C/\delta w(p)$.
3. Update
   $$
   w^{(i+1)}(p)=w^{(i)}(p)+\eta g(p).
   $$
4. Project by clipping
   $$
   w^{(i+1)}(p)=\max\{w^{(i+1)}(p),0\},
   $$
   then renormalize so that $\int w = M-1$.

The algorithm stops when $\|w^{(i+1)}-w^{(i)}\|$ is small. Its complexity is stated as $O(I(PN^2+N^3))$, linear in $M$ when $P\propto M$ [2508.01201].

The numerical method serves as the general-purpose solver in the framework. The paper positions it as applicable beyond the analytically tractable LoS case, including realistic mixed LoS/NLoS channels. The use of a projection step reflects the fact that admissible ADFs must remain nonnegative and properly normalized throughout optimization.

## 5. Closed-form ADF in the near-field LoS regime

For the near-field LoS scenario, the paper derives a closed-form optimal ADF. Under the spherical-wave model,
$$
h(r_T,r_R)=\frac{e^{j\kappa \|r_T-r_R\|}}{\|r_T-r_R\|},
$$
and with Fresnel and denominator approximations, the Gram matrix takes the Toeplitz form
$$
\overline K_w[n,n'] \approx \frac{1}{z_0^2}\int_{-1}^{1} \frac{w(p)}{(1-\tau p)^2} e^{-j\beta \Delta n p}\,dp,
$$
where $\Delta n=n-n'$, $\tau=(A_T/(2z_0))\cos\theta_T$, and
$$
\beta=\frac{\kappa A_T A_R \sin\theta_T \sin\theta_R \cos(\phi_T-\phi_R)}{z_0(N-1)}.
$$
By classical Toeplitz-symbol asymptotics (Fisher–Hartwig), the asymptotic log-determinant is maximized when the generating function exhibits controlled pole-type singularities at $\theta=\pm \beta$ of maximal admissible order $\alpha=-1/2$ [2508.01201].

The corresponding optimal ADF is
$$
w^*(p)=\gamma_\alpha \left[\,(1-p^2)^{-2\alpha}-\frac{\beta z_0^2}{2\pi \rho}\right]^{-1}(1-\tau p)^2,
\qquad -\frac{1}{2}<\alpha<0,
$$
with $\gamma_\alpha$ chosen so that $\int_{-1}^{1} w^*(p)\,dp=M-1$. In the extreme-order case $\alpha\to -1/2$, the ADF becomes “U-shaped” and blows up at $p=\pm 1$, corresponding to the aperture edges [2508.01201].

The paper explicitly interprets this edge concentration as reflecting the need to sample high spatial-frequency content of spherical waves near the aperture rim. For moderate $z_0$, the form can be simplified by dropping the offset term, yielding
$$
w(p)\propto (1-p^2)^{-2\alpha}(1-\tau p)^2.
$$

This closed-form LoS solution is one of the central analytical contributions of the framework. It establishes that nonuniform antenna density, rather than uniform spacing, is rate-optimal in the asymptotic near-field setting considered.

## 6. Discretization, deployment, and practical implementation

Once an optimal continuous ADF is obtained, the discrete antenna positions $\{p_m\}$ are recovered through the cumulative ADF (CADF),
$$
\Phi(p)=\int_{-1}^{p} w^*(u)\,du,
$$
and the inversion rule
$$
f(m)=\Phi^{-1}(m-1), \qquad m=1,\dots,M.
$$
For the simplified form $w(p)\approx \gamma (1-p^2)^{-2\alpha}$, the paper states that closed-form expressions can be obtained via inverse incomplete Beta-functions [2508.01201].

A practical issue arises because extreme edge clustering, especially for $\alpha\approx -0.5$, may violate minimum-spacing requirements and cause mutual coupling. To mitigate this, the authors propose a “flexible array” substrate whose physical curve $y(x)$ is designed so that the density of projected antenna indices onto $x$ follows the target ADF. The construction solves
$$
\frac{d\ell}{dx} \propto w(x/R),
$$
where $\ell$ is the curve length. This produces a bent or folded array whose Euclidean spacing remains uniform while its projection matches the desired density [2508.01201].

The implementation strategy links the continuous optimization theory to realizable antenna geometries. The paper further notes that uniform circular arrays emerge as a promising geometry for balancing performance and deployment feasibility in near-field communications [2508.01201]. This suggests that practical embodiments of ADF-optimized placement need not rely solely on straight apertures.

## 7. Simulation results and interpretive context

The reported simulations consider a representative point-to-point setup with $N=4$ receive elements, SNR $=10\,\mathrm{dB}$, and varying $M$ and $z_0$ in the near-field. The compared schemes are: Uniform Linear Array (ULA) with $w(p)=\text{const.}$, closed-form ADF with $w(p)\propto (1-p^2)^{-2\alpha}$ for $\alpha \in \{0,-0.25,-0.375\}$, gradient-based ADF via Algorithm 1, and a baseline greedy Antenna-Selection (AS) scheme on a dense candidate grid [2508.01201].

The simulation findings reported in the paper are summarized below.

| Scheme or observation | Reported result |
|---|---|
| Closed-form ADF with $\alpha=-0.25$ | $\approx 15$–$25\%$ rate gain over ULA for $M$ up to $128$ |
| Variational Algorithm 1 | Further boosts performance in realistic mixed LoS/NLoS channels |
| Algorithm 1 convergence | Converges in $O(50)$ iterations with per-iteration cost linear in $M$ |
| Flexible “bent” arrays | Recover essentially the same performance while maintaining practical minimum spacing |

These results support the paper’s broader claim that the ADF framework turns a combinatorial massive-antenna placement problem into a tractable continuous functional optimization with analytical structure in the near-field LoS case and fast numerical solvers in more general settings [2508.01201].

A common misconception would be to interpret ADF merely as a heuristic nonuniform spacing rule. In the framework under discussion, ADF is instead the primary optimization variable in a functional-rate maximization problem. Another possible misconception is that edge concentration necessarily implies impractical physical clustering; the flexible-array construction is introduced precisely to mitigate mutual coupling and minimum-spacing violations while preserving the projected density profile.

Source: https://www.emergentmind.com/topics/antenna-density-function-adf