1.1.1 Orientation Coordinate Systems

Size: px
Start display at page:

Download "1.1.1 Orientation Coordinate Systems"

Transcription

1 1.1.1 Orientation Coordinate Systems The velocity measurement is a vector in the direction of the transducer beam, which we refer to as beam coordinates. Beam coordinates can be converted to a Cartesian coordinate system (XYZ) by knowing the beam orientation, or the flow can be presented in Earth normal coordinates (ENU- East, North and Up) if the instrument is equipped with a compass and tilt sensor. A description on how to transform the coordinate system is described in the next section. The coordinate systems are defined as follows: Beam coordinates are defined as the raw velocity measurements measured independently along the three (four) beams of the instrument. A positive velocity is directed in the same direction as the beam points. Beam 1 is marked with an X on most instrument heads; the exception is the AQD head, where beam 3 is marked with X. On the Vector and the Vectrino, Beam 1 is defined as the arm with the black / red marking (placed opposite of the engraved head ID on the Vector). XYZ coordinates are the locally fixed orthogonal coordinate system that is oriented relative to the instrument head. A positive velocity in the X-direction goes in the direction of the X-axis arrow, and the X-axis points in the same direction as beam 1. Use the right-hand-rule to remember the notation conventions for vectors. Use the first (index) finger to point in the direction of positive X-axis and the second (middle) finger to point in the direction of positive Y. The positive Z-axis will then be in the direction that the thumb points. ENU coordinates are defined in an earth coordinate system, where E represents the East-West component, N represents the North-South component and U represents the Up-Down component. This is also a right-handed orthogonal system. The internal compass is mounted so that when the X marking points towards magnetic North, the heading is 0. ENU and XYZ coordinates are the most practical when handling data. Beam coordinates are primarily useful for higher-level turbulence calculations and for dealing with phase wrapping issues. You may specify the preferred coordinate system in the Deployment Planning menu.

2 Feil! Det er ingen tekst med den angitte stilen i dokumentet.-1: Coordinate systems. a) Beam coordinates, b) XYZ coordinates and c) ENU coordinates. The figure below shows an assortment of velocimeters probes and instrument heads. For the Vector probe (see rightmost illustration, upper part, of the figure below), one may notice that the X component is predominantly measured by beam 1 with nearly equal contributions from beam 2 and beam 3. This makes sense since the XYZ coordinate system is aligned with X pointing along one beam / receiver arm. Beams 2 and 3 are at some angle α to the X-axis and measure a component of X proportional to cos α. For the Y-component, beam 1 contributes to zero (or very near zero) because the Y-component is perpendicular to beam 1. Finally, the Z component is an equal combination of all three beams since the Z-axis is aligned with the central transducer and each beam is at the same angle to the Z-axis. Note that this applies to other head configurations as well.

3 Feil! Det er ingen tekst med den angitte stilen i dokumentet.-24: The Vectrino, Vector, AWAC and Aquadopp (symmetric head) XYZ coordinate systems and beam numbering as defined relative to the probes/beams. The Vectrino in the upper middle is the side-looking version. Beam 1 of the Vectrino has a red marking, a black marking defines beam 1 for the Vector (not shown here). For the Vector, beam 1 is also the arm opposite of the engraved head ID. Beam 1 point in the direction of positive X-axis; the Z- direction is towards the electronics of the instruments. The Y direction can be found in accordance with the right-hand rule. Beam 1 of the AWAC and Aquadopp is marked with an X engraved on the housing, barely visible in the AWAC in the lower middle. The Vector, Vectrino and Vectrino Profiler measure velocity components parallel to their three bi-static beams, or in beam components. They can report data in beam or XYZ coordinate systems, the Vector can in addition report data in ENU. The XYZ coordinates are relative to the probe and independent of whether the instruments point up or down.

4 Coordinate Transforms The transform of coordinate system from beam to XYZ or ENU coordinates is an important step when examining Doppler velocity data. Understanding coordinate transforms is valuable when interpreting velocity data, fixing problems in a data set, and ultimately, obtaining the highest quality data. Below there are three cases where a coordinate transform can be of use. 1) To transform raw along beam velocities to XYZ coordinate system 2) To transform beam or XYZ coordinates to geographical (ENU) coordinates 3) To transform East and North velocities to Speed and Direction. Before describing these three cases more thoroughly, a couple of points is important to be aware of concerning 2) and 3): The instrument will use the tilt sensor to interpret the sign on the transformation matrix correctly. If you are doing the transforms in post-processing, you will need to consider the instrument orientation to obtain the correct transformation matrix. Note: For the Vector, the instrument is defined to be in the UP orientation when the probe is pointing down, i.e. when the communication cable end of the canister is on the top of the canister. For the other instruments that are used vertically, the UP orientation is defined to be when the head is on the upper side of the canister. When the status bit is zero, the instrument is pointing up. The transformation matrix must be recalculated every time the orientation (heading, pitch and roll) are updated. 1. Transform raw along beam velocities to instrument fixed coordinate system: The XYZ coordinate system of your instrument is defined by the transformation matrix. The information needed to convert from Beam to XYZ coordinates is thus a set of beam velocity measurements and the instrument s 3 x 3 (or 4 x 4 for the Vectrinos) transformation matrix. Each instrument has its own unique version of the transformation matrix, based on azimuth and horizontal angles of each beam, and has been compensated for possible small misalignments that may have occurred during casting. Azimuth (Az) is the vertical angle of each beam in degrees, and angle (An) is the vector of horizontal angle of each beam in degrees (referenced to X). The transformation matrix is constructed like this: sin(az(1)) cos (An(1)) sin(az(1)) sin(an(1)) cos(az(1)) T = [ sin(az(2)) cos(an(2)) sin(az(2)) sin(an(2)) cos(az(2)) ] sin(az(3)) cos(an(3)) sin(az(3)) sin(an(3)) cos(az(3)) In the past the transformation matrix was output as an integer and had to be scaled by 4096 to be the appropriate value for actually performing transforms. Now, most instruments will report the transformation matrix pre-scaled so you do not need to divide by 4096 anymore. It is easy to tell if you need to or not, if the number is a floating point value, you do not need to scale the transformation matrix. For simplicity, let us refer to it like this:

