diff options
author | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2022-10-15 13:25:00 +0200 |
---|---|---|
committer | krakenrf <78108016+krakenrf@users.noreply.github.com> | 2022-10-15 13:25:00 +0200 |
commit | a27c0af2d2e908eb22bfac87dacccfc98de7da16 (patch) | |
tree | ecd8b7f2e87b600a33a9e1b2bb236f408d616d17 | |
parent | Updated 08. Passive Radar (markdown) (diff) | |
download | krakensdr_docs.wiki-a27c0af2d2e908eb22bfac87dacccfc98de7da16.tar krakensdr_docs.wiki-a27c0af2d2e908eb22bfac87dacccfc98de7da16.tar.gz krakensdr_docs.wiki-a27c0af2d2e908eb22bfac87dacccfc98de7da16.tar.bz2 krakensdr_docs.wiki-a27c0af2d2e908eb22bfac87dacccfc98de7da16.tar.lz krakensdr_docs.wiki-a27c0af2d2e908eb22bfac87dacccfc98de7da16.tar.xz krakensdr_docs.wiki-a27c0af2d2e908eb22bfac87dacccfc98de7da16.tar.zst krakensdr_docs.wiki-a27c0af2d2e908eb22bfac87dacccfc98de7da16.zip |
-rw-r--r-- | 08.-Passive-Radar.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/08.-Passive-Radar.md b/08.-Passive-Radar.md index c092866..8490c46 100644 --- a/08.-Passive-Radar.md +++ b/08.-Passive-Radar.md @@ -121,6 +121,8 @@ 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}$ + # 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). |