RAPID PROTOTYPING AND TEST OF A C4ISR KU-BAND ANTENNA POINTING AND STABILIZATION SYSTEM FOR COMMUNICATIONS ON-THE-MOVE

Size: px
Start display at page:

Download "RAPID PROTOTYPING AND TEST OF A C4ISR KU-BAND ANTENNA POINTING AND STABILIZATION SYSTEM FOR COMMUNICATIONS ON-THE-MOVE"

Transcription

1 RAPID PROTOTYPING AND TEST OF A C4ISR KU-BAND ANTENNA POINTING AND STABILIZATION SYSTEM FOR COMMUNICATIONS ON-THE-MOVE Sam Nazari, Keith Brittain, David Haessig BAE SYSTEMS, CNIR Div. Wayne, NJ ABSTRACT A key requirement of the Army s Future Combat System (FCS) is that of wideband Communication-On- The-Move (COTM) while traversing rough, off-road terrain at moderate speed. This capability was recently demonstrated during COTM exercises involving the C4ISR Ku transmission subsystem operating on a HMMWV and communicating with an airborne vehicle. This paper provides an overview of this data link s functional architecture with emphasis given to the design, implementation, and test of the pointing and stabilization subsystem. Development cost and schedule advantages realized by using a model-based design approach for realization and test of the embedded control software are described. The performance of the stabilization system on MIT s 6DOF motion table is provided, and the end-to-end operation of the entire communication link on-the-move at Lakehurst NJ on a HMMWV while receiving live data from an airborne target is discussed. INTRODUCTION BAE s C4ISR equipment is designed to meet the communication requirements of the Army s Future Combat System (FCS), a networked system of systems utilizing advanced communications and technologies to link soldiers with both manned and unmanned ground and air platforms and sensors. 1 A critical FCS requirement is that of Communications On-The-Move (COTM) during Ka-band SATCOM and Ku-band terrestrial communication. A vehicle containing both of these systems is shown in Figure 1. This paper s focus is the Ku-band antenna subassembly, in particular the design, implementation and test of the pointing and stabilization system. 1 BAE Systems CNIR is the prime for system design and integration of FCS Integrated Platform Communications (IPCS) using JTRS Cluster 1 & 5, WIN-T, and Network Data Link (NDL) radios. Figure 1 Test vehicle containing BAE s C4ISR 2 channel radio driving the Ka SATCOM (larger) and the Ku point-to-point terrestrial (rear) antenna sub-assemblies POINTING/STABILIZATION SYSTEM DESCRIPTION Line-of-sight pointing and stabilization is affected using a two-axis gimbaled system supporting the Ku-band antenna, a flat plat slotted array with a 3 db beamwidth (at the 15.4 GHz high end of the spectrum) of approximately 4 degrees. In addition, this assembly involves a sub-array integrated with the main and allowing the larger pointing errors that may occur during near-zenith operation (i.e. when pointing overhead). When vehicles are overhead, altitude limitations reduce the maximum potential pathloss, allowing for a smaller antenna having a larger beamwidth. An allotment of 1 db pointing loss fixes the allowable overall pointing error at ±1 and approximately ±4 with the main and sub-array antennas respectively, accuracies achievable using a feed-forward, open-loop pointing approach. As shown in Figure 2, the attitude of the vehicle to which the assembly is attached is measured by a GPS/INS and used to derive a commanded pointing direction to the target, the vehicle hosting the other end of the data link. Target location is initially provided by a Mission Management System (MMS) for link establishment. Then after established, this location is passed through the data link itself. 1 of 7

2 GPS/INS Euler Angles Body Rates Body Accel (200 Hz) RS422 Figure 2 Open-loop Pointing/Stabilization System Architecture An estimate of pointing accuracy achievable is determined using a Pointing Error Budget, a list of pointing error sources which each contribute to the overall error. In this system the terms of the pointing budget, shown in Table 1 for both axes, are summed. Not only does this produce a worst-case estimate of performance, but it also sensible to sum many of these. For example, positioner dynamic error, INS drift, data latency, and misalignment often occur simultaneously and with the same polarity and direction, thus they should be summed ( = 0.62). Static error, target location acceleration and GPS error all occur with directions that are uncorrelated and random in nature, thus these components are added through rss ing, yielding a total of approximately 0.66 degree per axis. This error budget applies when the host vehicle is subjected to a proving ground course identified as Churchville B, a particularly severe course representing off road motion of a HMMWV at 25 mph. Several of the contributors to this budget have been verified through a 6DOF motion table implementing this Churchville B course during testing described in the sections that follow. Table 1 Ku-band Pointing & Stabilization System Error Budget OVERALL POINTING ERROR BUDGET Error Source WBUT Command Generator 200 Hz Target Location Predictor Az & El Commands (1000 Hz) Mode control, Status 1 Hz Azimuth Error (deg) Elevation Positioner Dynamic Error Positioner Static Error GPS/INS Drift Error (TALIN sigma) GPS/INS Data Latency Error Aircraft to vehicle coordinate frame misalignment Target Location Uncertainty due to target acceleration Target Location Uncertainty due to GPS error at 65k ft TOTAL POINTING ERROR (Sum of Component Parts): Recognize that this error applies when not pointing at very high elevation angles (near zenith). Pointing error grows significantly due to torque limitations when the nominal pointing direction is near the zenith location, as discussed in the testing section below. RS42 2-Axis Pointing System Target Location and Velocity data (1 Hz) Target Location and Velocity data from Host (GD) UAV Slotted array antenna An open-loop approach is one that does not employ a direct measure of pointing error, i.e. there is no closed-loop feedback of pointing error to the controller. One simply computes a pointing direction relative to an earth fixed (local level) coordinate frame, and then drives the antenna to that angular location using a closed-loop pointing servo. This has the effect of achieving both pointing relative a known earth fixed frame, and stabilizing the antenna s line-of-sight by rejecting host vehicle riling motion through accurate and highly dynamic pointing relative to an inertial frame. The Command Generator algorithm (see Figure 3) uses vehicle and target location data defining the vector along which to point in an earth-fixed local level frame, and it receives vehicle attitude data to allow computation of the required pointing angles in the vehicle body frame. TALIN GPS/INS Vehicle Location (lat, lon, alt) Compute Target Location in Local Level Coordinates Euler Angles Target Location - PT (lat, lon, alt) Body Angular Rates Trans. Onto Vehicle Body Frame Body Angular Accelerations Figure 3 The Command Generator uses attitude and location data to generate high fidelity pointing commands driving the 2-axis pedestal RAPID PROTOTYPING AND TEST High Level Characteristics For the pointing system under consideration, the Rapid Prototyping process can be characterized into three separate discussions: Pre-Deployment Process Actual Deployment Process Post-Deployment Process Command Generator Compute pointing vector at current time Briefly, the Pre-Deployment Process consists of : Identification of the development approach (essentially, Model Based Prototyping vs. Conventional Approaches), identification of actual system specifications that are to be mapped into either software documents for the conventional approach or models which will be enhanced for Prototype Deployment, selection of sampling frequency and real-time data logging considerations. The Actual Deployment discussion is limited to our experience with Real-Time Parameter Adjustment in the prototype algorithm, Execution Speed of Prototype, an xpc RTOS primer and our overall experience with the general process. 200 Hz Compute Az and El angles to target 1000 Hz Az / El 1000 Hz 2 of 7

