目录

wireless local area network(WLAN)

Vision Positioning System

Radar


wireless local area network(WLAN)

As the name suggests, WLAN is used for positioning and identification of objects in limited range. In this system, trilateration using the RSSI technique, shown in Figure 1.2 a, is used to localize the position of the object.

顾名思义,WLAN用于定位和识别有限范围内的物体。 在该系统中,使用RSSI技术进行三边测量,如图1.2a所示,用于定位对象的位置。

The strength of the signal that a wireless device or target object sends out is measured at multiple receivers to calculate the position  . The WLAN positioning system consists of base stations and mobile hosts. Each base station and mobile host is equipped with a RF LAN technology - based digital network interface card ( NIC ) .

在多个接收器处测量无线设备或目标对象发出的信号的强度以计算位置。 WLAN定位系统由基站和移动主机组成。 每个基站和移动主机都配备了基于RF LAN技术的数字网络接口卡(NIC)[21]。

An algorithm is used to mitigate the interference due to noise and multipath. Mobile hosts periodically broadcast packets containing the start time and the transmitted signal strength information. Each base station records the start time, base station identifi cation, and transmitted signal strength. Using this start time, and the signal strength measurement at the base station, the location is determined by combining empirical measurements with signal propagation modeling. Similar to other systems such as GPS and AGPS, the clocks on the mobile hosts and the base stations need to be synchronized.

算法用于减轻由噪声和多径引起的干扰。 移动主机周期性地广播包含开始时间和发送信号强度信息的分组。 每个基站记录开始时间,基站标识和发送信号强度。 使用该开始时间和基站处的信号强度测量,通过将经验测量与信号传播建模相结合来确定位置。 与GPS和AGPS等其他系统类似,移动主机和基站上的时钟需要同步。



Vision Positioning System

In this positioning system, two cameras are used to localize the target object. As shown in Figure 1.4 c, these cameras [22] capture the picture of the target object. It can also be seen in the figure that the picture of the target object will be created at different locations relative to the center of the image.

在该定位系统中,使用两个摄像机来定位目标对象。 如图1.4c所示,这些摄像机[22]捕获目标对象的图像。 在图中还可以看出,目标对象的图片将在相对于图像中心的不同位置处创建。

Superimposing these images, the disparity d in the locations of the object can be determined. Assuming that the distance r between the cameras and the focal length f of the cameras are known, the distance D of the object from the lens plane of the cameras can be calculated. Given known positions of two lenses and the calculated distance D , the target object can
be localized.

叠加这些图像,可以确定对象位置的视差d。 假设摄像机之间的距离r和摄像机的焦距f是已知的,可以计算物体距摄像机镜头平面的距离D. 给定两个透镜的已知位置和计算的距离D,可以定位目标对象。



Radar

RADAR stands for radio detection and ranging. It is used to localize the position of a target in the surrounding areas by transmitting a short burst of energy and processing its reflection from the target [23] . Radar estimates the TOA of the refl ected signal and combines it with the DOA of the received signal measured by directional antennas.

RADAR代表无线电探测和测距。 它用于通过传输短脉冲能量并从目标处理其反射来定位周围区域中目标的位置[23]。 雷达估计反射信号的TOA,并将其与定向天线测量的接收信号的DOA相结合。

Let Δ t be the time between the transmitted signal and the received signal reflected from the target; the TOA is one - half of Δ t . Using the TOA, the distance of the object from the radar can be obtained (see Fig. 1.4 d). Assuming the position of the radar transmitter is known, the target can be localized using the calculated distance to the object.

令Δt为发射信号与从目标反射的接收信号之间的时间; TOA是Δt的一半。 使用TOA,可以获得物体与雷达的距离(见图1.4d)。 假设已知雷达发射器的位置,可以使用计算的到物体的距离来定位目标。

