Position, Navigation, and Timing Technologies in the 21st Century

Здесь есть возможность читать онлайн «Position, Navigation, and Timing Technologies in the 21st Century» — ознакомительный отрывок электронной книги совершенно бесплатно, а после прочтения отрывка купить полную версию. В некоторых случаях можно слушать аудио, скачать через торрент в формате fb2 и присутствует краткое содержание. Жанр: unrecognised, на английском языке. Описание произведения, (предисловие) а так же отзывы посетителей доступны на портале библиотеки ЛибКат.

Position, Navigation, and Timing Technologies in the 21st Century: краткое содержание, описание и аннотация

Предлагаем к чтению аннотацию, описание, краткое содержание или предисловие (зависит от того, что написал сам автор книги «Position, Navigation, and Timing Technologies in the 21st Century»). Если вы не нашли необходимую информацию о книге — напишите в комментариях, мы постараемся отыскать её.

Covers the latest developments in PNT technologies, including integrated satellite navigation, sensor systems, and civil applications Featuring sixty-four chapters that are divided into six parts, this two-volume work provides comprehensive coverage of the state-of-the-art in satellite-based position, navigation, and timing (PNT) technologies and civilian applications. It also examines alternative navigation technologies based on other signals-of-opportunity and sensors and offers a comprehensive treatment on integrated PNT systems for consumer and commercial applications.
Volume 1 of
contains three parts and focuses on the satellite navigation systems, technologies, and engineering and scientific applications. It starts with a historical perspective of GPS development and other related PNT development. Current global and regional navigation satellite systems (GNSS and RNSS), their inter-operability, signal quality monitoring, satellite orbit and time synchronization, and ground- and satellite-based augmentation systems are examined. Recent progresses in satellite navigation receiver technologies and challenges for operations in multipath-rich urban environment, in handling spoofing and interference, and in ensuring PNT integrity are addressed. A section on satellite navigation for engineering and scientific applications finishes off the volume.
Volume 2 of
consists of three parts and addresses PNT using alternative signals and sensors and integrated PNT technologies for consumer and commercial applications. It looks at PNT using various radio signals-of-opportunity, atomic clock, optical, laser, magnetic field, celestial, MEMS and inertial sensors, as well as the concept of navigation from Low-Earth Orbiting (LEO) satellites. GNSS-INS integration, neuroscience of navigation, and animal navigation are also covered. The volume finishes off with a collection of work on contemporary PNT applications such as survey and mobile mapping, precision agriculture, wearable systems, automated driving, train control, commercial unmanned aircraft systems, aviation, and navigation in the unique Arctic environment.
In addition, this text:
Serves as a complete reference and handbook for professionals and students interested in the broad range of PNT subjects Includes chapters that focus on the latest developments in GNSS and other navigation sensors, techniques, and applications Illustrates interconnecting relationships between various types of technologies in order to assure more protected, tough, and accurate PNT
will appeal to all industry professionals, researchers, and academics involved with the science, engineering, and applications of position, navigation, and timing technologies.pnt21book.com

Position, Navigation, and Timing Technologies in the 21st Century — читать онлайн ознакомительный отрывок

Ниже представлен текст книги, разбитый по страницам. Система сохранения места последней прочитанной страницы, позволяет с удобством читать онлайн бесплатно книгу «Position, Navigation, and Timing Technologies in the 21st Century», без необходимости каждый раз заново искать на чём Вы остановились. Поставьте закладку, и сможете в любой момент перейти на страницу, на которой закончили чтение.

Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

After 22 cycles, the density shows a reduced number of peaks (see Figure 36.13). This indicates that the filter is incorporating sensor observations and the statistical dynamics model to effectively eliminate a number of potential ambiguity possibilities.

After 100 cycles ( Figure 36.14), the filter has converged to a single ambiguity.

The global state estimate and associated standard deviation result for this simulation are shown in Figure 36.15. The shape of the uncertainty bound clearly shows the effects described above. As the likelihood of each integer ambiguity realization changes, the overall uncertainty changes and eventually collapses to the centimeter level.

In the next section, we will move to our final nonlinear filter algorithm, the sampling particle filter.

36.3.7 Sampling Particle Filter (SIS/SIR)

In a similar manner to the grid particle filter, the sampling particle filter, also known as a the sequential Monte Carlo (SMC) filter, represents the state density function using a weighted collection of particles. However, we seek to address the computational scaling problems inherent in grid‐based approaches by exploiting an approach that focuses computation on the regions of the state space with the highest likelihood. This is accomplished by randomly sampling the state space.