3 The Post-Deployment Process discussion wraps up with a description of the xpc host to target data management system, Revisions and Tuning for future Deployments and sets the stage for a discussion of the Production Code Generation Phase. After the Post-Deployment Process it is customary to begin the discussion of Production Code Generation or the Flight Code Phase. It is in this phase that Automatic C Code was generated from the Command Generator and carefully integrated with the hand written C4ISR Radio software. Pre-Deployment Preparation At the outset of this project the Model Based Prototyping Paradigm was viewed with some skepticism. Nevertheless, given the short schedule and the lack of deployment hardware on which to test the algorithm, the Model Based Prototyping approach was selected. In addition to saving time by allowing the testing of the Command Generator Algorithm early on, the Model Based Prototyping approach offered two other attractive incentives: 1) allowing deployment of code generated using Simulink models created when developing and simulation testing the system, and 2) permitting complete control over the fine tuning of the algorithm. This is particularly attractive since it eliminates the possibility of error or misinterpretation introduced by a second party. Once the Model Based Prototyping Approach was selected, a particular Target was to be identified. The xpc toolbox offered a particularly attractive Target for two very simple reasons: 1) the toolbox included interface blocks which were essentially device drivers written in C and 2) the toolbox turns any desktop PC into a Real-Time system on which the Pointing Algorithm could be deployed. This was accomplished by booting the Desktop PC into the Vendor provided RTOS. Since this toolbox comes with the device driver blocks, it is not necessary to re-write these device drivers for the Vendor s RTOS. Furthermore, the source code is available for inspection and customization by the user. After identification of the Target and its associated hardware, identification of all the relevant specifications to be included in the model begins. Essentially this includes all the Command Generation specification document, the TALIN 5000 Attitude, Position and Status ICD and the Ku-Pedestal ICD. These three categories of specifications and ICD s capture all the relevant interfacing and algorithm development necessary for this prototype. At the core of the new model is the Command Generator algorithm. Inputs to the algorithm are provided primarily by the TALIN 5000 Inertial Navigation Unit. These inputs are Euler Angles and Rates which are parsed in the Simulink sub-module responsible for parsing input messages. Executive level communication protocol supervision was performed the Simulink tool Stateflow. A similar approach proved satisfactory for the communications interface to the Ku-Pedestal (see Figures 4 and 5). TALIN 5000 Antenna Pedestal Figure 4-Block Diagram of the Rapid Prototyping Apparatus, Ku-Pedestal & TALIN 5000 Inertial Navigation Unit Data Logging/ Post Processing TALIN 5000 Triggers GPS data, inertial data Initialization messages Quatech RS422 Board (500 kbps) Quatech RS422 Board (460.8 kbps) xpc RS422 Device Driver xpc RS422 Device Driver xpc Target Control & Interface Model Gimbal Commands, Status Host PC (Laptop) Target PC RTOS ( Realtime Target - Specific Code generated from Simulink model) Antenna Positioner Message received trigger Parsing, Processing Scaling Model ( StateFlow ) Message Packing CRC, IEEE 754 model Status Ethernet Live Parameter updates and control coefficients 2 nd Ethernet (WIN - T) Intranet Command Generator Data Logging Figure 5 Data Communications illustration for the RPA, Ku-Pedestal and TALIN 5000 Inertial Navigation Unit. With the aid of Stateflow, supervisory logic was introduced into our Rapid Prototyping Model. After measuring the TALIN latency and timing jitter carefully, it became clear that the TALIN clock used in conjunction with Stateflow could adequately provide system timing and synchronization. Stateflow was a critical element in accomplishing this. The Rapid Prototyping Model employs Stateflow to trigger the execution of the Command Generator Algorithm so that it is in exact synchronization with 3 of 7

4 the TALIN 5000 Inertial Attitude Message (broadcast every 5 msec ). One important observation to note is that the synchronization procedure does involve increasing the overall sampling rate of the model. The Rapid Prototyping Model is a Single Rate Model and some considerations are necessary. Sampling too low may cause poor performance or even instability (cannot close the loop fast enough to compensate for Churchville B inputs, cannot parse data and many not complete the data communications protocol etc.) However, a sampling rate that is too fast has a higher computational cost. We have also experienced some xpc RTOS issues at higher sample rates. Also worth mentioning is the Target s internal hardware latency (from bus/bridge to processor etc). For this system, the hardware internal latency was found to be negligible with specific HIL testing. However, this may not be the case for more cost effective implementations. In general it is possible to obtain these parameters from the desktop Vendor before the time of purchase. The Target used in this application had a considerable capability for on-line data storage. 1 GB of RAM was allocated to the overall system. From that, about 1 MB was allocated to the RTOS, model C-Code and various drivers (Network and RS-422). The remaining portion was used for on-line Data Storage. We also found it useful to display many signals on the Target Desktop in a near realtime fashion; however, this was not a requirement. In the future, it may be possible to use a shared memory card to divide the Rapid Prototyping Model into two sections: 1) the pointing algorithm and 2) the supporting interfacing models. Each of these sections would be run on two separate desktop PC s. These machines would share the same memory space and would trigger tasks on each other via an interrupt line. With the shared memory card, one would have to carefully model the supporting interfacing models to avoid incorrect system execution; however the computational advantage of isolating the pointing algorithm from the supporting interfacing models makes this an attractive option for future implementations. Actual Deployment & Post-Deployment At the time of the actual deployment it was necessary to adjust some controller parameters in real time. This was not a problem since the xpc Target toolbox allows the Rapid Prototyping Model to be connected through Simulink directly to its c-code counter part on the Target. To use the term loosely: it is a debug mode. In this debug mode, one has control over all parameters in the model, changing them induces an instantaneous change in the associated c-code actually being executed in real time on the Target. This is a feature that was a great advantage of the Model Based Prototyping Paradigm. The execution of the code and the resulting CPU Time loading was measured very accurately in two ways: First with the tools provided with the xpc Target toolbox and secondly through actual data from the Target Desktop. We were able to verify that our sample rate was the optimal choice based on typical time and cpu loading values. Internal execution of the Model C-Code is essentially divided into three sections: code initialization, code termination and code execution. The xpc Target RTOS executes the code initialization and code termination sections of the c-code once after any new model is loaded into the Target memory. After this one time process, the Target does not repeat initialization unless in debug mode. Instead, it continuously executes the Code Execution section of the c- code (the system algorithm and all its supporting modules). During this phase, if any data is to be stored for further processing (offline), it is stored locally in the Target s RAM. If real-time execution of the model is stopped, the Target may communicate via TCP or RS232 to a host computer in order to transfer the RAM Stored data. In this way it is possible to perform operational tests that involve the capture of large quantities of data. After Post-Deployment it is assumed that the controller or algorithm is completely ready for production. This part of the Production Code Generation Phase consists only of the Core Command Generator Model. The Mathworks Code Generation Technology is capable of Expression Folding and Loop Fusion to reduce generated SLOC and customization of the generated c-code. Furthermore, use of the provided dictionary of Simulink blocks helped to reduce generated c-code defects. The flexible structure of the custom code option allows one to modify the existing generated code or incorporate hand written legacy code into the final Production Grade C-Code. The Code Generation Technology is also very usable. One can deploy to a variety of Targets with just a few clicks. Options specific to various Targets are available. One area which we can explore in the future is the model advisor, which was not available at the time of our deployment. The generated code is also readable, with copious relevant comments. Once the code is generated, it is possible to trace the code back to the actual model with a click. There are persistent identifiers and the capability exists to add a DOORS interface. Furthermore, the generated code also offers Multi-Rate support. This facilitates sample-time constraints, rate grouping and enhanced asynchronous time and event support. A flow diagram of the overall Model Based Prototyping Paradigm is given in Figure 6. 4 of 7