5 T 11 T 12 T 13 T xyz = [ T 21 T 31 T 22 T 32 T 23 ] T 33 The T xyz matrix is reported in the *.hdr file, accessible when performing a binary to ASCII conversion in the software. Each row of the matrix represents a component in the instrument s XYZ coordinate system, starting with X at the top row. Each column represents a beam. The third and fourth rows of the Vectrino transformation matrix represent the two estimates of vertical velocity (Z1 and Z2) produced by the instrument. To transform velocities measured in beam coordinates to XYZ coordinates, you simply have to multiply the beam velocities with the transformation matrix. Recall the basics of matrix multiplication: b 1 T 11 T 12 T 13 Vx [ T 21 T 22 T 23 ] [ b 2 ] = [ Vy] T 31 T 32 T 33 b 3 Vz Where T ij represents the elements in the Transformation matrix, b i are the beam velocities and Vx, Vy, Vz are the transformed velocities. When writing out the matrix multiplication above, the following system of equations are obtained: T 11 b 1 + T 12 b 2 + T 13 b 3 = Vx T 21 b 1 + T 22 b 2 + T 23 b 3 = Vy T 31 b 1 + T 32 b 2 + T 33 b 3 = Vz In these equations one can see how each orthogonal velocity component (XYZ) is a combination of the various beam velocities, as introduced in the section above. 2. Transformation from instrument fixed coordinates to earth referenced coordinates In order to get the measured velocities referenced to earth coordinates (ENU) it is necessary to have information about the instrument s orientation in space. The tilt sensor measures the orientation of the transducer head with respect to the direction of the gravitational pull. Heading, pitch and roll are output in degrees. cos(hh) sin(hh) 0 Heading = [ sin (hh) cos (hh) 0] Where hh (heading) is defined as π (heading 90). The -90 subtraction has to do with how the compass is 180 oriented relative to the instrument axis. For our instruments, X is aligned with N on the compass. The subtraction of 90 rotates the heading into mathematical convention for sine and cosine as used above. cos (pp) sin(pp) sin (rr) cos(rr) sin (pp) Tilt = [ 0 cos (rr) sin (rr) ] sin (pp) sin(rr) cos (pp) cos(pp) cos (rr)

6 Where pp (pitch) is defined as π (pitch) and rr (roll) as π (roll) The resulting transformation matrix then becomes the multiplication of the transformation matrix presented in the header, the heading matrix and the tilt matrix: T 11 T 12 T 13 cos(hh) sin(hh) 0 cos (pp) sin(pp) sin (rr) cos(rr) sin (pp) T enu = [ T 21 T 22 T 23 ] [ sin (hh) cos (hh) 0] [ 0 cos (rr) sin (rr) ] T 31 T 32 T sin (pp) sin(rr) cos (pp) cos(pp) cos (rr) This resulting T enu matrix can be used to transform Beam coordinates to ENU coordinates. Simply perform a matrix multiplication as described above to transform the velocities. The table below gives an overview of the calculation that needs to be done in order to transform coordinate system from the system data were collected in, to the system that is now desirable. Has/Wants Beam XYZ ENU Beam T xyz * Beam velocities T enu* Beam velocities XYZ (T xyz) -1 * XYZ velocities T enu * (T xyz) -1 * XYZ velocities ENU (T enu) -1 * ENU velocities T xyz * (T enu) -1 * ENU velocities 1. Relations between radial speeds and true velocity components in ENU coordinates: With the foundation of transforming coordinates from point 1) and 2), a description on how to use this to obtain velocity as the more comprehensible Speed and Direction follows. Since the compass heading is of interest, the Z velocity can be ignored. Speed and direction are the magnitude and resultant angle referenced to an earth coordinate system from vector addition using the horizontal velocity components. This is also known as Euclidean Vectors, that is, it is a physical quantity having both speed and direction. There are two different methods of describing a Euclidean Vector, as East and North or as Speed and Direction. The East and North presentation of this vector can be calculated using the following formulas: East = cos(hh) Vx sin(hh) Vy North = sin(hh) Vx + cos(hh) Vy These equations can be found from the T enu matrix. hh is the heading, as defined above. It is assumed that the tilt of the instrument is close to zero. To convert East and North to Speed and Direction, use the following formulas: Current speed (Pythagoras): East 2 + North 2 Excel and Matlab: SQRT(East*East+North*North) Current direction: The calculation is based on the familiar Theta = arctan(x/y). In order to know the correct quadrant that the computed angle belong in, one has to use the four-quadrant invers tangent (arctan2). The 180/π converts from radians to degrees. The modulo (mod) is taken in order to avoid negative degrees.

7 Excel: MOD(ARCTAN2(East;North)*180/PI,360), Matlab: mod(atan2(north, East)*180/pi, 360) Note that the current direction is defined as towards.

