Bistatic and Multi-Static ISAC

The Network IS the Radar

In Sections 29.1--29.4 we considered monostatic ISAC: the same base station transmits and receives echoes. But a cellular network has many base stations, each transmitting communication signals. Bistatic and multi-static ISAC turns the entire network into a distributed radar system, where base stations serve as illuminators and receivers simultaneously.

This is precisely the multi-sensor imaging scenario of Chapter 11 (MIMO radar) --- but now the illumination signals carry communication data, and the sensing receivers may not know the transmitted waveform. The Liu/Wan/Caire framework addresses this fundamental challenge via blind interference management.

Definition:

Bistatic ISAC Architecture

In bistatic ISAC, the transmitter (BSi_i) and sensing receiver (BSj_j) are at different locations. BSi_i sends communication signals; BSj_j captures target echoes.

The bistatic range for a target at pt\mathbf{p}_t is:

Rb=ptpi+ptpjpipjR_b = \|\mathbf{p}_t - \mathbf{p}_i\| + \|\mathbf{p}_t - \mathbf{p}_j\| - \|\mathbf{p}_i - \mathbf{p}_j\|

The target lies on an ellipse with foci at BSi_i and BSj_j (iso-range contour). Multiple baselines resolve the 2D/3D position.

The received signal at BSj_j is:

yj(t)=Hijxi(tτd)direct path+kαka^(θ^k)aH(θk)xi(tτk)target echoes+wj(t)\mathbf{y}_j(t) = \underbrace{\mathbf{H}_{ij}\mathbf{x}_i(t - \tau_d)}_{\text{direct path}} + \underbrace{\sum_k \alpha_k \hat{\mathbf{a}}(\hat{\theta}_k) \mathbf{a}^{H}(\theta_k) \mathbf{x}_i(t - \tau_k)}_{\text{target echoes}} + \mathbf{w}_{j}(t)

where τd\tau_d is the direct-path delay and τk\tau_k is the target round-trip delay.

In bistatic ISAC, BSj_j typically does not know the data transmitted by BSi_i (different cells, different schedulers). This means data-symbol compensation is impossible, and the communication signal acts as unknown interference for sensing.

🎓CommIT Contribution(2023)

Blind Interference Management for Bistatic ISAC

F. Liu, K. Wan, G. CaireIEEE Trans. Wireless Communications

Liu, Wan, and Caire addressed the fundamental challenge of bistatic ISAC: the sensing receiver does not know the communication data, so the transmitted signal acts as interference. Their contributions:

  1. Deterministic-random signal decomposition: The transmitted ISAC signal has a deterministic part (pilots, preambles) known to all receivers and a random part (data) known only to the transmitter. Sensing uses only the deterministic part, while communication benefits from both.

  2. Blind interference management: Instead of trying to subtract the unknown data (impossible without cooperation), the sensing receiver treats it as coloured noise and designs the sensing estimator accordingly. The key result: the sensing performance loss relative to a known-waveform radar is bounded by the sensing-communication power ratio.

  3. Multi-static ISAC networks: They showed that with NbN_b base stations, the spatial diversity from Nb(Nb1)/2N_b(N_b-1)/2 bistatic pairs compensates for the per-pair SNR loss from blind processing, and the overall imaging quality can exceed monostatic ISAC.

This directly connects to the multi-sensor imaging framework of Chapter 11: each bistatic pair provides a different Aij\mathbf{A}_{ij}, and the joint sensing matrix is the vertical concatenation --- exactly as in the MIMO radar virtual array.

ISACbistaticblind-interferencemulti-staticCommIT

Definition:

Multi-Static ISAC Network

A multi-static ISAC network uses NbN_b base stations, each transmitting communication signals and receiving echoes from all transmitters. For pair (i,j)(i, j):

yij(t)=kαk(ij)xi ⁣(tRik+Rjkc)+nij(t)y_{ij}(t) = \sum_k \alpha_k^{(ij)} \, x_i\!\left(t - \frac{R_{ik} + R_{jk}}{c}\right) + n_{ij}(t)

The total number of independent bistatic baselines is Nb(Nb1)/2N_b(N_b-1)/2, providing rich spatial diversity.

The joint sensing matrix stacks all bistatic measurements:

Ajoint=[A12A13A(Nb1)Nb]\mathbf{A}_{\mathrm{joint}} = \begin{bmatrix} \mathbf{A}_{12} \\ \mathbf{A}_{13} \\ \vdots \\ \mathbf{A}_{(N_b-1)N_b} \end{bmatrix}

Each Aij\mathbf{A}_{ij} contributes a different viewing geometry, improving the condition number of Ajoint\mathbf{A}_{\mathrm{joint}} and the imaging resolution isotropy.