5 Modeling of physical system & design level controller development (simulink) Design control algorithm & system performance Upgrade controller model to code generation level Extract controller subsystem to new model RTW / Embedded Coder code generation Hand code to SW developers for product integration Add interface models (stateflow) and device drivers (xpc) Truth Model Interface with physical system & test Data acquisition, actual hardware (xpc) Truth model validation, post processing (Matlab, Simulink) Figure 6 -- Outline of the Model Based Prototyping Paradigm STABILIZATION SYSTEM TEST AT LINCOLN LABS The Ku-Pedestal along with the TALIN 5000 INU and the Rapid Prototyping real-time control hardware were reassembled on a 6DOF Motion Simulator Table at Lincoln Labs in Lexington MA. Angular motion data representing the Churchville B proving course supplied the excitation source to the table. A large aperture collimated light source attached to the ground provided a fixed inertial reference. Use of a large aperture light source allows the unit under test to translate through significant distances while remaining within the light source field-of-regard, thereby making the angular deflection measurement insensitive to linear translation. A corresponding photo detector was attached to the antenna face to measure angular deflection. The antenna face plate was designed so that this addition in camera mass would not upset the overall balance of the Ku-Pedestal. A tilting fixture was used to adjust elevation angle to the target (see Figure 7 showing fixture at an angle of approximately +60 ). By changing the elevation angle of the tilt fixture, BAE SYSTEMS was able to assess line of sight error as a function of nominal elevation to the target. It was also possible to control the intensity of the angular motion of the 6DOF Motion Simulator. Figure 7 The prototype pedestal with the UUT on the 6 DOF motion simulator, surrounded by the telescope support structure holding the collimated laser light source at elevation angles ranging from 0 to 90 degrees. The performance measured on the 6DOF motion table is given in Figures 8 and 9. Figure 8 contains the results of a single experiment for a nominal elevation angle of 0 degrees, and shows the required accuracy for that part of the system under test (0.4 degree see accuracy budget). A summary of performance over all elevation angles, shown in Figure 9, along with the performance requirement curve generated from the main and sub-array antenna patterns (shown as a thick line). Note that the dark blue requirement line falls at approximately 0.4, the requirement given in Table 1, for low elevation angles. Elevation angles above 30 result in reduced range due to target altitude limitations, allowing the maximum allowable error to increase with elevation as shown. At very high elevation angles above 65 the knee in the requirement curve indicates the use of the sub-array antenna which permits larger tracking error. 5 of 7

6 Figure 8 Actual pointing error scatter (degrees) during Churchville B shaker motion, nominal elevation = 0 degrees Error (deg) Error vs Elevation -- MIT Lincoln Labs Table Input Performance Requirement Elevation (deg) Requirement Performance Achieved 100% Figure 9 Summary of achieved performance showing that the requirement is met for 99% of the overall pointing error levels measured during test Note that as elevation angle increases, line-of-sight pointing error tends to increase due to the zenith effect that occurs with 2-axis pointing devices. However you will note that tracking error exceeds the performance requirement only 1% of the time during the (approximately 3 minute) Churchville B proving ground course. BAE CNIR COMMUNICATION S ON THE MOVE DEMONSTRATION 99% 95% 90% BAE SYSTEMS CNIR has successfully demonstrated key Communications-on-the-Move technologies (a C4ISR Strategic Initiative) to an elite group of Officials from the Army, Navy and Airforce. The technologies demonstrated included the C4ISR radio, a Ku Tracking antenna, a Ka Tracking Antenna, a GBS receiver as well as the associated controlling software/firmware. In addition, various Legacy Radios and Commercial equipment have been used to increase the impact and to provide a simulated scenario based demonstration. These demonstrations mark significant Communications on the Move Milestones at BAE CNIR. COTM Point to Point Utilizing the antenna systems proven on the Lincoln Lab s COTM Churchville B simulator, BAE CNIR concluded its initial systems integration with a major demonstration in November of This demonstration was comprised of a Mobile Integration Vehicle (MIV) equipped with the COTM equipment driving near BAE facilities while communicating to a fixed 30 meter tower which was connected to a Command Center and BAE s Systems Integration Lab Facilities. These three entities allowed BAE CNIR to demonstrate the ability to: 1.) pass simulated situational awareness tracks from the Systems Integration Lab in plant 18 via to the 30m tower down into the Reston RV (Command RV) displayed and then routed the data to the C4ISR radio, retransmitted using the TCDL Symmetric Wave via a Ku Omni Antenna Subsystem Assembly to the MIV while on the move which in turn displayed the data. 2.) receive a GBS video feed from UFO 9 via the Ka Tracking Antenna Subsystem Assembly decoded and displayed the video on the move. The video display was then halted and re-routed to the C4ISR radio and re-transmitted using the TCDL Symmetric Waveform. This was received at the tower and passed into the Command Center RV and displayed on a TV Monitor. 3.) displayed GPS coordinates of the MIV on a Large Flat panel Monitor in the Command RV This information was provided from the MIVs GPS via a VRC-99 Link. 4.) established a Voice over IP call from the Command RV to the MIV requesting transfer of the video source to the mobile IP camera, which could be controlled via the Command RV. 5.) established a Voice over IP call from the truck to the Command RV and provided a previously captured Hyperspectrual Video Clip for viewing in the Command RV. COTM via Bridged Network Building on the success of the capabilities demonstrated in November 2004, BAE through a Cooperative Research and Development Agreement with CECOM utilized an Airship (shown in Figure 11) and a second Mobile Integration Vehicle (shown in Figures 1& 13) to demonstrate the ability to seamlessly pass data between three On-the-Move nodes as a small bridged network. During this demonstration BAE utilized the proving grounds of the Lakehurst Naval Station to demonstrate not only BAE CNIR s capabilities to perform COTM but to maintain that communications while moving off road. During the final demonstra- 6 of 7