8 Compass update rate The transformation between the beam and XYZ coordinates can be accomplished with no loss of information, because the transformation matrix is used. When converting to ENU coordinates, the compass update rate sets the limit to which coordinate transforms can be performed. The magnetometer measures the magnitude of three components of the earth's magnetic field at a user-specified rate. All Nortek products (with compass) combine this information to compute the instrument's heading, and then use this to correct the measured velocities to earth coordinates. Compass is typically sampled at 1 Hz, meaning the transformation matrix is updated with pitch, roll and heading information every second. If the current measurement data rate is 4 Hz, it means the four samples in each second share the same heading and attitude and there the same transformation. If onboard averaging is performed and the instrument is moving during the average interval, it is not possible to recover valid XYZ data from an ENU average velocity. With the Vector, it is therefore not recommended to collect internally averaged beam or XYZ velocity data because of the possibility of bias due to a moving instrument Pitch, Roll and Heading In their raw format, currents are measured along each of the three beams. In order to get the information referenced to earth coordinates (ENU) it is therefore necessary to detect the instrument s orientation in space. Attitude sensors, such as pitch, roll and compass heading (if equipped) are therefore used to aid in the transformation needed to correct for the instrument s attitude and motion. Note that the transforms from beam to XYZ or ENU corrects for tilt (and compass) in the sense that the final coordinate system is aligned with the gravitational axis (and the magnetic north pole). However, the data are not automatically corrected for the vertical mapping of the cells. When the instrument is tilted during deployment, the measurement cell from e.g. beam 1 may not correspond to the same measurement cell of e.g. beam 2, as sketched on the next page. In this example, depth cell 6 from the first beam corresponds to depth cell 7 of the second beam when the instrument is tilted 15. In all current profilers, the velocity is measured in fixed cells along each acoustic beam. The length of each cell ( cell size ) is defined as a time interval multiplied by the speed of sound, which is then projected onto the vertical axis. However, since the beam axis is not vertical (but 25 ), the size of the cell will not be the same in beam 1 as beam 2 when tilted. For this reason, there will be residual errors in the current profile. The residual error can be characterized by: Smearing of shear. The shear layer will look thicker than it really is, since the measurements are retrieved at different depths. Apparent vertical velocities. In areas of shear, there will appear to be a vertical velocity that is in fact an artifact of the processing. It is possible to remap the velocity cells for each beam and thereby minimize the residual error. This is not done in the instruments for the simple reason that the mapping is non-linear. Remapping is included as processing options in the Storm and Surge software. Depth cell mapping matches the cells at equal depth by using the information from the tilt sensor when computing the velocity, to maintain the assumption of horizontal homogeneity of the current velocity. Reprocessing with the software will also ensure that the

9 shear data are as accurate as possible. The best solution, however, is to make sure the instrument is level during deployment. Tilt degrades data in ways that are not always recoverable, such as increasing the thickness of the surface sidelobe layer and in some case reducing the effective range of your instrument. Feil! Det er ingen tekst med den angitte stilen i dokumentet.-3: Tilting of the instrument (here 15 ) result in measurements from different cells at the same depth. Sometimes deployment frames tilt excessively or even fall over. If the instrument s tilt reading is 20 or less, your data should be within the specifications. Tilt readings between 20 and 30 affect the data accuracy in a way that is likely to make the data fail to meet the specifications. Data acquired during tilts exceeding 30 are in general not reliable and should be discarded. Using an AWAC with the AST option, a maximum tilt of 5 within the vertical should be targeted.

Graphing Trig Functions - Sine & Cosine

Graphing Trig Functions - Sine & Cosine Graphing Trig Functions - Sine & Cosine Up to this point, we have learned how the trigonometric ratios have been defined in right triangles using SOHCAHTOA as a memory aid. We then used that information

More information

What You ll See in This Chapter. Word Cloud. René Descartes. Introduction. Ian Parberry University of North Texas. Fletcher Dunn

What You ll See in This Chapter. Word Cloud. René Descartes. Introduction. Ian Parberry University of North Texas. Fletcher Dunn What You ll See in This Chapter Chapter 1: Cartesian Coordinate Systems Fletcher Dunn Valve Software Ian Parberry University of North Texas This chapter describes the basic concepts of 3D math. It is divided

More information

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Lecture 5 August 31 2016 Topics: Polar coordinate system Conversion of polar coordinates to 2-D

More information

Technical Document Compensating. for Tilt, Hard Iron and Soft Iron Effects

Technical Document Compensating. for Tilt, Hard Iron and Soft Iron Effects Technical Document Compensating for Tilt, Hard Iron and Soft Iron Effects Published: August 6, 2008 Updated: December 4, 2008 Author: Christopher Konvalin Revision: 1.2 www.memsense.com 888.668.8743 Rev:

More information

Navigational Aids 1 st Semester/2007/TF 7:30 PM -9:00 PM

Navigational Aids 1 st Semester/2007/TF 7:30 PM -9:00 PM Glossary of Navigation Terms accelerometer. A device that senses inertial reaction to measure linear or angular acceleration. In its simplest form, it consists of a case-mounted spring and mass arrangement

More information

ENGI Parametric & Polar Curves Page 2-01

ENGI Parametric & Polar Curves Page 2-01 ENGI 3425 2. Parametric & Polar Curves Page 2-01 2. Parametric and Polar Curves Contents: 2.1 Parametric Vector Functions 2.2 Parametric Curve Sketching 2.3 Polar Coordinates r f 2.4 Polar Curve Sketching

More information

Script for the Excel-based applet StereogramHeijn_v2.2.xls

Script for the Excel-based applet StereogramHeijn_v2.2.xls Script for the Excel-based applet StereogramHeijn_v2.2.xls Heijn van Gent, MSc. 25.05.2006 Aim of the applet: The aim of this applet is to plot planes and lineations in a lower Hemisphere Schmidt Net using

More information

Basics of Computational Geometry

Basics of Computational Geometry Basics of Computational Geometry Nadeem Mohsin October 12, 2013 1 Contents This handout covers the basic concepts of computational geometry. Rather than exhaustively covering all the algorithms, it deals

More information

Vector Calculus: Understanding the Cross Product

Vector Calculus: Understanding the Cross Product University of Babylon College of Engineering Mechanical Engineering Dept. Subject : Mathematics III Class : 2 nd year - first semester Date: / 10 / 2016 2016 \ 2017 Vector Calculus: Understanding the Cross

More information

navigation Isaac Skog

navigation Isaac Skog Foot-mounted zerovelocity aided inertial navigation Isaac Skog skog@kth.se Course Outline 1. Foot-mounted inertial navigation a. Basic idea b. Pros and cons 2. Inertial navigation a. The inertial sensors

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

