mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
vault backup: 2023-03-21 12:15:32
This commit is contained in:
parent
d4ac4dec20
commit
5ee5f95fe4
@ -12,7 +12,6 @@ tags:
|
|||||||
- How practical are systems that are:
|
- How practical are systems that are:
|
||||||
- Precise but not accurate?
|
- Precise but not accurate?
|
||||||
- Accurate but not precise?
|
- Accurate but not precise?
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- Degrees of Freedom (DoF):
|
- Degrees of Freedom (DoF):
|
||||||
@ -24,7 +23,6 @@ tags:
|
|||||||
- 9 DoF?
|
- 9 DoF?
|
||||||
- Unlimited DoF?
|
- Unlimited DoF?
|
||||||
- How many degrees of freedom in 2D space?
|
- How many degrees of freedom in 2D space?
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- (Tri)angulation:
|
- (Tri)angulation:
|
||||||
@ -33,16 +31,16 @@ tags:
|
|||||||
- Angle to reference point determined by means of special antennas
|
- Angle to reference point determined by means of special antennas
|
||||||
- Positions of reference points have to be known
|
- Positions of reference points have to be known
|
||||||
- 3D-positioning requires three reference points (triangulation)
|
- 3D-positioning requires three reference points (triangulation)
|
||||||
|
|
||||||

|

|
||||||
|
> [!INFO] if you have two reference points and the angle towards them, you can get the location
|
||||||
|
|
||||||
- (Tri)lateration
|
- (Tri)lateration
|
||||||
- Based on distances between device and reference points
|
- Based on distances between device and reference points
|
||||||
- Calculated e.g. by time of arrival (ToA) or signal strength
|
- Calculated e.g. by time of arrival (ToA) or signal strength
|
||||||
- Positions of reference points have to be known
|
- Positions of reference points have to be known
|
||||||
- 3D-positioning requires three reference points (trilateration)
|
- 3D-positioning requires three reference points (trilateration)
|
||||||
|
|
||||||

|

|
||||||
|
> [!INFO] siimilra to triangulation but you need three points and its calculated using distancees not angles. the distances can be calculated by time of arrival of a signal
|
||||||
|
|
||||||
## Cell-based
|
## Cell-based
|
||||||
- Positioning based on GSM cell ID
|
- Positioning based on GSM cell ID
|
||||||
@ -53,17 +51,18 @@ tags:
|
|||||||
- Uses GSM cell ID
|
- Uses GSM cell ID
|
||||||
- If sector-antennas used position can be narrowed to segment of the circle
|
- If sector-antennas used position can be narrowed to segment of the circle
|
||||||
- Angulation
|
- Angulation
|
||||||
|
|
||||||

|

|
||||||
|
> [!INFO] compute your position based on which cell tower you are connected to. each tower has a unique ID.
|
||||||
|
> used by emergency providers, they know where you last logged in
|
||||||
|
|
||||||
2. GSM based on FDMA (Frequency-division multiple access) and TDMA (Time-division multiple access)
|
2. GSM based on FDMA (Frequency-division multiple access) and TDMA (Time-division multiple access)
|
||||||
- Exact timing required for the synchronization of uplink and downlink
|
- Exact timing required for the synchronization of uplink and downlink
|
||||||
- Timing Advance (TA)
|
- Timing Advance (TA)
|
||||||
- Device calculates distance based on signal propagation time
|
- Device calculates distance based on signal propagation time
|
||||||
- Can be used for positioning in combination with CGI
|
- Can be used for positioning in combination with CGI
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
> [!INFO] "towers" use FDMA or TDMA [[21-data-link-layer#multiple access links and protocols]] Timing advance used for multiple access can be used to calculate time
|
||||||
|
|
||||||
3. Uplink-Time Difference of Arrival (UL-TOA)
|
3. Uplink-Time Difference of Arrival (UL-TOA)
|
||||||
- Four base stations needed
|
- Four base stations needed
|
||||||
@ -73,8 +72,8 @@ tags:
|
|||||||
- Network-based location technology,
|
- Network-based location technology,
|
||||||
- Can locate any type of mobile phone.
|
- Can locate any type of mobile phone.
|
||||||
- Only available to the owner of the sensor network
|
- Only available to the owner of the sensor network
|
||||||
|
|
||||||

|

|
||||||
|
> [!INFO]
|
||||||
|
|
||||||
- Integrated approach based on existing infrastructure
|
- Integrated approach based on existing infrastructure
|
||||||
- Low costs (for user)
|
- Low costs (for user)
|
||||||
@ -84,14 +83,12 @@ tags:
|
|||||||
- Information not always available to the user (often only network provider)
|
- Information not always available to the user (often only network provider)
|
||||||
- Used for “Enhanced 911”
|
- Used for “Enhanced 911”
|
||||||
- But relatively low accuracy
|
- But relatively low accuracy
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
- Other cell-based location approaches: WiFi/WLan-cells
|
- Other cell-based location approaches: WiFi/WLan-cells
|
||||||
- Integrated infrastructure approach
|
- Integrated infrastructure approach
|
||||||
- WiFi/WLAN (cell-id, lateration, fingerprinting)
|
- WiFi/WLAN (cell-id, lateration, fingerprinting)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- Based on already existing WLAN infrastructure, primarily installed for communication purposes
|
- Based on already existing WLAN infrastructure, primarily installed for communication purposes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user