7 tion a motor failure on the Airship forced an Emergency Crash Landing and subsequent grounding of the Airship but BAE CNIR quickly responded by reconfiguring the Airborne Electronics for ground operation, mounted this equipment on a third Vehicle (Shown in Figure 12) and was able to demonstrate COTM communications on the Ground. However in the weeks preceding this event BAE CNIR was able to: 6.) establish a bridged network between two Mobile Integration Vehicles via an Airborne Frequency Division Multiplexed Payload on station at 1500 ft while passing full duplex 8 Mbps data. 7.) validate the ability to point to the Airship while performing On The Move maneuvers both on and off road. 8.) prove the capability of zenith pointing and switching between the main and sub-arrays of the mobile ground antennas. 9.) demonstrate the ability to control the Airborne Payload Video Equipment and Combat ID Simulation Software and to display this information in either MIV. Figure Emergency Reconfiguration Figure MIV2 On-The-Move CONCLUSIONS Figure Airborne Communications Payload A major milestone of BAE s C4ISR Strategic Initiative was reached with the development and demonstration of both Ku- and Ka-band on-the-move communications capabilities. This paper discussed the Ku antenna subsystem, specifically focusing on the model-based design, integration, and test of the antenna pointing and stabilization controller. In addition it provided an overview of the full system testing experience during which off-road communications on the move while transmitting 8 Mbps data to an airborne blimp was demonstrated. Figure Airship Ready for Launch 7 of 7

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

More information

Worst-Case GPS Constellation for Testing Navigation at Geosynchronous Orbit for GOES-R

Worst-Case GPS Constellation for Testing Navigation at Geosynchronous Orbit for GOES-R Worst-Case GPS Constellation for Testing Navigation at Geosynchronous Orbit for GOES-R Kristin Larson, Dave Gaylor, and Stephen Winkler Emergent Space Technologies and Lockheed Martin Space Systems 36

More information

A DUAL-RECEIVER METHOD FOR SIMULTANEOUS MEASUREMENTS OF RADOME TRANSMISSION EFFICIENCY AND BEAM DEFLECTION

A DUAL-RECEIVER METHOD FOR SIMULTANEOUS MEASUREMENTS OF RADOME TRANSMISSION EFFICIENCY AND BEAM DEFLECTION A DUAL-RECEIVER METHOD FOR SIMULTANEOUS MEASUREMENTS OF RADOME TRANSMISSION EFFICIENCY AND BEAM DEFLECTION Robert Luna MI Technologies, 4500 River Green Parkway, Suite 200 Duluth, GA 30096 rluna@mi-technologies.com

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

Hardware in the Loop Simulation for Unmanned Aerial Vehicles

Hardware in the Loop Simulation for Unmanned Aerial Vehicles NATIONAL 1 AEROSPACE LABORATORIES BANGALORE-560 017 INDIA CSIR-NAL Hardware in the Loop Simulation for Unmanned Aerial Vehicles Shikha Jain Kamali C Scientist, Flight Mechanics and Control Division National

More information

MULTI-BAND INTEGRATED SATELLITE TERMINAL (MIST) - A KEY TO FUTURE SOTM FOR THE ARMY -

MULTI-BAND INTEGRATED SATELLITE TERMINAL (MIST) - A KEY TO FUTURE SOTM FOR THE ARMY - MULTI-BAND INTEGRATED SATELLITE TERMINAL (MIST) - A KEY TO FUTURE SOTM FOR THE ARMY - Gary Comparetto Principal Engineer The MITRE Corporation (703) 983-6571 garycomp@mitre.org Bill Hall Senior System

More information

Various levels of Simulation for Slybird MAV using Model Based Design

Various levels of Simulation for Slybird MAV using Model Based Design Various levels of Simulation for Slybird MAV using Model Based Design Kamali C Shikha Jain Vijeesh T Sujeendra MR Sharath R Motivation In order to design robust and reliable flight guidance and control

More information

Classical Control Based Autopilot Design Using PC/104

Classical Control Based Autopilot Design Using PC/104 Classical Control Based Autopilot Design Using PC/104 Mohammed A. Elsadig, Alneelain University, Dr. Mohammed A. Hussien, Alneelain University. Abstract Many recent papers have been written in unmanned

More information

Products overview. Auto Point Antenna Alignment Solutions

Products overview. Auto Point Antenna Alignment Solutions Products overview Auto Point Antenna Alignment Solutions About Nextmove Design house and Manufacturer of auto antenna alignment products serving: Commercial communications Emergency Management Military

More information

LinkAlign-60RPT Set-up and Operation Manual

LinkAlign-60RPT Set-up and Operation Manual LinkAlign-60RPT Set-up and Operation Manual LinkAlign Setup and Operation Proprietary, Nextmove Technologies Page 1 LinkAlign Setup and Operation Proprietary, Nextmove Technologies Page 2 Description of

More information

A LARGE COMBINATION HORIZONTAL AND VERTICAL NEAR FIELD MEASUREMENT FACILITY FOR SATELLITE ANTENNA CHARACTERIZATION

A LARGE COMBINATION HORIZONTAL AND VERTICAL NEAR FIELD MEASUREMENT FACILITY FOR SATELLITE ANTENNA CHARACTERIZATION A LARGE COMBINATION HORIZONTAL AND VERTICAL NEAR FIELD MEASUREMENT FACILITY FOR SATELLITE ANTENNA CHARACTERIZATION John Demas Nearfield Systems Inc. 1330 E. 223rd Street Bldg. 524 Carson, CA 90745 USA

More information

Date: January 16, 2003 Page 1 of 1

Date: January 16, 2003 Page 1 of 1 Date: January 16, 2003 Page 1 of 1 1. System Accuracy 1.1 Attitude Accuracy With GPS Active Without GPS PITCH 0.2 deg 3σ 0.3 deg/hr drift 1σ ROLL 0.2 deg 3σ 0.3 deg/hr drift 1σ YAW 0.2 deg 3σ 0.3 deg/hr

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

THE NASA/JPL AIRBORNE SYNTHETIC APERTURE RADAR SYSTEM. Yunling Lou, Yunjin Kim, and Jakob van Zyl

THE NASA/JPL AIRBORNE SYNTHETIC APERTURE RADAR SYSTEM. Yunling Lou, Yunjin Kim, and Jakob van Zyl THE NASA/JPL AIRBORNE SYNTHETIC APERTURE RADAR SYSTEM Yunling Lou, Yunjin Kim, and Jakob van Zyl Jet Propulsion Laboratory California Institute of Technology 4800 Oak Grove Drive, MS 300-243 Pasadena,

More information

THE APPLICATION OF RADAR ENVIRONMENT SIMULATION TECHNOLOGY TO TELEMETRY SYSTEMS

THE APPLICATION OF RADAR ENVIRONMENT SIMULATION TECHNOLOGY TO TELEMETRY SYSTEMS THE APPLICATION OF RADAR ENVIRONMENT SIMULATION TECHNOLOGY TO TELEMETRY SYSTEMS Item Type text; Proceedings Authors Kelkar, Anand; Gravelle, Luc Publisher International Foundation for Telemetering Journal

More information

BYU SAR: A LOW COST COMPACT SYNTHETIC APERTURE RADAR

BYU SAR: A LOW COST COMPACT SYNTHETIC APERTURE RADAR BYU SAR: A LOW COST COMPACT SYNTHETIC APERTURE RADAR David G. Long, Bryan Jarrett, David V. Arnold, Jorge Cano ABSTRACT Synthetic Aperture Radar (SAR) systems are typically very complex and expensive.

More information

Fig m Telescope

Fig m Telescope Taming the 1.2 m Telescope Steven Griffin, Matt Edwards, Dave Greenwald, Daryn Kono, Dennis Liang and Kirk Lohnes The Boeing Company Virginia Wright and Earl Spillar Air Force Research Laboratory ABSTRACT

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

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