PARAMETRIC EQUATIONS AND POLAR COORDINATES 10 PARAMETRIC EQUATIONS AND POLAR COORDINATES PARAMETRIC EQUATIONS & POLAR COORDINATES A coordinate system represents a point in the plane by an ordered pair of numbers called coordinates. PARAMETRIC EQUATIONS

More information

Chapter 4: Trigonometry

Chapter 4: Trigonometry Chapter 4: Trigonometry Section 4-1: Radian and Degree Measure INTRODUCTION An angle is determined by rotating a ray about its endpoint. The starting position of the ray is the of the angle, and the position

More information

Unit 3, Lesson 1.3 Special Angles in the Unit Circle

Unit 3, Lesson 1.3 Special Angles in the Unit Circle Unit, Lesson Special Angles in the Unit Circle Special angles exist within the unit circle For these special angles, it is possible to calculate the exact coordinates for the point where the terminal side

More information

YEAR 10- Mathematics Term 1 plan

YEAR 10- Mathematics Term 1 plan Week YEAR 10- Mathematics Term 1 plan 2016-2017 Course Objectives 1 The number system To understand and use 4 rules and order of operation. To understand and use Recurring decimals. Add subtract multiply

More information

DOWN PLUNGE CROSS SECTIONS

DOWN PLUNGE CROSS SECTIONS GG303 Lab 7 10/6/10 1 DOWN PLUNGE CROSS SECTIONS I Main Topics A Cylindrical folds B Downplunge cross-section views C Apparent dip II Cylindrical folds A Surface of a cylindrical fold is parallel to a

More information

Section 10.1 Polar Coordinates

Section 10.1 Polar Coordinates Section 10.1 Polar Coordinates Up until now, we have always graphed using the rectangular coordinate system (also called the Cartesian coordinate system). In this section we will learn about another system,

More information

Geometric Transformations

Geometric Transformations Geometric Transformations CS 4620 Lecture 9 2017 Steve Marschner 1 A little quick math background Notation for sets, functions, mappings Linear and affine transformations Matrices Matrix-vector multiplication

More information

Preview. Two-Dimensional Motion and Vectors Section 1. Section 1 Introduction to Vectors. Section 2 Vector Operations. Section 3 Projectile Motion

Preview. Two-Dimensional Motion and Vectors Section 1. Section 1 Introduction to Vectors. Section 2 Vector Operations. Section 3 Projectile Motion Two-Dimensional Motion and Vectors Section 1 Preview Section 1 Introduction to Vectors Section 2 Vector Operations Section 3 Projectile Motion Section 4 Relative Motion Two-Dimensional Motion and Vectors

More information

WinH-ADCP User s Guide

WinH-ADCP User s Guide WinH-ADCP User s Guide P/N 95B-6000-00 (January 2005) RD Instruments Acoustic Doppler Solutions Table of Contents 1 Introduction... 1 1.1 System Requirements...1 1.2 Software Installation...2 1.3 Conventions

More information

Local Magnetic Distortion Effects on 3-Axis Compassing