Figure 3615 Grid particle filter position error and onesigma uncertainty - фото 122

Figure 36.15 Grid particle filter position error and one‐sigma uncertainty. Note that the error uncertainty collapses once sufficient information is available to resolve the integer ambiguity.

The main advantage of this approach is the potential to more completely sample the important areas of the state space, while limiting the total number of particles required. This is a useful advantage over the grid particle filter, which can require unreasonable numbers of particles as the state dimensionality and domain increase. While sampling particle filtering approaches are suboptimal, their computational advantages make them attractive for a larger range of applications.

We begin by describing the concept of Monte Carlo integration, which is subsequently used to develop a basic recursive estimation algorithm.

The fundamental enabling concept for the sampling particle filter is the concept of Monte Carlo integration. Given an integral in the following form:

(36.99) Position Navigation and Timing Technologies in the 21st Century - изображение 123

where Ω is an n x‐dimensional region in Position Navigation and Timing Technologies in the 21st Century - изображение 124with volume

(36.100) Position Navigation and Timing Technologies in the 21st Century - изображение 125

If N independent samples are uniformly drawn from Ω , that is, { x [1], x [2], ⋯, x [N]} ∈ Ω, then the integral can be approximated as

(36.101) Position Navigation and Timing Technologies in the 21st Century - изображение 126

which approaches equality as

(36.102) Position Navigation and Timing Technologies in the 21st Century - изображение 127

Now consider the case where the function in the integrand, g ( x), can be expressed as the product

(36.103) Position Navigation and Timing Technologies in the 21st Century - изображение 128

where p ( x) is a probability density function; thus, p ( x) ≥ 0 and ∫ p ( x) d x= 1. If N independent samples, x [i], can be drawn in accordance with p (·), then the integral can be estimated as the sample mean of the transformed particles:

(36.104) The resulting error in the estimate is unbiased and most importantly scales - фото 129

The resulting error in the estimate is unbiased and, most importantly, scales as the reciprocal of the square root of N . This is an important result as it indicates that the error is independent of the dimensionality of the state, as long as the particles are properly sampled from the distribution of x. This is an important distinction from the grid filter, which requires particles that increase geometrically with the number of dimensions in the state vector [6].

Unfortunately, it is not always possible to generate samples from arbitrary density functions. This motivates additional development of the concept known as importance sampling.

To further our discussion of importance sampling, it is convenient to introduce the concept of a proposal density, chosen to resemble (and provide support over) the true density of x, while retaining the ability to generate samples. An illustration of a proposal‐density sampling approach is shown in Figure 36.16.

Given a random vector with true density p ( x) and particles sampled from a proposal density, q ( x), Eq. 36.103can be rewritten as

(36.105) Figure 3616 Proposal sampling illustration In this example the particles are - фото 130

Figure 3616 Proposal sampling illustration In this example the particles are - фото 131

Figure 36.16 Proposal sampling illustration. In this example, the particles are generated using the proposal density (q) and subsequently weighted to represent the desired density (π).

The resulting estimate of the integral, assuming N independent particles sampled from q (·), is given by

(36.106) 36107 where the ratio between the true density and the proposal density - фото 132

(36.107) Position Navigation and Timing Technologies in the 21st Century - изображение 133

where the ratio between the true density and the proposal density can be expressed as particle importance weights:

(36.108) Position Navigation and Timing Technologies in the 21st Century - изображение 134

Substituting Eq. 36.108into Eq. 36.107yields

(36.109) Position Navigation and Timing Technologies in the 21st Century - изображение 135

Читать дальше
Тёмная тема
Сбросить

Интервал:

Закладка:

Сделать

Похожие книги на «Position, Navigation, and Timing Technologies in the 21st Century»

Представляем Вашему вниманию похожие книги на «Position, Navigation, and Timing Technologies in the 21st Century» списком для выбора. Мы отобрали схожую по названию и смыслу литературу в надежде предоставить читателям больше вариантов отыскать новые, интересные, ещё непрочитанные произведения.


Отзывы о книге «Position, Navigation, and Timing Technologies in the 21st Century»

Обсуждение, отзывы о книге «Position, Navigation, and Timing Technologies in the 21st Century» и просто собственные мнения читателей. Оставьте ваши комментарии, напишите, что Вы думаете о произведении, его смысле или главных героях. Укажите что конкретно понравилось, а что нет, и почему Вы так считаете.

x