Model-Based Design for Sensor Systems

Model-Based Design for Sensor Systems 2009 The MathWorks, Inc. Model-Based Design for Sensor Systems Stephanie Kwan Applications Engineer Agenda Sensor Systems Overview System Level Design Challenges Components of Sensor Systems Sensor Characterization

More information

OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P. Datasheet Rev OS3D-FG Datasheet rev. 2.

OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P. Datasheet Rev OS3D-FG Datasheet rev. 2. OS3D-FG OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P Datasheet Rev. 2.0 1 The Inertial Labs OS3D-FG is a multi-purpose miniature 3D orientation sensor Attitude

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

Jager UAVs to Locate GPS Interference

Jager UAVs to Locate GPS Interference JIFX 16-1 2-6 November 2015 Camp Roberts, CA Jager UAVs to Locate GPS Interference Stanford GPS Research Laboratory and the Stanford Intelligent Systems Lab Principal Investigator: Sherman Lo, PhD Area

More information

The LVCx Framework. The LVCx Framework An Advanced Framework for Live, Virtual and Constructive Experimentation

The LVCx Framework. The LVCx Framework An Advanced Framework for Live, Virtual and Constructive Experimentation An Advanced Framework for Live, Virtual and Constructive Experimentation An Advanced Framework for Live, Virtual and Constructive Experimentation The CSIR has a proud track record spanning more than ten

More information

X/Y Antenna Ground Terminals: A Small Sat Cost Effective Approach

X/Y Antenna Ground Terminals: A Small Sat Cost Effective Approach X/Y Antenna Ground Terminals: A Small Sat Cost Effective Approach March 21, 2014 Introduction With the insurgence of the small satellite market the demand for cost effective ground terminals has never

More information

vstasker 6 A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT REAL-TIME SIMULATION TOOLKIT FEATURES

vstasker 6 A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT REAL-TIME SIMULATION TOOLKIT FEATURES REAL-TIME SIMULATION TOOLKIT A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT Diagram based Draw your logic using sequential function charts and let

More information

A MULTIFUNCTION SATELLITE BACKHAUL SYSTEM FOR AIRCRAFT FLIGHT TEST APPLICATIONS

A MULTIFUNCTION SATELLITE BACKHAUL SYSTEM FOR AIRCRAFT FLIGHT TEST APPLICATIONS A MULTIFUNCTION SATELLITE BACKHAUL SYSTEM FOR AIRCRAFT FLIGHT TEST APPLICATIONS Item Type text; Proceedings Authors Bell, John J. (Jack); Mileshko, James; Payne, Edward L.; Wagler, Paul Publisher International

More information

Keywords: Aircraft Systems Integration, Real-Time Simulation, Hardware-In-The-Loop Testing

Keywords: Aircraft Systems Integration, Real-Time Simulation, Hardware-In-The-Loop Testing 25 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES REAL-TIME HARDWARE-IN-THE-LOOP SIMULATION OF FLY-BY-WIRE FLIGHT CONTROL SYSTEMS Eugenio Denti*, Gianpietro Di Rito*, Roberto Galatolo* * University

More information

LE/ESSE Payload Design

LE/ESSE Payload Design LE/ESSE4360 - Payload Design 4.3 Communications Satellite Payload - Hardware Elements Earth, Moon, Mars, and Beyond Dr. Jinjun Shan, Professor of Space Engineering Department of Earth and Space Science

More information

Feb 7, 2018 A potential new Aeronautical Mobile Satellite Route Service system in the 5 GHz band for the RPAS C2 link ICAO WRC19 Workshop, Mexico

Feb 7, 2018 A potential new Aeronautical Mobile Satellite Route Service system in the 5 GHz band for the RPAS C2 link ICAO WRC19 Workshop, Mexico Feb 7, 2018 A potential new Aeronautical Mobile Satellite Route Service system in the 5 GHz band for the RPAS C2 link ICAO WRC19 Workshop, Mexico City, Mexico Command and Control (C2) link 2 RPA Command

More information

POINTING ERROR CORRECTION FOR MEMS LASER COMMUNICATION SYSTEMS

POINTING ERROR CORRECTION FOR MEMS LASER COMMUNICATION SYSTEMS POINTING ERROR CORRECTION FOR MEMS LASER COMMUNICATION SYSTEMS Baris Cagdaser, Brian S. Leibowitz, Matt Last, Krishna Ramanathan, Bernhard E. Boser, Kristofer S.J. Pister Berkeley Sensor and Actuator Center

More information

Congress Best Paper Award

Congress Best Paper Award Congress Best Paper Award Preprints of the 3rd IFAC Conference on Mechatronic Systems - Mechatronics 2004, 6-8 September 2004, Sydney, Australia, pp.547-552. OPTO-MECHATRONIC IMAE STABILIZATION FOR A COMPACT

More information

Lecture 2 Exercise 1a. Lecture 2 Exercise 1b

Lecture 2 Exercise 1a. Lecture 2 Exercise 1b Lecture 2 Exercise 1a 1 Design a converter that converts a speed of 60 miles per hour to kilometers per hour. Make the following format changes to your blocks: All text should be displayed in bold. Constant

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

HALS-H1 Ground Surveillance & Targeting Helicopter

HALS-H1 Ground Surveillance & Targeting Helicopter ARATOS-SWISS Homeland Security AG & SMA PROGRESS, LLC HALS-H1 Ground Surveillance & Targeting Helicopter Defense, Emergency, Homeland Security (Border Patrol, Pipeline Monitoring)... Automatic detection

More information

Author s Name Name of the Paper Session. DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION. Sensing Autonomy.

Author s Name Name of the Paper Session. DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION. Sensing Autonomy. Author s Name Name of the Paper Session DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION Sensing Autonomy By Arne Rinnan Kongsberg Seatex AS Abstract A certain level of autonomy is already

More information

TigreSAT 2010 &2011 June Monthly Report

TigreSAT 2010 &2011 June Monthly Report 2010-2011 TigreSAT Monthly Progress Report EQUIS ADS 2010 PAYLOAD No changes have been done to the payload since it had passed all the tests, requirements and integration that are necessary for LSU HASP

More information

Wide Area Wireless Networked Navigators

Wide Area Wireless Networked Navigators Wide Area Wireless Networked Navigators Dr. Norman Coleman, Ken Lam, George Papanagopoulos, Ketula Patel, and Ricky May US Army Armament Research, Development and Engineering Center Picatinny Arsenal,

More information

BATS WIRELESS. Electronically Steered Antenna (ESA) Omni Antenna. Sector Antenna. High Gain High Mobility Hi Reliability

BATS WIRELESS. Electronically Steered Antenna (ESA) Omni Antenna. Sector Antenna. High Gain High Mobility Hi Reliability BATS WIRELESS High Gain High Mobility Hi Reliability Omni Antenna Omni antennas have been predominately used in mobile communications for their ease of use. Ease of use has provided no protection from

More information

Technology Considerations for Advanced Formation Flight Systems

Technology Considerations for Advanced Formation Flight Systems Technology Considerations for Advanced Formation Flight Systems Prof. R. John Hansman MIT International Center for Air Transportation How Can Technologies Impact System Concept Need (Technology Pull) Technologies

