From 2e74a2d93d9f060ed51196e0efacede66f6cf191 Mon Sep 17 00:00:00 2001 From: krakenrf <78108016+krakenrf@users.noreply.github.com> Date: Sun, 16 Oct 2022 13:26:20 +1300 Subject: Updated 08. Passive Radar (markdown) --- 08.-Passive-Radar.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/08.-Passive-Radar.md b/08.-Passive-Radar.md index 6bc07eb..ba240b1 100644 --- a/08.-Passive-Radar.md +++ b/08.-Passive-Radar.md @@ -121,11 +121,17 @@ In the future we aim to have software enhancements that make understanding and v The bistatic range displayed on the KrakenSDR range-doppler graph is described by the formula $\mathrm{Bistatic Range (meters)} = R_b = R_{tx} + R_{rx} - L$. So you can see that a single reading on the range-doppler graph describes an ellipse of possible locations. -For drawing an ellipse we can then use the equation $2a = R_b + L = R_{tx} + R_{rx}$ +For drawing an ellipse we can then use the equation $R_b + L = R_{tx} + R_{rx} = 2a$ ![image](https://user-images.githubusercontent.com/78108016/195984068-c5a851a8-7135-49c4-88a0-e67a750d519b.png) -(Image credit: https://www.mathworks.com/help/fusion/ug/track-using-bistatic-range-detections.html) +(Image Credit: https://www.mathworks.com/help/fusion/ug/track-using-bistatic-range-detections.html) + +You can visualize the value of $R_b + L = R_{tx} + R_{rx} = 2a$ by drawing an ellipse with two pins spaced out at distance $L$, and a piece of string of length $R_b + L$. The ellipse plotted is your contact bistatic range ellipse. The target's position could be anywhere on this ellipse. You can narrow down the possible actual using predefined knowledge of the direction that your surveillance antenna faces, and known knowledge of possible target locations. + +![image](https://user-images.githubusercontent.com/78108016/196012255-f3b74691-5617-4aef-a957-eceb1a1996a2.png) + +(Image Credit: https://www.mathopenref.com/constellipse1.html) # Range Resolution Range resolution depends on the sampling bandwidth, which for the KrakenSDR and RTL-SDR tuners inside is 2.4 MHz. Therefore we achieve $\frac{c}{fs} = \frac{299792458}{2400000} = ~125m$ resolution per range cell on the graph (assuming the illuminating signal is at least 2.4 MHz as well). -- cgit v1.2.3