From 24ac35bb71f3a334866fc33ebc3e4e50c7c769ea Mon Sep 17 00:00:00 2001 From: boyan_k Date: Fri, 2 Dec 2022 20:28:43 +0100 Subject: [PATCH 1/2] Update 'README.md' --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73fe657..38721ed 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ The usual omnidirectional antenna has a radiation pattern of:
- +

The usual yagi antenna has a radiation pattern as shown in:
- +

@@ -17,7 +17,7 @@ The usual yagi antenna has a radiation pattern as shown in: For the sake of brevity, let these simplifications of said radiation patterns be true(within the thought experiment). - + ## Problem @@ -36,11 +36,11 @@ We know the distances between each of the points. Both strategies involve direction finding of some sort. [Direction finding](https://en.wikipedia.org/wiki/Direction_finding) using vector intersection is quite self explanatory, you take the antenna in which the signal is the strongest, take the two nearest antennas and find the point in which the vectors overlap. The point left at the end is our location. - + When it comes to circles, however, the strategy is different. [Trilateration](https://en.wikipedia.org/wiki/Trilateration) is a way of pinpointing a location using ranges. The approach is different from the usual, as we do not have multiple antennas, but rather a single moving one. Trilateration goes like: Get readings from 3 different points(it would help if they were polar opposites). Find the intersection of the three circles that you have. That's the point we're looking for. - + ### Expected results YS is not as effective, however it is way more efficient than OMS on many levels. At least on paper. A list of all the theoretical pros of YS over OMS: From da41cf79e5decf673bba0ac03b0091e3049c4a37 Mon Sep 17 00:00:00 2001 From: boyan_k Date: Fri, 2 Dec 2022 20:29:53 +0100 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38721ed..9388225 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The usual yagi antenna has a radiation pattern as shown in: For the sake of brevity, let these simplifications of said radiation patterns be true(within the thought experiment). - + ## Problem