More information

Module 4 TEST SYSTEM Part 2. SHAKING TABLE CONTROLLER ASSOCIATED SOFTWARES Dr. J.C. QUEVAL, CEA/Saclay

Module 4 TEST SYSTEM Part 2. SHAKING TABLE CONTROLLER ASSOCIATED SOFTWARES Dr. J.C. QUEVAL, CEA/Saclay Module 4 TEST SYSTEM Part 2 SHAKING TABLE CONTROLLER ASSOCIATED SOFTWARES Dr. J.C. QUEVAL, CEA/Saclay DEN/DM2S/SEMT/EMSI 11/03/2010 1 2 Electronic command Basic closed loop control The basic closed loop

More information

UAV: Design to Flight Report

UAV: Design to Flight Report UAV: Design to Flight Report Team Members Abhishek Verma, Bin Li, Monique Hladun, Topher Sikorra, and Julio Varesio. Introduction In the start of the course we were to design a situation for our UAV's

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

Hardware Implementation of Automatic Control Systems using FPGAs

Hardware Implementation of Automatic Control Systems using FPGAs Hardware Implementation of Automatic Control Systems using FPGAs Lecturer PhD Eng. Ionel BOSTAN Lecturer PhD Eng. Florin-Marian BÎRLEANU Romania Disclaimer: This presentation tries to show the current

More information

TECHNOLOGY COMMONALITY FOR SIMULATION TRAINING OF AIR COMBAT OFFICERS AND NAVAL HELICOPTER CONTROL OFFICERS

TECHNOLOGY COMMONALITY FOR SIMULATION TRAINING OF AIR COMBAT OFFICERS AND NAVAL HELICOPTER CONTROL OFFICERS TECHNOLOGY COMMONALITY FOR SIMULATION TRAINING OF AIR COMBAT OFFICERS AND NAVAL HELICOPTER CONTROL OFFICERS Peter Freed Managing Director, Cirrus Real Time Processing Systems Pty Ltd ( Cirrus ). Email:

More information

A Real-Time Regulator, Turbine and Alternator Test Bench for Ensuring Generators Under Test Contribute to Whole System Stability

A Real-Time Regulator, Turbine and Alternator Test Bench for Ensuring Generators Under Test Contribute to Whole System Stability A Real-Time Regulator, Turbine and Alternator Test Bench for Ensuring Generators Under Test Contribute to Whole System Stability Marc Langevin, eng., Ph.D.*. Marc Soullière, tech.** Jean Bélanger, eng.***

More information

DMMDRV Software User Manual. Version: A10 50 / December 2015 Manual Code: DSFEN A

DMMDRV Software User Manual. Version: A10 50 / December 2015 Manual Code: DSFEN A DMMDRV Software User Manual Version: A10 50 / December 2015 Manual Code: DSFEN A1050 1215 Contents Section 1. General Software Safety Precautions 1.1 DYN2 System Safety 1.2 DYN4 System Safety 1.3 Servo

More information

Lab 2: Introduction to Real Time Workshop

Lab 2: Introduction to Real Time Workshop Lab 2: Introduction to Real Time Workshop 1 Introduction In this lab, you will be introduced to the experimental equipment. What you learn in this lab will be essential in each subsequent lab. Document

More information

WHITE PAPER. Hybrid Beamforming for Massive MIMO Phased Array Systems

WHITE PAPER. Hybrid Beamforming for Massive MIMO Phased Array Systems WHITE PAPER Hybrid Beamforming for Massive MIMO Phased Array Systems Introduction This paper demonstrates how you can use MATLAB and Simulink features and toolboxes to: 1. Design and synthesize complex

More information

Aircraft Lasercom Terminal Compact Optical Module (ALT-COM)

Aircraft Lasercom Terminal Compact Optical Module (ALT-COM) Aircraft Lasercom Terminal Compact Optical Module (ALT-COM) Bradley Scoville - ECE Steven Rose Physics Worcester Polytechnic Institute Major Qualifying Project WPI-MITLL MPQ Presentation (1) Advanced Lasercom

More information

Relative Navigation, Timing & Data. Communications for CubeSat Clusters. Nestor Voronka, Tyrel Newton

Relative Navigation, Timing & Data. Communications for CubeSat Clusters. Nestor Voronka, Tyrel Newton Relative Navigation, Timing & Data Communications for CubeSat Clusters Nestor Voronka, Tyrel Newton Tethers Unlimited, Inc. 11711 N. Creek Pkwy S., Suite D113 Bothell, WA 98011 425-486-0100x678 voronka@tethers.com

More information

SMART COMMUNICATION SATELLITE (SCS) PROJECT OVERVIEW. Jin JIN Space Center, Tsinghua University 2015/8/10

SMART COMMUNICATION SATELLITE (SCS) PROJECT OVERVIEW. Jin JIN Space Center, Tsinghua University 2015/8/10 SMART COMMUNICATION SATELLITE (SCS) PROJECT OVERVIEW Jin JIN Space Center, Tsinghua University 2015/8/10 OUTLINE Overview System Scheme Technical Challenges Flight Results Future 2 1 Overview Tsinghua

More information

GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems

GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems GPS-Based Navigation & Positioning Challenges in Communications- Enabled Driver Assistance Systems Chaminda Basnayake, Ph.D. Senior Research Engineer General Motors Research & Development and Planning

More information

CATEGORY 7 - NAVIGATION AND AVIONICS A. SYSTEMS, EQUIPMENT AND COMPONENTS

CATEGORY 7 - NAVIGATION AND AVIONICS A. SYSTEMS, EQUIPMENT AND COMPONENTS Commerce Control List Supplement No. 1 to Part 774 Category 7 page 1 CATEGORY 7 - NAVIGATION AND AVIONICS A. SYSTEMS, EQUIPMENT AND COMPONENTS N.B.1: For automatic pilots for underwater vehicles, see Category

More information

1.8MN ServoSled. Hyge Upgrade with Flush Rail

1.8MN ServoSled. Hyge Upgrade with Flush Rail SERVOSLED SERVO-ACCELERATOR SLED SYSTEMS 1.8MN ServoSled Hyge Upgrade with Flush Rail Seattle Safety ServoSled System ServoSled servo-accelerator sled systems give full computer pulse control and high

More information

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Dere Schmitz Vijayaumar Janardhan S. N. Balarishnan Department of Mechanical and Aerospace engineering and Engineering

More information

Airborne Satellite Communications on the Move Solutions Overview

Airborne Satellite Communications on the Move Solutions Overview Airborne Satellite Communications on the Move Solutions Overview High-Speed Broadband in the Sky The connected aircraft is taking the business of commercial airline to new heights. In-flight systems are

More information

Observational Research in Air/Sea Interaction

Observational Research in Air/Sea Interaction Remote Sensing Reviews, 1993, Vol. 8, pp. 189-194 Photocopying permitted by license only 1993 Harwood Academic Publishers Printed in the United States of America Observational Research in Air/Sea Interaction

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

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Fong Mak, Ram Sundaram, Varun Santhaseelan, and Sunil Tandle Gannon University, mak001@gannon.edu,

More information

