Exercises

ex31-01-hardware-selection

Easy

A student wants to build a low-cost MIMO radar imaging demonstrator for a course project. The budget is $500. Recommend a hardware platform, specify the achievable range resolution, angular resolution, and maximum range.

ex31-02-psnr-ssim

Easy

A radar image has pixel values in [0,1][0, 1]. The reconstruction has MSE =0.01= 0.01. Compute the PSNR. If the SSIM is 0.85, which metric indicates better quality and why might they disagree?

ex31-03-forward-model

Easy

For each scenario, recommend the appropriate forward model (point scatterer, ray tracing, or FDTD) and justify your choice: (a) training a deep unrolling network for sparse target detection; (b) validating an indoor imaging algorithm in a furnished room; (c) analysing diffraction around a building corner.

ex31-04-noise-model

Easy

A radar receiver has noise figure F=8F = 8 dB and bandwidth W=100W = 100 MHz. Compute: (1) the noise power Pn=kBT0WFP_n = k_B T_0 W F at T0=290T_0 = 290 K; (2) the SNR for a target return with power Ps=βˆ’90P_s = -90 dBm.

ex31-05-inverse-crime-test

Medium

You are running a simulation study comparing ISTA and a deep unrolling network for OFDM radar imaging. Your current setup uses the same DFT-based forward model for data generation and reconstruction. Design a modification that avoids the inverse crime. Quantify the expected performance degradation.

ex31-06-mc-design

Medium

Design a Monte Carlo study to compare 4 imaging algorithms (MF, LASSO, ISTA-Net, U-Net) across 5 SNR levels ([0,10,20,30,40][0, 10, 20, 30, 40] dB). The metric is PSNR with expected standard deviation 3 dB. Target: 95% CI of Β±0.5\pm 0.5 dB. Compute: (1) trials per setting; (2) total compute time if each trial takes 10 s (MF), 60 s (LASSO), 5 s (ISTA-Net), 2 s (U-Net).

ex31-07-statistical-test

Medium

In a Monte Carlo study with 100 trials, ISTA-Net achieves mean PSNR 28.3 dB (s=2.1s = 2.1 dB) and LASSO achieves 27.5 dB (s=2.4s = 2.4 dB) on the same test instances. (1) Perform a paired tt-test at Ξ±=0.05\alpha = 0.05. (2) Compute Cohen's dd. (3) Is the improvement practically meaningful?

ex31-08-dataset-generation

Medium

Design a simulated dataset for training a learned RF imaging network. Specify: the target models (types, sources), the radar parameters (f0f_0, WW, array), the noise model, the dataset size, and the train/val/test split.

ex31-09-fair-comparison

Medium

You are reviewing a paper that claims a new deep learning method achieves 5 dB PSNR improvement over LASSO for OFDM radar imaging. The paper uses 10,000 training samples for the DL method and default CVXPY parameters for LASSO. Identify the issues and design a fair comparison.

ex31-10-chamfer

Medium

Two 3D RF imaging algorithms reconstruct a scene with 5 point targets. Algorithm A localises all 5 targets but with position errors of [2,3,1,4,2][2, 3, 1, 4, 2] cm. Algorithm B localises only 4 targets (misses one) with errors [1,1,1,1][1, 1, 1, 1] cm. Compute the Chamfer distance for each. Which is better?

ex31-11-calibration

Medium

A MIMO radar with Nt=4N_t = 4, Nr=8N_r = 8 at 77 GHz requires phase calibration. A corner reflector is placed at range R=2R = 2 m. The measured phases deviate from expected by up to 15∘15^\circ. Design the calibration procedure and analyse the residual error impact.

ex31-12-dynamic-range

Hard

A VNA-based channel sounder has 120 dB dynamic range, while a TI IWR6843 has 45 dB. For a scene with targets at 0,βˆ’20,βˆ’40,βˆ’600, -20, -40, -60 dB relative to the strongest, determine which targets are visible on each system. Discuss implications for CS reconstruction.

ex31-13-sim-vs-meas

Hard

An RF imaging algorithm achieves 32 dB PSNR in simulation but only 18 dB on measured data. List and analyse 5 potential causes for this 14 dB gap, ordered by likelihood. For each, propose a diagnostic test.

ex31-14-benchmark-design

Hard

Design a standardised benchmark for OFDM radar imaging algorithms. Specify: (1) test scenarios (easy/medium/hard); (2) metrics; (3) baseline algorithms; (4) scoring methodology.

ex31-15-ground-truth

Hard

For an outdoor SAR imaging measurement campaign, compare three ground truth methods: (1) GPS survey; (2) drone-mounted LiDAR; (3) photogrammetry. For each, state the accuracy, cost, and limitations for validating a SAR image with Ξ”R=15\Delta R = 15 cm resolution.

ex31-16-deepinverse

Hard

You want to implement PnP-ADMM for RF imaging using DeepInverse. The sensing matrix A\mathbf{A} is MΓ—NM \times N with Kronecker structure. Outline the implementation steps: (a) defining the forward operator; (b) choosing the denoiser; (c) setting ADMM parameters; (d) evaluating against baselines.

ex31-17-roc-analysis

Hard

Three algorithms produce the following (PDP_D, PFAP_{\mathrm{FA}}) pairs at the recommended operating point: MF (0.72,10βˆ’3)(0.72, 10^{-3}), LASSO (0.88,10βˆ’4)(0.88, 10^{-4}), U-Net (0.93,10βˆ’4)(0.93, 10^{-4}). Compute the improvement of each algorithm over MF. Is the U-Net improvement over LASSO statistically significant if PDP_D has standard deviation 0.03 over 100 trials?

ex31-18-full-system

Challenge

Design and implement (pseudocode) a complete RF imaging experiment: from hardware setup through data collection, algorithm application, and evaluation. The goal is to image a room using a TI IWR6843 mounted on a rotating turntable (creating a synthetic aperture). Specify all parameters, the data collection procedure, the SAR reconstruction algorithm, and the evaluation against a ground-truth floor plan.

ex31-19-full-methodology

Challenge

Design a complete experimental methodology for a paper claiming that a new deep learning method outperforms LASSO for OFDM radar imaging. Specify: (1) simulation setup (avoiding the inverse crime); (2) Monte Carlo design; (3) measurement campaign; (4) statistical analysis; (5) the figures and tables the paper should include.

ex31-20-metric-design

Challenge

Current metrics (PSNR, SSIM, LPIPS) were designed for natural images. Propose a new metric specifically for RF reflectivity maps that captures: (a) target localisation accuracy; (b) target amplitude fidelity; (c) background suppression. Define the metric mathematically, show it reduces to PSNR in a special case, and discuss its properties.