Multi-static ISAC creates an imaging system from existing cellular infrastructure. Each BS pair provides a different viewing angle --- equivalent to multi-view imaging (Chapter 11) but using communication signals of opportunity.

Bistatic ISAC Network Geometry

Visualise a multi-static ISAC network with configurable BS positions. The plot shows bistatic ellipses for each pair, their intersection (target position), and the resulting spatial diversity for imaging.

Parameters
3
30
80

Example: Bistatic ISAC for Urban Imaging

Three 5G base stations at (0,0)(0, 0), (500,0)(500, 0), and (250,400)(250, 400) m form a multi-static ISAC network. A target is at (200,150)(200, 150) m. Compute the bistatic ranges for all three pairs and explain 2D localisation.

Common Mistake: Direct-Path Interference in Bistatic ISAC

Mistake:

Processing bistatic echoes without suppressing the direct-path signal from the transmitter to the sensing receiver.

Correction:

The direct path is 60--100 dB stronger than target echoes. Suppression methods:

  1. Reference signal subtraction: Reconstruct the direct path from the known pilot/preamble structure.
  2. Spatial filtering: Beamform at the receiver to null the transmitter direction.
  3. Adaptive filtering: CLEAN or LMS-based cancellation.

Two-stage cancellation (analog + digital) typically achieves 80--90 dB suppression.

Theorem: Diversity Gain of Multi-Static ISAC

For a multi-static ISAC network with NbN_b base stations and a single point target, the Fisher information for target position estimation satisfies:

tr(Jmulti)i<jtr(Jij)\operatorname{tr}(\mathbf{J}_{\mathrm{multi}}) \geq \sum_{i < j} \operatorname{tr}(\mathbf{J}_{ij})

where Jij\mathbf{J}_{ij} is the FIM for bistatic pair (i,j)(i,j). The improvement in localisation accuracy over a single pair scales as Nb(Nb1)/2\sqrt{N_b(N_b-1)/2} in the high-SNR regime.

Moreover, the condition number of Ajoint\mathbf{A}_{\mathrm{joint}} improves with the number of BSs, leading to more isotropic imaging resolution when BSs span diverse viewing angles.

Each bistatic pair provides a different "view" of the target. Combining views is equivalent to increasing the effective aperture, which directly improves resolution. This is the multi-view imaging principle from Chapter 11, now applied to communication infrastructure.

⚠️Engineering Note

Synchronisation Requirements for Multi-Static ISAC

Multi-static ISAC requires time and frequency synchronisation between base stations:

  1. Time sync: For range resolution ΔR\Delta R, the clock offset must satisfy Δt<ΔR/c\Delta t < \Delta R / c. At ΔR=1\Delta R = 1 m: Δt<3.3\Delta t < 3.3 ns. GPS-disciplined oscillators achieve 10\sim 10 ns; tighter sync requires wired backhaul timing (IEEE 1588 PTP achieves <1< 1 ns).

  2. Frequency sync: Phase coherence between BSs requires Δf<1/(2Tobs)\Delta f < 1/(2T_{\mathrm{obs}}). For Tobs=10T_{\mathrm{obs}} = 10 ms: Δf<50\Delta f < 50 Hz. This is achievable with rubidium oscillators but not with standard crystal oscillators.

  3. Non-coherent alternative: Process each bistatic pair independently (magnitude only, no phase) and fuse the intensity images. Avoids frequency sync but loses 3\sim 3 dB.

Quick Check

What is the primary advantage of bistatic ISAC over monostatic ISAC for cellular networks?

No dedicated radar hardware is needed --- communication terminals serve as sensing receivers

Bistatic ISAC achieves better range resolution

Bistatic ISAC avoids the ISAC tradeoff entirely

Bistatic ISAC

ISAC configuration where the transmitter and sensing receiver are at different locations. The communication signal serves as the radar illumination, and target echoes are captured by a separate receiver (another BS or a UE).

Related: Integrated Sensing and Communication (ISAC)

Multi-Static ISAC Network

An ISAC network with NbN_b base stations, each serving as both illuminator and receiver. Provides Nb(Nb1)/2N_b(N_b-1)/2 independent bistatic baselines for spatial diversity in imaging.

Related: Bistatic ISAC

Key Takeaway

Bistatic and multi-static ISAC turn the cellular network into a distributed radar. The Liu/Wan/Caire framework handles the fundamental challenge of unknown data interference via blind processing. With NbN_b BSs, the Nb(Nb1)/2N_b(N_b-1)/2 bistatic baselines provide rich spatial diversity --- directly connecting to the multi-sensor imaging framework of Chapter 11. Direct-path interference suppression (80--90 dB) is the primary practical challenge.