TWO-WAY TIME TRANSFER TO AIRBORNE PLATFORMS USING COMMERCIAL SATELLITE MODEMS

TWO-WAY TIME TRANSFER TO AIRBORNE PLATFORMS USING COMMERCIAL SATELLITE MODEMS TWO-WAY TIME TRANSFER TO AIRBORNE PLATFORMS USING COMMERCIAL SATELLITE MODEMS Tom Celano and Jeremy Warriner, Timing Solutions Corporation 5335 Sterling Drive, Suite B Boulder, CO 80301, USA Tel: 303-939-8481;

More information

PHINS, An All-In-One Sensor for DP Applications

PHINS, An All-In-One Sensor for DP Applications DYNAMIC POSITIONING CONFERENCE September 28-30, 2004 Sensors PHINS, An All-In-One Sensor for DP Applications Yves PATUREL IXSea (Marly le Roi, France) ABSTRACT DP positioning sensors are mainly GPS receivers

More information

Pragmatic Strategies for Adopting Model-Based Design for Embedded Applications. The MathWorks, Inc.

Pragmatic Strategies for Adopting Model-Based Design for Embedded Applications. The MathWorks, Inc. Pragmatic Strategies for Adopting Model-Based Design for Embedded Applications Larry E. Kendrick, PhD The MathWorks, Inc. Senior Principle Technical Consultant Introduction What s MBD? Why do it? Make

More information

Hyper-spectral, UHD imaging NANO-SAT formations or HAPS to detect, identify, geolocate and track; CBRN gases, fuel vapors and other substances

Hyper-spectral, UHD imaging NANO-SAT formations or HAPS to detect, identify, geolocate and track; CBRN gases, fuel vapors and other substances Hyper-spectral, UHD imaging NANO-SAT formations or HAPS to detect, identify, geolocate and track; CBRN gases, fuel vapors and other substances Arnold Kravitz 8/3/2018 Patent Pending US/62544811 1 HSI and

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

Relative Cost and Performance Comparison of GEO Space Situational Awareness Architectures

Relative Cost and Performance Comparison of GEO Space Situational Awareness Architectures Relative Cost and Performance Comparison of GEO Space Situational Awareness Architectures Background Keith Morris Lockheed Martin Space Systems Company Chris Rice Lockheed Martin Space Systems Company

More information

EVALUATION OF THE GENERALIZED EXPLICIT GUIDANCE LAW APPLIED TO THE BALLISTIC TRAJECTORY EXTENDED RANGE MUNITION

EVALUATION OF THE GENERALIZED EXPLICIT GUIDANCE LAW APPLIED TO THE BALLISTIC TRAJECTORY EXTENDED RANGE MUNITION EVALUATION OF THE GENERALIZED EXPLICIT GUIDANCE LAW APPLIED TO THE BALLISTIC TRAJECTORY EXTENDED RANGE MUNITION KISHORE B. PAMADI Naval Surface Warfare Center, Dahlgren Laboratory (NSWCDL) A presentation

More information

3DM-GX3-45 Theory of Operation

3DM-GX3-45 Theory of Operation Theory of Operation 8500-0016 Revision 001 3DM-GX3-45 Theory of Operation www.microstrain.com Little Sensors, Big Ideas 2012 by MicroStrain, Inc. 459 Hurricane Lane Williston, VT 05495 United States of

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

Design of a Remote-Cockpit for small Aerospace Vehicles

Design of a Remote-Cockpit for small Aerospace Vehicles Design of a Remote-Cockpit for small Aerospace Vehicles Muhammad Faisal, Atheel Redah, Sergio Montenegro Universität Würzburg Informatik VIII, Josef-Martin Weg 52, 97074 Würzburg, Germany Phone: +49 30

More information

2009 CubeSat Developer s Workshop San Luis Obispo, CA

2009 CubeSat Developer s Workshop San Luis Obispo, CA Exploiting Link Dynamics in LEO-to-Ground Communications 2009 CubeSat Developer s Workshop San Luis Obispo, CA Michael Caffrey mpc@lanl.gov Joseph Palmer jmp@lanl.gov Los Alamos National Laboratory Paper

More information

Consultation Paper on Using a Portion of the Band GHz for Tactical Common Data Link (TCDL) Systems

Consultation Paper on Using a Portion of the Band GHz for Tactical Common Data Link (TCDL) Systems December 2008 Spectrum Management and Telecommunications Consultation Paper on Using a Portion of the Band 14.5-15.35 GHz for Tactical Common Data Link (TCDL) Systems Aussi disponible en français Department

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

Acoustic Signature of an Unmanned Air Vehicle - Exploitation for Aircraft Localisation and Parameter Estimation

Acoustic Signature of an Unmanned Air Vehicle - Exploitation for Aircraft Localisation and Parameter Estimation Acoustic Signature of an Unmanned Air Vehicle - Exploitation for Aircraft Localisation and Parameter Estimation S. Sadasivan, M. Gurubasavaraj and S. Ravi Sekar Aeronautical Development Establishment,

More information

This presentation consists of L-3 Communications Corporation Datron Advanced Technologies Division general capabilities information that is not

This presentation consists of L-3 Communications Corporation Datron Advanced Technologies Division general capabilities information that is not This presentation consists of L-3 Communications Corporation Datron Advanced Technologies Division general capabilities information that is not defined as controlled technical data under This presentation

More information

Robust Wideband Waveforms for Synthetic Aperture Radar (SAR) and Ground Moving Target Indication (GMTI) Applications

Robust Wideband Waveforms for Synthetic Aperture Radar (SAR) and Ground Moving Target Indication (GMTI) Applications Robust Wideband Waveforms for Synthetic Aperture Radar (SAR) and Ground Moving Target Indication (GMTI) Applications DARPA SBIR Topic: SB82-2, Phase II Army Contract W31P4Q-11-C-43 Program Summary September

More information

Dynamic Two-Way Time Transfer to Moving Platforms W H I T E PA P E R

Dynamic Two-Way Time Transfer to Moving Platforms W H I T E PA P E R Dynamic Two-Way Time Transfer to Moving Platforms WHITE PAPER Dynamic Two-Way Time Transfer to Moving Platforms Tom Celano, Symmetricom 1Lt. Richard Beckman, USAF-AFRL Jeremy Warriner, Symmetricom Scott

More information

SERIES VECTORNAV TACTICAL SERIES VN-110 IMU/AHRS VN-210 GNSS/INS VN-310 DUAL GNSS/INS

SERIES VECTORNAV TACTICAL SERIES VN-110 IMU/AHRS VN-210 GNSS/INS VN-310 DUAL GNSS/INS TACTICAL VECTORNAV SERIES TACTICAL SERIES VN110 IMU/AHRS VN210 GNSS/INS VN310 DUAL GNSS/INS VectorNav introduces the Tactical Series, a nextgeneration, MEMS inertial navigation platform that features highperformance

More information

Real-Time Testing Made Easy with Simulink Real-Time

Real-Time Testing Made Easy with Simulink Real-Time Real-Time Testing Made Easy with Simulink Real-Time Andreas Uschold Application Engineer MathWorks Martin Rosser Technical Sales Engineer Speedgoat 2015 The MathWorks, Inc. 1 Model-Based Design Continuous