【 Notes 】WLAN,Vision Positioning System,Radar相关推荐

  1. 【 Notes 】ML ALGORITHMS of TOA - Based Positioning

    这篇博文和NLS方法博文行文思路类似:[ Notes ]NLS ALGORITHMS of TOA - Based Positioning ML方法是NLS方法的一个推广版本,具体接着看: Assum ...

  2. 【 Notes 】NLS ALGORITHMS of TOA - Based Positioning

    目录 NLS Newton – Raphson Gauss – Newton steepest descent method NLS 这篇博文[TOA Measurement Model]给出了TOA ...

  3. python选课系统_【精选】在Monash读Data Science,人人都拥有这样一份选课指南。

    点击上方"蓝字",关注最适合你的学习咨询 前言 1.课程难度因人而异,课程作业也可能每学期变动,所以大家结合个人实际情况参考借鉴. 2.本指南系列只描述了比较最主流的课,冷门课程资 ...

  4. 【英语学习】【医学】Unit 09 The Respiratory System

    [英语学习][医学]Unit 09 The Respiratory System <基础医学英语>读书笔记 文章目录 常见词根/词缀与词源 常见词根/词缀与词源 词根/词缀 含义 示例 词 ...

  5. 【linux】posix是什么都不知道,还好意思说你懂Linux?

    目录 简略 简介 为什么有 POSIX? 详细 一.什么是posix? 1. 概念 2. 发布者-IEEE 3. POSIX标准下载 二.POSIX历史 1. 起源 2. 谁遵循这个标准呢? 3. 支 ...

  6. 【maven】最全Maven详解,看这一篇就够啦

    文章目录 一.引言 1.1 项目管理问题 1.1.1 繁琐 1.1.2 复杂 1.1.3 冗余 1.2 项目管理方案 二.介绍 三.Maven安装 3.1 下载Maven 3.2 Maven安装 3. ...

  7. 编程实现:从字符中获取连续数组序列,如字符串a1dl2iad9j3la5kudp7u9pn4blj8ap5u3e6ml9a中可以得到的连续数字序列为1234556.【注】:只考虑一位,因此最长的数

    编程实现:从字符中获取连续数组序列,如字符串"a1dl2iad9j3la5kudp7u9pn4blj8ap5u3e6ml9a"中可以得到的连续数字序列为1234556.[注]:只考 ...

  8. 【Mybatis】学习笔记01:连接数据库,实现增删改

    需要数据库SQL的请跳转到文末 哔哩哔哩 萌狼蓝天[转载资料][尚硅谷][MyBatis]2022版Mybatis配套MD文档[Mybatis]学习笔记01:连接数据库,实现增删改[Mybatis]学 ...

  9. 【Java】json与java对象转换,获得数据库自增主键,保存返回数据 (个人梳理)

    [Java]json与java对象转换,获得数据库自增主键,保存返回数据 (个人梳理) 模拟请求API 获得json数据,将json转换为java对象,再将java对象转换为list集合,再将list ...

最新文章

  1. [转] HOWTO:使ASP.NET网站Forms验证可以指定多个登录页面
  2. 【5月19日】 开源论文代码分享 分割、姿势预测,目标检测
  3. 济南学习 Day2 T2 am
  4. 每日英语:Vender Assault Shines Ugly Light on China's Urban Enforcers
  5. sqoop把mysql数据导入hive
  6. shadow dom一个最简单的例子
  7. leetcode------Word Search
  8. 报道称奈雪的茶通过港交所聆讯 回应:以公司经监管机构批准的公告为准
  9. IIS服务器多站点 的 https证书使用443端口 解决方案
  10. 【数据获取】建筑轮廓数据的N种获取方法
  11. Mybaits整个Spring项目,简单示例,10分钟快速上手
  12. 使用微信企业号群发员工工资条
  13. Casbin访问控制框架入门详解及Java案例示范
  14. CSS属性—居中对齐篇
  15. 细分领域:偏门的色流玩法+简单的色流变现套路
  16. ResourceBundle的基本使用
  17. 手机QQ聊天记录备份
  18. E-R图转化为关系模型
  19. 2018东南大学 SUS 十一欢乐赛 pwn解题记录
  20. 苹果手机投屏软件_小技巧!苹果手机怎么投屏到笔记本?

热门文章

  1. Struts2中的配置文件--struts.properties文件
  2. tomcat如何增大并发_系统的性能瓶颈,排查该从哪些方面入手,如何定位?
  3. java 文件读取 进度_读取文本文件时如何使用Java进度栏?
  4. php笔试判断题,php笔试题收藏
  5. 区块链开发指南_区块链钱包开发
  6. 安卓项目查手机电量功能_不做低头族,一键开启手机上的这一功能,手机信息随时查...
  7. 计算机文化基础4作业,计算机文化基础试题4
  8. php打印从1到1000,输入一个链表的头节点,从尾到头打印每个节点的值,利用PHP如何实现?...
  9. html中加入好看的行号,仅使用CSS在pre上创建行号
  10. 如何利用扬声器构建深度学习网络?