A Cost Effective Synchronization System for Multisensor Integration

Size: px
Start display at page:

Download "A Cost Effective Synchronization System for Multisensor Integration"

Transcription

1 A Cost Effective Synchronization System for Multisensor Integration Binghao Li School of Surveying and Spatial Information Systems The University of New South Wales BIOGRAPHY Binghao Li is currently a Ph.D. student in the School of Surveying and Spatial Information System (formerly the School of Geomatic Engineering), The University of New South Wales, Australia. He received a B.Sc. in Electrical & Mechanical Engineering, Northern Jiaotong University, and M.Sc. in Civil Engineering, Tsinghua University, P.R. China, in 1994 and His research interests are in integrated navigation applications and mobilephone positioning. ABSTRACT Time synchronization is the primary prerequisite for multisensor integration. Many methods have been used in different systems, but they are either too expensive or inconvenient for research purposes. In this paper the system design of a Cost Effective Synchronization System (CESS) is described, and two experiments are described that have tested the synchronization accuracy of the system. They show that a synchronization accuracy of better than 0.4 ms can be achieved using the CESS. This system provides an ideal platform for researchers to build their own multisensor integration system. INTRODUCTION In the past decade GPS has established itself as the most popular technology for positioning. With a single GPS receiver, positioning accuracies of better than 10 meters can be readily achieved. However, GPS signals are easily obstructed by buildings and trees, resulting in unreliable positioning in certain environments such as downtown city areas. One way to augment GPS is to integrate it with other systems, such as an inertial sensors, or even pseudolites. For a multisensor system, time synchronization of measurements is an important task. In principle there are 3 different methods to achieve integrated-sensor time synchronization, namely (a) hardware, (b) software, and (c) a combination of the two. In a hardware method, the one pulse-per-second signal () output from a GPS receiver can be used as input to other sensors in the multisensor system (Knight, 1992). For example, the C-MIGITS inertial sensor can be synchronized with the MicroTracker GPS receiver by using both the signal and the GPS position solution data messages (Boeing, 1997). In this system the inertial measuring unit sensor is relatively expensive (costing tens of thousands of US dollars) and the synchronization process cannot be modified by the user. Therefore the system is inflexible for researchers, as it prevents modification of the system design. The second method (based on software) can be classified into two categories, the augmented Kalman filter method (Bar-Itzhack & Vitek, 1985) and the controlled trajectory method (Lee et al., 2002). In the augmented Kalman filter method, GPS/SDINS (StrapDown Inertial Navigation System) Kalman filters are augmented with a state representing the time synchronization error between GPS and SDINS. In the controlled trajectory method, vehicles follow an S- shaped trajectory and the time synchronization error

2 effects are estimated externally to the GPS/SDINS Kalman filter. Since the identification and calibration of the time synchronization error are implicitly related with state observability (Lee et al., 2002; Goshen-Meskin & Bar-Itzhack, 1992), the time calibration performance of both software methods depends strongly on the vehicle trajectory. The third and final method is to utilize time tagging by both the hardware and software. The signal from the GPS receiver can be used as the accurate time reference. This method is more suited for researchers as it allows for the development of a low-cost, flexible, and reliable system. A flexible synchronized data acquisition system can be created using a multifunction DAQ (data acquisition) card, of which there are many suitable low-cost products available. In this paper a Cost Effective Synchronization System (CESS) is proposed, based on the third method. Figure 1 shows the CESS developed by the author. Figure 1 - Setup of the CESS HOW CESS WORKS The CESS consists of 3 primary components: GPS receiver, DAQ card and support software. GPS receiver In the proposed CESS, the GPS receiver s signal is used as a trigger. In order to achieve synchronization the signal must have a fixed relationship with the output message from the GPS receiver. Also crucial is a high frequency clock signal, which can be used as an accurate time base to generate a scan signal that controls the start of each sampling epoch. Most GPS receivers can provide a signal with an accuracy of better than 1ms, and some specific for timing applications can provide a more accurate signal (at the µs level). However, not many GPS receivers can output a high frequency clock signal. The Rockwell Jupiter receiver is one that can (Conexant Inc., 2001). The Jupiter is a 12 channel low-cost GPS receiver that can output and 10kHz clock signals, and is a member of the Rockwell Zodiac family of receivers. The signal is aligned with the UTC (Universal Coordinated Time) second. This signal is derived from the 10 khz clock output, which is valid under the same conditions as the Time Mark Pulse. Additionally, the Jupiter receiver also outputs the UTC message - UTC Time Mark Pulse Output - via a serial port. This message provides the UTC seconds of week associated with the UTC synchronized pulse. This message is output approximately 400 milliseconds before the signal (Rockwell, 1996). DAQ card and support software A multifunction DAQ card consists of analogue inputs, counter/timers, digital I/O lines, analogue outputs, etc. In the CESS, the DAQ card is triggered by the and driven by the high frequency clock signal. The counter/timers are central to the synchronization process. The A/D (analog to digital) converter transforms the analogue signal to a digital signal. If the user has control of the sensor at the hardware level, then the counter/timer can generate a trigger signal to start a sampling of the sensor, and in this way very accurate synchronization can be achieved (Knight, 1992). Unfortunately most sensors do not allow low-level modification by the user, and therefore the DAQ card is instead utilized to stamp the time tag of the data from the sensor. A Low-Cost E Series Multifunction DAQ card from NI (National Instruments) is used in the system design of the CESS. This is a PCMCIA DAQ card, and when used with a laptop computer is ideal for fieldwork. Its features are summarized below (National Instruments, 2000): 16 single-ended (8 in differential) analog inputs at 200 ks/s, 12-bit resolution. Two 12-bit analog outputs. 8 digital I/O lines (5 V/TTL/CMOS). Two 24-bit counter/timers. Digital triggering. There is a variety of support software that can be used with the DAQ card, such as Visual C++, Matlab,and LabVIEW. Since LabVIEW is a product of NI, and provides good support for the DAQ card, LabVIEW was chosen for the software component of the CESS. CESS Configuration The conceptual structure of CESS is shown in figure 2. GPS antenna GPS receiver GPS message Clock output Laptop Support Software multifunction DAQ card Interface box Figure 2 - The structure of the CESS Sensor N Sensor 1 GPS receiver (Jupiter) outputs a precise signal and 10kHz pulse signal, together with GPS data raw measurements. The analogue data output from the sensor(s) is(are) connected to the interface box. The GPS receiver signal is used as a trigger, while the 10kHz signal is used as a very accurate time base to generate a scan signal. When the first signal from the GPS receiver is detected, sampling of the analogue input from