More information

Lab 2: Quanser Hardware and Proportional Control

Lab 2: Quanser Hardware and Proportional Control I. Objective The goal of this lab is: Lab 2: Quanser Hardware and Proportional Control a. Familiarize students with Quanser's QuaRC tools and the Q4 data acquisition board. b. Derive and understand a model

More information

AN AUTOMATED CYLINDRICAL NEAR-FIELD MEASUREMENT AND ANALYSIS SYSTEM FOR RADOME CHARACTERIZATION

AN AUTOMATED CYLINDRICAL NEAR-FIELD MEASUREMENT AND ANALYSIS SYSTEM FOR RADOME CHARACTERIZATION AN AUTOMATED CYLINDRICAL NEAR-FIELD MEASUREMENT AND ANALYSIS SYSTEM FOR RADOME CHARACTERIZATION Matthew Giles David Florida Laboratory/Canadian Space Agency 371 Carling Avenue Ottawa, Ontario, Canada K2S

More information

Module 2: Lecture 4 Flight Control System

Module 2: Lecture 4 Flight Control System 26 Guidance of Missiles/NPTEL/2012/D.Ghose Module 2: Lecture 4 Flight Control System eywords. Roll, Pitch, Yaw, Lateral Autopilot, Roll Autopilot, Gain Scheduling 3.2 Flight Control System The flight control

More information

Cooperative localization (part I) Jouni Rantakokko

Cooperative localization (part I) Jouni Rantakokko Cooperative localization (part I) Jouni Rantakokko Cooperative applications / approaches Wireless sensor networks Robotics Pedestrian localization First responders Localization sensors - Small, low-cost

More information

2009 Small Satellite Conference Logan, Utah

2009 Small Satellite Conference Logan, Utah Exploiting Link Dynamics in LEO-to-Ground Communications 2009 Small Satellite Conference Logan, Utah Joseph Palmer jmp@lanl.gov Michael Caffrey mpc@lanl.gov Los Alamos National Laboratory Paper Abstract

More information

REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY

REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY Dr. Yehuda Bock 1, Thomas J. Macdonald 2, John H. Merts 3, William H. Spires III 3, Dr. Lydia Bock 1, Dr. Jeffrey A. Fayman

More information

A Nuclear Plume Detection and Tracking Model for the Advanced Airborne Early Warning Surveillance Aircraft

A Nuclear Plume Detection and Tracking Model for the Advanced Airborne Early Warning Surveillance Aircraft A Nuclear Plume Detection and Tracking Model for e Advanced Airborne Early Warning Surveillance Aircraft Buddy H. Jeun *, John Younker * and Chih-Cheng Hung! * Lockheed Martin Aeronautical System Marietta,

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

TESTING OF FIXED BROADBAND WIRELESS SYSTEMS AT 5.8 GHZ

TESTING OF FIXED BROADBAND WIRELESS SYSTEMS AT 5.8 GHZ To be presented at IEEE Denver / Region 5 Conference, April 7-8, CU Boulder, CO. TESTING OF FIXED BROADBAND WIRELESS SYSTEMS AT 5.8 GHZ Thomas Schwengler Qwest Communications Denver, CO (thomas.schwengler@qwest.com)

More information

Development of Hybrid Flight Simulator with Multi Degree-of-Freedom Robot

Development of Hybrid Flight Simulator with Multi Degree-of-Freedom Robot Development of Hybrid Flight Simulator with Multi Degree-of-Freedom Robot Kakizaki Kohei, Nakajima Ryota, Tsukabe Naoki Department of Aerospace Engineering Department of Mechanical System Design Engineering

More information

UKube-1 Platform Design. Craig Clark

UKube-1 Platform Design. Craig Clark UKube-1 Platform Design Craig Clark Ukube-1 Background Ukube-1 is the first mission of the newly formed UK Space Agency The UK Space Agency gave us 5 core mission objectives: 1. Demonstrate new UK space

More information

Structure Health Monitoring System Using MEMS-Applied Vibration Sensor

Structure Health Monitoring System Using MEMS-Applied Vibration Sensor Structure Health Monitoring System Using MEMS-Applied Vibration Sensor SAKAUE Satoru MURAKAMI Keizo KITAGAWA Shinji ABSTRACT Recently, studies have come to be increasingly energetically conducted on structure

More information

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER Dr. Cheng Lu, Chief Communications System Engineer John Roach, Vice President, Network Products Division Dr. George Sasvari,

More information

Flight Control Law Development for the F-35 Joint Strike Fighter

Flight Control Law Development for the F-35 Joint Strike Fighter Flight Control Law Development for the F-35 Joint Strike Fighter David W. Nixon Lockheed-Martin Aeronautics 5 October 2004 1 F-35 Variants STOVL Integrated STOVL Propulsion System, Flying Qualities and

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

Polarimetric Imaging Laser Radar (PILAR) Program

Polarimetric Imaging Laser Radar (PILAR) Program Richard D. Richmond Air Force Research Laboratory AFRL/SNJM 3109 P Street Wright-Patterson AFB, OH 45433 Bruno J. Evans Lockheed Martin Missiles and Fire Control 1701 W. Marshall Drive, M/S PT-88 Grand

More information

Cooperative navigation (part II)

Cooperative navigation (part II) Cooperative navigation (part II) An example using foot-mounted INS and UWB-transceivers Jouni Rantakokko Aim Increased accuracy during long-term operations in GNSS-challenged environments for - First responders

More information

NET SENTRIC SURVEILLANCE BAA Questions and Answers 2 April 2007

NET SENTRIC SURVEILLANCE BAA Questions and Answers 2 April 2007 NET SENTRIC SURVEILLANCE Questions and Answers 2 April 2007 Question #1: Should we consider only active RF sensing (radar) or also passive (for detection/localization of RF sources, or using transmitters

More information

Quartz Lock Loop (QLL) For Robust GNSS Operation in High Vibration Environments

Quartz Lock Loop (QLL) For Robust GNSS Operation in High Vibration Environments Quartz Lock Loop (QLL) For Robust GNSS Operation in High Vibration Environments A Topcon white paper written by Doug Langen Topcon Positioning Systems, Inc. 7400 National Drive Livermore, CA 94550 USA

More information

P. 1 of 18 REPORT 1.1. TV ANTENNA RECONSTITUTION P. 1 of 18. Commercial in Confidence SAMPLE SITE (TV). 3 MARCH 2017.

P. 1 of 18 REPORT 1.1. TV ANTENNA RECONSTITUTION P. 1 of 18. Commercial in Confidence SAMPLE SITE (TV). 3 MARCH 2017. P. 1 of 18 Commercial in Confidence REPORT 1.1 TV ANTENNA RECONSTITUTION P. 1 of 18 SAMPLE SITE (TV). 3 MARCH 2017. 1/ EXECUTIVE SUMMARY Sixarms has been commissioned by the Client to verify the performance

More information

Cooperation in Random Access Wireless Networks

Cooperation in Random Access Wireless Networks Cooperation in Random Access Wireless Networks Presented by: Frank Prihoda Advisor: Dr. Athina Petropulu Communications and Signal Processing Laboratory (CSPL) Electrical and Computer Engineering Department

More information