Local Magnetic Distortion Effects on 3-Axis Compassing PNI White Paper Local Magnetic Distortion Effects on 3-Axis Compassing SUMMARY Digital 3-axis compasses from three different manufacturers were tested for heading error when a battery (having magnetic

More information

Lesson 7 Determining Direction. Key Terms. azimuth back azimuth degree grid azimuth grid north magnetic azimuth magnetic north true north

Lesson 7 Determining Direction. Key Terms. azimuth back azimuth degree grid azimuth grid north magnetic azimuth magnetic north true north Lesson 7 Determining Direction U.S. ARMY Key Terms J R O T C azimuth back azimuth degree grid azimuth grid north magnetic azimuth magnetic north true north WHAT YOU WILL LEARN TO DO Calculate direction

More information

Trigonometric Functions of Any Angle

Trigonometric Functions of Any Angle Trigonometric Functions of Any Angle MATH 160, Precalculus J. Robert Buchanan Department of Mathematics Fall 2011 Objectives In this lesson we will learn to: evaluate trigonometric functions of any angle,

More information

4.1: Angles & Angle Measure

4.1: Angles & Angle Measure 4.1: Angles & Angle Measure In Trigonometry, we use degrees to measure angles in triangles. However, degree is not user friendly in many situations (just as % is not user friendly unless we change it into

More information

Polar Coordinates. OpenStax. 1 Dening Polar Coordinates

Polar Coordinates. OpenStax. 1 Dening Polar Coordinates OpenStax-CNX module: m53852 1 Polar Coordinates OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License 4.0 Abstract Locate points

More information

9.1 POLAR COORDINATES

9.1 POLAR COORDINATES 9. Polar Coordinates Contemporary Calculus 9. POLAR COORDINATES The rectangular coordinate system is immensely useful, but it is not the only way to assign an address to a point in the plane and sometimes

More information

Middle School Mathematics Trimester 2 Subject Overview

Middle School Mathematics Trimester 2 Subject Overview 1 Class 7 Linear Graphs Sequences Data Handling Perimeter and Area Read and plot coordinates of points determined by geometric information in all four quadrants Generate coordinate pairs that satisfy a

More information

6.1 Polar Coordinates

6.1 Polar Coordinates 6.1 Polar Coordinates Introduction This chapter introduces and explores the polar coordinate system, which is based on a radius and theta. Students will learn how to plot points and basic graphs in this

More information

LESSON 6: DETERMINING DIRECTION

LESSON 6: DETERMINING DIRECTION LESSON 6: DETERMINING DIRECTION PURPOSE Directions play an important role in everyday life. People oftentimes express them as right, left, straight ahead, and so forth; but then the question arises, to

More information

1 Trigonometry -Ideas and Applications

1 Trigonometry -Ideas and Applications 1 Trigonometry -Ideas and Applications 1.1 A second look at graphs The sine and cosine are basic entities of trigonometry, for the other four functions can be defined in terms of them. The graphs can be

More information

Lab 21.1 The Tangent Galvanometer

Lab 21.1 The Tangent Galvanometer Name School Date Lab 21.1 The Tangent Galvanometer Purpose To investigate the magnetic field at the center of a current-carrying loop of wire. To verify the right-hand rule for the field inside a current

More information

There are a few links in the text to other parts of the text. These function correctly only if all sections are expanded.

There are a few links in the text to other parts of the text. These function correctly only if all sections are expanded. CAUTION Printing this document can produce errors in the hard copy. For example, on some platforms, output to a postscript file converts plus-minus signs to plus signs. It is suggested that this manuscript

More information

Polar Coordinates. 2, π and ( )

Polar Coordinates. 2, π and ( ) Polar Coordinates Up to this point we ve dealt exclusively with the Cartesian (or Rectangular, or x-y) coordinate system. However, as we will see, this is not always the easiest coordinate system to work

More information

(Refer Slide Time: 00:04:20)

(Refer Slide Time: 00:04:20) Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture 8 Three Dimensional Graphics Welcome back all of you to the lectures in Computer

More information

ECV ecompass Series. Technical Brief. Rev A. Page 1 of 8. Making Sense out of Motion

ECV ecompass Series. Technical Brief. Rev A. Page 1 of 8. Making Sense out of Motion Technical Brief The ECV ecompass Series provides stable azimuth, pitch, and roll measurements in dynamic conditions. An enhanced version of our ECG Series, the ECV includes a full suite of precision, 3-axis,

More information

Visualisation Pipeline : The Virtual Camera

Visualisation Pipeline : The Virtual Camera Visualisation Pipeline : The Virtual Camera The Graphics Pipeline 3D Pipeline The Virtual Camera The Camera is defined by using a parallelepiped as a view volume with two of the walls used as the near

More information

Name: Block: What I can do for this unit:

Name: Block: What I can do for this unit: Unit 8: Trigonometry Student Tracking Sheet Math 10 Common Name: Block: What I can do for this unit: After Practice After Review How I Did 8-1 I can use and understand triangle similarity and the Pythagorean

More information

2. Periodic functions have a repeating pattern called a cycle. Some examples from real-life that have repeating patterns might include:

2. Periodic functions have a repeating pattern called a cycle. Some examples from real-life that have repeating patterns might include: GRADE 2 APPLIED SINUSOIDAL FUNCTIONS CLASS NOTES Introduction. To date we have studied several functions : Function linear General Equation y = mx + b Graph; Diagram Usage; Occurence quadratic y =ax 2

More information

3DM-GX1 Data Communications Protocol

3DM-GX1 Data Communications Protocol DCP Manual Version 3.1.02 3DM-GX1 Data Communications Protocol Little Sensors, Big Ideas www.microstrain.com 2010 by MicroStrain, Inc. 459 Hurricane Lane Suite 102 Williston, VT 05495 USA Phone: 802-862-6629

More information

Barrhead High School Mathematics Department. National 4 Mathematics. Learning Intentions & Success Criteria: Assessing My Progress

Barrhead High School Mathematics Department. National 4 Mathematics. Learning Intentions & Success Criteria: Assessing My Progress Barrhead High School Mathematics Department National 4 Mathematics Learning Intentions & Success Criteria: Assessing My Progress Expressions and Formulae Topic Learning Intention Success Criteria I understand

More information

Ganado Unified School District Pre-Calculus 11 th /12 th Grade

Ganado Unified School District Pre-Calculus 11 th /12 th Grade Ganado Unified School District Pre-Calculus 11 th /12 th Grade PACING Guide SY 2016-2017 Timeline & Resources Quarter 1 AZ College and Career Readiness Standard HS.A-CED.4. Rearrange formulas to highlight

More information

Overview. By end of the week:

Overview. By end of the week: Overview By end of the week: - Know the basics of git - Make sure we can all compile and run a C++/ OpenGL program - Understand the OpenGL rendering pipeline - Understand how matrices are used for geometric

More information

Suggested Foundation Topics for Paper 2

Suggested Foundation Topics for Paper 2 Suggested Foundation Topics for Paper 2 Number N a N b N b N c N d Add, subtract, multiply and divide any positive and negative integers Order decimals and integers Order rational numbers Use the concepts

More information

1. Be sure to complete the exploration before working on the rest of this worksheet.

1. Be sure to complete the exploration before working on the rest of this worksheet. PreCalculus Worksheet 4.1 1. Be sure to complete the exploration before working on the rest of this worksheet.. The following angles are given to you in radian measure. Without converting to degrees, draw

More information

CS354 Computer Graphics Rotations and Quaternions

CS354 Computer Graphics Rotations and Quaternions Slide Credit: Don Fussell CS354 Computer Graphics Rotations and Quaternions Qixing Huang April 4th 2018 Orientation Position and Orientation The position of an object can be represented as a translation

More information

Computer Graphics. Lecture 2. Doç. Dr. Mehmet Gokturk

Computer Graphics. Lecture 2. Doç. Dr. Mehmet Gokturk Computer Graphics Lecture 2 Doç. Dr. Mehmet Gokturk Mathematical Foundations l Hearn and Baker (A1 A4) appendix gives good review l Some of the mathematical tools l Trigonometry l Vector spaces l Points,

More information

The Polar Coordinate System

The Polar Coordinate System University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln MAT Exam Expository Papers Math in the Middle Institute Partnership 7-008 The Polar Coordinate System Alisa Favinger University

More information

Ganado Unified School District Trigonometry/Pre-Calculus 12 th Grade

Ganado Unified School District Trigonometry/Pre-Calculus 12 th Grade Ganado Unified School District Trigonometry/Pre-Calculus 12 th Grade PACING Guide SY 2014-2015 Timeline & Resources Quarter 1 AZ College and Career Readiness Standard HS.A-CED.4. Rearrange formulas to

More information

Precalculus: Graphs of Tangent, Cotangent, Secant, and Cosecant Practice Problems. Questions

Precalculus: Graphs of Tangent, Cotangent, Secant, and Cosecant Practice Problems. Questions Questions 1. Describe the graph of the function in terms of basic trigonometric functions. Locate the vertical asymptotes and sketch two periods of the function. y = 3 tan(x/2) 2. Solve the equation csc

More information

This unit is built upon your knowledge and understanding of the right triangle trigonometric ratios. A memory aid that is often used was SOHCAHTOA.

This unit is built upon your knowledge and understanding of the right triangle trigonometric ratios. A memory aid that is often used was SOHCAHTOA. Angular Rotations This unit is built upon your knowledge and understanding of the right triangle trigonometric ratios. A memory aid that is often used was SOHCAHTOA. sin x = opposite hypotenuse cosx =

More information

Theodolite Survey of the Dome from the AO9 Monument August 2001

Theodolite Survey of the Dome from the AO9 Monument August 2001 Theodolite Survey of the Dome from the AO9 Monument August 2001 The Gregorian dome was surveyed from the AO9 monument at the base of the main reflector in August 2001. The following is an edited and reformatted

More information

Edexcel Linear GCSE Higher Checklist

Edexcel Linear GCSE Higher Checklist Number Add, subtract, multiply and divide whole numbers integers and decimals Multiply and divide fractions Order integers and decimals Order rational numbers Use the concepts and vocabulary of factor

More information

Review of Trigonometry

Review of Trigonometry Worksheet 8 Properties of Trigonometric Functions Section Review of Trigonometry This section reviews some of the material covered in Worksheets 8, and The reader should be familiar with the trig ratios,

More information

3D Transformations. CS 4620 Lecture 10. Cornell CS4620 Fall 2014 Lecture Steve Marschner (with previous instructors James/Bala)

3D Transformations. CS 4620 Lecture 10. Cornell CS4620 Fall 2014 Lecture Steve Marschner (with previous instructors James/Bala) 3D Transformations CS 4620 Lecture 10 1 Translation 2 Scaling 3 Rotation about z axis 4 Rotation about x axis 5 Rotation about y axis 6 Properties of Matrices Translations: linear part is the identity

More information

Secondary Math 3- Honors. 7-4 Inverse Trigonometric Functions

Secondary Math 3- Honors. 7-4 Inverse Trigonometric Functions Secondary Math 3- Honors 7-4 Inverse Trigonometric Functions Warm Up Fill in the Unit What You Will Learn How to restrict the domain of trigonometric functions so that the inverse can be constructed. How

More information

AY120A,B CHEAT-SHEET FOR SPHERICAL COORDINATE TRANSFORMATION

AY120A,B CHEAT-SHEET FOR SPHERICAL COORDINATE TRANSFORMATION AY120A,B CHEAT-SHEET FOR SPHERICAL COORDINATE TRANSFORMATION Carl Heiles In our never-ending attempt to make your life easier, we present you with the quickest of quick summaries of spherical coordinate

More information

THE VIEWING TRANSFORMATION

THE VIEWING TRANSFORMATION ECS 178 Course Notes THE VIEWING TRANSFORMATION Kenneth I. Joy Institute for Data Analysis and Visualization Department of Computer Science University of California, Davis Overview One of the most important

More information

Vector Algebra Transformations. Lecture 4

Vector Algebra Transformations. Lecture 4 Vector Algebra Transformations Lecture 4 Cornell CS4620 Fall 2008 Lecture 4 2008 Steve Marschner 1 Geometry A part of mathematics concerned with questions of size, shape, and relative positions of figures

More information

Graphics and Interaction Transformation geometry and homogeneous coordinates

Graphics and Interaction Transformation geometry and homogeneous coordinates 433-324 Graphics and Interaction Transformation geometry and homogeneous coordinates Department of Computer Science and Software Engineering The Lecture outline Introduction Vectors and matrices Translation

More information

3D Transformations. CS 4620 Lecture Kavita Bala w/ prior instructor Steve Marschner. Cornell CS4620 Fall 2015 Lecture 11

3D Transformations. CS 4620 Lecture Kavita Bala w/ prior instructor Steve Marschner. Cornell CS4620 Fall 2015 Lecture 11 3D Transformations CS 4620 Lecture 11 1 Announcements A2 due tomorrow Demos on Monday Please sign up for a slot Post on piazza 2 Translation 3 Scaling 4 Rotation about z axis 5 Rotation about x axis 6

More information

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates Department of Computer Science and Software Engineering The Lecture outline Introduction Vectors and matrices Translation

More information

MATH STUDENT BOOK. 12th Grade Unit 4

MATH STUDENT BOOK. 12th Grade Unit 4 MATH STUDENT BOOK th Grade Unit Unit GRAPHING AND INVERSE FUNCTIONS MATH 0 GRAPHING AND INVERSE FUNCTIONS INTRODUCTION. GRAPHING 5 GRAPHING AND AMPLITUDE 5 PERIOD AND FREQUENCY VERTICAL AND HORIZONTAL

More information

DYNAMIC POSITIONING CONFERENCE September 16-17, Sensors

DYNAMIC POSITIONING CONFERENCE September 16-17, Sensors DYNAMIC POSITIONING CONFERENCE September 16-17, 2003 Sensors An Integrated acoustic positioning and inertial navigation system Jan Erik Faugstadmo, Hans Petter Jacobsen Kongsberg Simrad, Norway Revisions

More information

This was written by a designer of inertial guidance machines, & is correct. **********************************************************************

This was written by a designer of inertial guidance machines, & is correct. ********************************************************************** EXPLANATORY NOTES ON THE SIMPLE INERTIAL NAVIGATION MACHINE How does the missile know where it is at all times? It knows this because it knows where it isn't. By subtracting where it is from where it isn't

More information

Trigonometry Review Version 0.1 (September 6, 2004)

Trigonometry Review Version 0.1 (September 6, 2004) Trigonometry Review Version 0. (September, 00 Martin Jackson, University of Puget Sound The purpose of these notes is to provide a brief review of trigonometry for students who are taking calculus. The

More information

( ) Derivation of Polar Reduction Formula for a Calculator Robert Bernecky April, 2018 ( )

( ) Derivation of Polar Reduction Formula for a Calculator Robert Bernecky April, 2018 ( ) Derivation of Polar Reduction Formula for a Calculator Robert Bernecky April, 2018 1 Problem Statement The polar reduction formula takes an observer's assumed position (lat, lon), and a body's celestial

More information

SNAP Centre Workshop. Introduction to Trigonometry

SNAP Centre Workshop. Introduction to Trigonometry SNAP Centre Workshop Introduction to Trigonometry 62 Right Triangle Review A right triangle is any triangle that contains a 90 degree angle. There are six pieces of information we can know about a given

More information

Ganado Unified School District #20 (Pre-Calculus 11th/12th Grade)

Ganado Unified School District #20 (Pre-Calculus 11th/12th Grade) Ganado Unified School District #20 (Pre-Calculus 11th/12th Grade) PACING Guide SY 2018-2019 Timeline & Quarter 1 AZ College and Career Readiness Standard HS.A-CED.4. Rearrange formulas to highlight a quantity

More information

3D Computer Graphics. Jared Kirschner. November 8, 2010

3D Computer Graphics. Jared Kirschner. November 8, 2010 3D Computer Graphics Jared Kirschner November 8, 2010 1 Abstract We are surrounded by graphical displays video games, cell phones, television sets, computer-aided design software, interactive touch screens,

More information

Angle, symmetry and transformation

Angle, symmetry and transformation Terms Illustrations Definition Acute angle An angle greater than 0 and less than 90. Alternate angles Where two straight lines are cut by a third, as in the diagrams, the angles d and f (also c and e)

More information

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes

Jim Lambers MAT 169 Fall Semester Lecture 33 Notes Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 33 Notes These notes correspond to Section 9.3 in the text. Polar Coordinates Throughout this course, we have denoted a point in the plane by an ordered

More information

CS 445 / 645 Introduction to Computer Graphics. Lecture 21 Representing Rotations

CS 445 / 645 Introduction to Computer Graphics. Lecture 21 Representing Rotations CS 445 / 645 Introduction to Computer Graphics Lecture 21 Representing Rotations Parameterizing Rotations Straightforward in 2D A scalar, θ, represents rotation in plane More complicated in 3D Three scalars

More information

1. The Pythagorean Theorem

1. The Pythagorean Theorem . The Pythagorean Theorem The Pythagorean theorem states that in any right triangle, the sum of the squares of the side lengths is the square of the hypotenuse length. c 2 = a 2 b 2 This theorem can be

More information

Trigonometric Ratios and Functions

Trigonometric Ratios and Functions Algebra 2/Trig Unit 8 Notes Packet Name: Date: Period: # Trigonometric Ratios and Functions (1) Worksheet (Pythagorean Theorem and Special Right Triangles) (2) Worksheet (Special Right Triangles) (3) Page

More information

Section 7.6 Graphs of the Sine and Cosine Functions

Section 7.6 Graphs of the Sine and Cosine Functions Section 7.6 Graphs of the Sine and Cosine Functions We are going to learn how to graph the sine and cosine functions on the xy-plane. Just like with any other function, it is easy to do by plotting points.

More information

Fundamentals of Structural Geology Exercise: concepts from chapter 2

Fundamentals of Structural Geology Exercise: concepts from chapter 2 0B Reading: Fundamentals of Structural Geology, Ch 2 1) Develop a MATLAB script that plots the spherical datum (Fig. 2.1a) with unit radius as a wire-frame diagram using lines of constant latitude and

More information

Algebra II. Slide 1 / 162. Slide 2 / 162. Slide 3 / 162. Trigonometric Functions. Trig Functions

Algebra II. Slide 1 / 162. Slide 2 / 162. Slide 3 / 162. Trigonometric Functions. Trig Functions Slide 1 / 162 Algebra II Slide 2 / 162 Trigonometric Functions 2015-12-17 www.njctl.org Trig Functions click on the topic to go to that section Slide 3 / 162 Radians & Degrees & Co-terminal angles Arc

More information

Strapdown inertial navigation technology

Strapdown inertial navigation technology Strapdown inertial navigation technology D. H. Titterton and J. L. Weston Peter Peregrinus Ltd. on behalf of the Institution of Electrical Engineers Contents Preface Page xiii 1 Introduction 1 1.1 Navigation

More information

2009 GCSE Maths Tutor All Rights Reserved

2009 GCSE Maths Tutor All Rights Reserved 2 This book is under copyright to GCSE Maths Tutor. However, it may be distributed freely provided it is not sold for profit. Contents angles 3 bearings 8 triangle similarity 9 triangle congruency 11 Pythagoras

More information

Rational Numbers: Graphing: The Coordinate Plane

Rational Numbers: Graphing: The Coordinate Plane Rational Numbers: Graphing: The Coordinate Plane A special kind of plane used in mathematics is the coordinate plane, sometimes called the Cartesian plane after its inventor, René Descartes. It is one

More information

Strapdown Inertial Navigation Technology

Strapdown Inertial Navigation Technology Strapdown Inertial Navigation Technology 2nd Edition David Titterton and John Weston The Institution of Engineering and Technology Preface xv 1 Introduction 1 1.1 Navigation 1 1.2 Inertial navigation 2

More information

Quaternions and Euler Angles

Quaternions and Euler Angles Quaternions and Euler Angles Revision #1 This document describes how the VR Audio Kit handles the orientation of the 3D Sound One headset using quaternions and Euler angles, and how to convert between

More information

3.0 Trigonometry Review

3.0 Trigonometry Review 3.0 Trigonometry Review In trigonometry problems, all vertices (corners or angles) of the triangle are labeled with capital letters. The right angle is usually labeled C. Sides are usually labeled with

More information

Chapter 13. Vision Based Guidance. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012,

Chapter 13. Vision Based Guidance. Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 2012, Chapter 3 Vision Based Guidance Beard & McLain, Small Unmanned Aircraft, Princeton University Press, 22, Chapter 3: Slide Architecture w/ Camera targets to track/avoid vision-based guidance waypoints status

More information

AP Calculus Summer Review Packet

AP Calculus Summer Review Packet AP Calculus Summer Review Packet Name: Date began: Completed: **A Formula Sheet has been stapled to the back for your convenience!** Email anytime with questions: danna.seigle@henry.k1.ga.us Complex Fractions

More information

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC

Walt Whitman High School SUMMER REVIEW PACKET. For students entering AP CALCULUS BC Walt Whitman High School SUMMER REVIEW PACKET For students entering AP CALCULUS BC Name: 1. This packet is to be handed in to your Calculus teacher on the first day of the school year.. All work must be

More information

ECS ecompass Series. ECS ecompass Series. Strap down Electronic Compass. General Description. Features. Making Sense out of Motion

ECS ecompass Series. ECS ecompass Series. Strap down Electronic Compass. General Description. Features. Making Sense out of Motion ECS ecompass Series Strap down Electronic Compass General Description Features High Accuracy Heading within 0.5 or better Tilt within 0.2 or better Wide Operating Range ±42 Pitch and Roll ±80 Dip angle

More information

Algebra II Trigonometric Functions

Algebra II Trigonometric Functions Slide 1 / 162 Slide 2 / 162 Algebra II Trigonometric Functions 2015-12-17 www.njctl.org Slide 3 / 162 Trig Functions click on the topic to go to that section Radians & Degrees & Co-terminal angles Arc

More information

ECE569 Fall 2015 Solution to Problem Set 2

ECE569 Fall 2015 Solution to Problem Set 2 ECE569 Fall 2015 Solution to Problem Set 2 These problems are from the textbook by Spong et al. 1, which is the textbook for the ECE580 this Fall 2015 semester. As such, many of the problem statements

More information

Application Note: Multipoint Calibration Primer

Application Note: Multipoint Calibration Primer 1001766 R01- Revised 13Jan04 Application Note: Multipoint Calibration Primer Introduction PNI Corporation s Magneto-Inductive (MI) sensors are based on patented technology that delivers breakthrough, cost-effective

More information

BASIC ELEMENTS. Geometry is the study of the relationships among objects in an n-dimensional space

BASIC ELEMENTS. Geometry is the study of the relationships among objects in an n-dimensional space GEOMETRY 1 OBJECTIVES Introduce the elements of geometry Scalars Vectors Points Look at the mathematical operations among them Define basic primitives Line segments Polygons Look at some uses for these

More information

CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12

CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12 Tool 1: Standards for Mathematical ent: Interpreting Functions CCSSM Curriculum Analysis Project Tool 1 Interpreting Functions in Grades 9-12 Name of Reviewer School/District Date Name of Curriculum Materials:

More information

by Kevin M. Chevalier

by Kevin M. Chevalier Precalculus Review Handout.4 Trigonometric Functions: Identities, Graphs, and Equations, Part I by Kevin M. Chevalier Angles, Degree and Radian Measures An angle is composed of: an initial ray (side) -

More information

COARSE LEVELING OF INS ATTITUDE UNDER DYNAMIC TRAJECTORY CONDITIONS. Paul G. Savage Strapdown Associates, Inc.

COARSE LEVELING OF INS ATTITUDE UNDER DYNAMIC TRAJECTORY CONDITIONS. Paul G. Savage Strapdown Associates, Inc. COARSE LEVELIG OF IS ATTITUDE UDER DYAMIC TRAJECTORY CODITIOS Paul G. Savage Strapdown Associates, Inc. SAI-W-147 www.strapdownassociates.com January 28, 215 ASTRACT Approximate attitude initialization

More information

2.3 Circular Functions of Real Numbers

2.3 Circular Functions of Real Numbers www.ck12.org Chapter 2. Graphing Trigonometric Functions 2.3 Circular Functions of Real Numbers Learning Objectives Graph the six trigonometric ratios as functions on the Cartesian plane. Identify the

More information

Section 6.2 Graphs of the Other Trig Functions

Section 6.2 Graphs of the Other Trig Functions Section 62 Graphs of the Other Trig Functions 369 Section 62 Graphs of the Other Trig Functions In this section, we will explore the graphs of the other four trigonometric functions We ll begin with the

More information

Computing the 3D Viewing Transformation

Computing the 3D Viewing Transformation Computing the 3D Viewing Transformation John E. Howland Department of Computer Science Trinity University 715 Stadium Drive San Antonio, Texas 78212-7200 Voice: (210) 999-7380 Fax: (210) 999-7477 E-mail:

More information

9-1 GCSE Maths. GCSE Mathematics has a Foundation tier (Grades 1 5) and a Higher tier (Grades 4 9).

9-1 GCSE Maths. GCSE Mathematics has a Foundation tier (Grades 1 5) and a Higher tier (Grades 4 9). 9-1 GCSE Maths GCSE Mathematics has a Foundation tier (Grades 1 5) and a Higher tier (Grades 4 9). In each tier, there are three exams taken at the end of Year 11. Any topic may be assessed on each of

More information

ORIENTATIONS OF LINES AND PLANES IN SPACE

ORIENTATIONS OF LINES AND PLANES IN SPACE GG303 Lab 1 8/21/09 1 ORIENTATIONS OF LINES AND PLANES IN SPACE I Main Topics A Definitions of points, lines, and planes B Geologic methods for describing lines and planes C Attitude symbols for geologic

More information

CCNY Math Review Chapters 5 and 6: Trigonometric functions and graphs

CCNY Math Review Chapters 5 and 6: Trigonometric functions and graphs Ch 5. Trigonometry 6. Angles 6. Right triangles 6. Trig funs for general angles 5.: Trigonometric functions and graphs 5.5 Inverse functions CCNY Math Review Chapters 5 and 6: Trigonometric functions and

More information