summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-05-29 10:11:41 +0200
committerkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-05-29 10:11:41 +0200
commit134c2debdec172a2fbaa80afd02844b05592dbcb (patch)
tree24becfbe596584d41b56660daf36a07da035d33a
parentCreated Appendix (markdown) (diff)
downloadkrakensdr_docs.wiki-134c2debdec172a2fbaa80afd02844b05592dbcb.tar
krakensdr_docs.wiki-134c2debdec172a2fbaa80afd02844b05592dbcb.tar.gz
krakensdr_docs.wiki-134c2debdec172a2fbaa80afd02844b05592dbcb.tar.bz2
krakensdr_docs.wiki-134c2debdec172a2fbaa80afd02844b05592dbcb.tar.lz
krakensdr_docs.wiki-134c2debdec172a2fbaa80afd02844b05592dbcb.tar.xz
krakensdr_docs.wiki-134c2debdec172a2fbaa80afd02844b05592dbcb.tar.zst
krakensdr_docs.wiki-134c2debdec172a2fbaa80afd02844b05592dbcb.zip
-rw-r--r--Direction-Finding-Background-Theory.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/Direction-Finding-Background-Theory.md b/Direction-Finding-Background-Theory.md
new file mode 100644
index 0000000..6dd7bac
--- /dev/null
+++ b/Direction-Finding-Background-Theory.md
@@ -0,0 +1,31 @@
+# Direction Finding Background
+
+In a radio direction finding operation the goal is to determine the exact location of an RF transmitter. This may be an illegal or interfering transmitter, a foxhunt beacon, an asset/pet/wildlife tracking beacon, a search and rescue beacon, or maybe just a curious unknown signal.
+
+To locate a transmitter using triangulation, a bearing towards the transmitter needs to be determined from multiple locations using a radio direction finding device. The bearings should then be plotted, and where they intersect is the estimated location of the transmitter.
+
+However, radio direction finding bearings will always have inaccuracies of several degrees, and there can often be poor results due to a phenomenon known as multipath.
+
+## Direction Finding Methods
+
+**Directional Antenna Based:** These methods use a directional antenna like a Yagi and have a user sweep the antenna around searching for the direction of the highest power. This direction is then recorded. These steps are then recorded at other locations until triangulation is achieved.
+
+**Pseudo-Doppler:** Pseudo Doppler methods make use of a fixed antenna array where each element is rapidly activated for a brief period of time in a rotating fashion. This simulates a single antenna actually rotating on a horizontal wheel rapidly. With this doppler data about a signal can be extracted, hence finding a bearing towards it. This is the method used by LoJack, Opera Cake.
+
+**TDoA:** Time Difference of Arrival (TDoA) methods require multiple time synchronized radio units to be separated over some distance. Differences in the time a signal is received are collected by each unit, and this information can be used to calculate hyperbolic curves between receivers. This is the method KiwiSDR uses.
+
+**Correlative Interferometry:** This method extracts the phase between signals received in an antenna array. This is the method the KrakenSDR uses.
+
+## Multipath
+
+Multipath is when the signal to be located may be reflecting off some objects such as terrain, buildings or vehicles, and the radio direction finding system may ‘see’ that reflection as the source. This can either skew the bearing away from the actual source, or simply provide a totally incorrect reading. The worst case is when the receiving antenna array does not have line of sight to the signal source, so only the reflections can be seen.
+
+An analogous example, you may be indoors looking at sunlight on the wall. If you couldn’t see the sun directly, and didn’t know any better, you might conclude that the source of light is the wall, a mirror or the window instead of the sun.
+
+So, if we take a singular reading at a location where the multipath effect is strong due to a lack of line-of-sight radio path, we may come to the wrong conclusion about the signal source bearing. Therefore, to obtain an accurate location, we need to take multiple readings at multiple locations to average out the incorrect or skewed readings we get from multipath. This can be achieved by either having multiple distributed sites with a KrakenSDR and an antenna array at each site, or by moving a single KrakenSDR around by driving a vehicle and taking many readings.
+
+## Mobile Vehicular Operation Theory
+
+Many simple radio direction finding systems will have the user drive to different locations, take a manual reading and plot that bearing on a map.
+With the KrakenSDR system we make use of modern smart phone technologies such as mapping, GPS and compass sensors. We take hundreds of readings by automatically logging bearings generated by the KrakenSDR against the current location and heading determined by the smartphone sensors as the vehicle moves. The system over time generates an average intersection of these bearings, pinpointing the location of the transmitter. We make use of the smartphone mapping service MapBox to plot this data on a map for easy human visualization.
+Advanced Feature: The KrakenSDR app actually does something cleverer than calculating simple intersections of bearing lines. It uses the full 360 degrees of data given by the correlative interferometry algorithm. This 360 degrees of data includes multipath direction data too. It then overlays this data on a grid, activating each cell that the 360 degrees of data lies on by some scaled amount. Over time, the cell with the most activations is deemed to be the one containing the transmitter location.