3 the sensor(s) begins at a rate of one hundred times a second (in the case of 100Hz sample rate). The sample rate can be changed from 50Hz to 2500Hz (depending on the application and the specification of the multifunction DAQ card). LabVIEW based software (LBS) logs the sensor data to a file, and also can display the data so that it can be monitored. At the same time GPS data from the receiver is read by LBS, including a message containing UTC time. This is used to time tag the sensor data, by adding the message at the end of the sensor data every second. In the data file, there is a time tag every 100 records (100Hz sample rate) of sensor s data. The time tag appears approximately 40 records before the next signal arrives. Therefore, the relationship between GPS time (or UTC time plus a number of leap seconds) and the sensor(s) is determined with the aid of the signal. Figure 3 illustrates the relationship of the signal, the 10kHz signal, the scan signal and the message 1108 (containing UTC time) from the Jupiter GPS receiver. Clock output (10kHz) Scan signal Message of UTC time (M1108 from Jupiter) 0.6sec 1sec 0.6sec 1sec Figure 3 - The timing of, 10kHz signal, scan signal and message type 1108 Figure 4 shows the timing of the scan signal when the CESS is working at 100Hz. Ideally T L is zero, but the minimum delay the counter can provide is 2 pulses of the time base (10kHz signal), so T L is 0.2ms. T L is a constant value, however T H is variable. T H changes from 19.8ms (50Hz sample rate) to 0.2ms (2500Hz sample rate). In an approximate manner the sampling of the data from the sensor(s) aligns with the signal, but when high accuracy is demanded, T L should be considered. scan signal when the sample rate was 2500Hz, where Ch1 is the and Ch2 is the scan signal. In this oscilloscope setup the is used as the trigger. It is clear that 0.2ms after the arrives, the scan signal appears. The duration of the scan signal is 0.2ms. Figure 5 - The timing of scan signal (sample rate: 2500Hz) Most of the support software runs under the Windows 9x/ 2000 operating system (OS). However, Windows is not well suited to synchronize different sensors directly because it is not a real time OS (Dekey). However, in the CESS, synchronization is achieved through the multifunction DAQ card, and the Windows OS is responsible for interfacing to the multifunction DAQ card and saving data to the hard disk. Since the volume of data logged is large (from 4Kb to 200Kb per second, depending on the sample rate), and not all computers are fast enough to perform the operations required, some optimization must be considered. First, unnecessary tasks should be disabled, including network drivers, anti-virus applications, screen savers etc (Dekey). Secondly, the multi-threaded VIs (virtual instrument) created by LabVIEW improves the performance significantly (Dorst; National Instruments). Initialize analog acquisition and clock Read data from buffer Initialize serial port Read GPS messages from Jupiter T H Get UTC time Add it to sensor data Scan signal T L Log data to sensor file Show data on screen Log data to GPS file T L =0.2ms T H =9.8ms Figure 4 - Scan signal timing All the signals referred to in this paper were monitored using an oscilloscope. For example, Figure 5 shows the Figure 6 - The structure of the CESS software The structure of the software is shown in figure 6. There are two threads. The first deals with data from the sensor(s), while the second thread is responsible for handling the GPS receiver s messages. There is one

4 junction of the two threads, where UTC time is transferred from thread 2 to thread 1. Thread 1 can then stamp the UTC time at the end of the data from the sensor(s). TESTING CESS To evaluate the synchronization accuracy of the CESS two experiments were conducted. The first was to use a reference hardware synchronized INS system (the C- MIGITS), and compare this with the CESS using a Crossbow IMU (Inertial Measurement Unit) as the test sensor. By moving the two units in the same manner, comparisons can be made between the data logged by the hardware synchronized C-MIGITS and the CESS synchronized Crossbow IMU. In the second experiment a standard reference pulses were used to test the synchronization accuracy of the CESS. Experiment one The Crossbow IMU400CC used in this test is a six-axis measurement system designed to measure linear acceleration along three orthogonal axes, and rotation rates about three orthogonal axes (Crossbow Inc.). The accelerometers and gyroscopes are of the MEMS (Micro- Electro-Mechanical Systems) variety. This IMU has both analog outputs and an RS-232 serial link. Data may be Figure 7 - Samples of the raw data and normalized data of Crossbow and C-MIGITS

5 requested via the serial link as a single measurement, or streamed continuously. The analog outputs are fully signal conditioned and may be connected directly to a data acquisition device. These analog outputs can be acquired by the CESS.The Boeing C-MIGITS is a tightly-coupled SPS (Standard Positioning Service) system. It contains a five channel, Coarse/Acquisition (C/A code), L1- frequency GPS receiver, and a Digital Quartz IMU. The two subsystems are integrated together through a Kalman filter algorithm, and synchronization is achieved at the hardware level by the GPS receiver. The system is a small, lightweight, guidance, navigation, and control system, with data output via an RS232 port (Martin & Detterich; Boeing, 1997). The C-MIGITS is used as the perfect reference system in order to evaluate CESS s performance. For the experiment both were mounted very close together on a rigid board. During the experiment, approximately every second a shock was introduced to the board. The Crossbow IMU s data was acquired by CESS, while the C-MIGITS data was logged using a laptop. The sample rate of both systems was 100Hz. The Crossbow IMU provides acceleration outputs in the X-axis, Y-axis and Z-axis, while the C-MIGITS outputs delta velocity in the X-axis, Y-axis and Z-axis. As the data was requested at 100Hz, the data represents 10ms of delta velocity. Figure 7 shows the result from the Crossbow IMU and C-MIGITS. The Figure on the left is raw data and normalized data from the Crossbow IMU (in X-axis, Y-axis and Z-axis respectively), while the right side are delta velocities from C-MIGITS (X-axis, Y-axis and Z-axis respectively). In order to find the difference in time between the data from the Crossbow IMU and the C-MIGITS, data from the Crossbow is fixed and the data of the C-MIGITS is shifted from 0.4sec to 0.4sec. The acceleration and delta velocity is multiplied at every epoch, and the result is accumulated. Correlation analysis can indicate the nature of the difference between these two systems. Figure 8 shows the correlation result; from top to bottom, the 3 figures are the results for the X-axis, Y-axis and Z-axis respectively. It is very clear that the time difference of these two systems is very small (less than 0.01sec). Since the resolution of the C-MIGITS is 0.01sec, in this test, the best result can be no better than 0.01sec. In addition there are many factors that affect the accuracy of the test, including the fact that the mounting board is not shockproof, the stimulation is not in the same position each time and (ideally) short, and the axes of the two devices were not perfectly parallel or overlapped, etc. Experiment two Test one demonstrates the proof-of-concept for the CESS system design, and indicates a synchronization accuracy of better than a few tens of milliseconds. However, this synchronization is not able to satisfy requirement for applications with high vehicle dynamics. For example, a 10 millisecond timing error translates into a shift of 28cm for a vehicle traveling at 100km per hour. In principle the system design of the CESS should ensure synchronization errors of less than 10 milliseconds, and hence a second experiment was conducted to better determine the synchronization accuracy. In this test a signal was generated as a standard reference, and the CESS was used to acquire the signal. If the synchronization accuracy of the CESS is acceptable, then the standard signal can be acquired. Figure 8 - Correlation of the data from the Crossbow IMU and the C-MIGITS First, the quality of the generated standard signal was tested. DOS version software was used to generate a reference signal, which was triggered by a signal from the Jupiter receiver. An interrupt would occur when the signal arrives, and a pulse would be output (Peacock; Lombardi). The reaction time of the computer (a PIII 1GHz) is between 5 to 12 microseconds, and the duty cycle of the signal can be changed by the software. The peak of the pulse was approximately 3.4 volt, and figure 9 shows the reaction time of the personal computer. Ref signal T d T T 25.6 ms T d 5-12 µs Figure 9 - Reaction time of the PC Sub test one The computer generates a standard signal, with a pulse duration of 0.4 millisecond, and a delay of 0.2 ms. This delay was intentionally added since the first scan signal of every second is at 0.2 ms delay with the signal (this is dictated by the quality of the DAQ card s counter). Figure 10 shows the relationship between the signal and the reference signal.

