博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【 Notes 】TOA Measurement Model
阅读量:2028 次
发布时间:2019-04-28

本文共 3567 字,大约阅读时间需要 11 分钟。

TOA is the one - way propagation time of the signal traveling between a source and a receiver. This implies that the target and all receivers are required to be precisely synchronized to obtain the TOA information, although such synchronization is not needed if the round - trip or two - way TOA is measured. Multiplying the TOAs by the known propagation speed, denoted by c , provides the distances between the source and receivers. For example, c \approx 340ms^{-1} and c \approx 3 \times 10 ^{8}ms^{-1} are the speeds of sound and light, respectively, in the in - air scenarios.

In the absence of measurement error, each TOA corresponds to a circle centered at a receiver on which the source must lie in the 2 - D space. As discussed in Chapter 1 , geometrically, three or more circles deduced from the noise - free TOAs will result in a unique intersection, which is the source position, implying that at least three sensors are needed for 2 - D positioning.

TOA 是信号单向传播的时间,这就要求目标和接受者之间时钟精确同步,因为电磁波传播速度很快,很小的时间误差就可以导致很大的距离误差,如果测量往返或双向TOA,则不需要这种同步。

由测量得到的信号到达时间,乘以已知的速度,就可以得到距离。

如果不考虑测量误差,在二维平面中,每个TOA对应于一个圆,圆心位于测量站。在几何上,三个或者更多的圆可以确定一个交叉点,这个交叉点就是目标位置,这就意味着,在二维平面中,使用TOA定位,则至少需要三个测量站。

Note that two TOA circles generally have two intersection points, which correspond to two possible source locations. Nevertheless, these circles may not intersect or have multiple intersections in the presence of disturbance, and hence it is not an effective way to solve the problem using the circles directly. In fact, with three or more receivers, it is more appropriate to convert the noisy TOAs into a set of circular equations from which the source position can be determined according to an optimization criterion, with the knowledge of the sensor array geometry.

注意,两个TOA圆通常具有两个交叉点,其对应于两个可能的源位置。 然而,在存在干扰的情况下,这些圆可能不交叉或具有多个交叉点,因此不是直接使用圆来解决问题的有效方式。 实际上,对于三个或更多个接收器,更有利的是将噪声TOA转换成一组圆形方程,根据优化标准可以根据传感器阵列几何形状确定源位置。

Mathematically, the TOA measurement model is formulated as follows.

 Let  \bold x = [x,y]^T be the unknown source position and  \bold x_l = [x_l,y_l]^T be the known coordinates of the l th sensor, l = 1, 2, … , L , where L ≥ 3 is the number of receivers. The distance between the source and the l th sensor, denoted by  , is simply

d_l = \left \| \bold x - \bold x_l \right \| = \sqrt{(x - x_l)^2 + (y - y_l)^2},l = 1,2,...,L                                               (1)

Without loss of generality, we assume that the source emits a signal at time 0 and the l th sensor receives it at time t  l ; that is, { t  l } are the TOAs and we have a simple relationship between t  l and d  l :

t_l = \frac{d_l}{c},l = 1,2,..,L                                                               (2)

如果不考虑测量误差,那么上面两个式子联立就可以得到一个圆的方程。

In practice, TOAs are subject to measurement errors. As a result, the range measurement based on multiplying t  l  by c , denoted byr _{TOA, l }, is modeled as:

r_{TOA,l} = \sqrt{(x - x_l)^2+(y-y_l)^2}+n_{TOA,l},l = 1,2,...,L                     (3)

where n_{TOA,l} is the range error in r_{TOA,l} , which results from the TOA disturbance.

(3)式用向量的形式表示如下:

\bold{r_{TOA}} = \bold{f_{TOA}(x)} + \bold{n_{TOA}}                                              (4)

其中,

\bold{r_{TOA}}= [r_{TOA,1},r_{TOA,2},...,r_{TOA,L}]^T                      (5)

\bold{n_{TOA}}= [n_{TOA,1},n_{TOA,2},...,n_{TOA,L}]^T                    (6)

\bold {f_{TOA}(x)} =\bold d = \begin{bmatrix} \sqrt{(x - x_1)^2+(y - y_1)^2}\\ \sqrt{(x - x_2)^2+(y-y_2)^2} \\ \vdots \\ \sqrt{(x-x_L)^2+(y - y_L)^2} \end{bmatrix}                        (7)

 

Here,\bold{f_{TOA,x}} represents the known function, which is parameterized by x , and in fact, it is the noise - free distance vector. The source localization problem based on TOA measurements is to estimate x given \{ r_{TOA,l}\} or \bold{r_{TOA}}.

To facilitate the algorithm development and analysis as well as the CRLB computation, it is assumed that { n_{TOA,l} } are zero - mean uncorrelated Gaussian processes with variances \{ \sigma_{TOA,l}\}. It is noteworthy that the zero - mean property indicates LOS transmission.

值得注意的是,零均值属性表明LOS传输。

The probability density function ( PDF ) for each scalar random variable

r_{TOA,l} , denoted byp(r_{TOA,l}), has the form of:

p(r_{TOA,l}) = \frac{1}{ \sqrt{2 \pi \sigma^2_{TOA,l}}}exp(-\frac{1}{2 \sigma^2_{TOA,l}}(r_{TOA,l}-d_l)^2)                                           (8)

which is characterized by its mean and variance, d_l and \sigma^2_{TOA,l},respectively.

 In other words, we can write r_{TOA,l} \sim N(d_l,\sigma^2_{TOA,l}).

The PDF for \bold{ r_{TOA} }, denoted by p ( \bold{ r_{TOA} } ), is

                  (9)

where \bold{C_{TOA}} is the covariance matrix for \bold{ r_{TOA} } , which corresponds to

                                                    (10)

 In Equation 10, the third equality is deduced using the assumption of uncorrelated { n TOA, l }. 

(9) (10)联立,得:

            (11)

In other words, we can write 

 

 

 

转载地址:http://cijaf.baihongyu.com/

你可能感兴趣的文章
Linux日志2
查看>>
VS的路径变量[转]
查看>>
MFC消息处理[转]
查看>>
cookie被禁止后怎样使用session的解决方案
查看>>
Eclipse 部分快捷键失效解决
查看>>
Bootstrap 自定义弹框
查看>>
MyBatis 分页插件 PageHelper 使用方法
查看>>
AbstractQueuedSynchronizer 源码分析
查看>>
分布式以客户为中心的一致性
查看>>
java 注解
查看>>
CAS:乐观锁实现
查看>>
压力测试工具Apache ab
查看>>
Linux - Shell
查看>>
MySQL 如何执行关联查询
查看>>
算法运行时间n3,n2, n, nlogn对比
查看>>
java 中的suppressedException
查看>>
Rope --高效字符串处理数据结构
查看>>
Gap buffer -- 一个数据结构为可编辑的文本
查看>>
X/Open DTP模型,两阶段提交,JTA接口定义
查看>>
MySql binlog 日志
查看>>