Position Estimation Using an Inertial Measurement Unit Without Tracking System
|
|
- Heikki Pesonen
- 5 vuotta sitten
- Katselukertoja:
Transkriptio
1 Position Estimation Using an Inertial Measurement Unit Without Tracking System Johnny Leporcq School of Electrical Engineering Thesis submitted for examination for the degree of Master of Science in Technology. Espoo Thesis supervisor and advisor: Prof. Risto Wichman
2 aalto university school of electrical engineering abstract of the master s thesis Author: Johnny Leporcq Title: Position Estimation Using an Inertial Measurement Unit Without Tracking System Date: Language: English Number of pages: 7+57 Department of Signal Processing and Acoustics Professorship: Signal processing Supervisor and advisor: Prof. Risto Wichman This thesis aims to estimate the position of an inertial measurement unit (IMU) without any tracking device such as GPS. The work includes the calibration of the accelerometer with particle swarm optimization (PSO) to solve the equation, the gyrometer with the extended Kalman filter (EKF) and the magnetometer also with EKF. The calibration is realized with the data from the sensors and Matlab. When the calibration is done, the acceleration is obtained from the accelerometer and the gyrometer. The algorithm employs mostly rotation matrix theory. The performance of the algorithm depends on the success of the calibration. A small error in the estimation of the acceleration leads to a wrong result. This was, nevertheless, to be expected as a double integration with respect to time of a signal with remaining traces of bias is doomed to fail without any correction algorithms. Unfortunately, a working algorithm could not be achieved, pointing out that it may be difficult to realize one without external devices such as GPS. Keywords: Inertial measurement unit (IMU), Extended Kalman filter (EKF), Rotation matrix, Orthogonalization, Particle swarm optimization (PSO), Calibration
3 aalto-yliopisto sähkötekniikan korkeakoulu diplomityön tiivistelmä Tekijä: Johnny Leporcq Työn nimi: Sijainnin estimointi inertiamittausyksikölla ilman paikannusjärjestelmää Päivämäärä: Kieli: Englanti Sivumäärä: 7+57 Signaalinkäsittely laitos Professuuri: Signaalinkäsittely Työn valvoja: Prof. Risto Wichman Työn ohjaaja: Prof. Risto Wichman Tässä työssä estimoidaan inertiamittausyksikön (IMU) sijaintia käyttämättä GPSlaitetta. Työ sisältää kiihtyvyysanturin kalibroinnin hiukkasparvioptimointialgorithmilla (PSO), gyroskoopin laajennetulla Kalmanin suodattimella (EKF) ja kompassin EKF:lla. Kalibrointi on suoritettu vain anturien arvoilla ja Matlabsovelluksella. Anturin kiihtyvyys saa kalibroiduilta kiihtyvyysanturilta ja kompassilta. Algorithmi käyttää rotaatiomatriisin teoria. Algorithmi tehokkuus riippuu kalibroinnista. Pienikin estimointivirhe aiheittaa väärän tuloksen.työn tulokset voitiin ennustaa koska tuplaintegrointi pienellä virhellä johtaa helposti ja nopeasti tulokset väärään suuntaan. Työn algoritmi vaatii korjausalgoritmin joka pystyisi poistamaan integroinnin virheen. Valitettavasti toimivaa algoritmia ei löydettu, joka viittaa siihen, että sen toteutaminen saattaa olla vaikeaa ilman apulaitetta, kuten GPS-laitetta. Avainsanat: Inertiamittausyksikkö (IMU), Laajennettu Kalmanin suodatin (EKF), Rotaatiomatriisi, Ortogonalisoiminen, Hiukkasparvioptimointi (PSO), Kalibrointi
4 iv Preface I want to thank Professor Wichman for the subject and my girlfriend Vanessa for her patience. Helsinki, Johnny Leporcq
5 v Contents Abstract Abstract (in Finnish) Preface Contents Symbols and abbreviations ii iii iv v vii 1 Introduction Motivation Structure Sensors Accelerometer Gyrometer Magnetometer Barometric pressure sensor Sensor fusion Mathematical basics Orthonormal basis Basis Orthonormality Rotation matrix Properties Rotation of a vector Attitude and Gimbal Lock Change of basis Numerical integration Rectangle rule The midpoint rule Trapezoidal rule Simpson s rule Mathematical models of the sensors and the noise Noise model Accelerometer model Gyrometer model Magnetometer
6 5 Algorithms Calibration Accelerometer Magnetometer Gyrometer Gravity vector computation The Kalman filter The Kalman Filter for linear system Extended Kalman Filter Algorithm of the Kalman filter Obtaining the position The modified Gram-Schmidt process Particle swarm optimization Experiments Simulation The construction of the simulation data Test of the calibration algorithms The calibration of the magnetometer The calibration of the gyrometer The calibration of the accelerometer Distance Equipment TM4C123GH6PM MPU Pressure sensor BMP Experiments on real data Calibration of magnetometer Calibration of gyrometer Calibration of accelerometer Results of the position estimation Discussion and conclusion 51 References 52 A Appendix A 55 B Appendix B 56 vi
7 vii Symbols and abbreviations Symbols g ω a v p ω I J ϕ θ ψ Gravitational vector Angular speed Acceleration vector Speed vector Position vector Angular velocity Matrix identity Jacobian matrix Pitch Roll Yaw Operators. column vector. Module of a vector E[.] The expectation operator d derivative with respect to variable t dt partial derivative with respect to variable t t i sum over index i T Transpose Cross product dot product Integral Abbreviations ADC EKF EEMD GPS IMU MEMS MMSE PDF PSO Analog Digital Converter Extended Kalman filter Ensemble Empirical Mode Decomposition Global Positioning System Inertial Movement Unit Micro-Electro-Mechanical Systems Minimum Mean Square Error Probality Density Function Particle Swarm Optimization
8 1 1 Introduction 1.1 Motivation The Inertial Measurement Unit (IMU) are these days frequently used in robotics, in vehicles and, of course, in mobile phones. An IMU is often composed of an accelerometer, a gyrometer and a magnetometer. The latter two sensors are typical navigation instruments that are used in boats or planes. The compass is roughly a special case of magnetometer. The compass only shows the direction of the local magnetic field while a magnetometer measures also its strength. These bulky and very expensive equipment are nowadays replace by MEMS (Micro-Electro-Mechanical Systems) version because of their size and their low cost. Their price goes from 2 $ to over 2000 $ while an high end gyrometer could cost over $. There are a large number of MEMS IMU manufacturer, such as Xsens, Analog devices, Honeywell or MEMSIC which provide high end (also called tactical grade) IMU and STMicroelectronics, mcube, Bosch and TDK InvenSense which provides cheap IMU that are used, for instance, in mobile phone. In this work, the manufacturer of the IMU is TDK Invensense and the board manufacturer is CJMCU. The price of the board was about 9 $. A tactical grade IMU are sold fully calibrated while the low cost ones are sold with some factory calibrations which are stored in the IMU registers. The calibration only covers the scaling factors of each axes. The motivation behind this thesis resides in obtaining the position of the sensor without tracking system nor expensive calibration equipment. The position estimation using an IMU has been obviously studied in numerous papers but there is in most cases a tracking system that corrects any deviation of the position estimated by the IMU. The tracking device is usually a GPS [1] if outdoor and indoor it can be WiFi network [2] or RFID (Radio Frequency Identification) [3] or a camera [4]. The reason of this thesis is too see if it is possible to estimate the position without heavy correction of the position by an external sensor. The word "heavy" was used in the previous sentence because in many papers it feels that the tracking system alone would give the same results because the position estimated by the IMU does drift and is at least every second corrected by the tracking system. 1.2 Structure In the first part, a global view of the sensors available on the electronic board will be given. It covers briefly the theory of the physical phenomenas that make the sensors operate. In the following chapter, the mathematical theory on rotation matrix needed to understand the work. The theory on rotation matrices is long and tedious but, in this paper, it will be only briefly described. The theory is followed by the theoretical presentation of the algorithms present in the work. Afterward, in the fifth chapter, a simulation accompanies and test the theory. The simulation is realized using synthetic signals that simulate the data signals of the sensors. In the sixth chapter, a brief description of the electronic equipment used in this work is
9 given. The functioning and programming of the I 2 C bus will only be briefly examined. In the same chapter, the experiments on the data obtained by the sensor will be discussed. In the final chapter, there will be a discussion on the results with some possible future improvements that could help to improve this work. 2
10 3 2 Sensors In this part, the general knowledge on the sensors present in this work will be examined. 2.1 Accelerometer An accelerometer is a device that measures the acceleration of a movement [5]. The MEMS sensor senses the magnitude of the change caused by the acceleration and converts it into a electrical value using capacitive, piezoeletric or piezoresistive technique. In any case, the sensor senses the acceleration due to the Earth s gravity but the deviation from free fall. In other words, when an accelerometer is in free fall situation, it will measure a magnitude of 0m.s 2. An accelerometer can be described by a mechanical combination of a proof mass, Figure 2.1: Mechanical model of an one-axis accelerometer a spring and a damping system. This is more or less a seismometer (fig.2.1). The damping system is necessary to avoid oscillations. The system is in equilibrium state when there is no acceleration present on the sensor. This means that only the acceleration acting on the proof mass is the Earth s gravitational acceleration g. In a static state, the accelerometer in figure 2.1 will give a value of g. When the sensor moves, the system moves from the equilibrium state to enter into a non-static state. The difference in values of those two states is the actual acceleration applied to the sensor. In theory, the acceleration a(t) on the sensor can be written as a(t) = a m (t) g (2.1) where a m (t) is the value measured by the accelerometer. In this work, a MEMS-version of the accelerometer is utilized. It operates the same way as the mechanical description above. The sensor are usually constructed from
11 a silicon wafer (Si). The silicon is a good structural material which has a small expansion coefficient and a Young s modulus suitable and no mechanical hysteresis. The sensor is often realized with a proof mass held with four support beams. The beams, or cantilevers, work as spring but also as a damping system. For the capacitivetype, the silicon wafer is sealed between two glass wafers with aluminum sheets on the inner sides. This forms a capacitor with a capacitance that varies with the movement of the proof mass. Three degree of freedom requires three accelerometer, one for each of the three axes. Accelerometers are used in numerous applications such as monitoring motor fault situation[6], flow rate in a given pipe [7] using the changes in vibrations. The accelerometer data is the main part of this work because the position is determined by integrating the deviation of the acceleration two times with respect to time. It will be explained later that the accelerometer data for the purpose of this work cannot be employed alone. 2.2 Gyrometer The gyrometer is a device that measures the angular speed of the sensor. The basic form of the gyroscope is made of a spinning wheel whom axis is free to take any position. When the wheel is rotated, its axis positions itself according to the conservation of the angular momentum. This type is also called spinning-mass gyroscope. The gyrometer has several designs such as ring laser or the interferometric fiber-optic, quantum or vibratory. In this work, only the latter will be discussed. Other gyrometers are meant for great precision in laboratories. The vibratory gyroscope is the technology used in the MEMS-technology. The sensor is composed of a vibrating part which can be a string, a beam, a ring or two proof masses which undergo a simple harmonic motion. The two proof masses construction is, in most case, used in MEMS. The MEMS gyrometer is, like the accelerometer, realized from a silicon wafer. Silicon is used for the same reason as it is discussed in the accelerometer section 2.1, i.e. excellent Young s modulus and no mechanical hysteresis. The silicon wafer is then sealed between two glass wafers covered with aluminum foil. The two proof masses are on the same plane and aligned on the same axis. They vibrate in the direction of their axis at the exact same frequency but anti-phased. When the sensor is rotated, a force is created at the proof masses. This force is called the Corialis force and is given by F = 2m v Ω (2.2) where m is the mass of the proof mass, v the velocity of the proof mass and Ω is the rotation rate of the system. Because the masses are vibrating in an anti-phase movement, the force on themselves will always be in opposite direction compared to the other one. These forces incline the proof masses whose tilt is sensed by a capacitor. The capacitor plates are above and under the proof masses which form the capacitor. The three dimensional MEMS-gyrometer works the same way. It is composed of four 4
12 proof masses where two masses on the same axis measure the pitch while the two others measure the roll and the yaw. The pitch and the roll have the capacitor plates placed under and over the masses while the yaw has its capacitor plates on the axes of the proof masses. The gyrometer are used in many applications but in most of these applications it is never used alone. The gyrometer is most of the time used to determine the attitude of an object [8]. 2.3 Magnetometer The magnetometer measures the direction and the magnitude of the Earth s local magnetic field. In other words, it is a compass which measures also the magnitude of the field. Generally, MEMS magnetometers work using the Hall effect. The Hall effect is a phenomena which consists of the variation of voltage across an electrified conductor when plunged in a magnetic field. When a piece of conductor is connected to a constant voltage source, the charges within the conductor are uniformly arranged across that conductor. It results to a zero voltage between the extremities of the conductor. When the conductor is placed in a magnetic field, a force is created and its equation is F L = q ( E + ( v B) ) (2.3) where q is the electron charge, E the electric field, B the magnetic field and v the velocity of the electron. This force is also know as Lorentz force. This force will change the course of the electron. This change will modify the distribution of the charges across the conductor which will change the voltage across the conductor. Without entering into too much detail, the Hall voltage V H is given by 5 V H = I B qnd (2.4) where I is the current going through the conductor, N the carrier density across the conductor and d the depth of the conductor. For more details, the document [9] explained the Hall effects in sensors. The voltage will be proportional to the magnitude of the magnetic field B and can be determined, assuming that I, N and d are known and constant. The three axes magnetometer is composed of three Hall effect MEMS sensor placed in the direction of each axes x, y, z which are orthogonal to each others. A magnetic flux concentrator is placed in the top of the three sensors to increase the sensitivity of the magnetometer. The magnetometer is subject to data corruption when an other source of magnetic field is near. it can be a piece of iron which is magnetized, a speakers or most electronic devices around the house. The magnetometer works best outside while inside it should be used with care.
13 2.4 Barometric pressure sensor The barometric pressure sensor will not be used in this work due to its lack of sensitivity. But because it is present on the sensor module, a few words about it with be given. The barometric pressure sensor measures the atmospheric pressure. As we go higher away from the Earth s surface, the pressure drops. It is on this principle that the pressure sensor can be used also for height estimation. The MEMS pressure sensor can be designed with a Hall effect sensor like for the magnetometer but also it can be designed with a piezoelectric crystal. The latter is used in most low-cost MEMS. This type of sensor works with the piezoelectric effect. This effect refers to the production of electricity when a piezoelectric material is subject to volume changes. In the pressure sensor, the piezoelectric crystal is tied to a membrane that is subject to atmospheric pressure. And according to the pressure, the voltage will vary. Unfortunately, this sensor has in theory one meter error which empirically becomes about three meters. The sensor is better for measuring large distance to compensate the GPS-measurement error [10]. The GPS is not precise in altitude measurement. 2.5 Sensor fusion Sensor fusion is a method which uses several sensors to retrieve data that would be otherwise difficult or impossible to obtain [11]. Sensor fusion is also referred as data fusion, information fusion, multi-sensor data fusion. In this work, the fusion of the data is realized from the accelerometer and the gyrometer. This fusion is done to obtain the position which would be hardly possible by just using the accelerometer. 6
14 7 3 Mathematical basics In this section, the theory which is used in this work, is briefly described. Theses theories are useful for a better understanding of what was done to complete this work. 3.1 Orthonormal basis The concept of orthonormal basis is important to understand as it is used all along this work. All the basis of the utilized sensors data must be orthonormal to achieve correct calculation when the data fusion is used. First the concept of basis must be described Basis A vector basis of a vector space E of dimension n is defined as a subset of vectors { e 1, e 2, e 3,.. e n } E which are linearly independent and span all other vectors in E. In mathematical form, v E, {a 1, a 2, a 3,.., a n } R n, v = a 1 e 1 + a 2 e 2 + a 3 e e n e n (3.1) In this thesis, the dimension of the vector bases will always be three, i.e. n = Orthonormality A basis is orthonormal if its vectors are of unit norm and orthogonal to each others. In a vector space E, if the vectors subset { e 1, e 2, e 3,..., e n } composes the orthonormal basis B, then i, j {1, 2, 3,..., n}(i j e i e j ), ( e i = e j = 1) (3.2) where the operator. is the norm of a vector. NOTE: In this work, the orthonormal basis is always of dimension three. The vectors composing this basis will be named e x, e y and e z, which are respectively the unit vectors of the axis x, y and z, and following the right hand rule. The right hand rule can be described mathematically as follows: assuming that the following vectors e x, e z and e z form an orthonormal basis B, it can then be written that e x e y = e z, e y e z = e x, e x e z = e y where the operator represents the cross product. The right hand rule is the most common rule used to organize a vector basis in engineering.
15 3.2 Rotation matrix The rotation matrix is one of the tools used to represent the rotations in an Euclidean space. When it comes to IMU, the most common tool is nevertheless the quaternion transformation. The quaternion is a representation of the attitude angles into a three-dimensional complex space. The quaternion has some advantages over the representation of a rotation, as it only needs four scalars while the rotation matrix requires nine scalars. It is also less subject to numerical inaccuracies in floating point calculation [12]. The main disadvantage, besides the non-intuitive calculation, is the computation of rotation which requires more calculation than with matrices. In this work, only the matrix representation is utilized. This is mostly because it is more intuitive and the work has no limitation in computation memory. It can be noticed that the data of an ideal sensor is given in three dimensional orthonormal Cartesian coordinate system, which follows the right-hand rule Properties In an Euclidean space spanned by an orthonormal basis, a rotation matrix R is an orthogonal matrix which satisfies the equation R T R = I with det(r) = 1 (3.3) where I represents the identity matrix in the respective basis. In an orthonormal basis B spanned by the vectors e x, e z and e z, a counterclockwise rotation of angle ϕ around the axis x can be represented by R x (ϕ) = 0 cos(ϕ) sin(ϕ) (3.4) 0 sin(ϕ) cos(ϕ) A counterclockwise rotation of angle θ around the axis y can be represented by the following matrix cos(θ) 0 sin(θ) R y (θ) = (3.5) sin(θ) 0 cos(θ) A counterclockwise rotation of angle ψ around the axis z can be represented by with cos(ψ) sin(ψ) 0 R z (ψ) = sin ψ cos(ψ) 0 (3.6) det(r x ) = det(r y ) = det(r z ) = 1 (3.7) The angles ϕ, θ and ψ are also named Euler angles and are respectively called, the roll, the pitch and the yaw. These terms are widely used in navigation to describe the attitude of an object. 8
16 Rotation of a vector A rotation of a vector u in an orthonormal basis B is calculated with the following formula v = R u, ( u, v) B 2 (3.8) where R is a rotation matrix and v the new vector. A rotation not around the axes of the basis B is defined as a series of rotation around the axes. In mathematical terms, a rotation of a vector u can be described as six possible combinations of the rotation matrices R x (ϕ), R y (θ) and R z (ψ). For instance, considering the following three of the six rotations possible v 1 = R x (ϕ)r y (θ)r z (ψ) u, ( u, v) B 2, (3.9) and v 2 = R y (θ)r x (ϕ)r z (ψ) u, ( u, v) B 2 (3.10) v 3 = R z (ψ)r y (θ)r x (ϕ) u, ( u, v) B 2 (3.11) Since the matrix product is generally not commutative, v 1 v 2 v 3 Thus, the order of multiplication in this case is critical and must be known to complete the inverse rotation. This property leads to complications because the order of rotation of a sensor moving randomly is not obvious to determinate. A way to overcome this problem is to consider each rotation angle to be relatively small. This assumption is solid if the sensor is not prone to rapid rotational movements. The MEMS-sensor has a sampling frequency of about 230 samples per second which is enough to obtain small angles. Considering the rotation matrices 3.4, 3.5 and 3.6, and the Euler angles being small, it can be written that, R x (ϕ) = 0 cos(ϕ) sin(ϕ) 0 1 ϕ (3.12) 0 sin(ϕ) cos(ϕ) 0 ϕ 1 and and cos(θ) 0 sin(θ) 1 0 θ R x (ϕ) = (3.13) sin(θ) 0 cos(θ) θ 0 1 cos(ψ) sin(ψ) 0 1 ψ 0 R x (ϕ) = sin ψ cos(ψ) 0 ψ 1 0 (3.14) because the cosine of a small angle is approximately one and the sinus of a small angle is the angle itself. Now introducing the matrices 3.12, 3.13 and 3.14 in the equations 3.9, 3.10 and θ 1 ψ 0 v 1 = R x (ϕ)r y (θ)r z (ψ) u 0 1 ϕ ψ 1 0, 0 ϕ 1 θ
17 and v 2 = R y (θ)r x (ϕ)r z (ψ) u v 3 = R z (ψ)r y (θ)r x (ϕ) u 1 0 θ ψ ϕ ψ 1 0 θ ϕ ψ θ ψ ϕ θ ϕ 1 After calculation they become 1 ψ θ v 1 ϕθ ψ ϕθψ + 1 ϕ u, (3.15) θ + ϕψ θψ ϕ 1 1 ϕθψ ψ + ϕθ θ v 2 ψ 1 ϕ u (3.16) θ + ϕψ θψ ϕ 1 and 10 1 ψ + ϕθ ϕψ θ v 3 ψ 1 ϕθψ ϕ + θϕ u (3.17) θ ϕ 1 Because the angles ϕ,θ and ψ are considered small, their multiplications with each other is approximately zero. In other words, v 1 v 2 v 3 (3.18) The result will be the same with the other three remaining rotations. The roll, pitch and yaw will now be sums of these small angles. The small angles are calculated from the variation of the Euler angles at instant t to t 1. Then, the rotation can be approximated as v(t) R x (ϕ(t) ϕ(t 1))R y (θ(t) θ(t 1))R z (ψ(t) ψ(t 1)) u(t), ( u, v) B 2 (3.19) The variation of the Euler angles can be obtained from the angular speed measurement as ϕ(t) ϕ(t 1) = ω x (t) t θ(t) θ(t 1) = ω y (t) t ψ(t) ψ(t 1) = ω z (t) t (3.20) where ω i is the angular velocity around the axis i and t, the time between two samples. Using the equation 3.20, the equation 3.19 becomes v(t) R x (ω x (t) t)r y (ω y (t) t)r z (ω z (t) t) u(t) = R(t) u(t), ( u, v) B 2 (3.21) This approximation also implies that the rotation inverse to retrieve the vector u(t) from v(t) knowing the matrices R x,r y and R z can be done in any order. Without that approximation it would very difficult to obtain the attitude of the sensor. This approximation will obviously increase the calculation errors.
18 3.3 Attitude and Gimbal Lock The attitude is characterized by the Euler angles, roll ϕ, pitch θ and yaw ψ which describe respectively the rotations angles around the axis x, y and z. The rotation itself is done by using a rotation matrix which uses the Euler Angles. It is explained in section 3.2. Since matrix multiplication order is critical, there are two convention groups which define the rotation matrix order (or sequence) of multiplication. The groups with their sequences are - Proper Euler angles: xyx, xzx, yxy, yzy, zxz and zyz - Tait-Bryan angles: xyz, xzy, yxz, yzx, zxy and zyx The Tait-Bryan angles are also called classic Euler angles. In this work, only the Tait-Bryan angles sequence xyz, also called sequence, will be used. All the sequences above are valid and equivalent in their results. The Tait-Brian angles sequences are more intuitive to use but have the same result as the Proper Euler angles. The Euler angles are obtained straight from the gyrometer s value of the angular speed integrated over time. The Euler angles will be associated with the vector Ω with ϕ(t) Ω(t) = θ(t) = ω(t)dt (3.22) ψ(t) where ω(t) is the angular speed given by the gyrometer. With the three Euler angles, the attitude of a rigid object can be described in three dimensional space. The rotation matrix representation normally presents a problem that is the gimbal lock. The gimbal lock appears at certain singularity angles which makes the system lose one degree of freedom. It can be verified the following way: assuming the following rotation R(ϕ, θ, ψ) = R x (ϕ)r x (θ)r x (ψ) (3.23) 11 and using equations 3.12, 3.13 and 3.14 of Section 3.2, we obtain cos(θ) cos(ψ) cos(θ) sin(ψ) sin(θ) cos(ϕ) sin(ψ) cos(ϕ) cos(ψ) sin(ϕ) cos(θ) R(ϕ, θ, ψ) = + sin(ϕ) sin(θ) cos(ψ) + sin(ϕ) sin(θ) sin(ψ) sin(ϕ) sin(ψ) sin(ϕ) cos(ψ) cos(ϕ) cos(θ) + cos(ϕ) sin(θ) cos(ψ) + cos(ϕ) sin(θ) sin(ψ) (3.24) If the pitch θ = π, the matrix becomes after simplifications 2 R(ϕ, θ = π , ψ) = sin(ϕ + ψ) cos(ϕ + ψ) 0 (3.25) cos(ϕ + ψ) sin(ϕ + ψ) 0
19 It can noticed that whatever the value of the roll and yaw, the rotation will remain around the axis z. In other words, one degree of freedom is lost. The same phenomena happens if θ = π. But as explained in Section 3.2, the rotation matrices are 2 approximated from small angles which keeps the gimbal lock from happening. 3.4 Change of basis The transition matrix is an important tool to represent the change of basis. It is also called a transformation matrix. The change of basis is required due to the construction of the sensor. The accelerometer, gyrometer and magnetometer do not have the same basis as they are physically in different locations. So to use a sensor fusion approach, all the values should be given in the same basis. Ideally, their data should be given in the exact same orthonormal basis. Given two bases A and B, a vector u in the basis A can be written in the basis B as 12 u B = T B A u A (3.26) where T B A is the transition matrix from A to B. The inverse change of basis is simply u A = T B A 1 u B (3.27) where the superscript 1 represent the inverse operation of the matrix. It can be noted that T B A 1 T B A = I (3.28) where I represents the identity matrix in the respective basis. 3.5 Numerical integration The integration is a required part of this work. As a fact, to obtain the position, the acceleration needs to be integrated two times with respect to time. In theory, the integration of a continuous function f with respect to time between the instant a and b is given by I = b a f(t)dt = F (b) F (a) (3.29) where F is the antiderivative of the function f. When the data is sampled, the theoretical integration is no longer possible. It is approximated by the numerical integration methods. The numerical integration can be calculated with different methods. Their efficiency to approximate the integration depends mostly on the function representing the signal. In the following part, only four methods (or quadrature rules) will be examined. The performance of divers integration algorithms, included the four which were chosen, are described in [13, 14]
20 Rectangle rule The rectangle rule is the most basic rule of the three. Assuming that the distance [a, b] can be divided in N points, t 1, t 2, t 3,...t N, with t 1 = a and t N = b. Using the rectangle rule, the equation 3.29 can be rewritten as I = b a f(t)dt N 1 i=1 f(t i )(t i+1 t i ) (3.30) The rectangle rule can be slightly upgraded to become the midpoint rule The midpoint rule The mid point rule approximates the integration of equation 3.29 as I = b a f(t)dt N 1 i=1 ( ti+1 t i f 2 ) (t i+1 t i ) (3.31) This rule and the previous one are preferred when calculation resources are limited and when the great precision is not required Trapezoidal rule The trapezoidal rule is generally efficient and required small computation resources. The approximation becomes then I = b Simpson s rule a f(t)dt N 1 i=1 ( ) f(ti+1 ) f(t i ) (t i+1 t i ) (3.32) 2 The rule consists of introducing middle point between the points already existing. The extra point is equidistant from the two others. Then, an interpolation of 1st or 2nd order is done between the three given points. The calculation of the interpolating polynomial can be done by different algorithms (Lagrange, Spline or Newton). Using the Lagrange polynomial interpolation, it can be written that between three points,t i, t i+1+t i, t 2 i+1, it exists a polynomial p(t) = f(t i ) (t m)(t t i+1) (t i m)(t i t i+1 ) + f(m) (t t i)(t t i+1 ) (m t i )(m t i+1 ) + (t m)(t t i ) f(t i+1 ) (t i+1 m)(t i+1 t i ), t [t i, t i+1 ] (3.33) where m = t i+t i+1 2. Using this polynomial interpolation to approximate the equation 3.29, I = b a f(t)dt N 1 i=1 t i+1 t i 6 [ f(t i ) + f(t i+1 ]) + 4f ( )] ti + t i+1 2 (3.34)
21 The complexity of the Simpson s rule depends on the interpolation algorithms. The Simpson s rule can be ported further by adding more points in between the already existing points. The points are added in a adaptive way which will depends on the function to be integrated and the error criterion that the user desires. If the error is larger that the criterion, the section [t i, m, t i+1 ] will be divided into [t i, r, m] and [m, s, t i+1 ] with r and s the new middle points. The Simpson rule is efficient for this work because the acceleration, speed and angular speed are continuous without any "jump" which can be described with a polynomial fitting. 14
22 4 Mathematical models of the sensors and the noise The following models are simple and robust models describing the sensor data. These models are common models used in most scientific papers which examine IMU solutions. The noise model, present in every model of this work, is examined first. Afterward, a full description of the models of sensors is given. 4.1 Noise model In all sensors, the data is corrupted by noise. The origin of the noise is not always obvious to determine. The most common noise, present in sensors using digitalization, is the one coming from the analog-to-digital converter (ADC). This type of noise, also called quantization noise, appears when converting analog values, which are theoretically infinite, into a finite number of values. It is a rounding error. The quantization noise can be, in most cases, approximated with additive white Gaussian noise (or white noise). The probability density function (PDF) of the white Gaussian noise is the normal density. The Gaussian PDF is given by f(x) = 15 ( ) 1 exp (x µ)2, x R (4.1) 2πσ 2 2σ 2 where σ is the standard deviation and µ the mean value. And the white Gaussian noise PDF is the Gaussian density with an average value of zero and of unit variance, i.e. µ = 0 and σ = 1. With those conditions, the equation of the Gaussian PDF becomes f(x) = 1 ( ) exp x2, x R (4.2) 2π 2 The noise is assumed to be additive which means that, any signal y(t) which is corrupted by white noise can be written as y(t) = z(t) + n(t) (4.3) where z(t) is the original signal and n(t) the Gaussian white noise. The expected value of the signal from equation 4.3 is E[y(t)] = E[z(t)] + E[n(t)] = E[z(t)] (4.4) because the noise n(t) is considered white Gaussian. NOTE: The noise for the accelerometer will be referred as n a (t), for the gyrometer n g (t) and for the magnetometer n c (t) (c like compass).
23 4.2 Accelerometer model The accelerometer measures the difference between the free fall state and the current state. In free fall, the acceleration measured is 16 a m (t) = n a (t) (4.5) where n a (t) is the noise present in the reading. The acceleration is represented by a vector to point out that the values from the sensor are given in a three dimensional Cartesian coordinate system. If the sensor is static, the measured acceleration vector become a m (t) = g(t) + n a (t) (4.6) Where g(t) is the instantaneous value of gravitation vector. When the accelerometer rotates, the gravitation vector changes direction. When the sensor is moving, the equation 4.6 becomes a m (t) = a(t) g(t) + n a (t) (4.7) where a(t) is the acceleration sensed by the sensor and also the value needed to compute the position. This model would be enough in a perfectly calibrated sensor, but like it will be shown in chapter 6, it is far from being the case. The accelerometer has a bias which slowly changes over time due to temperature fluctuation. The bias will be considered as constant, as it can be assumed that the measurements are done within a short period of time in which the temperature does not evolve. The equation 4.7 becomes a m (t) = a(t) g(t) + bias a + n a (t) (4.8) The next step is to model the errors due to the scaling of the axes. The scaling or sensitivity is a factor that amplifies or reduces the measured value to obtain the real value. The equation 4.7 becomes a m (t) = S a ( a(t) g(t)) + bias a + n a (t) (4.9) where the sensitivity of the axes are represented by S a, a diagonal square matrix 3 3. S a,x 0 0 S a = 0 S a,y 0 (4.10) 0 0 S a,z In the case of an ideal accelerometer, the axes would form an orthonormal basis. In practice, each axis has its own module which are mounted next to each other to keep the size of the MEMS-sensor to a bare minimum. For this reason, the measurement axes cannot be viewed as orthogonal. This is known as the misalignment error. Adding this error to the equation 4.9, it becomes a m (t) = S a E a ( a(t) g(t)) + bias a + n a (t) (4.11)
24 where E a is a matrix representing the misalignment of the axes and can be written as 1 E a,xy E a,xz E a = E a,yx 1 E a,yz (4.12) E a,zx E a,zy 1 Changing S a E a to T a, the equation 4.11 becomes a m (t) = T a ( a(t) g(t)) + bias a + n a (t) (4.13) 17 with the error matrix to T a,x T a,xy T a,xz T a = T a,yx T a,y T a,yz (4.14) T a,zx T a,zy T a,z The diagonal terms are the scaling of the axes while the other terms are called cross-coupling error. When the sensor is not subject to movement, i.e. a(t) = 0, the equation becomes This equation is needed for the calibration. 4.3 Gyrometer model a m (t) = T a g(t) + bias a + n a (t) (4.15) The gyrometer is used to obtain the attitude of the sensor and also the direction of the Earth gravity vector knowing its original position. The gyrometer can be modeled the same way as the accelerometer. When the sensor is ideal and stationary, the measured values are ω m (t) = 0 (4.16) and for a non-static sensor, the measured angular speed at an instant t is ω m (t) = ω(t) (4.17) where ω(t) is the value describing the angular velocity of the sensor. The model would be perfect for an ideal gyrometer. As ideal sensor does not exist, noise, n g, and bias, bias g, have to be added to the model. The bias would be including the Earth s angular velocity but is likely to be too low to be sensed by a low-grade MEMS gyroscope. The sensor being static gives the equation and when the sensor is in motion, ω m (t) = bias g + n g (t) (4.18) ω m (t) = ω(t) + bias g + n g (t) (4.19)
25 The gyrometer suffers from the same problems as the accelerometer. The sensitivity of each axes is different which leads to non-normality of the basis of the measured values and the misalignment errors are also present. The mathematical model from equation 4.19 becomes where 18 ω m (t) = T g ω(t) + bias g + n g (t) (4.20) T g,x T g,xy T g,xz T g = T g,yx T g,y T g,yz (4.21) T g,zx T g,zy T g,z The construction of the gyrometer is different from the accelerometer as it is a single piece for the three axes. It means that the misalignment errors should be very close to zero. 4.4 Magnetometer The magnetometer measures the local Earth s magnetic field which means that every magnetic objects will interact with the good functioning of the device. When the magnetometer is ideally calibrated, the three dimensional vector m m (t) will follow a sphere with a radius equal to the magnitude of the local magnetic field. In this case, the measured values are m m (t) = m(t) + n c (t) (4.22) where m m (t) is the measured value from the magnetometer, n c (t) the noise and m(t) the real value. Like the other sensors, the magnetometer has a bias, bias c. The bias is caused by the permanent magnetization of the magnetic elements around the sensor. The bias of the magnetometer is also called hard iron effect [15]. Thus, the equation 4.22 can be rewritten to m m (t) = m(t) + bias c + n c (t) (4.23) The magnetometer is mounted on a printed circuit board which has components that are magnetized by an external field. The sphere, that would normally describe the magnitude of the measured vector, will become an ellipsoid. The equation 4.23 becomes m m (t) = S c m(t) + bias c + n c (t) (4.24) The matrix S c characterizes the soft iron effect [15]. The sensor is composed of three separate Hall effect sensors, which induces misalignment errors. The equation 4.24 becomes m m (t) = E c S c m(t) + bias c + n c (t) (4.25) Because it is not important to know separately the matrices E c and S c, their product can be replaced by the matrix T c. The equation becomes m m (t) = T c m(t) + bias c + n c (t) (4.26)
26 and more precisely m m,x T c,x T c,xy T c,xz m x b c,x n c,x m m (t) = m m,y = T c,yx T c,y T c,yz m y + b c,y + n c,y (4.27) m m,z T c,zx T c,zy T c,z m z b c,z n c,z where the diagonal elements represent the sensitivity of the axes which leads to non-normality of the basis. 19
27 20 5 Algorithms In this section will be described the algorithms present in this work. The complete algorithm is described in the figure 5.1. It is important to notice that the algorithms Figure 5.1: Block diagram representing the order of the algorithms are not chosen to be computationally efficient and that the Gram-Schmidt process is included in the rotation matrix. 5.1 Calibration The calibration is an important step to obtain the right values from the sensors. The manufacturer is usually providing factory values which represent the corrected scaling values. For low-cost products, these calibration values are rough because it would be too expensive to calibrate well a sensor that only cost few dollars.
28 The calibration has to be done every time the sensor is switched on because the biases of the axes change. It is especially true for the accelerometer, while the other sensor are not significantly affected. The sensors are also sensitive to temperature changes [16]. In article [17], the authors propose a temperature compensation model using neural network. However, estimating a temperature model requires very expensive equipment to obtain stabilized temperature. Thus, in this work, it is assumed that the temperature remains constant during the measurements. That is, the temperature compensation will fall into the calibration model Accelerometer The calibration of the accelerometer is usually done by setting the sensor in exactly known positions and correcting the values of g measured by the sensor accordingly. The accelerometer is said to be calibrated when the norm of the measured acceleration vector a m is always equal to one g in static state and the sphere it described is centered at the origin. This refers to the equation 4.6 of Section 4.2. To obtain this equation from the model of equation 4.15, the transformation matrix T a needs to be determined. The gravity vector can be written from equation 4.15 as T g(t) = and using the expectation value 21 bias a (t) a m (t) + n a (t) (5.1) E[T g(t)] = E[ bias a (t)] E[ a m (t)] + E[ n a (t)] (5.2) Because T is composed of constants, the equation becomes TE[ g(t)] = E[ bias a ] E[ a m ] (5.3) Knowing the magnitude of the gravity vector g(t), it can be written E[ g(t)] = g = T 1 (E[ bias a ] E[ a m ]) (5.4) where g is the magnitude of the local Earth gravity vector and equal approximatively to 9, 81m.s 2. Expanding the equation 5.4, it becomes 1 T a,x T a,xy T a,xz b a,x E[a m,x ] T a,yx T a,y T a,yz b a,y E[a m,y ] = g (5.5) T a,zx T a,zy T a,z E[a m,z ] The equation 5.5 becomes b a,z The equation 5.6 has twelve unknown variables T(E[ bias a ] E[ a m ]) = g (5.6) Θ = [T a,x, T a,y, T a,z, T a,xy, T a,xz, T a,yx, T a,yz, T a,zx, T a,zy, b a,x, b a,y, b a,z ] (5.7)
29 22 That means that at least four values of E[ a m ] (the vector contains 3 values a m,x, a m,y and a m,z ) are needed. The values are taken when the sensor is not in motion and placing it in four different position i. This equation will be solved using swarm particle optimization [18] where the cost function is min Θ ( N ) T(E[ bias a ] E[ a m [i]]) 2 g 2, i 1, 2,.., N (5.8) i=1 where E[ a m [i]] is the average value of the measured acceleration over a few thousand samples taken at a position i Magnetometer The calibration of a magnetometer is usually done with Helmholtz coil which creates a nearly uniform magnetic field. Setting the magnetometer in different positions within the coils field, the magnetometer values can be corrected accordingly. The magnetometer is said to be calibrated when the measured vector, representing the magnitude and the direction of the local magnetic field, has a magnitude equal to the one of the local magnetic field and describing a sphere centered in the origin. The calibration of the magnetometer will be done with the Extended Kalman filter (EKF) and mostly according to the article [19]. The difference resides in the calculation which lead to different results. To use the EKF, the state variable x(t) and the observation z(t) must be defined. The state variable will be defined as the inverse solution of the calibration by setting T 1 c = K, i.e. x(t) = [K c,x, K c,y, K c,z, K c,xy, K c,xz, K c,yx, K c,yz, K c,zx, K c,zy, b c,x, b c,y, b c,z ] T (5.9) The reason for this replacement is for displaying the result of the Jacobian which would take more that a page to display. The time derivative of the state variable will be x(t) = d x(t) dt = n p (t 1) (5.10) with n p the process noise. The observation will be defined as the strength of the local magnetic vector, i.e. z(t) = m m (t) 2 = m m (t) T m m (t) (5.11) Assuming that the bias does not change during the calibration, i.e. bias c (t) = bias c = constant and using the equation 4.26 to extract the true magnetic field m, m(t) = (T c ) 1 ( m m (t) bias c ) + n c (t) = K( m m (t) bias c ) + n c (t) As a reminder, T 1 c = K with K c,x K c,xy K c,xz K = K c,yx K c,y K c,yz (5.12) K c,zx K c,zy K c,z
30 m(t) is unknown but the product m(t) T m(t) corresponds to the squared Earth s local magnetic field. In Helsinki, it is equal to 52, 0854µT according to the website Magnetic-deviation [20]. This value is calculated based on the Earth s magnetic field model defined in [21]. m(t) T m(t) = ( K( m m (t) bias c ) + n c (t) ) T ( K( m m (t) bias c ) + n c (t) ) (5.13) Expending and reorganizing the equation, it becomes m(t) T m(t) = m m (t) T K T K m m (t) T 2bias T c K T K m m (t) + bias T c K T Kbias c + and rewritten as 2 n c (t) T K T K m m (t) 2bias T K T K n c (t) + n c (t) T K T K n c (t) m(t) T m(t) = m m (t) T K T K m m (t) T 2bias T c K T K m m (t) + bias T c K T Kbias c + n o (t) (5.14) where n o (t) = 2 n c (t) T K T K m m (t) 2bias T K T K n c (t) + n c (t) T K T K n c (t) is the observation noise and is assumed to be close enough to Gaussian noise. After introduction of m m (t) T m m (t) in the equation 5.14, the observation is z(t) = m m (t) T m m (t) = m(t) T m(t) m m (t) T ( K T K I ) m m (t) T + The equation can be rewritten as with the function 2bias T c K T K m m (t) bias T c K T Kbias c + n o (t) 23 (5.15) z(t) = f( x(t)) + n o (t) (5.16) f( x(t)) = m(t) T m(t) m m (t) T ( K T K I ) m m (t) T + 2bias T c K T K m m (t) bias T c K T Kbias c (5.17) Because the observation equation z(t) is not linear, i.e. the function f is not linear, the extended version of the Kalman filter (EKF) must be used. For that, the observation equation will be linearized using the Jacobian matrix J m. z(t) J c (t) x(t) + n o (t) (5.18) where [ ] f(t) f(t) f(t) f(t) f(t) f(t) f(t) f(t) f(t) f(t) f(t) f(t) J c (t) = K c,x K c,y K c,z K c,xy K c,xz K c,yx K c,yz K c,zx K c,zy b c,x b c,y b c,z (5.19) Despite the change T 1 c = K, The result of the Jacobian remains too large to be displayed here. The result can be found in Appendix A. Finally, the equations for the discrete-time Extended Kalman filter are: x(t) = n p (t 1) x[k] = A x[k 1] + n p [k] (5.20) z(t) J c (t)x(t) + n o (t) z[k] = J[k] x[k] + n o [k] Where A is a 1 12 unity matrix.
31 Gyrometer Ideally, the calibration of the gyrometer could be done using the Earth s rotation velocity. Unfortunately, the sensor in this work is not sensitive enough to sense it. The Earth s rotational speed is about 7, rad.s 1 [22] while the sensor s smallest theoretical (without noise) angular velocity measurable is 13, rad.s 1. The calibration is usually done with a turntable from which the angular velocity is known. Then, the values of the sensor are corrected accordingly. In this work, the calibration is done without additional equipment. The gyrometer is here the most difficult sensor to calibrate among the three sensors. The problem resides in the non-availability of a direct measured value which can be used for the calibration. Without any external equipment, it is not a simple task to measure the angular velocity. The angular velocity could be obtained by using a calibrated magnetometer. Using simple geometrical tangent relationship, the Euler angles can be extracted. The derivative of these angles would give values that could be compared to the value measured by the gyrometer. In theory, this process would work. In practice, the data of the magnetometer is very noisy which would induce instability of the function tangent "tan" when the angle is close to ±π/2 (or ±π if the function "tan2" is used). This problem can be somehow solved with an approximation of the angle which would lead to more stable values. Another problem comes along with the numerical derivation of noisy data which requires "denoising" algorithm such as smoothing filters or polynomial fitting. These algorithms remove data from the signal if the signal is unknown like in this work. One other way to do this is to use calculated values from the gyrometer to obtain the rotation matrix. In other words, the equation 3.21 is utilized. Assuming that the magnetometer is calibrated and the magnetic filed is not disturbed by electric devices or magnetized material, the vector describing the magnetic field present can be written as m m (t) = S g R(t) m m (t 1) + n g (t) (5.21) where S g is the correction matrix which includes scaling, basis change and orthogonal rectification S g,x S g,xy S g,xz S g = S g,yx S g,y S g,yz, (5.22) S g,zx S g,zy S g,z and R(t) the rotation matrix at the instant t and n g the noise. The equation 5.21 represents the rotation of an initial vector at an instant t. Since the calibration of magnetometer sensor is not perfect it is wise to add a bias to the equation. It becomes m m (t) = S g R(t)( m m (t 1) + bias g ) + n g (t) (5.23) The extended Kalman filter is then utilized to obtain a solution to S g and the bias. The state variable is defined as x(t) = [S g,x, S g,y, S g,z, S g,xy, S g,xz, S g,yx, S g,yz, S g,zx, S g,zy, b g,x, b g,y, b g,z ] T (5.24)
Capacity Utilization
Capacity Utilization Tim Schöneberg 28th November Agenda Introduction Fixed and variable input ressources Technical capacity utilization Price based capacity utilization measure Long run and short run
LYTH-CONS CONSISTENCY TRANSMITTER
LYTH-CONS CONSISTENCY TRANSMITTER LYTH-INSTRUMENT OY has generate new consistency transmitter with blade-system to meet high technical requirements in Pulp&Paper industries. Insurmountable advantages are
The CCR Model and Production Correspondence
The CCR Model and Production Correspondence Tim Schöneberg The 19th of September Agenda Introduction Definitions Production Possiblity Set CCR Model and the Dual Problem Input excesses and output shortfalls
Bounds on non-surjective cellular automata
Bounds on non-surjective cellular automata Jarkko Kari Pascal Vanier Thomas Zeume University of Turku LIF Marseille Universität Hannover 27 august 2009 J. Kari, P. Vanier, T. Zeume (UTU) Bounds on non-surjective
Efficiency change over time
Efficiency change over time Heikki Tikanmäki Optimointiopin seminaari 14.11.2007 Contents Introduction (11.1) Window analysis (11.2) Example, application, analysis Malmquist index (11.3) Dealing with panel
1. SIT. The handler and dog stop with the dog sitting at heel. When the dog is sitting, the handler cues the dog to heel forward.
START START SIT 1. SIT. The handler and dog stop with the dog sitting at heel. When the dog is sitting, the handler cues the dog to heel forward. This is a static exercise. SIT STAND 2. SIT STAND. The
Alternative DEA Models
Mat-2.4142 Alternative DEA Models 19.9.2007 Table of Contents Banker-Charnes-Cooper Model Additive Model Example Data Home assignment BCC Model (Banker-Charnes-Cooper) production frontiers spanned by convex
Kvanttilaskenta - 1. tehtävät
Kvanttilaskenta -. tehtävät Johannes Verwijnen January 9, 0 edx-tehtävät Vastauksissa on käytetty edx-kurssin materiaalia.. Problem False, sillä 0 0. Problem False, sillä 0 0 0 0. Problem A quantum state
Other approaches to restrict multipliers
Other approaches to restrict multipliers Heikki Tikanmäki Optimointiopin seminaari 10.10.2007 Contents Short revision (6.2) Another Assurance Region Model (6.3) Cone-Ratio Method (6.4) An Application of
Uusi Ajatus Löytyy Luonnosta 4 (käsikirja) (Finnish Edition)
Uusi Ajatus Löytyy Luonnosta 4 (käsikirja) (Finnish Edition) Esko Jalkanen Click here if your download doesn"t start automatically Uusi Ajatus Löytyy Luonnosta 4 (käsikirja) (Finnish Edition) Esko Jalkanen
16. Allocation Models
16. Allocation Models Juha Saloheimo 17.1.27 S steemianalsin Optimointiopin seminaari - Sks 27 Content Introduction Overall Efficienc with common prices and costs Cost Efficienc S steemianalsin Revenue
Information on preparing Presentation
Information on preparing Presentation Seminar on big data management Lecturer: Spring 2017 20.1.2017 1 Agenda Hints and tips on giving a good presentation Watch two videos and discussion 22.1.2017 2 Goals
The Viking Battle - Part Version: Finnish
The Viking Battle - Part 1 015 Version: Finnish Tehtävä 1 Olkoon kokonaisluku, ja olkoon A n joukko A n = { n k k Z, 0 k < n}. Selvitä suurin kokonaisluku M n, jota ei voi kirjoittaa yhden tai useamman
On instrument costs in decentralized macroeconomic decision making (Helsingin Kauppakorkeakoulun julkaisuja ; D-31)
On instrument costs in decentralized macroeconomic decision making (Helsingin Kauppakorkeakoulun julkaisuja ; D-31) Juha Kahkonen Click here if your download doesn"t start automatically On instrument costs
Gap-filling methods for CH 4 data
Gap-filling methods for CH 4 data Sigrid Dengel University of Helsinki Outline - Ecosystems known for CH 4 emissions; - Why is gap-filling of CH 4 data not as easy and straight forward as CO 2 ; - Gap-filling
On instrument costs in decentralized macroeconomic decision making (Helsingin Kauppakorkeakoulun julkaisuja ; D-31)
On instrument costs in decentralized macroeconomic decision making (Helsingin Kauppakorkeakoulun julkaisuja ; D-31) Juha Kahkonen Click here if your download doesn"t start automatically On instrument costs
National Building Code of Finland, Part D1, Building Water Supply and Sewerage Systems, Regulations and guidelines 2007
National Building Code of Finland, Part D1, Building Water Supply and Sewerage Systems, Regulations and guidelines 2007 Chapter 2.4 Jukka Räisä 1 WATER PIPES PLACEMENT 2.4.1 Regulation Water pipe and its
On instrument costs in decentralized macroeconomic decision making (Helsingin Kauppakorkeakoulun julkaisuja ; D-31)
On instrument costs in decentralized macroeconomic decision making (Helsingin Kauppakorkeakoulun julkaisuja ; D-31) Juha Kahkonen Click here if your download doesn"t start automatically On instrument costs
E80. Data Uncertainty, Data Fitting, Error Propagation. Jan. 23, 2014 Jon Roberts. Experimental Engineering
Lecture 2 Data Uncertainty, Data Fitting, Error Propagation Jan. 23, 2014 Jon Roberts Purpose & Outline Data Uncertainty & Confidence in Measurements Data Fitting - Linear Regression Error Propagation
Huom. tämä kulma on yhtä suuri kuin ohjauskulman muutos. lasketaan ajoneuvon keskipisteen ympyräkaaren jänteen pituus
AS-84.327 Paikannus- ja navigointimenetelmät Ratkaisut 2.. a) Kun kuvan ajoneuvon kumpaakin pyörää pyöritetään tasaisella nopeudella, ajoneuvon rata on ympyränkaaren segmentin muotoinen. Hitaammin kulkeva
Valuation of Asian Quanto- Basket Options
Valuation of Asian Quanto- Basket Options (Final Presentation) 21.11.2011 Thesis Instructor and Supervisor: Prof. Ahti Salo Työn saa tallentaa ja julkistaa Aalto-yliopiston avoimilla verkkosivuilla. Muilta
Curriculum. Gym card
A new school year Curriculum Fast Track Final Grading Gym card TET A new school year Work Ethic Detention Own work Organisation and independence Wilma TMU Support Services Well-Being CURRICULUM FAST TRACK
Returns to Scale II. S ysteemianalyysin. Laboratorio. Esitelmä 8 Timo Salminen. Teknillinen korkeakoulu
Returns to Scale II Contents Most Productive Scale Size Further Considerations Relaxation of the Convexity Condition Useful Reminder Theorem 5.5 A DMU found to be efficient with a CCR model will also be
MRI-sovellukset. Ryhmän 6 LH:t (8.22 & 9.25)
MRI-sovellukset Ryhmän 6 LH:t (8.22 & 9.25) Ex. 8.22 Ex. 8.22 a) What kind of image artifact is present in image (b) Answer: The artifact in the image is aliasing artifact (phase aliasing) b) How did Joe
Toppila/Kivistö 10.01.2013 Vastaa kaikkin neljään tehtävään, jotka kukin arvostellaan asteikolla 0-6 pistettä.
..23 Vastaa kaikkin neljään tehtävään, jotka kukin arvostellaan asteikolla -6 pistettä. Tehtävä Ovatko seuraavat väittämät oikein vai väärin? Perustele vastauksesi. (a) Lineaarisen kokonaislukutehtävän
Mobile Sensing VI Orientation Estimation. Spring 2015 Petteri Nurmi
Mobile Sensing VI Orientation Estimation Spring 2015 Petteri Nurmi 9.4.2015 1 Learning Objectives Understand how the orientation of device can be characterized and represented Familiarize with the most
Kvanttilaskenta - 2. tehtävät
Kvanttilaskenta -. tehtävät Johannes Verwijnen January 8, 05 edx-tehtävät Vastauksissa on käytetty edx-kurssin materiaalia.. Problem The inner product of + and is. Edelleen false, kts. viikon tehtävä 6..
Network to Get Work. Tehtäviä opiskelijoille Assignments for students. www.laurea.fi
Network to Get Work Tehtäviä opiskelijoille Assignments for students www.laurea.fi Ohje henkilöstölle Instructions for Staff Seuraavassa on esitetty joukko tehtäviä, joista voit valita opiskelijaryhmällesi
MUSEOT KULTTUURIPALVELUINA
Elina Arola MUSEOT KULTTUURIPALVELUINA Tutkimuskohteena Mikkelin museot Opinnäytetyö Kulttuuripalvelujen koulutusohjelma Marraskuu 2005 KUVAILULEHTI Opinnäytetyön päivämäärä 25.11.2005 Tekijä(t) Elina
Results on the new polydrug use questions in the Finnish TDI data
Results on the new polydrug use questions in the Finnish TDI data Multi-drug use, polydrug use and problematic polydrug use Martta Forsell, Finnish Focal Point 28/09/2015 Martta Forsell 1 28/09/2015 Esityksen
C++11 seminaari, kevät Johannes Koskinen
C++11 seminaari, kevät 2012 Johannes Koskinen Sisältö Mikä onkaan ongelma? Standardidraftin luku 29: Atomiset tyypit Muistimalli Rinnakkaisuus On multicore systems, when a thread writes a value to memory,
Characterization of clay using x-ray and neutron scattering at the University of Helsinki and ILL
Characterization of clay using x-ray and neutron scattering at the University of Helsinki and ILL Ville Liljeström, Micha Matusewicz, Kari Pirkkalainen, Jussi-Petteri Suuronen and Ritva Serimaa 13.3.2012
T Statistical Natural Language Processing Answers 6 Collocations Version 1.0
T-61.5020 Statistical Natural Language Processing Answers 6 Collocations Version 1.0 1. Let s start by calculating the results for pair valkoinen, talo manually: Frequency: Bigrams valkoinen, talo occurred
Särmäystyökalut kuvasto Press brake tools catalogue
Finnish sheet metal machinery know-how since 1978 Särmäystyökalut kuvasto Press brake tools catalogue www.aliko.fi ALIKO bending chart Required capacity in kn (T) in relation to V-opening. V R A S = plates
S Sähkön jakelu ja markkinat S Electricity Distribution and Markets
S-18.3153 Sähkön jakelu ja markkinat S-18.3154 Electricity Distribution and Markets Voltage Sag 1) Kolmivaiheinen vastukseton oikosulku tapahtuu 20 kv lähdöllä etäisyydellä 1 km, 3 km, 5 km, 8 km, 10 km
Choose Finland-Helsinki Valitse Finland-Helsinki
Write down the Temporary Application ID. If you do not manage to complete the form you can continue where you stopped with this ID no. Muista Temporary Application ID. Jos et onnistu täyttää lomake loppuun
anna minun kertoa let me tell you
anna minun kertoa let me tell you anna minun kertoa I OSA 1. Anna minun kertoa sinulle mitä oli. Tiedän että osaan. Kykenen siihen. Teen nyt niin. Minulla on oikeus. Sanani voivat olla puutteellisia mutta
Digitally signed by Hans Vadbäck DN: cn=hans Vadbäck, o, ou=fcg Suunnittelu ja Tekniikka Oy, email=hans.vadback@fcg.fi, c=fi Date: 2016.12.20 15:45:35 +02'00' Jakob Kjellman Digitally signed by Jakob Kjellman
FinFamily PostgreSQL installation ( ) FinFamily PostgreSQL
FinFamily PostgreSQL 1 Sisällys / Contents FinFamily PostgreSQL... 1 1. Asenna PostgreSQL tietokanta / Install PostgreSQL database... 3 1.1. PostgreSQL tietokannasta / About the PostgreSQL database...
Tarua vai totta: sähkön vähittäismarkkina ei toimi? 11.2.2015 Satu Viljainen Professori, sähkömarkkinat
Tarua vai totta: sähkön vähittäismarkkina ei toimi? 11.2.2015 Satu Viljainen Professori, sähkömarkkinat Esityksen sisältö: 1. EU:n energiapolitiikka on se, joka ei toimi 2. Mihin perustuu väite, etteivät
Olet vastuussa osaamisestasi
Olet vastuussa osaamisestasi Ohjelmistoammattilaisuuden uudet haasteet Timo Vehmaro 02-12-2015 1 Nokia 2015 Mitä osaamista tulevaisuudessa tarvitaan? Vahva perusosaaminen on kaiken perusta Implementaatio
1.3Lohkorakenne muodostetaan käyttämällä a) puolipistettä b) aaltosulkeita c) BEGIN ja END lausekkeita d) sisennystä
OULUN YLIOPISTO Tietojenkäsittelytieteiden laitos Johdatus ohjelmointiin 81122P (4 ov.) 30.5.2005 Ohjelmointikieli on Java. Tentissä saa olla materiaali mukana. Tenttitulokset julkaistaan aikaisintaan
Nuku hyvin, pieni susi -????????????,?????????????????. Kaksikielinen satukirja (suomi - venäjä) (www.childrens-books-bilingual.com) (Finnish Edition)
Nuku hyvin, pieni susi -????????????,?????????????????. Kaksikielinen satukirja (suomi - venäjä) (www.childrens-books-bilingual.com) (Finnish Edition) Click here if your download doesn"t start automatically
x = y x i = y i i = 1, 2; x + y = (x 1 + y 1, x 2 + y 2 ); x y = (x 1 y 1, x 2 + y 2 );
LINEAARIALGEBRA Harjoituksia/Exercises 2017 1. Olkoon n Z +. Osoita, että (R n, +, ) on lineaariavaruus, kun vektoreiden x = (x 1,..., x n ), y = (y 1,..., y n ) identtisyys, yhteenlasku ja reaaliluvulla
Introduction to Automotive Structure
Supakit Rooppakhun Introduction to Automotive Structure The main purpose is to: Support all the major components and sub assemblies making up the complete vehicle Carry the passengers and/or payload in
ECVETin soveltuvuus suomalaisiin tutkinnon perusteisiin. Case:Yrittäjyyskurssi matkailualan opiskelijoille englantilaisen opettajan toteuttamana
ECVETin soveltuvuus suomalaisiin tutkinnon perusteisiin Case:Yrittäjyyskurssi matkailualan opiskelijoille englantilaisen opettajan toteuttamana Taustaa KAO mukana FINECVET-hankeessa, jossa pilotoimme ECVETiä
Exercise 1. (session: )
EEN-E3001, FUNDAMENTALS IN INDUSTRIAL ENERGY ENGINEERING Exercise 1 (session: 24.1.2017) Problem 3 will be graded. The deadline for the return is on 31.1. at 12:00 am (before the exercise session). You
Kysymys 5 Compared to the workload, the number of credits awarded was (1 credits equals 27 working hours): (4)
Tilasto T1106120-s2012palaute Kyselyn T1106120+T1106120-s2012palaute yhteenveto: vastauksia (4) Kysymys 1 Degree programme: (4) TIK: TIK 1 25% ************** INF: INF 0 0% EST: EST 0 0% TLT: TLT 0 0% BIO:
Strict singularity of a Volterra-type integral operator on H p
Strict singularity of a Volterra-type integral operator on H p Santeri Miihkinen, University of Helsinki IWOTA St. Louis, 18-22 July 2016 Santeri Miihkinen, University of Helsinki Volterra-type integral
Mat Seminar on Optimization. Data Envelopment Analysis. Economies of Scope S ysteemianalyysin. Laboratorio. Teknillinen korkeakoulu
Mat-2.4142 Seminar on Optimization Data Envelopment Analysis Economies of Scope 21.11.2007 Economies of Scope Introduced 1982 by Panzar and Willing Support decisions like: Should a firm... Produce a variety
Miksi Suomi on Suomi (Finnish Edition)
Miksi Suomi on Suomi (Finnish Edition) Tommi Uschanov Click here if your download doesn"t start automatically Miksi Suomi on Suomi (Finnish Edition) Tommi Uschanov Miksi Suomi on Suomi (Finnish Edition)
Julkaisun laji Opinnäytetyö. Sivumäärä 43
OPINNÄYTETYÖN KUVAILULEHTI Tekijä(t) SUKUNIMI, Etunimi ISOVIITA, Ilari LEHTONEN, Joni PELTOKANGAS, Johanna Työn nimi Julkaisun laji Opinnäytetyö Sivumäärä 43 Luottamuksellisuus ( ) saakka Päivämäärä 12.08.2010
Tietorakenteet ja algoritmit
Tietorakenteet ja algoritmit Taulukon edut Taulukon haitat Taulukon haittojen välttäminen Dynaamisesti linkattu lista Linkatun listan solmun määrittelytavat Lineaarisen listan toteutus dynaamisesti linkattuna
Metal 3D. manufacturing. Kimmo K. Mäkelä Post doctoral researcher
Metal 3D manufacturing Kimmo K. Mäkelä Post doctoral researcher 02.11.2016 Collaboration! 2 Oulun yliopisto Definition - What does Additive Manufacturing mean? Additive manufacturing is a manufacturing
MIKES, Julkaisu J3/2000 MASS COMPARISON M3. Comparison of 1 kg and 10 kg weights between MIKES and three FINAS accredited calibration laboratories
MITTATEKNIIKAN KESKUS CENTRE FOR METROLOGY AND ACCREDITATION Julkaisu J3/2000 MASS COMPARISON M3 Comparison of 1 kg and 10 kg weights between MIKES and three FINAS accredited calibration laboratories Kari
812336A C++ -kielen perusteet, 21.8.2010
812336A C++ -kielen perusteet, 21.8.2010 1. Vastaa lyhyesti seuraaviin kysymyksiin (1p kaikista): a) Mitä tarkoittaa funktion ylikuormittaminen (overloading)? b) Mitä tarkoittaa jäsenfunktion ylimääritys
KONEISTUSKOKOONPANON TEKEMINEN NX10-YMPÄRISTÖSSÄ
KONEISTUSKOKOONPANON TEKEMINEN NX10-YMPÄRISTÖSSÄ https://community.plm.automation.siemens.com/t5/tech-tips- Knowledge-Base-NX/How-to-simulate-any-G-code-file-in-NX- CAM/ta-p/3340 Koneistusympäristön määrittely
Constructive Alignment in Specialisation Studies in Industrial Pharmacy in Finland
Constructive Alignment in Specialisation Studies in Industrial Pharmacy in Finland Anne Mari Juppo, Nina Katajavuori University of Helsinki Faculty of Pharmacy 23.7.2012 1 Background Pedagogic research
Tilausvahvistus. Anttolan Urheilijat HENNA-RIIKKA HAIKONEN KUMMANNIEMENTIE 5 B RAHULA. Anttolan Urheilijat
7.80.4 Asiakasnumero: 3000359 KALLE MANNINEN KOVASTENLUODONTIE 46 51600 HAUKIVUORI Toimitusosoite: KUMMANNIEMENTIE 5 B 51720 RAHULA Viitteenne: Henna-Riikka Haikonen Viitteemme: Pyry Niemi +358400874498
MEETING PEOPLE COMMUNICATIVE QUESTIONS
Tiistilän koulu English Grades 7-9 Heikki Raevaara MEETING PEOPLE COMMUNICATIVE QUESTIONS Meeting People Hello! Hi! Good morning! Good afternoon! How do you do? Nice to meet you. / Pleased to meet you.
make and make and make ThinkMath 2017
Adding quantities Lukumäärienup yhdistäminen. Laske yhteensä?. Countkuinka howmonta manypalloja ballson there are altogether. and ja make and make and ja make on and ja make ThinkMath 7 on ja on on Vaihdannaisuus
Alternatives to the DFT
Alternatives to the DFT Doru Balcan Carnegie Mellon University joint work with Aliaksei Sandryhaila, Jonathan Gross, and Markus Püschel - appeared in IEEE ICASSP 08 - Introduction Discrete time signal
RINNAKKAINEN OHJELMOINTI A,
RINNAKKAINEN OHJELMOINTI 815301A, 18.6.2005 1. Vastaa lyhyesti (2p kustakin): a) Mitkä ovat rinnakkaisen ohjelman oikeellisuuskriteerit? b) Mitä tarkoittaa laiska säikeen luominen? c) Mitä ovat kohtaaminen
S SÄHKÖTEKNIIKKA JA ELEKTRONIIKKA
S-55.00 SÄHKÖTKNKKA JA LKTONKKA. välikoe 3.0.2006. Saat vastata vain neljään tehtävään!. Laske jännite U. = =4Ω, 3 =2Ω, = =2V, J =2A, J 2 =3A + J 2 + J 3 2. Kondensaattori on aluksi varautunut jännitteeseen
03 PYÖRIEN SIIRTÄMINEN
78 03 PYÖRIEN SIIRTÄMINEN Wheels and tyres are heavy. Their handling may involve heavy lifting at the workshop. We have developed a logical ergonomic method for transporting wheels. The focus here is our
Voice Over LTE (VoLTE) By Miikka Poikselkä;Harri Holma;Jukka Hongisto
Voice Over LTE (VoLTE) By Miikka Poikselkä;Harri Holma;Jukka Hongisto If you are searched for a book by Miikka Poikselkä;Harri Holma;Jukka Hongisto Voice over LTE (VoLTE) in pdf form, then you have come
S-55.1100 SÄHKÖTEKNIIKKA JA ELEKTRONIIKKA
S-55.00 SÄHKÖKNKKA A KONKKA. välikoe 2..2008. Saat vastata vain neljään tehtävään!. aske jännite U. = 4 Ω, 2 = Ω, = Ω, = 2, 2 =, = A, 2 = U 2 2 2 2. ännitelähde tuottaa hetkestä t = t < 0 alkaen kaksiportaisen
TIEKE Verkottaja Service Tools for electronic data interchange utilizers. Heikki Laaksamo
TIEKE Verkottaja Service Tools for electronic data interchange utilizers Heikki Laaksamo TIEKE Finnish Information Society Development Centre (TIEKE Tietoyhteiskunnan kehittämiskeskus ry) TIEKE is a neutral,
1. Liikkuvat määreet
1. Liikkuvat määreet Väitelauseen perussanajärjestys: SPOTPA (subj. + pred. + obj. + tapa + paikka + aika) Suora sanajärjestys = subjekti on ennen predikaattia tekijä tekeminen Alasääntö 1: Liikkuvat määreet
TM ETRS-TM35FIN-ETRS89 WTG
SHADOW - Main Result Assumptions for shadow calculations Maximum distance for influence Calculate only when more than 20 % of sun is covered by the blade Please look in WTG table WindPRO version 2.8.579
S SÄHKÖTEKNIIKKA JA ELEKTRONIIKKA
S-55.00 SÄHKÖTKNKK LKTRONKK. välikoe 0.3.006. Saat vastata vain neljään tehtävään!. Laske jännite U. R = =Ω, R 3 =3Ω, = =4V, 3 =6V, = + R + R 3 + U 3. Konkka on varautunut jännitteeseen u C (0) =. Kytkin
LX 70. Ominaisuuksien mittaustulokset 1-kerroksinen 2-kerroksinen. Fyysiset ominaisuudet, nimellisarvot. Kalvon ominaisuudet
LX 70 % Läpäisy 36 32 % Absorptio 30 40 % Heijastus 34 28 % Läpäisy 72 65 % Heijastus ulkopuoli 9 16 % Heijastus sisäpuoli 9 13 Emissiivisyys.77.77 Auringonsuojakerroin.54.58 Auringonsäteilyn lämmönsiirtokerroin.47.50
19. Statistical Approaches to. Data Variations Tuomas Koivunen S ysteemianalyysin. Laboratorio. Optimointiopin seminaari - Syksy 2007
19. Statistical Approaches to Data Variations Tuomas Koivunen 24.10.2007 Contents 1. Production Function 2. Stochastic Frontier Regressions 3. Example: Study of Texas Schools 4. Example Continued: Simulation
SIMULINK S-funktiot. SIMULINK S-funktiot
S-funktio on ohjelmointikielellä (Matlab, C, Fortran) laadittu oma algoritmi tai dynaamisen järjestelmän kuvaus, jota voidaan käyttää Simulink-malleissa kuin mitä tahansa valmista lohkoa. S-funktion rakenne
Salasanan vaihto uuteen / How to change password
Salasanan vaihto uuteen / How to change password Sisällys Salasanakäytäntö / Password policy... 2 Salasanan vaihto verkkosivulla / Change password on website... 3 Salasanan vaihto matkapuhelimella / Change
Fighting diffuse nutrient load: Multifunctional water management concept in natural reed beds
PhD Anne Hemmi 14.2.2013 RRR 2013 Conference in Greifswald, Germany Fighting diffuse nutrient load: Multifunctional water management concept in natural reed beds Eutrophication in surface waters High nutrient
EUROOPAN PARLAMENTTI
EUROOPAN PARLAMENTTI 2004 2009 Kansalaisvapauksien sekä oikeus- ja sisäasioiden valiokunta 2008/0101(CNS) 2.9.2008 TARKISTUKSET 9-12 Mietintöluonnos Luca Romagnoli (PE409.790v01-00) ehdotuksesta neuvoston
1.3 Lohkorakenne muodostetaan käyttämällä a) puolipistettä b) aaltosulkeita c) BEGIN ja END lausekkeita d) sisennystä
OULUN YLIOPISTO Tietojenkäsittelytieteiden laitos Johdatus ohjelmointiin 811122P (5 op.) 12.12.2005 Ohjelmointikieli on Java. Tentissä saa olla materiaali mukana. Tenttitulokset julkaistaan aikaisintaan
Sisällysluettelo Table of contents
Sisällysluettelo Table of contents OTC:n Moodlen käyttöohje suomeksi... 1 Kirjautuminen Moodleen... 2 Ensimmäinen kirjautuminen Moodleen... 2 Salasanan vaihto... 2 Oma käyttäjäprofiili... 3 Työskentely
Metsälamminkankaan tuulivoimapuiston osayleiskaava
VAALAN KUNTA TUULISAIMAA OY Metsälamminkankaan tuulivoimapuiston osayleiskaava Liite 3. Varjostusmallinnus FCG SUUNNITTELU JA TEKNIIKKA OY 12.5.2015 P25370 SHADOW - Main Result Assumptions for shadow calculations
The role of 3dr sector in rural -community based- tourism - potentials, challenges
The role of 3dr sector in rural -community based- tourism - potentials, challenges Lappeenranta, 5th September 2014 Contents of the presentation 1. SEPRA what is it and why does it exist? 2. Experiences
Use of Stochastic Compromise Programming to develop forest management alternatives for ecosystem services
Use of Stochastic Compromise Programming to develop forest management alternatives for ecosystem services Kyle Eyvindson 24.3.2014 Forest Science Department / Kyle Eyvindson 3/26/2014 1 Overview Introduction
AYYE 9/ HOUSING POLICY
AYYE 9/12 2.10.2012 HOUSING POLICY Mission for AYY Housing? What do we want to achieve by renting apartments? 1) How many apartments do we need? 2) What kind of apartments do we need? 3) To whom do we
7. Product-line architectures
7. Product-line architectures 7.1 Introduction 7.2 Product-line basics 7.3 Layered style for product-lines 7.4 Variability management 7.5 Benefits and problems with product-lines 1 Short history of software
TM ETRS-TM35FIN-ETRS89 WTG
SHADOW - Main Result Assumptions for shadow calculations Maximum distance for influence Calculate only when more than 20 % of sun is covered by the blade Please look in WTG table WindPRO version 2.9.269
Supply Chain Management and Material Handling in Paper Industry Case Tervakoski Oy
Tampere University of Applied Sciences Paper technology International Pulp and Paper Technology Supply Chain Management and Material Handling in Paper Industry Case Tervakoski Oy Supervisor Commissioned
Copyright 2008 Pearson Education, Inc., publishing as Pearson Addison-Wesley.
Newtonin painovoimateoria Knight Ch. 13 Saturnuksen renkaat koostuvat lukemattomista pölyhiukkasista ja jääkappaleista, suurimmat rantapallon kokoisia. Lisäksi Saturnusta kiertää ainakin 60 kuuta. Niiden
Miehittämätön meriliikenne
Rolls-Royce & Unmanned Shipping Ecosystem Miehittämätön meriliikenne Digimurros 2020+ 17.11. 2016 September 2016 2016 Rolls-Royce plc The 2016 information Rolls-Royce in this plc document is the property
Operatioanalyysi 2011, Harjoitus 2, viikko 38
Operatioanalyysi 2011, Harjoitus 2, viikko 38 H2t1, Exercise 1.1. H2t2, Exercise 1.2. H2t3, Exercise 2.3. H2t4, Exercise 2.4. H2t5, Exercise 2.5. (Exercise 1.1.) 1 1.1. Model the following problem mathematically:
Reliable sensors for industrial internet
Reliable sensors for industrial internet 21.5.2015 Anu Kärkkäinen, PhD Research Team Leader VTT Technical Research Centre of Finland anu.karkkainen@vtt.fi Click to edit Master Contents title style Click
Capacity utilization
Mat-2.4142 Seminar on optimization Capacity utilization 12.12.2007 Contents Summary of chapter 14 Related DEA-solver models Illustrative examples Measure of technical capacity utilization Price-based measure
7.4 Variability management
7.4 Variability management time... space software product-line should support variability in space (different products) support variability in time (maintenance, evolution) 1 Product variation Product
Land-Use Model for the Helsinki Metropolitan Area
Land-Use Model for the Helsinki Metropolitan Area Paavo Moilanen Introduction & Background Metropolitan Area Council asked 2005: What is good land use for the transport systems plan? At first a literature
Data quality points. ICAR, Berlin,
Data quality points an immediate and motivating supervision tool ICAR, Berlin, 22.5.2014 Association of ProAgria Centres Development project of Milk Recording Project manager, Heli Wahlroos heli.wahlroos@proagria.fi
SwemaFlow 125D ilmanvirtausmittari
SwemaFlow 125D ilmanvirtausmittari SwemaFlow 125D huppumittari/ilmanvirtausmittari SwemaFlow125D ei tarvitse Swema3000/SwemaAir300 mittaria, mutta mittariliitännän saa lisävarusteena. Käyttökohteet: Teollisuuden
BLOCKCHAINS AND ODR: SMART CONTRACTS AS AN ALTERNATIVE TO ENFORCEMENT
UNCITRAL EMERGENCE CONFERENCE 13.12.2016 Session I: Emerging Legal Issues in the Commercial Exploitation of Deep Seabed, Space and AI BLOCKCHAINS AND ODR: SMART CONTRACTS AS AN ALTERNATIVE TO ENFORCEMENT
Operatioanalyysi 2011, Harjoitus 4, viikko 40
Operatioanalyysi 2011, Harjoitus 4, viikko 40 H4t1, Exercise 4.2. H4t2, Exercise 4.3. H4t3, Exercise 4.4. H4t4, Exercise 4.5. H4t5, Exercise 4.6. (Exercise 4.2.) 1 4.2. Solve the LP max z = x 1 + 2x 2
Jussi Klemola 3D- KEITTIÖSUUNNITTELUOHJELMAN KÄYTTÖÖNOTTO
Jussi Klemola 3D- KEITTIÖSUUNNITTELUOHJELMAN KÄYTTÖÖNOTTO Opinnäytetyö KESKI-POHJANMAAN AMMATTIKORKEAKOULU Puutekniikan koulutusohjelma Toukokuu 2009 TIIVISTELMÄ OPINNÄYTETYÖSTÄ Yksikkö Aika Ylivieska
,0 Yes ,0 120, ,8
SHADOW - Main Result Calculation: Alue 2 ( x 9 x HH120) TuuliSaimaa kaavaluonnos Assumptions for shadow calculations Maximum distance for influence Calculate only when more than 20 % of sun is covered
Returns to Scale Chapters
Return to Scale Chapter 5.1-5.4 Saara Tuurala 26.9.2007 Index Introduction Baic Formulation of Retur to Scale Geometric Portrayal in DEA BCC Return to Scale CCR Return to Scale Summary Home Aignment Introduction