6 T RD Ref signal T Rh T RD = 0.2ms T Rh =0.4ms Figure 10 - Timing of the reference signal in sub test one The reference signal was input to one of eight possible channels of the CESS. Two different sampling rates of 50Hz and 2500Hz were used in the experiment, and the data for each was recorded in separate files. Since the first sample of every second occurs approximately 0.2ms later than the signal, the pulse is expected to be acquired in the first sample. Figure 11 plots part of the data logged at 50 Hz and 2500 Hz sample rates. In order to identify if every reference pulse has been acquired by the first sample after the signal, a Matlab program was used to generate a group of simulated (ideal) data. Then the logged data was normalized (only 0 or 1), and compared with the ideal data. Figure 12 compares the normalized logged data and the ideal data (2500Hz as an example). The figure on the top is a plot of both logged and expected data, and visually shows very good alignment. The figure on the bottom was plotted using the ideal data as X, and the normalized logged data as Y. The simple line from (0,0) to (1,1) with 2 plotted points shows X, Y is exactly the same. This is the case for all the logged data and demonstrates that the reference pulses were acquired. Figure 12 - Logged data compare with the ideal data Sub test two This sub test was similar to the first, except that the standard pulses were shifting every second. The sample rate was 100Hz, with a reference signal width of 0.4ms, and delayed by N*10ms (N=0~99). This means that at the 1st second, the reference signal was expected to be obtained at At the 2nd second, the reference signal was expected to be obtained at 1.01.At the 3rd second, the reference signal was expected to be obtained at At the100th second, the reference signal was expected to be obtained at At the101st second, the reference signal was expected to be obtained at , and so on.the timing of the reference signal is shown in figure 13. This test can also be used to assess the stability of the CESS. T RD0 T RD1 T RD2 Ref signal T Rh T RD0 = 0ms T RD1 = 10ms T RD2 = 20ms T Rh =0.4ms Figure 13 - Timing of the reference signal in sub test two Figure 11 - Pulses obtained by CESS The top half of figure 14 shows the position change of the signal obtained by the CESS every second, and changes from 1 to 100 as expected. Matlab was used to generate

7 ideal data sets as in the first test. The bottom half of figure 14 is similar to figure 11, and shows that the ideal data and acquired data are exactly the same. It means every sampling is exactly the same as expected. These two tests demonstrate that the CESS can acquire the standard pulses. Since the standard reference signal is also triggered by the signal, the time the signal is acquired is very accurate. Test one already showed that the synchronization error is below 1 second. In test 2, CESS can obtain the pulse with a width of 0.4 ms at the expected position, which means that the accuracy of the system must be better than 0.4 ms. hardware level synchronization, and is an area of further research. ACKNOWLEDGMENT The author wishes to express his deep appreciation to his supervisors, Prof. Chris Rizos and Dr. Joel Barnes at UNSW for their support and encouragement of the author s research. Also a big thanks to Dr Hyung Keun Lee of Hankuk Aviation University (Korea) for his helpful suggestions. REFERENCES Bar-Itzhack, I.Y, Vitek, Y., 1985, The Enigma of False Bias Detection in a Strapdown System during Transfer Alignment, Journal of Guidance and Control, 8, Lee, H.K., Lee, J.G., Jee, G.I., 2002, Calibration of Measurement Delay in GPS/SDINS Hybrid Navigation, AIAA Journal of guidance, control, and dynamics, 25, Goshen-Meskin, D., Bar-Itzhack, I.Y., 1992, Observability Analysis of Piece-Wise Constant Systems, Part II: Application to inertial navigation in-flight alignment, IEEE Transactions on Aerospace and Electronic Systems, 28, Knight, D., 1992, Achieving Modularity with Tightly Coupled GPS/INS, Proceedings of the IEEE PLANS 92, Monterey, CA, Peacock, C., Interfacing the Standard Parallel Port. Available at: Figure 14 - Result of sub test two CONCLUDING REMARKS A cost effective synchronization system has been built for multisensor integration. Tests have shown that an accuracy of better than 0.4 millisecond can be achieved. At a vehicle speed of 100km per hour, a 0.4 millisecond timing error translates to a shift of 1.1cm. In general this is sufficiently accurate for many land applications. Actually, some of experiments have utilized CESS to collect data in the downtown city for the research purposes. The system design of the CESS allows users to build their own multisensor system, and is therefore an ideal platform for further research and improvements. One way to improve the accuracy of the CESS is to utilize a high-speed DAQ card and use a higher frequency time base. For example, the Sigtec GPS receiver MG5001 can provide a 100kHz signal, whereas the Jupiter receiver used in these tests provided only a 10kHz signal. Moreover, the CESS can also provide a trigger signal for sensors to start sampling. This is an option for achieving Lombardi, M., Computer Time Synchronization. Available at: Martin, M.K., Detterich, B.C., C-MIGITSII Design and Performance Boeing, C-MIGITS II Integrated GPS/INS User Guide, Dekey, S., Making Windows NT a Real-Time Solution A Technical Overview, National Instruments. Available at: Dorst, N., Using LabVIEW to Create Multithreaded VIs for Maximum Performance and Reliability, National Instruments. Available at: National Instruments, Using LabVIEW to Create Multithreaded DAQ Applications. Available at: National Instruments, DAQ 6023E/6024E/6025E User Manual, 2000.

8 Available at: Conexant Inc., Jupiter GPS Receiver data sheet, Available at: Rockwell, Zodiac GPS Receiver Family Designer s Guide, Crossbow Inc., DMU User s Manual (Revision B), Available at:

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.2 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

LV-Link 3.0 Software Interface for LabVIEW

LV-Link 3.0 Software Interface for LabVIEW LV-Link 3.0 Software Interface for LabVIEW LV-Link Software Interface for LabVIEW LV-Link is a library of VIs (Virtual Instruments) that enable LabVIEW programmers to access the data acquisition features

More information

A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology

A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology Tatyana Bourke, Applanix Corporation Abstract This paper describes a post-processing software package that

More information

Continuous High Precision Navigation Using MEMS Inertial Sensors Aided RTK GPS for Mobile Mapping Applications

Continuous High Precision Navigation Using MEMS Inertial Sensors Aided RTK GPS for Mobile Mapping Applications Continuous High Precision Navigation Using MEMS Inertial Sensors Aided RTK GPS for Mobile Mapping Applications Yong Li 1, Augustine Tsai 2, Peter Mumford 1, Wei-sen Lin 2, I-chou Hong 2 1 School of Surveying

More information

3DM-GX4-45 LORD DATASHEET. GPS-Aided Inertial Navigation System (GPS/INS) Product Highlights. Features and Benefits. Applications

3DM-GX4-45 LORD DATASHEET. GPS-Aided Inertial Navigation System (GPS/INS) Product Highlights. Features and Benefits. Applications LORD DATASHEET 3DM-GX4-45 GPS-Aided Inertial Navigation System (GPS/INS) Product Highlights High performance integd GPS receiver and MEMS sensor technology provide direct and computed PVA outputs in a

More information

NovAtel SPAN and Waypoint GNSS + INS Technology

NovAtel SPAN and Waypoint GNSS + INS Technology NovAtel SPAN and Waypoint GNSS + INS Technology SPAN Technology SPAN provides real-time positioning and attitude determination where traditional GNSS receivers have difficulties; in urban canyons or heavily

More information

School of Surveying & Spatial Information Systems, UNSW, Sydney, Australia

School of Surveying & Spatial Information Systems, UNSW, Sydney, Australia Development of an Unmanned Aerial Vehicle Platform Using Multisensor Navigation Technology School of Surveying & Spatial Information Systems, UNSW, Sydney, Australia Gang Sun 1,2, Jiawei Xie 1, Yong Li

More information

SPEEDBOX Technical Datasheet

SPEEDBOX Technical Datasheet SPEEDBOX Technical Datasheet Race Technology Limited, 2008 Version 1.1 1. Introduction... 3 1.1. Product Overview... 3 1.2. Applications... 3 1.3. Standard Features... 3 2. Port / Connector details...

More information

ADMA. Automotive Dynamic Motion Analyzer with 1000 Hz. ADMA Applications. State of the art: ADMA GPS/Inertial System for vehicle dynamics testing

ADMA. Automotive Dynamic Motion Analyzer with 1000 Hz. ADMA Applications. State of the art: ADMA GPS/Inertial System for vehicle dynamics testing ADMA Automotive Dynamic Motion Analyzer with 1000 Hz State of the art: ADMA GPS/Inertial System for vehicle dynamics testing ADMA Applications The strap-down technology ensures that the ADMA is stable

More information

Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC Integrated Navigation System Hardware Prototype

Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC Integrated Navigation System Hardware Prototype This article has been accepted and published on J-STAGE in advance of copyediting. Content is final as presented. Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

NovAtel SPAN and Waypoint. GNSS + INS Technology

NovAtel SPAN and Waypoint. GNSS + INS Technology NovAtel SPAN and Waypoint GNSS + INS Technology SPAN Technology SPAN provides continual 3D positioning, velocity and attitude determination anywhere satellite reception may be compromised. SPAN uses NovAtel

More information

Inertial Systems. Ekinox Series TACTICAL GRADE MEMS. Motion Sensing & Navigation IMU AHRS MRU INS VG

Inertial Systems. Ekinox Series TACTICAL GRADE MEMS. Motion Sensing & Navigation IMU AHRS MRU INS VG Ekinox Series TACTICAL GRADE MEMS Inertial Systems IMU AHRS MRU INS VG ITAR Free 0.05 RMS Motion Sensing & Navigation AEROSPACE GROUND MARINE EKINOX SERIES R&D specialists usually compromise between high

More information

GPS-Aided INS Datasheet Rev. 2.6

GPS-Aided INS Datasheet Rev. 2.6 GPS-Aided INS 1 GPS-Aided INS The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO and BEIDOU navigation

More information

High Gain Advanced GPS Receiver

High Gain Advanced GPS Receiver High Gain Advanced GPS Receiver NAVSYS Corporation 14960 Woodcarver Road, Colorado Springs, CO 80921 Introduction The NAVSYS High Gain Advanced GPS Receiver (HAGR) is a digital beam steering receiver designed

More information

GPS-Aided INS Datasheet Rev. 2.3

GPS-Aided INS Datasheet Rev. 2.3 GPS-Aided INS 1 The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined L1 & L2 GPS, GLONASS, GALILEO and BEIDOU navigation and

More information

High Performance Advanced MEMS Industrial & Tactical Grade Inertial Measurement Units

High Performance Advanced MEMS Industrial & Tactical Grade Inertial Measurement Units High Performance Advanced MEMS Industrial & Tactical Grade Inertial Measurement Units ITAR-free Small size, low weight, low cost 1 deg/hr Gyro Bias in-run stability Datasheet Rev.2.0 5 μg Accelerometers

More information

A Modular Re-programmable Digital Receiver Architecture

A Modular Re-programmable Digital Receiver Architecture A Modular Re-programmable Digital Receiver Architecture Eric Holm, Dr. Alison Brown, Richard Slosky, NAVSYS Corporation BIOGRAPHY Eric Holm is an Integrated Product Team leader for the Range and Tracking

More information

Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation

Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation Zhaonian Zhang, Department of Geomatics Engineering, The University of Calgary BIOGRAPHY Zhaonian Zhang is a MSc student

More information

Time Synchronization Error and Calibration in Integrated GPS/INS Systems

Time Synchronization Error and Calibration in Integrated GPS/INS Systems ime Synchronization Error and Calibration in Integrated GPS/INS Systems Weidong Ding, Jinling Wang, Yong Li, Peter Mumford, and Chris Rizos he necessity for the precise time synchronization of measurement

More information

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System)

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) ISSC 2013, LYIT Letterkenny, June 20 21 Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) Thomas O Kane and John V. Ringwood Department of Electronic Engineering National University

More information

Inertial Navigation System

Inertial Navigation System Apogee Series ULTIMATE ACCURACY MEMS Inertial Navigation System INS MRU AHRS ITAR Free 0.005 RMS Motion Sensing & Georeferencing APOGEE SERIES makes high accuracy affordable for all surveying companies.

More information

Advances in Antenna Measurement Instrumentation and Systems

Advances in Antenna Measurement Instrumentation and Systems Advances in Antenna Measurement Instrumentation and Systems Steven R. Nichols, Roger Dygert, David Wayne MI Technologies Suwanee, Georgia, USA Abstract Since the early days of antenna pattern recorders,

More information

MTi 100-series The most accurate and complete MEMS AHRS and GPS/INS

MTi 100-series The most accurate and complete MEMS AHRS and GPS/INS Orientation. Position. Xsens. MTi 100-series The most accurate and complete MEMS AHRS and GPS/INS The 4th generation MTi sets the new industry standard for reliable MEMS based INS s, AHRS s, VRU s and

More information

SPAN Technology System Characteristics and Performance

SPAN Technology System Characteristics and Performance SPAN Technology System Characteristics and Performance NovAtel Inc. ABSTRACT The addition of inertial technology to a GPS system provides multiple benefits, including the availability of attitude output

More information

NovAtel s. Performance Analysis October Abstract. SPAN on OEM6. SPAN on OEM6. Enhancements

NovAtel s. Performance Analysis October Abstract. SPAN on OEM6. SPAN on OEM6. Enhancements NovAtel s SPAN on OEM6 Performance Analysis October 2012 Abstract SPAN, NovAtel s GNSS/INS solution, is now available on the OEM6 receiver platform. In addition to rapid GNSS signal reacquisition performance,

More information

3DM -CV5-10 LORD DATASHEET. Inertial Measurement Unit (IMU) Product Highlights. Features and Benefits. Applications. Best in Class Performance

3DM -CV5-10 LORD DATASHEET. Inertial Measurement Unit (IMU) Product Highlights. Features and Benefits. Applications. Best in Class Performance LORD DATASHEET 3DM -CV5-10 Inertial Measurement Unit (IMU) Product Highlights Triaxial accelerometer, gyroscope, and sensors achieve the optimal combination of measurement qualities Smallest, lightest,

More information

GPS-Aided INS Datasheet Rev. 3.0

GPS-Aided INS Datasheet Rev. 3.0 1 GPS-Aided INS The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO, QZSS, BEIDOU and L-Band navigation

More information

GPS-Aided INS Datasheet Rev. 2.7

GPS-Aided INS Datasheet Rev. 2.7 1 The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO, QZSS and BEIDOU navigation and highperformance

More information

ENHANCEMENTS IN UAV FLIGHT CONTROL AND SENSOR ORIENTATION

ENHANCEMENTS IN UAV FLIGHT CONTROL AND SENSOR ORIENTATION Heinz Jürgen Przybilla Manfred Bäumker, Alexander Zurhorst ENHANCEMENTS IN UAV FLIGHT CONTROL AND SENSOR ORIENTATION Content Introduction Precise Positioning GNSS sensors and software Inertial and augmentation

More information

EKT 314/4 LABORATORIES SHEET

EKT 314/4 LABORATORIES SHEET EKT 314/4 LABORATORIES SHEET WEEK DAY HOUR 4 1 2 PREPARED BY: EN. MUHAMAD ASMI BIN ROMLI EN. MOHD FISOL BIN OSMAN JULY 2009 Creating a Typical Measurement Application 5 This chapter introduces you to common

More information

Revisions Revision Date By Changes A 11 Feb 2013 MHA Initial release , Xsens Technologies B.V. All rights reserved. Information in this docum

Revisions Revision Date By Changes A 11 Feb 2013 MHA Initial release , Xsens Technologies B.V. All rights reserved. Information in this docum MTi 10-series and MTi 100-series Document MT0503P, Revision 0 (DRAFT), 11 Feb 2013 Xsens Technologies B.V. Pantheon 6a P.O. Box 559 7500 AN Enschede The Netherlands phone +31 (0)88 973 67 00 fax +31 (0)88

More information

Evaluation of a Low-cost MEMS Accelerometer for Distance Measurement

Evaluation of a Low-cost MEMS Accelerometer for Distance Measurement Journal of Intelligent and Robotic Systems 30: 249 265, 2001. 2001 Kluwer Academic Publishers. Printed in the Netherlands. 249 Evaluation of a Low-cost MEMS Accelerometer for Distance Measurement GRANTHAM

More information

Implementation of PIC Based Vehicle s Attitude Estimation System Using MEMS Inertial Sensors and Kalman Filter

Implementation of PIC Based Vehicle s Attitude Estimation System Using MEMS Inertial Sensors and Kalman Filter Implementation of PIC Based Vehicle s Attitude Estimation System Using MEMS Inertial Sensors and Kalman Filter Htoo Maung Maung Department of Electronic Engineering, Mandalay Technological University Mandalay,

More information

Motion Reference Units

Motion Reference Units Motion Reference Units MRU IP-67 sealed 5% / 5 cm Heave accuracy 0.03 m/sec Velocity accuracy 0.05 deg Pitch and Roll accuracy 0.005 m/sec 2 Acceleration accuracy 0.0002 deg/sec Angular rate accuracy NMEA

More information

THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING GPS/RDS TECHNOLOGY

THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING GPS/RDS TECHNOLOGY ICAS 2 CONGRESS THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING /RDS TECHNOLOGY Yung-Ren Lin, Wen-Chi Lu, Ming-Hao Yang and Fei-Bin Hsiao Institute of Aeronautics and Astronautics, National Cheng

More information

AE4-393: Avionics Exam Solutions

AE4-393: Avionics Exam Solutions AE4-393: Avionics Exam Solutions 2008-01-30 1. AVIONICS GENERAL a) WAAS: Wide Area Augmentation System: an air navigation aid developed by the Federal Aviation Administration to augment the Global Positioning

More information

INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION

INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION AzmiHassan SGU4823 SatNav 2012 1 Navigation Systems Navigation ( Localisation ) may be defined as the process of determining

More information

Testing of Ultra-Tightly-Coupled GPS Operation using a Precision GPS/Inertial Simulator

Testing of Ultra-Tightly-Coupled GPS Operation using a Precision GPS/Inertial Simulator Testing of Ultra-Tightly-Coupled GPS Operation using a Precision GPS/ Simulator Alison Brown, Dien Nguyen, Yan Lu, and Chaochao Wang, NAVSYS Corporation BIOGRAPHY Alison Brown is the President and Chief

More information

CHAPTER 7 HARDWARE IMPLEMENTATION

CHAPTER 7 HARDWARE IMPLEMENTATION 168 CHAPTER 7 HARDWARE IMPLEMENTATION 7.1 OVERVIEW In the previous chapters discussed about the design and simulation of Discrete controller for ZVS Buck, Interleaved Boost, Buck-Boost, Double Frequency

More information

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Akshay Shetty and Grace Xingxin Gao University of Illinois at Urbana-Champaign BIOGRAPHY Akshay Shetty is a graduate student in

More information

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg OughtToPilot Project Report of Submission PC128 to 2008 Propeller Design Contest Jason Edelberg Table of Contents Project Number.. 3 Project Description.. 4 Schematic 5 Source Code. Attached Separately

More information

Motion Reference Units

Motion Reference Units Motion Reference Units MRU Datasheet Rev. 1.3 IP-67 sealed 5% / 5 cm Heave accuracy 0.03 m/sec Velocity accuracy 0.05 deg Pitch and Roll accuracy 0.005 m/sec2 Acceleration accuracy 0.0002 deg/sec Angular

More information

Receiving the L2C Signal with Namuru GPS L1 Receiver

Receiving the L2C Signal with Namuru GPS L1 Receiver International Global Navigation Satellite Systems Society IGNSS Symposium 27 The University of New South Wales, Sydney, Australia 4 6 December, 27 Receiving the L2C Signal with Namuru GPS L1 Receiver Sana

More information

Lab 2A: Introduction to Sensing and Data Acquisition

Lab 2A: Introduction to Sensing and Data Acquisition Lab 2A: Introduction to Sensing and Data Acquisition Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin June 12, 2014 1 Lab 2A 2 Sensors 3 DAQ 4 Experimentation

More information

HG4930 INERTIAL MEASUREMENT UNIT (IMU) Performance and Environmental Information

HG4930 INERTIAL MEASUREMENT UNIT (IMU) Performance and Environmental Information HG493 INERTIAL MEASUREMENT UNIT () Performance and Environmental Information HG493 Performance and Environmental Information aerospace.honeywell.com/hg493 2 Table of Contents 4 4 5 5 6 7 8 9 9 9 Honeywell

More information

VCSO Mechanical Shock Compensation

VCSO Mechanical Shock Compensation VCSO Mechanical Shock Compensation Who are we? Team members: Max Madore Joseph Hiltz-Maher Shaun Hew Shalin Shah Advisor: Helena Silva Phonon contact: Scott Kraft Project Overview VCSO and mechanical vibration

More information

SCXI 8-Channel Isolated Analog Input Modules

SCXI 8-Channel Isolated Analog Input Modules SCXI 8-Channel Isolated Analog Input NI, NI SCXI-1120, NI SCXI-1120D 8 channels 333 ks/s maximum sampling rate Gain and lowpass filter settings per channel Up to 300 V rms working isolation per channel

More information

Pedestrian Navigation System Using. Shoe-mounted INS. By Yan Li. A thesis submitted for the degree of Master of Engineering (Research)

Pedestrian Navigation System Using. Shoe-mounted INS. By Yan Li. A thesis submitted for the degree of Master of Engineering (Research) Pedestrian Navigation System Using Shoe-mounted INS By Yan Li A thesis submitted for the degree of Master of Engineering (Research) Faculty of Engineering and Information Technology University of Technology,

More information

Multi-Channel Time Digitizing Systems

Multi-Channel Time Digitizing Systems 454 IEEE TRANSACTIONS ON APPLIED SUPERCONDUCTIVITY, VOL. 13, NO. 2, JUNE 2003 Multi-Channel Time Digitizing Systems Alex Kirichenko, Saad Sarwana, Deep Gupta, Irwin Rochwarger, and Oleg Mukhanov Abstract

More information

BW-IMU200 Serials. Low-cost Inertial Measurement Unit. Technical Manual

BW-IMU200 Serials. Low-cost Inertial Measurement Unit. Technical Manual Serials Low-cost Inertial Measurement Unit Technical Manual Introduction As a low-cost inertial measurement sensor, the BW-IMU200 measures the attitude parameters of the motion carrier (roll angle, pitch

More information

ni.com Sensor Measurement Fundamentals Series

ni.com Sensor Measurement Fundamentals Series Sensor Measurement Fundamentals Series Introduction to Data Acquisition Basics and Terminology Litkei Márton District Sales Manager National Instruments What Is Data Acquisition (DAQ)? 3 Why Measure? Engineers

More information

Satellite and Inertial Attitude. A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu

Satellite and Inertial Attitude. A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu Satellite and Inertial Attitude and Positioning System A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu Outline Project Introduction Theoretical Background Inertial

More information

GNSS applications in Flight Test Instrumentation Systems. R. Urli

GNSS applications in Flight Test Instrumentation Systems. R. Urli GNSS applications in Flight Test Instrumentation Systems R. Urli 19.06.2008 Wi\EC-STD-d\24.03.2004 Contents Flight Test and FT Instrumentation Time Need for time IRIG-B Time distribution Time synchronisation

More information

Chapter 4 DGPS REQUIREMENTS AND EQUIPMENT SELECTION

Chapter 4 DGPS REQUIREMENTS AND EQUIPMENT SELECTION Chapter 4 DGPS REQUIREMENTS AND EQUIPMENT SELECTION 4.1 INTRODUCTION As discussed in the previous chapters, accurate determination of aircraft position is a strong requirement in several flight test applications

More information

TEST RESULTS OF A DIGITAL BEAMFORMING GPS RECEIVER FOR MOBILE APPLICATIONS

TEST RESULTS OF A DIGITAL BEAMFORMING GPS RECEIVER FOR MOBILE APPLICATIONS TEST RESULTS OF A DIGITAL BEAMFORMING GPS RECEIVER FOR MOBILE APPLICATIONS Alison Brown, Huan-Wan Tseng, and Randy Kurtz, NAVSYS Corporation BIOGRAPHY Alison Brown is the President and CEO of NAVSYS Corp.

More information

Clock Steering Using Frequency Estimates from Stand-alone GPS Receiver Carrier Phase Observations

Clock Steering Using Frequency Estimates from Stand-alone GPS Receiver Carrier Phase Observations Clock Steering Using Frequency Estimates from Stand-alone GPS Receiver Carrier Phase Observations Edward Byrne 1, Thao Q. Nguyen 2, Lars Boehnke 1, Frank van Graas 3, and Samuel Stein 1 1 Symmetricom Corporation,

More information

AC : THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS

AC : THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS AC 8-1513: THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS Michael Holden, California Maritime Academy Michael Holden teaches in the department of Mechanical Engineering at

More information

Integration of Inertial Measurements with GNSS -NovAtel SPAN Architecture-

Integration of Inertial Measurements with GNSS -NovAtel SPAN Architecture- Integration of Inertial Measurements with GNSS -NovAtel SPAN Architecture- Sandy Kennedy, Jason Hamilton NovAtel Inc., Canada Edgar v. Hinueber imar GmbH, Germany ABSTRACT As a GNSS system manufacturer,

More information

DRTS-6. DRTS-6 has been designed to test: DRTS-6. Advanced Protection Relay Test Set and Measurement System

DRTS-6. DRTS-6 has been designed to test: DRTS-6. Advanced Protection Relay Test Set and Measurement System DRTS-6 Advanced Protection Relay Test Set and Measurement System MULTI-TASKING EQUIPMENT DESIGNED FOR TESTING PROTECTION RELAYS, ENERGY METERS, TRANSDUCERS POWERFUL AND LIGHTWEIGHT HIGH ACCURACY: BETTER

More information

MTi 100-series The most accurate and complete MEMS AHRS and GPS/INS

MTi 100-series The most accurate and complete MEMS AHRS and GPS/INS Orientation. Position. Xsens. MTi 100-series The most accurate and complete MEMS AHRS and GPS/INS The 4th generation MTi sets the new industry standard for reliable MEMS based INSs AHRSs, VRUs and IMUs.

More information

IMU60 Inertial Measurement Unit

IMU60 Inertial Measurement Unit Precision 6 DoF MEMS Inertial Measurement Unit Range: acc ±2g, gyro ±300 /s, (ODM supported) Acc Bias Instability: ±70mg, Gyro Bias Instability: 24 /h Data Update Rate: 100Hz Wide Input Power Range: 5~18VDC

More information

STUDIES ON WAVES AND OSCILLATIONS WITH DATA ACQUISITION SYSTEMS *

STUDIES ON WAVES AND OSCILLATIONS WITH DATA ACQUISITION SYSTEMS * STUDIES ON WAVES AND OSCILLATIONS WITH DATA ACQUISITION SYSTEMS * B. LOGOFĂTU, M. MUNTEANU, M. LOGOFĂTU ODL CREDIS Department, University of Bucharest, Romania E-mail: logofatu@credis.ro, mariusmc@credis.ro

More information

SPAN Data Logging for Inertial Explorer

SPAN Data Logging for Inertial Explorer APN-076 ev C SPAN Data Logging for Inertial Explorer Page 1 November 16, 2017 Overview This document provides an overview of the OEM6 and OEM7 SPAN logs used for post-processing in Inertial Explorer (IE)

More information

Sensors Fundamentals. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved.

Sensors Fundamentals. Renesas Electronics America Inc Renesas Electronics America Inc. All rights reserved. Sensors Fundamentals Renesas Electronics America Inc. Renesas Technology & Solution Portfolio 2 Agenda Introduction Sensors fundamentals ADI sensors Sensors data acquisition ADI support for sensors applications

More information

SPAN Tightly Coupled GNSS+INS Technology Performance for Exceptional 3D, Continuous Position, Velocity & Attitude

SPAN Tightly Coupled GNSS+INS Technology Performance for Exceptional 3D, Continuous Position, Velocity & Attitude SPAN Tightly Coupled GNSSINS Technology Performance for Exceptional 3D, Continuous Position, Velocity & Attitude SPAN Technology NOVATEL S SPAN TECHNOLOGY PROVIDES CONTINUOUS 3D POSITIONING, VELOCITY AND

More information

SX-NSR 2.0 A Multi-frequency and Multi-sensor Software Receiver with a Quad-band RF Front End

SX-NSR 2.0 A Multi-frequency and Multi-sensor Software Receiver with a Quad-band RF Front End SX-NSR 2.0 A Multi-frequency and Multi-sensor Software Receiver with a Quad-band RF Front End - with its use for Reflectometry - N. Falk, T. Hartmann, H. Kern, B. Riedl, T. Pany, R. Wolf, J.Winkel, IFEN

More information

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers

Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers Chapter 4 Development of a MATLAB Data Acquisition and Control Toolbox for BASIC Stamp Microcontrollers 4.1. Introduction Data acquisition and control boards, also known as DAC boards, are used in virtually

More information

Utilizing Batch Processing for GNSS Signal Tracking

Utilizing Batch Processing for GNSS Signal Tracking Utilizing Batch Processing for GNSS Signal Tracking Andrey Soloviev Avionics Engineering Center, Ohio University Presented to: ION Alberta Section, Calgary, Canada February 27, 2007 Motivation: Outline

More information

Understanding GPS: Principles and Applications Second Edition

Understanding GPS: Principles and Applications Second Edition Understanding GPS: Principles and Applications Second Edition Elliott Kaplan and Christopher Hegarty ISBN 1-58053-894-0 Approx. 680 pages Navtech Part #1024 This thoroughly updated second edition of an

More information

Inertial Navigation System

Inertial Navigation System Apogee Marine Series ULTIMATE ACCURACY MEMS Inertial Navigation System INS MRU AHRS ITAR Free 0.005 RMS Navigation, Motion & Heave Sensing APOGEE SERIES makes high accuracy affordable for all surveying

More information

Every GNSS receiver processes

Every GNSS receiver processes GNSS Solutions: Code Tracking & Pseudoranges GNSS Solutions is a regular column featuring questions and answers about technical aspects of GNSS. Readers are invited to send their questions to the columnist,

More information

t =1 Transmitter #2 Figure 1-1 One Way Ranging Schematic

t =1 Transmitter #2 Figure 1-1 One Way Ranging Schematic 1.0 Introduction OpenSource GPS is open source software that runs a GPS receiver based on the Zarlink GP2015 / GP2021 front end and digital processing chipset. It is a fully functional GPS receiver which

More information

LOCALIZATION WITH GPS UNAVAILABLE

LOCALIZATION WITH GPS UNAVAILABLE LOCALIZATION WITH GPS UNAVAILABLE ARES SWIEE MEETING - ROME, SEPT. 26 2014 TOR VERGATA UNIVERSITY Summary Introduction Technology State of art Application Scenarios vs. Technology Advanced Research in

More information

Correlation of Voltage and Temperature Measurement

Correlation of Voltage and Temperature Measurement MEASURpoint Correlation of Voltage and Temperature Measurement Precision Measurement Instrument MEASURpoint is an ultra-accurate instrument for any combination of temperature and voltage to be measured

More information

Lt Col Greg Vansuch. Special Projects Office. DARPATech September 2000

Lt Col Greg Vansuch. Special Projects Office. DARPATech September 2000 Lt Col Greg Vansuch DARPATech 2000 6-8 September 2000 Guidance Technology Programs MEMS INS Gyroscopes 1.0 to 10 /hr Accelerometers 500 mg 10 in 3, 0.8 lbs Global Positioning Experiments Airborne Pseudolite

More information

Design of Accurate Navigation System by Integrating INS and GPS using Extended Kalman Filter

Design of Accurate Navigation System by Integrating INS and GPS using Extended Kalman Filter Design of Accurate Navigation System by Integrating INS and GPS using Extended Kalman Filter Santhosh Kumar S. A 1, 1 M.Tech student, Digital Electronics and Communication Systems, PES institute of technology,

More information

ATLANS-C. mobile mapping position and orientation solution

ATLANS-C. mobile mapping position and orientation solution mobile mapping position and orientation solution mobile mapping position and orientation solution THE SMALLEST ATLANS-C is a high performance all-in-one position and orientation solution for both land

More information

Robust Positioning for Urban Traffic

Robust Positioning for Urban Traffic Robust Positioning for Urban Traffic Motivations and Activity plan for the WG 4.1.4 Dr. Laura Ruotsalainen Research Manager, Department of Navigation and positioning Finnish Geospatial Research Institute

More information

Motion Capture for Runners

Motion Capture for Runners Motion Capture for Runners Design Team 8 - Spring 2013 Members: Blake Frantz, Zhichao Lu, Alex Mazzoni, Nori Wilkins, Chenli Yuan, Dan Zilinskas Sponsor: Air Force Research Laboratory Dr. Eric T. Vinande

More information

Heuristic Drift Reduction for Gyroscopes in Vehicle Tracking Applications

Heuristic Drift Reduction for Gyroscopes in Vehicle Tracking Applications White Paper Heuristic Drift Reduction for Gyroscopes in Vehicle Tracking Applications by Johann Borenstein Last revised: 12/6/27 ABSTRACT The present invention pertains to the reduction of measurement

More information

SCA100T-D07 2-AXIS HIGH PERFORMANCE ANALOG ACCELEROMETER

SCA100T-D07 2-AXIS HIGH PERFORMANCE ANALOG ACCELEROMETER Doc.Nr. 82 1178 00 Data Sheet SCA100T-D07 2-AXIS HIGH PERFORMANCE ANALOG ACCELEROMETER Features Measurement range ±12g Measurement bandwidth 400 Hz Low noise ratiometric analog voltage outputs Excellent

More information

CODEVINTEC. Miniature and accurate IMU, AHRS, INS/GNSS Attitude and Heading Reference Systems

CODEVINTEC. Miniature and accurate IMU, AHRS, INS/GNSS Attitude and Heading Reference Systems 45 27 39.384 N 9 07 30.145 E Miniature and accurate IMU, AHRS, INS/GNSS Attitude and Heading Reference Systems Aerospace Land/Automotive Marine Subsea Miniature inertial sensors 0.1 Ellipse Series New

More information

Helicopter Aerial Laser Ranging

Helicopter Aerial Laser Ranging Helicopter Aerial Laser Ranging Håkan Sterner TopEye AB P.O.Box 1017, SE-551 11 Jönköping, Sweden 1 Introduction Measuring distances with light has been used for terrestrial surveys since the fifties.

More information

TECHNICAL PAPER: Performance Analysis of Next-Generation GNSS/INS System from KVH and NovAtel

TECHNICAL PAPER: Performance Analysis of Next-Generation GNSS/INS System from KVH and NovAtel TECHNICAL PAPER: Performance Analysis of Next-Generation GNSS/INS System from KVH and NovAtel KVH Industries, Inc. 50 Enterprise Center Middletown, RI 02842 USA KVH Contact Information Phone: +1 401-847-3327

More information

ESM Calibration and Testing Using the Giga-tronics 2500B Series Microwave Signal Generators

ESM Calibration and Testing Using the Giga-tronics 2500B Series Microwave Signal Generators ESM Calibration and Testing Using the Giga-tronics 2500B Series Microwave Signal Generators Product Note Frequency switching speed as fast as 350 µs per point. The Giga-tronics 2500B Series Microwave Signal

More information

Data acquisition and instrumentation. Data acquisition

Data acquisition and instrumentation. Data acquisition Data acquisition and instrumentation START Lecture Sam Sadeghi Data acquisition 1 Humanistic Intelligence Body as a transducer,, data acquisition and signal processing machine Analysis of physiological

More information

Burst mode - This is incorporated to simulate simultaneous analog input. Compatible with a range of Application Development Environments

Burst mode - This is incorporated to simulate simultaneous analog input. Compatible with a range of Application Development Environments Agilent U2300A Series USB Modular Multifunction Data Acquisition(DAQ) Devices Data Sheet Features Up to 3 MSa/s sampling rate for a single channel Functions as a standalone or modular unit Easy to use

More information

RX1032 PRECISION TEMPERATURE MEASUREMENTS FOR RUGGED ENVIRONMENTS FEATURES. 32-Channel Thermocouple Measurement System

RX1032 PRECISION TEMPERATURE MEASUREMENTS FOR RUGGED ENVIRONMENTS  FEATURES. 32-Channel Thermocouple Measurement System WWW.VTIINSTRUMENTS.COM RX1032 PRECISION TEMPERATURE MEASUREMENTS FOR RUGGED ENVIRONMENTS FEATURES 32-Channel Thermocouple Measurement System Advanced CJC Implementation 1000 Sample/sec/channel Scan Rate

More information

xoem500 Hardware Integration Manual Inertial and GNSS measurement system Confidently. Accurately.

xoem500 Hardware Integration Manual Inertial and GNSS measurement system Confidently. Accurately. xoem500 xf Inertial and GNSS measurement system Hardware Integration Manual Confidently. Accurately. Table of contents Introduction 5 Related documents 6 Precautions 7 Compliance testing 7 Hardware description

More information

DT9838. Strain- and Bridge-Based Measurement Module. Key Features: Bridge Configurations. Analog Input Features

DT9838. Strain- and Bridge-Based Measurement Module. Key Features: Bridge Configurations. Analog Input Features Strain- and Bridge-Based Measurement Module The module is a strain gage measurement device intended for full-, half, and quarter-bridge strain gage elements and bridge-based sensor assemblies such as load

More information

Micro-Technology for Positioning, Navigation and Timing

Micro-Technology for Positioning, Navigation and Timing Micro-Technology for Positioning, Navigation and Timing (µpnt) Dr. Program Manager DARPA/MTO Aggregation Overall goal: Enable self-contained chip-scale inertial navigation Reduce SWaP of existing Inertial

More information

PC-based controller for Mechatronics System

PC-based controller for Mechatronics System Course Code: MDP 454, Course Name:, Second Semester 2014 PC-based controller for Mechatronics System Mechanical System PC Controller Controller in the Mechatronics System Configuration Actuators Power

More information

Fig. 1. NI Elvis System

Fig. 1. NI Elvis System Lab 2: Introduction to I Elvis Environment. Objectives: The purpose of this laboratory is to provide an introduction to the NI Elvis design and prototyping environment. Basic operations provided by Elvis

More information

Field Testing of Wireless Interactive Sensor Nodes

Field Testing of Wireless Interactive Sensor Nodes Field Testing of Wireless Interactive Sensor Nodes Judith Mitrani, Jan Goethals, Steven Glaser University of California, Berkeley Introduction/Purpose This report describes the University of California

More information

ASC IMU 7.X.Y. Inertial Measurement Unit (IMU) Description.

ASC IMU 7.X.Y. Inertial Measurement Unit (IMU) Description. Inertial Measurement Unit (IMU) 6-axis MEMS mini-imu Acceleration & Angular Rotation analog output 12-pin connector with detachable cable Aluminium housing Made in Germany Features Acceleration rate: ±2g

More information

THE DEVELOPMENT OF AN INTEGRATED GRAPHICAL SLS PROCESS CONTROL INTERFACE

THE DEVELOPMENT OF AN INTEGRATED GRAPHICAL SLS PROCESS CONTROL INTERFACE THE DEVELOPMENT OF AN INTEGRATED GRAPHICAL SLS PROCESS CONTROL INTERFACE ABSTRACT Guohua Ma and Richard H. Crawford The University of Texas at Austin This paper presents the systematic development of a

More information