Chapter 5 Optimal Estimation

Size: px
Start display at page:

Download "Chapter 5 Optimal Estimation"

Transcription

1 Chapter 5 Optimal Etimation Part State Space Kalman Filter 1

2 Outline 5.3 State Space Kalman Filter Introduction Linear Dicrete Time Kalman Filter Kalman Filter for Nonlinear Sytem Simple Example: 2D Mobile Robot Pragmatic Information for Kalman Filter Other Form of the Kalman Filter Summary 2

3 Outline 5.3 State Space Kalman Filter Introduction Linear Dicrete Time Kalman Filter Kalman Filter for Nonlinear Sytem Simple Example: 2D Mobile Robot Pragmatic Information for Kalman Filter Other Form of the Kalman Filter Summary 3

4 Rudolph. E. Kalman Born in Budapet, Hungary, on May 19, Magnetic peronality Did EE at MIT Profeor at Stanford U 4

5 Impact One of the greatet and broadly applied dicoverie in the hitory of tatitical etimation theory. Navigation and Guidance Application Robotic Aircraft Automobile Spacecraft orbit determination 5

6 Impact Control and Etimation Application Continuou manufacturing procee (Poer, Chemical) Target tracking Computer viion Economic Forecating Stock Market Prediction!!! 6

7 Impact Subytem Within Robotic Perception, Localization Control Subproblem of Robotic State etimation Data aociation Calibration, ytem identification Trade tudie Built-in imulation 7

8 Characterization Uually, the ituation i more generic ith meaurement that are: incomplete: related to ome but not all of the variable of interet indirect: related indirectly to the quantitie of interet intermittent: available at irregularly-paced intant of time Alo, the tate vector of interet may be changing ith repect to time. The Kalman Filter can handle all of thi. 8

9 Characterization An algorithm. Not hardare. Recurively etimate tate of a dynamic ytem from noiy data. Sytem dynamic perturbed by hite noie. Meaurement perturbed by hite noie. For optimal (or even correct) reult, error mut be: Unbiaed (have zero mean for all time) Gauian (have a Gauian ditribution for all time) White (contain all frequencie) 9

10 5.3.1 Introduction Recall the form of tate pace model of a ytem: 10

11 5.3.1 Overall Operation Phyical Sytem Sytem State Meaurement Proce Meaure ment x (t) z(t) xˆ ( t) Initial Etimate Kalman Filter -Sytem model -Meaurement model Sytem Noie v (t) (t) Meaurement Noie xˆ ( t) State Etimate 11

12 5.3.1 Additional Capabilitie of SS KF An SS KF can: Predict tate beteen and beyond the meaurement. Ue rate meaurement that are derivative of required tate variable. Explicitly account for modeling aumption and diturbance in a more precie ay than jut noie. Identify a ytem (calibrate parameter) in real-time. Correlation that it track make it poible to remove effect of hitorical error once they become knon. 12

13 Need for State Prediction Let ubcript denote time thu: x 1 = xt ( 1 ) z 2 = zt ( 2 ) Not all of the difference beteen x1 and x2 i no due to error. Some of it i motion. Mut compute x2 from x1 and then compare z2 to that. That alo involve predicting the error in the prediction recall ho error compound in dead reckoning. 15

14 Dicrete Time Sytem Model Continuou Time: State or Proce Model Meaurement or Obervation Model Dicrete Time: Continuou form rarely ued in practice State or Proce Model Meaurement or Obervation Model 16

15 Nomenclature n = # tate m = # meaurement 17

16 Aume: Noie Proce and meaurement noie are hite (uncorrelated ith themelve in time). Uncorrelated ith each other. T E ( k i ) = δ ik Q k T Ev ( k v i ) = δ ik R k T E ( k v i ) = 0, ( ik, ) 18

17 Tranition Matrix Convert continuou time ODE to dicrete time one: The time continuou, matrix ODE: x = Ft ()x Can alay be converted to: But it may not be eay. 19

18 Matrix Exponential When F(t) i actually time-independent (F): Don t panic! It jut add and multiplie, ah, forever. For time varying F(t), even hen t i ufficiently mall relative to ytem time contant, can ue: 20

19 Outline 5.3 State Space Kalman Filter Introduction Linear Dicrete Time Kalman Filter Kalman Filter for Nonlinear Sytem Simple Example: 2D Mobile Robot Pragmatic Information for Kalman Filter Other Form of the Kalman Filter Summary 21

20 The Filter Equation 2 Set + mean after incorporation of meaurement into etimate 22

21 Time and Update z k K xˆ P xˆ [ H T T k = Pk H k kpk H k + Rk xˆ + k = k + Kk[ zk H k k k = [ I Kk H k ] Pk xˆ = Kalman Filter ˆ k x k + ] P k = P k ] 1 Delay xˆ k+1= Φk ˆ + k = x k xˆ k+ 1 k k + P k = P k Sytem Model = Φ xˆ P P Φ + G Q T k k k k G T k xˆ k Sytem model run continuouly (i.e. at high rate). Kalman filter run hen meaurement are available. 23

22 Interpreting Uncertainty Matrice Q k : you provide thi intantaneou uncertainty hich corrupt the ytem model random phyical diturbance and proce model error R k : you provide thi too intantaneou uncertainty hich corrupt the meaurement model random error in enor output P k : Filter motly manage. You provide only P0 total integrated uncertainty in tate etimate 24

23 Outline 5.3 State Space Kalman Filter Introduction Linear Dicrete Time Kalman Filter Kalman Filter for Nonlinear Sytem Simple Example: 2D Mobile Robot Pragmatic Information for Kalman Filter Other Form of the Kalman Filter Summary 25

24 Linearizing Nonlinear Problem Full nonlinear model: x = fxt (, ) + gt ()() t z = hxt (, ) + vt () Linearize about a reference trajectory x*(t) x = f ( x *, t) x+ gt ()t () x z hx ( *, t) = h * ( x, t) x+ vt () x 26

25 Linear (Feedforard) Kalman Filter Doe not update the reference trajectory: Sytem Model x r + h( x r ) δ x r z + z h( x r ) Kalman Filter State vector i the error. Advantage: more reponive to dynamic (computed in reference trajectory). Diadvantage: diverge more quickly. 27

26 Extended Kalman Filter Doe update the reference trajectory: Sytem Model h( x r ) x r z + z h( x r ) Kalman Filter δ x r State vector i the tate. Diadvantage: le reponive to dynamic. Advantage: diverge le quickly. 28

27 Kalman Filter: Extended Kalman Filter Jacobian: Compute Kalman gain: Update tate etimate: Update it covariance: Sytem Model: Project tate: Project covariance: Thee are the one you ill ue for almot any filter. 29

28 State Tranition Nonlinear Problem When the ytem model i nonlinear: x = fxt ( ()t, ) The previou expreion: xˆk + 1 = φ k ( xˆ k ) I jut code for olve the ODE. The tranition matrix can be generated from time linearization: + = x k + fx ( k, t k ) t x k 1 30

29 Uncertainty Propagation Nonlinear Problem The tate covariance propagation i: Thi approximation can be ued: Φ F = I + F t k 31

30 Sytem Identification A poorly knon contant can be computed automatically if there are enough meaurement to oberve it. It tate equation i: x i = 0 Jut add it to the tate vector and make ure to update H to encode ho meaurement error depend linearly on it error. 32

31 Outline 5.3 State Space Kalman Filter Introduction Linear Dicrete Time Kalman Filter Kalman Filter for Nonlinear Sytem Simple Example: 2D Mobile Robot Pragmatic Information for Kalman Filter Other Form of the Kalman Filter Summary 33

32 State Vector: D Mobile Robot Filter y b ψψ Care about thi Meaurement Need thi to propagate tate x Tranmiion Encoder Gyro 34

33 Sytem and Meaurement Model (Sytem Model) Generally of the form: x Here, it i: dx = = dt fxt (, ) y b ψψ Nonlinear! Aume contant velocity beteen meaurement, but no orrie becaue: Meaurement can change velocity. Meaurement may arrive at 100 Hz. x 35

34 Sytem and Meaurement Model Recall: (Sytem Jacobian) Clearly : ψ F 36

35 Dicretize and Linearize Linearize: Expre in matrix form: v k+1 ω k+1 Thi i a linearized (called Euler ) approximation. THIS IS NOT Φ! Maybe it eaier to code thi. 37

36 Dicretize and Linearize (State Uncertainty Propagation) Recall, it of the form: We approximate the tranition matrix ith: Where: Note difference from F matrix 2 lide ago! 38

37 Be careful ith P0: Initialization Too little P0 and meaurement ill be ignored. Too much P0 and numerical problem. Here aume: Mean: the matrix hoe diagonal i thi vector 39

38 Sytem Diturbance Error groth beteen meaurement Ue it to capture: Incorrectne of flat terrain aumption. Incorrectne of no Wheel lip aumption. Incorrectne of contant velocity aumption. Would like it to be larger for larger t. In the abence of real data, try omething related to the Taylor remainder Firt neglected term in dynamic linearization. 40

39 Sytem Diturbance Try: But hat i GG kk? contant Let kk xxxx and kk yyyy be interpreted in the body frame to allo aymmetric error magnitude in direction of travel. Then GG kk convert coordinate: 41

40 OK. Breathe. We re 1/4 Done We have the dynamic

41 Tranmiion Encoder Meaurement Velocity encoder: Model Alay expre meaurement a a prediction baed on: The preent tate No other meaurement If you are ure you can t predict the meaurement from the tate, add more tate variable til you can. 43

42 Tranmiion Encoder Meaurement Model (Error Model) Expre uncertainty a ditance dependent random alk. In continuou time: That i, hen integrated rt time, gro linearly rt ditance becaue Vdt = d Multiply by tt ee to get: Why? Produce a poition variance that gro linearly ith ditance beteen meaurement. 44

43 Gyro Meaurement Model/Uncertainty Gyro meaurement: For R, go ith time dependent random alk: To convert to dicrete time (multiply by tt gg ). Make the variance of angle rate contant hile variance of computed angle gro linearly ith time. 45

44 1/2 DONE no have: z = h(x) & H & R

45 Time for a Fe Good Z 47

46 Dead Reckoning So far, e have a lot of code that doe thi: Any proce that only integrate noiy velocitie mut eventually (quickly?) get lot. Without poe fixe, even an optimal etimate i not much ue. 48

47 Suppoe: Landmark A map of here the landmark are in the orld. A enor hich meaure landmark poition relative to itelf. ψψ Note: The book preent a forced formulation hich i better but not conitent ith the homeork aignment, o thee lide cover an unforced formulation here velocitie remain in the tate vector. y x b 49

48 Forced Formulation Can treat velocity meaurement a input u rather than meaurement z. Error in the velocitie are then modeled in Q rather than R. The tate vector i maller: Sytem Model: 50

49 Forced Formulation Sytem model in matrix form: Sytem Jacobian: Φ k matrix: State Uncertainty Propagation: - P k + 1 T = F P k T Φ k Φ Fk + G k Q k G k T 51

50 Incorporating a Map (Landmark Meaurement Model) Thi i of the form z = h(x) here: r d m x = x b y b ψ θ αα x 52

51 Incorporating a Map (Landmark Meaurement Model) Jacobian.r.t robot H x z poe: z = = b b ρ b z d bd H dhbdhx αα r d m Jacobian.r.t landmark poe: z H m z = = b b ρ m z d bd d H dhbdhdhm x m 53

52 Oberver and Jacobian A real enor doe not meaure in Carteian coordinate. Polar i more likely: y d coα inα = = x d y d r d r d Forard Kinematic x d r d αα x y z en α = = fr ( d ) = r d y d atan( ) x d ( x d ) 2 + ( y d ) 2 Invere Kinematic enor 54

53 Senor Referenced Obervation H x z b z z d bd z = = H b dhbdhx H m ρ d ρ b Occur in 2 place z = = b Nothing here but ton of math Recall: z en α = = fr ( d ) = r d y d x d atan( ) ( x d ) 2 + ( y d ) 2 b ρ m z d bd d H dhbdhdhm 55 z H d α z H ( r d ) 2 y d x d = = = = r d 1 H r --- xd yd r d α cα r d cα α

54 Body To Senor H x z b z z d bd z = = H b dhbdhx H m ρ b Occur in 2 place We need: b Invere i: Compound-Right Poe Jacobian! b z = = b b ρ m z d bd d H dhbdhdhm d 56

55 World to Body: Firt Jacobian H x z z z d bd z = = H dhbdhx H m b b ρ b z = = b b ρ m z d bd d H dhbdhdhm We need: b ρd Invere i: ρd b d Compound-Right Poe Jacobian 57

56 World to Body: Second Jacobian H x z z z d bd z = = H dhbdhx H m b b ρ b b We need: Right-Left Poe Jacobian ρb Minu Sign z = = b b ρ m z d bd d H dhbdhdhm d 58 Thi mean there i info here on x and y and θ.

57 Model to World H x z z z d bd z = = H dhbdhx H m b b ρ b z = = b b ρ m z d bd d H dhbdhdhm We need: ρm Compound-Left Poe Jacobian d d H m ρ 10 ( y d ym ) d = = 01 x ( d x m ) ρ m

58 Total Meaurement Model: Point Compute it like thi: Feature State Variable Landmark Poition From Map Predicted Senor Reading Jacobian r d z en = T b *T b α = = fr ( d ) = r d m ( ρ b )*T m ( rm )*r d y d atan( ) x d ( x d ) 2 + ( y d ) 2 Find Robot H x z z = = b b ρ b z d bd H dhbdhx Find Landmark z H m z = = b b ρ m z d bd d H dhbdhdhm 60

59 3/4 DONE! no have ome really good z

60 Still

61 Not

62 Done!

63 Data Aociation The Achille Heel of the Kalman Filter. There are lot of landmark out there. Ho do you kno hich one you are looking at? One mitake and it all over: A potentially maive change in the vehicle poe ill occur. Thi ill caue more rong aociation and feer or no right one. The filter ill diverge, and the ytem ill rapidly get lot. 66

64 Thi i the expreion: Innovation Covariance S = HPH T + R in the Kalman Gain calculation. Repreent the covariance of the innovation z- h(x). I.E. ho doe the tate error P [in h(x)] and the meaurement error R [in z] combine to give the error in my prediction right no. 67

65 Validation Gate Recall the Mahalanobi ditance - multidimenional deviation from the mean: d = z T S 1 z Compute thi for every landmark giving n d to look at. It turn out if the innovation i Gauian, then the MHD i Chi quare ditributed. Confidence threhold can be derived: Variance Gate 68

66 Validation Gate Thi lead to ome good idea for data aociation: Require that any candidate aociation have a MD < about 3. Require that there be no other candidate aociation ith an MD < 6 or an even bigger number. Require that an aociation be table for everal cycle before it i actually ued. 69

67 Done! Thi ha been a... really really ueful Kalman Filter

68 Outline 5.3 State Space Kalman Filter Introduction Linear Dicrete Time Kalman Filter Kalman Filter for Nonlinear Sytem Simple Example: 2D Mobile Robot Harder Example Pragmatic Information for Kalman Filter Other Form of the Kalman Filter Summary 71

69 Jut Kidding! Here are ome graph of a 3D filter. 72

70 3D AHRS Filter Reult 73

71 3D AHRS Filter Reult 74

72 3D AHRS Filter Reult 75

73 Outline 5.3 State Space Kalman Filter Introduction Linear Dicrete Time Kalman Filter Kalman Filter for Nonlinear Sytem Simple Example: 2D Mobile Robot Pragmatic Information for Kalman Filter Other Form of the Kalman Filter Summary 76

74 Sequential Meaurement Proceing All meaurement do not have to come in at the ame rate. Jut proce em hen you have em after predicting tate for their time of arrival. State_Update() /* enter every cycle */ { ytemmodel(dt); if( Doppler meaurement available) run Kalman() on Doppler; if( Encoder meaurement avail run Kalman() on encoder; if( AHRS meaurement available) run Kalman() on AHRS; if( Steering meaurement available) run Kalman() on teering; } Kalman() { } 77

75 Single Meaurement Efficiency: Kalman Recall: K k Gain - T - T = P kh k [ Hk P khk + R k ] 1 Suppoe only one direct meaurement: R = [] r Meaurement Jacobian i: Define: p = P 1 at index H = Then, Kalman Gain i a calar time th column of P: 1 K = p + r Pi Sth column of P 78

76 The formula: Uncertainty Propagation take n2(1+m)+n3 flop [1200 for n=10,m=1] Can be computed more efficiently a: hich take n2(1+m) + mn2 flop [300 for n=10,m=1] P = [ I ( KH) ]P P = P K( HP) 79

77 Uncertainty Propagation For a calar meaurement, recall: 1 at index H = KHP i jut a contant time the outer product: ( KHP) 1 ij p+ r Pi P j = i j 80

78 R matrix and cycle time It i lightly better to have every element of R be proportional to dt. Thi tend to make your filter behave appropriately if you change the time tep. If not, you can get ierd behavior like a filter hich produce ore aner if you run it fater (becaue you are adding up more random number of the ame variance). 81

79 Outline 5.3 State Space Kalman Filter Introduction Linear Dicrete Time Kalman Filter Kalman Filter for Nonlinear Sytem Simple Example: 2D Mobile Robot Pragmatic Information for Kalman Filter Other Form of the Kalman Filter - SKIP Summary 82

80 Outline 5.3 State Space Kalman Filter Introduction Linear Dicrete Time Kalman Filter Kalman Filter for Nonlinear Sytem Simple Example: 2D Mobile Robot Pragmatic Information for Kalman Filter Other Form of the Kalman Filter Summary 83

81 Summary A SS KF i conceptually to et of equation. Mot cae require linearization. The extended form i the mot ueful. Handle the tricky iue of integration dead reckoning and poition fixe automatically. Mot meaurement are calar and e often aume decorrelation. Lead to proceing efficiencie. 84

Frequency Calibration of A/D Converter in Software GPS Receivers

Frequency Calibration of A/D Converter in Software GPS Receivers Frequency Calibration of A/D Converter in Software GPS Receiver L. L. Liou, D. M. Lin, J. B. Tui J. Schamu Senor Directorate Air Force Reearch Laboratory Abtract--- Thi paper preent a oftware-baed method

More information

Mechatronics Laboratory Assignment 5 Motor Control and Straight-Line Robot Driving

Mechatronics Laboratory Assignment 5 Motor Control and Straight-Line Robot Driving Mechatronic Laboratory Aignment 5 Motor Control and Straight-Line Robot Driving Recommended Due Date: By your lab time the week of March 5 th Poible Point: If checked off before your lab time the week

More information

Analysis. Control of a dierential-wheeled robot. Part I. 1 Dierential Wheeled Robots. Ond ej Stan k

Analysis. Control of a dierential-wheeled robot. Part I. 1 Dierential Wheeled Robots. Ond ej Stan k Control of a dierential-wheeled robot Ond ej Stan k 2013-07-17 www.otan.cz SRH Hochchule Heidelberg, Mater IT, Advanced Control Engineering project Abtract Thi project for the Advanced Control Engineering

More information

Kalman Filtering Based Object Tracking in Surveillance Video System

Kalman Filtering Based Object Tracking in Surveillance Video System (669 -- 917) Proceeding of the 3rd (2011) CUSE International Conference Kalman Filtering Baed Object racking in Surveillance Video Sytem W.L. Khong, W.Y. Kow, H.. an, H.P. Yoong, K..K. eo Modelling, Simulation

More information

Adaptive Space/Frequency Processing for Distributed Aperture Radars

Adaptive Space/Frequency Processing for Distributed Aperture Radars Adaptive Space/Frequency Proceing for Ditributed Aperture Radar Raviraj Adve a, Richard Schneible b, Robert McMillan c a Univerity of Toronto Department of Electrical and Computer Engineering 10 King College

More information

Chapter Introduction

Chapter Introduction Chapter-6 Performance Analyi of Cuk Converter uing Optimal Controller 6.1 Introduction In thi chapter two control trategie Proportional Integral controller and Linear Quadratic Regulator for a non-iolated

More information

Sampling Theory MODULE XIII LECTURE - 41 NON SAMPLING ERRORS

Sampling Theory MODULE XIII LECTURE - 41 NON SAMPLING ERRORS Sampling Theory MODULE XIII LECTURE - 41 NON SAMPLING ERRORS DR. SHALABH DEPARTMENT OF MATHEMATICS AND STATISTICS INDIAN INSTITUTE OF TECHNOLOG KANPUR 1 It i a general aumption in ampling theory that the

More information

Lecture 11. Noise from optical amplifiers. Optical SNR (OSNR), noise figure, (electrical) SNR Amplifier and receiver noise

Lecture 11. Noise from optical amplifiers. Optical SNR (OSNR), noise figure, (electrical) SNR Amplifier and receiver noise Lecture 11 Noie from optical amplifier EDFA noie Raman noie Optical SNR (OSNR), noie figure, (electrical) SNR Amplifier and receiver noie ASE and hot/thermal noie Preamplification for SNR improvement Fiber

More information

Previous lecture. Lecture 5 Control of DVD reader. TheDVD-reader tracking problem. Can you see the laser spot?

Previous lecture. Lecture 5 Control of DVD reader. TheDVD-reader tracking problem. Can you see the laser spot? Lecture 5 Control of DVD reader Previou lecture Focu control Radial control (Track following) Lecture 4: Specification in frequency domain Loop haping deign Problem formulation Modeling Specification Focu

More information

The Central Limit Theorem

The Central Limit Theorem Objective Ue the central limit theorem to olve problem involving ample mean for large ample. The Central Limit Theorem In addition to knowing how individual data value vary about the mean for a population,

More information

A moving sound source localization method based on TDOA

A moving sound source localization method based on TDOA A moving ound ource localization method baed on TDOA Feng MIAO; Diange YANG ; Ruia WANG; Junie WEN; Ziteng WANG; Xiaomin LIAN Tinghua Univerity, China ABSTRACT The Time Difference of Arrival (TDOA) method

More information

GPS signal Rician fading model for precise navigation in urban environment

GPS signal Rician fading model for precise navigation in urban environment Indian Journal of Radio & Space Phyic Vol 42, June 203, pp 92-96 GPS ignal Rician fading model for precie navigation in urban environment G Sai Bhuhana Rao, G Sateeh Kumar $,* & M N V S S Kumar Department

More information

Adaptive Groundroll filtering

Adaptive Groundroll filtering Adaptive Groundroll filtering David Le Meur (CGGVerita), Nigel Benjamin (CGGVerita), Rupert Cole (Petroleum Development Oman) and Mohammed Al Harthy (Petroleum Development Oman) SUMMARY The attenuation

More information

Gemini. The errors from the servo system are considered as the superposition of three things:

Gemini. The errors from the servo system are considered as the superposition of three things: Gemini Mount Control Sytem Report Prediction Of Servo Error Uing Simulink Model Gemini 9 July 1996 MCSJDW (Iue 3) - Decribe the proce of etimating the performance of the main axi ervo uing the non-linear

More information

EEEE 480 Analog Electronics

EEEE 480 Analog Electronics EEEE 480 Analog Electronic Lab #1: Diode Characteritic and Rectifier Circuit Overview The objective of thi lab are: (1) to extract diode model parameter by meaurement of the diode current v. voltage characteritic;

More information

Active vibration isolation for a 6 degree of freedom scale model of a high precision machine

Active vibration isolation for a 6 degree of freedom scale model of a high precision machine Active vibration iolation for a 6 degree of freedom cale model of a high preciion machine W.B.A. Boomma Supervior Report nr : Prof. Dr. Ir. M. Steinbuch : DCT 8. Eindhoven Univerity of Technology Department

More information

A COMPARISON OF METHODS FOR EVALUATING THE TEST ZONE PERFORMANCE OF ANECHOIC CHAMBERS DESIGNED FOR TESTING WIRELESS DEVICES

A COMPARISON OF METHODS FOR EVALUATING THE TEST ZONE PERFORMANCE OF ANECHOIC CHAMBERS DESIGNED FOR TESTING WIRELESS DEVICES A COMPARISON OF METHODS FOR EVALUATING THE TEST ZONE PERFORMANCE OF ANECHOIC CHAMBERS DESIGNED FOR TESTING WIRELESS DEVICES Jame D. Huff John C. Mantovani Carl W. Sirle The Howland Company, Inc. 4540 Atwater

More information

13A.3 ASSIMILATION OF POLARIMETRIC RADAR DATA USING ENSEMBLE KALMAN FILTER: EXPERIMENT WITH SIMULATED DATA. University of Oklahoma, Norman OK 73019

13A.3 ASSIMILATION OF POLARIMETRIC RADAR DATA USING ENSEMBLE KALMAN FILTER: EXPERIMENT WITH SIMULATED DATA. University of Oklahoma, Norman OK 73019 13A.3 ASSIMILATION OF POLARIMETRIC RADAR DATA USING ENSEMBLE KALMAN FILTER: EXPERIMENT WITH SIMULATED DATA Youngun Jung 1,2, *, Ming Xue 1,2, and Jerry M. Straka 1 1 School of Meteorology and 2 Center

More information

COST OF TRANSMISSION TRANSACTIONS: Comparison and Discussion of Used Methods

COST OF TRANSMISSION TRANSACTIONS: Comparison and Discussion of Used Methods INTERNATIONAL CONFERENCE ON RENEWABLE ENERGY AND POWER QUALITY (ICREPQ 03) COST OF TRANSMISSION TRANSACTIONS: Comparion and Dicuion of Ued Method Judite Ferreira 1, Zita Vale 2, A. Almeida Vale 3 and Ricardo

More information

Instantaneous Cycle-Slip Detection and Repair of GPS Data Based on Doppler Measurement

Instantaneous Cycle-Slip Detection and Repair of GPS Data Based on Doppler Measurement Intantaneou Cycle-Slip Detection and Repair of GPS Data Baed on Doppler Meaurement Zhoufeng Ren, Liyan Li, Jie Zhong, and Minjian Zhao Abtract In GPS receiver, carrier phae meaurement can be ued to improve

More information

IE 361 Module 6. Gauge R&R Studies Part 2: Two-Way ANOVA and Corresponding Estimates for R&R Studies

IE 361 Module 6. Gauge R&R Studies Part 2: Two-Way ANOVA and Corresponding Estimates for R&R Studies IE 361 Module 6 Gauge R&R Studie Part 2: Two-Way ANOVA and Correponding Etimate for R&R Studie Reading: Section 2.2 Statitical Quality Aurance for Engineer (Section 2.4 of Revied SQAME) Prof. Steve Vardeman

More information

ECS455: Chapter 5 OFDM

ECS455: Chapter 5 OFDM ECS455: Chapter 5 OFDM 1 Dr.Prapun Sukompong prapun.com/ec455 Office Hour: BKD 3601-7 Tueday 9:30-10:30 Friday 14:00-16:00 2 OFDM: Overview Let S 1, S 2,, S N be the information ymbol. The dicrete baeband

More information

Supervised Information-Theoretic Competitive Learning by Cost-Sensitive Information Maximization

Supervised Information-Theoretic Competitive Learning by Cost-Sensitive Information Maximization BIC, 9 Aug- ept upervied Information-Theoretic Competitive Learning by Cot-enitive Information Maximization Ryotaro Kamimura Information cience Laboratory, Tokai Univerity, 7 Kitakaname Hiratuka Kanagawa

More information

/09/$ IEEE 472

/09/$ IEEE 472 Bai Puruit for Robut Paive Acoutic Beamforming Ben Shapo and Chri Kreucher Integrity Application Incorporated 900 Victor Way, Suite 220 Ann Arbor, MI 48108 bhapo@integrity-app.com, ckreuche@umich.edu Abtract

More information

Identification of Image Noise Sources in Digital Scanner Evaluation

Identification of Image Noise Sources in Digital Scanner Evaluation Identification of Image Noie Source in Digital Scanner Evaluation Peter D. Burn and Don William Eatman Kodak Company, ocheter, NY USA 4650-95 ABSTACT For digital image acquiition ytem, analyi of image

More information

Time-Domain Coupling to a Device on Printed Circuit Board Inside a Cavity. Chatrpol Lertsirimit, David R. Jackson and Donald R.

Time-Domain Coupling to a Device on Printed Circuit Board Inside a Cavity. Chatrpol Lertsirimit, David R. Jackson and Donald R. Time-Domain Coupling to a Device on Printed Circuit Board Inide a Cavity Chatrpol Lertirimit, David R. Jackon and Donald R. Wilton Applied Electromagnetic Laboratory Department of Electrical Engineering,

More information

Control of Electromechanical Systems using Sliding Mode Techniques

Control of Electromechanical Systems using Sliding Mode Techniques Proceeding of the 44th IEEE Conference on Deciion and Control, and the European Control Conference 25 Seville, Spain, December 2-5, 25 MoC7. Control of Electromechanical Sytem uing Sliding Mode Technique

More information

RESEARCH ON NEAR FIELD PASSIVE LOCALIZATION BASED ON PHASE MEASUREMENT TECHNOLOGY BY TWO TIMES FREQUENCY DIFFERENCE

RESEARCH ON NEAR FIELD PASSIVE LOCALIZATION BASED ON PHASE MEASUREMENT TECHNOLOGY BY TWO TIMES FREQUENCY DIFFERENCE RESEARCH ON NEAR FIED PASSIVE OCAIZATION BASED ON PHASE MEASUREMENT TECHNOOGY BY TWO TIMES FREQUENCY DIFFERENCE Xuezhi Yan, Shuxun Wang, Zhongheng Ma and Yukuan Ma College of Communication Engineering

More information

Topology in Circuit Analysis

Topology in Circuit Analysis Topology in Circuit Analyi Many dierent circuit actually operate the ame Can reduce a circuit to a "graph" Graph only how the branche, not the device Two Circuit are aid to have the ame topology When the

More information

DIGITAL COMMUNICATION

DIGITAL COMMUNICATION DEPARTMENT OF ELECTRICAL &ELECTRONICS ENGINEERING DIGITAL COMMUNICATION Spring 2010 Yrd. Doç. Dr. Burak Kelleci OUTLINE Line Code Differential Encoding Regeneration, Decoding and Filtering Delta Modulation

More information

SCK LAB MANUAL SAMPLE

SCK LAB MANUAL SAMPLE SCK LAB MANUAL SAMPLE VERSION 1.2 THIS SAMPLE INCLUDES: TABLE OF CONTENTS TWO SELECTED LABS FULL VERSION IS PROVIDED FREE WITH KITS Phone: +92 51 8356095, Fax: +92 51 8311056 Email: info@renzym.com, URL:www.renzym.com

More information

Improvement in Image Reconstruction of Biological Object by EXACT SIRT cell Scanning Technique from Two Opposite sides of the Target

Improvement in Image Reconstruction of Biological Object by EXACT SIRT cell Scanning Technique from Two Opposite sides of the Target Vol. 3, Iue. 3, ay.-june. 2013 pp-1597-1601 ISSN: 2249-6645 Improvement in Image Recontruction of Biological Object by EXACT SIRT cell Scanning Technique from Two Oppoite ide of the Target Kabita Purkait

More information

CHAPTER 2 WOUND ROTOR INDUCTION MOTOR WITH PID CONTROLLER

CHAPTER 2 WOUND ROTOR INDUCTION MOTOR WITH PID CONTROLLER 16 CHAPTER 2 WOUND ROTOR INDUCTION MOTOR WITH PID CONTROLLER 2.1 INTRODUCTION Indutrial application have created a greater demand for the accurate dynamic control of motor. The control of DC machine are

More information

Massachusetts Institute of Technology Haystack Observatory WESTFORD, MASSACHUSETTS DATE 07/15/2009

Massachusetts Institute of Technology Haystack Observatory WESTFORD, MASSACHUSETTS DATE 07/15/2009 BBD Memo #033 Maachuett Intitute of Technolog Hatack Obervator WESTFORD, MASSACHUSETTS 0886 DATE 07/5/2009 To: Broadband Development Group From: C. J. Beaudoin Subject: Holographic Proceing and Conideration

More information

NAVAL POSTGRADUATE SCHOOL THESIS

NAVAL POSTGRADUATE SCHOOL THESIS NAVAL POSTGRADUATE SCHOOL MONTEREY, CALIFORNIA THESIS SIMULATION PERFORMANCE OF MULTIPLE-INPUT MULTIPLE-OUTPUT SYSTEMS EMPLOYING SINGLE- CARRIER MODULATION AND ORTHOGONAL FRE- QUENCY DIVISION MULTIPLEXING

More information

Produced in cooperation with. Revision: May 26, Overview

Produced in cooperation with. Revision: May 26, Overview Lab Aignment 6: Tranfer Function Analyi Reviion: May 6, 007 Produced in cooperation with www.digilentinc.com Overview In thi lab, we will employ tranfer function to determine the frequency repone and tranient

More information

ECE 6640 Digital Communications

ECE 6640 Digital Communications ECE 6640 Digital Communication Dr. Bradley J. Bazuin Aitant Profeor Department of Electrical and Computer Engineering College of Engineering and Applied Science Chapter. Formatting and Baeband Modulation.

More information

Basic Study of Radial Distributions of Electromagnetic Vibration and Noise in Three-Phase Squirrel-Cage Induction Motor under Load Conditions

Basic Study of Radial Distributions of Electromagnetic Vibration and Noise in Three-Phase Squirrel-Cage Induction Motor under Load Conditions http://dx.doi.org/0.42/jicem.203.2.2.54 54 Journal of International Conference on Electrical Machine and Sytem Vol. 2, No. 2, pp. 54 ~58, 203 Baic Study of Radial Ditribution of Electromagnetic Vibration

More information

Making Use Of What You Don t See: Negative Information In Markov Localization

Making Use Of What You Don t See: Negative Information In Markov Localization Making Ue Of What You Don t See: Negative Information In Markov Localization Jan Hoffmann, Michael Spranger, Daniel Göhring, and Matthia Jüngel Department of Computer Science Artificial Intelligence Laboratory

More information

AN EVALUATION OF DIGILTAL ANTI-ALIASING FILTER FOR SPACE TELEMETRY SYSTEMS

AN EVALUATION OF DIGILTAL ANTI-ALIASING FILTER FOR SPACE TELEMETRY SYSTEMS AN EVALUATION OF DIGILTAL ANTI-ALIASING FILTER FOR SPACE TELEMETRY SYSTEMS Alion de Oliveira Morae (1), Joé Antonio Azevedo Duarte (1), Sergio Fugivara (1) (1) Comando-Geral de Tecnologia Aeroepacial,

More information

UNIVERSITY OF SASKATCHEWAN EE456: Digital Communications FINAL EXAM, 9:00AM 12:00PM, December 9, 2010 (open-book) Examiner: Ha H.

UNIVERSITY OF SASKATCHEWAN EE456: Digital Communications FINAL EXAM, 9:00AM 12:00PM, December 9, 2010 (open-book) Examiner: Ha H. Name: Page 1 UNIVERSIY OF SASKACHEWAN EE456: Digital Communication FINAL EXAM, 9:00AM 1:00PM, December 9, 010 (open-book) Examiner: Ha H. Nguyen Permitted Material: Only textbook and calculator here are

More information

EFFICIENCY EVALUATION OF A DC TRANSMISSION SYSTEM BASED ON VOLTAGE SOURCE CONVERTERS

EFFICIENCY EVALUATION OF A DC TRANSMISSION SYSTEM BASED ON VOLTAGE SOURCE CONVERTERS EFFICIENCY EVALUATION OF A DC TRANSMISSION SYSTEM BASED ON VOLTAGE SOURCE CONVERTERS Giddani O. A (), Grain. P. Adam (), O. Anaya-Lara (3), K.L.Lo () tjb83@eee.trath.ac.uk, () grain.adam@eee.trath.ac.uk,

More information

NOISE BARRIERS CERC 1. INTRODUCTION

NOISE BARRIERS CERC 1. INTRODUCTION Augut 217 P33/1B/17 NOISE BARRIERS CERC In thi document ADMS refer to ADMS-Road 4.1, ADMS-Urban 4.1 and ADMS-Airport 4.1. Where information refer to a ubet of the lited model, the model name i given in

More information

Lab 7 Rev. 2 Open Lab Due COB Friday April 27, 2018

Lab 7 Rev. 2 Open Lab Due COB Friday April 27, 2018 EE314 Sytem Spring Semeter 2018 College of Engineering Prof. C.R. Tolle South Dakota School of Mine & Technology Lab 7 Rev. 2 Open Lab Due COB Friday April 27, 2018 In a prior lab, we et up the baic hardware

More information

Asymptotic Diversity Analysis of Alamouti Transmit Diversity with Quasi-ML Decoding Algorithm in Time-Selective Fading Channels

Asymptotic Diversity Analysis of Alamouti Transmit Diversity with Quasi-ML Decoding Algorithm in Time-Selective Fading Channels International Journal of Software Engineering and It Application Vol. 9, No. 1 (015), pp. 381-388 http://dx.doi.org/10.1457/ijeia.015.9.1.34 Aymptotic Diverity Analyi of Alamouti Tranmit Diverity with

More information

Influence of Sea Surface Roughness on the Electromagnetic Wave Propagation in the Duct Environment

Influence of Sea Surface Roughness on the Electromagnetic Wave Propagation in the Duct Environment RADIOENGINEERING, VOL. 19, NO. 4, DECEMBER 1 61 Influence of Sea Surface Roughne on the Electromagnetic Wave Propagation in the Duct Environment Xiaofeng ZHAO, Sixun HUANG Intitute of Meteorology, PLA

More information

Comm 502: Communication Theory. Lecture 5. Intersymbol Interference FDM TDM

Comm 502: Communication Theory. Lecture 5. Intersymbol Interference FDM TDM Lecture 5 Interymbol Interference FDM TDM 1 Time Limited Waveform Time-Limited Signal = Frequency Unlimited Spectrum Square Pule i a Time-Limited Signal Fourier Tranform 0 T S -3/T S -2/T S -1/T S 0 1/T

More information

Comparison Study in Various Controllers in Single-Phase Inverters

Comparison Study in Various Controllers in Single-Phase Inverters Proceeding of 2010 IEEE Student Conference on Reearch and Development (SCOReD 2010), 13-14 Dec 2010, Putrajaya, Malayia Comparion Study in ariou Controller in Single-Phae Inverter Shamul Aizam Zulkifli

More information

Multispectral filter wheel cameras: modeling aberrations with filters in front of lens

Multispectral filter wheel cameras: modeling aberrations with filters in front of lens Lehrtuhl für Bildverarbeitung Intitute of Imaging & Computer Viion Multipectral filter wheel camera: modeling aberration with filter in front of len Julie Klein and Til Aach Intitute of Imaging and Computer

More information

Optimized BER Performance of Asymmetric Turbo Codes over AWGN Channel

Optimized BER Performance of Asymmetric Turbo Codes over AWGN Channel International Journal of Computer Application (0975 8887) Optimized Performance of Aymmetric Turbo Code over AWGN Channel M.Srinivaa Rao Pvpit, JNTU Kainada Andhra Pradeh, India. G.Vijaya Kumar Pvpit,

More information

ASSISTING PERSONAL POSITIONING IN INDOOR ENVIRONMENTS USING MAP MATCHING

ASSISTING PERSONAL POSITIONING IN INDOOR ENVIRONMENTS USING MAP MATCHING Archive of Photogrammetry, Cartography and Remote Sening, Vol., 0, pp. 39-49 ISSN 083-4 ASSISTING PERSONAL POSITIONING IN INDOOR ENVIRONMENTS USING MAP MATCHING Mohamed Attia, Adel Moua, ing Zhao 3, Naer

More information

A New Technique to TEC Regional Modeling using a Neural Network.

A New Technique to TEC Regional Modeling using a Neural Network. A New Technique to TEC Regional Modeling uing a Neural Network. Rodrigo F. Leandro Geodetic Reearch Laboratory, Department of Geodey and Geomatic Engineering, Univerity of New Brunwick, Fredericton, Canada

More information

Communication Systems, 5e

Communication Systems, 5e Communication Sytem, 5e Chapter 6: Sampling and pule modulation A. Bruce Carlon Paul B. Crilly 00 The McGraw-Hill Companie Chapter 6: Sampling and pule modulation Sampling theory and practice Pule-amplitude

More information

Fast & Accurate Algorithm for Jitter Test with a Single Frequency Test Signal

Fast & Accurate Algorithm for Jitter Test with a Single Frequency Test Signal Fat & Accurate Algorithm for Jitter Tet ith a Single Frequency Tet Signal Minhun Wu 1,2, Degang Chen 2, Jingbo Duan 2 1 Xi an Jiaotong Univerity, Xi an,. R. China 2 Ioa State Univerity, Ame, IA, USA Abtract

More information

Reinforcement Learning Based Anti-jamming with Wideband Autonomous Cognitive Radios

Reinforcement Learning Based Anti-jamming with Wideband Autonomous Cognitive Radios 1 Reinforcement Learning Baed Anti-jamming with Wideband Autonomou Cognitive Radio Stephen Machuzak, Student Member, IEEE, and Sudharman K. Jayaweera, Senior Member, IEEE Communication and Information

More information

Hashiwokakero. T. Morsink. August 31, 2009

Hashiwokakero. T. Morsink. August 31, 2009 Hahiwokakero T. Morink Augut 31, 2009 Content 1 Introduction 3 2 What i Hahiwokakero? 3 2.1 The rule............................. 3 2.2 Eay olving tatement..................... 4 3 Building an Own Solver

More information

Subcarrier exclusion techniques

Subcarrier exclusion techniques Subcarrier excluion technique for coded OFDM ytem Kai-Uwe Schmidt, Jochen Ertel, Michael Benedix, and Adolf Finger Communication Laboratory, Dreden Univerity of Technology, 62 Dreden, Germany email: {chmidtk,

More information

ECE 6640 Digital Communications

ECE 6640 Digital Communications ECE 6640 Digital Communication Dr. Bradley J. Bazuin Aitant Profeor Department of Electrical and Computer Engineering College of Engineering and Applied Science Chapter 2 2. Formatting and Baeband Modulation.

More information

SIMULINK for Process Control

SIMULINK for Process Control SIMULINK for Proce Control Simulink for Control MATLAB, which tand for MATrix LABoratory, i a technical computing environment for high-performance numeric computation and viualization. SIMULINK i a part

More information

Phase Response of VLBA 16-MHz IF Bands

Phase Response of VLBA 16-MHz IF Bands VLB TEST MEMO N ( L ^. Phae Repone of VLB 16-MHz IF Band J. S. Ulvetad 6 February 1997 1 Introduction Thi note report the reult of an invetigation of the phae repone of the 16-MHz VLBI IF bandpae of the

More information

Reactive Power Control of Photovoltaic Systems Based on the Voltage Sensitivity Analysis Rasool Aghatehrani, Member, IEEE, and Anastasios Golnas

Reactive Power Control of Photovoltaic Systems Based on the Voltage Sensitivity Analysis Rasool Aghatehrani, Member, IEEE, and Anastasios Golnas 1 Reactive ower Control of hotovoltaic ytem Baed on the Voltage enitivity Analyi Raool Aghatehrani, Member, IEEE, and Anataio Golna Abtract: Thi paper addree the voltage fluctuation caued by the output

More information

V is sensitive only to the difference between the input currents,

V is sensitive only to the difference between the input currents, PHYSICS 56 Experiment : IC OP-Amp and Negative Feedback In thi experiment you will meaure the propertie of an IC op-amp, compare the open-loop and cloed-loop gain, oberve deterioration of performance when

More information

Resonant amplifier L A B O R A T O R Y O F L I N E A R C I R C U I T S. Marek Wójcikowski English version prepared by Wiesław Kordalski

Resonant amplifier L A B O R A T O R Y O F L I N E A R C I R C U I T S. Marek Wójcikowski English version prepared by Wiesław Kordalski A B O R A T O R Y O F I N E A R I R U I T S Reonant amplifier 3 Marek Wójcikowki Englih verion prepared by Wieław Kordalki. Introduction Thi lab allow you to explore the baic characteritic of the reonant

More information

Position Control of a Large Antenna System

Position Control of a Large Antenna System Poition Control of a Large Antenna Sytem uldip S. Rattan Department of Electrical Engineering Wright State Univerity Dayton, OH 45435 krattan@c.wright.edu ABSTRACT Thi report decribe the deign of a poition

More information

REAL-TIME IMPLEMENTATION OF A NEURO-AVR FOR SYNCHRONOUS GENERATOR. M. M. Salem** A. M. Zaki** O. P. Malik*

REAL-TIME IMPLEMENTATION OF A NEURO-AVR FOR SYNCHRONOUS GENERATOR. M. M. Salem** A. M. Zaki** O. P. Malik* Copyright 2002 IFAC 5th Triennial World Congre, Barcelona, Spain REAL-TIME IMPLEMENTATION OF A NEURO- FOR SYNCHRONOUS GENERATOR M. M. Salem** A. M. Zaki** O. P. Malik* *The Univerity of Calgary, Canada

More information

Digital Control of Boost PFC AC-DC Converters with Predictive Control

Digital Control of Boost PFC AC-DC Converters with Predictive Control Proceeding of the th International Middle Eat Power Sytem Conference (MEPCON ), Cairo Univerity, Egypt, December 9-,, Paper ID 7. Digital Control of Boot PFC AC-DC Converter with Predictive Control H.Z.Azazi

More information

STRUCTURAL SEMI-ACTIVE CONTROL DEVICE

STRUCTURAL SEMI-ACTIVE CONTROL DEVICE STRUCTURAL SEMI-ACTIVE CONTROL DEVICE Ming-Hiang SHIH SUMMARY Method for vibration reduction of tructure under dynamic excitation uch a wind and earthquake were generally claified into active control and

More information

FM Range Calculation

FM Range Calculation FM Range Calculation Thi heet i to etimate of the range that can be epected from an FM or ASK modulated ytem. Chri Haji-Michael www.unhadow.co.uk It ue a modified-verion of the Fri tranmiion equation.

More information

Observations on Windows

Observations on Windows Obervation on Window Window with low idelobe level have large tranition bandwidth'. Tranition bandwidth i inverely proportional to N for a given window. Indeed, the ratio of tranition width over idelobe

More information

M.Sc.(Eng) in building services MEBS Utilities services Department of Electrical & Electronic Engineering University of Hong Kong

M.Sc.(Eng) in building services MEBS Utilities services Department of Electrical & Electronic Engineering University of Hong Kong MEBS 6000 010 Utilitie ervice Induction Motor peed control Not long ago, induction machine were ued in application for which adjutable peed i not ruired. Before the power electronic era, and the pule width

More information

Phase-Locked Loops (PLL)

Phase-Locked Loops (PLL) Phae-Locked Loop (PLL) Recommended Text: Gray, P.R. & Meyer. R.G., Analyi and Deign of Analog Integrated Circuit (3 rd Edition), Wiley (992) pp. 68-698 Introduction The phae-locked loop concept wa firt

More information

Optimal Control for Single-Phase Brushless DC Motor with Hall Sensor

Optimal Control for Single-Phase Brushless DC Motor with Hall Sensor Reearch Journal of Applied Science, Engineering and Technology 5(4): 87-92, 23 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 23 Submitted: June 22, 22 Accepted: Augut 7, 22 Publihed:

More information

Wireless Link SNR Mapping Onto An Indoor Testbed

Wireless Link SNR Mapping Onto An Indoor Testbed Wirele Link SNR Mapping Onto An Indoor Tetbed Jing Lei, Roy Yate, Larry Greentein, Hang Liu WINLAB Rutger Univerity 73 Brett Road, Picataway, NJ 8854, USA {michelle, ryate, ljg, hliu}@winlab.rutger.edu

More information

Sloppy Addition and Multiplication

Sloppy Addition and Multiplication Sloppy Addition and Multiplication IMM-Technical Report-2011-14 Alberto Nannarelli Dept. Informatic and Mathematical Modelling Technical Univerity of Denmark Kongen Lyngby, Denmark Email: an@imm.dtu.dk

More information

ADAPT: A MEDIA ACCESS CONTROL PROTOCOL FOR MOBILE AD HOC NETWORKS USING ADAPTIVE ARRAY ANTENNAS

ADAPT: A MEDIA ACCESS CONTROL PROTOCOL FOR MOBILE AD HOC NETWORKS USING ADAPTIVE ARRAY ANTENNAS ADAPT: A MEDIA ACCESS CONTROL PROTOCOL FOR MOBILE AD OC NETWORKS USING ADAPTIVE ARRAY ANTENNAS Thrayvoulo Spyropoulo 1, Cauligi S. Raghavendra 2 1 EE Sytem, Univerity of Southern California, Lo Angele,

More information

Note: This lab is a little longer than others. Read through the steps and do what you can before coming to lab.

Note: This lab is a little longer than others. Read through the steps and do what you can before coming to lab. 112 - Lab 8 Purpoe Oberve one-way diode behavior Ue ome L in conventional and non-conventional way Ue JT tranitor a amplifier and witche Part/tool needed: oldering iron and hand tool Part available in

More information

Constant Switching Frequency Self-Oscillating Controlled Class-D Amplifiers

Constant Switching Frequency Self-Oscillating Controlled Class-D Amplifiers http://dx.doi.org/.5755/j.eee..6.773 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 39 5, OL., NO. 6, 4 Contant Switching Frequency Self-Ocillating Controlled Cla-D Amplifier K. Nguyen-Duy, A. Knott, M. A. E. Anderen

More information

MODAL ANALYSIS OF A BEAM WITH CLOSELY SPACED MODE SHAPES

MODAL ANALYSIS OF A BEAM WITH CLOSELY SPACED MODE SHAPES ME 164 Senior Captone Deign The Cooper Union Spring 2011 MODAL ANALYSIS O A BEAM WITH CLOSELY SPACED MODE SHAPES Eglind Myftiu The Cooper Union New York City, NY, USA ABSTRACT Thi paper invetigate the

More information

Design and Performance Comparison of PI and PID Controllers For Half Bridge DC-DC Converter

Design and Performance Comparison of PI and PID Controllers For Half Bridge DC-DC Converter International Journal of Advanced Reearch in Electrical and Electronic Engineering Volume: 2 Iue: 1 08-Mar-2014,ISSN_NO: 2321-4775 Deign and Performance Comparion of PI and PID Controller For Half Bridge

More information

Differential GPS supported navigation for a mobile robot

Differential GPS supported navigation for a mobile robot Differential GPS upported navigation for a mobile robot Jakob Raible, Michael Blaich, Oliver Bittel HTWG Kontanz - Univerity of Applied Science, Department of Computer Science, Brauneggertraße 55, D-78462

More information

Typical wireless DSP system. Lecture 2 Data Conversion. Typical hard disk DSP system. Typical PCM voiceband DSP system.

Typical wireless DSP system. Lecture 2 Data Conversion. Typical hard disk DSP system. Typical PCM voiceband DSP system. Lecture Data Converion Typical wirele DSP ytem Objective: Review ignal converion in context of DSP ytem Important iue relating to ignal converion including: Sampling and aliaing Signal to quantization

More information

DSP-Based Control of Boost PFC AC-DC Converters Using Predictive Control

DSP-Based Control of Boost PFC AC-DC Converters Using Predictive Control DSP-Baed Control of Boot PFC AC-DC Converter Uing Predictive Control H.Z.Azazi*, E. E. E-Kholy**, S.A.Mahmoud* and S.S.Shokralla* * Electrical Engineering Department, Faculty of Engineering, Menoufiya

More information

A Faster and Accurate Method for Spectral Testing Applicable to Noncoherent Data

A Faster and Accurate Method for Spectral Testing Applicable to Noncoherent Data A Fater and Accurate ethod for Spectral Teting Applicable to Noncoherent Data inhun Wu 1,2, Degang Chen 2, Guican Chen 1 1 School of Electronic and Information Engineering Xi an Jiaotong Univerity, Xi

More information

ELEC353 Practice Problem Set #6

ELEC353 Practice Problem Set #6 EEC353 Practice Problem Set #6. The value of load impedance mut be found by meaurement, at 200 MHz. An engineer meaure the tanding-wave pattern a hown in the figure above. The figure how the amplitude

More information

SETTING UP A GRID SIMULATOR A. Notholt 1, D. Coll-Mayor 2, A. Engler 1

SETTING UP A GRID SIMULATOR A. Notholt 1, D. Coll-Mayor 2, A. Engler 1 SETTING U A GRID SIMULATOR A. Notholt, D. CollMayor 2, A. Engler Intitut für Solare Energieverorgungtechnik (ISET). Königtor 9. D349 Kael anotholt@iet.unikael.de 2 Department of hyic. Univerity of Balearic

More information

HIGH VOLTAGE DC-DC CONVERTER USING A SERIES STACKED TOPOLOGY

HIGH VOLTAGE DC-DC CONVERTER USING A SERIES STACKED TOPOLOGY HIGH VOLTAGE DC-DC CONVERTER USING A SERIES STACKED TOPOLOGY Author: P.D. van Rhyn, Co Author: Prof. H. du T. Mouton Power Electronic Group (PEG) Univerity of the Stellenboch Tel / Fax: 21 88-322 e-mail:

More information

MM6 PID Controllers. Readings: Section 4.2 (the classical three-term controllers, p except subsection 4.2.5); Extra reading materials

MM6 PID Controllers. Readings: Section 4.2 (the classical three-term controllers, p except subsection 4.2.5); Extra reading materials MM6 PID Controller Reading: Section 4.2 the claical three-term controller, p.179-196 except ubection 4.2.5; Extra reading material 9/9/2011 Claical Control 1 What have we talked in MM5? Stability analyi

More information

INDIAN OCEAN HYDROACOUSTIC WAVE PROPAGATION CHARACTERISTICS

INDIAN OCEAN HYDROACOUSTIC WAVE PROPAGATION CHARACTERISTICS ABSTRACT INDIAN OCEAN HYDROACOUSTIC WAVE PROPAGATION CHARACTERISTICS Pierre-Franck Pierchia, Pierre-Mathieu Dordain CEA/DIF Département Anlaye, Surveillance, Environnement, France Sponor Commiariat à l

More information

1 ft 1 ft border tile

1 ft 1 ft border tile Application 1. a. How many 1-foot-quare border tile do you need to urround a pool that i 10 feet long and 5 feet wide? b. Write an equation for the number of border tile needed to urround a pool L feet

More information

Design, Realization, and Analysis of PIFA for an RFID Mini-Reader

Design, Realization, and Analysis of PIFA for an RFID Mini-Reader Deign, Realization, and Analyi of PIFA for an RFID Mini-Reader SUNG-FEI YANG ; TROY-CHI CHIU ; CHIN-CHUNG NIEN Indutrial Technology Reearch Intitute (ITRI) Rm. 5, Bldg. 5, 95, Sec., Chung Hing Rd., Chutung,

More information

MAX3610 Synthesizer-Based Crystal Oscillator Enables Low-Cost, High-Performance Clock Sources

MAX3610 Synthesizer-Based Crystal Oscillator Enables Low-Cost, High-Performance Clock Sources Deign Note: HFDN-31.0 Rev.1; 04/08 MAX3610 Syntheizer-Baed Crytal Ocillator Enable Low-Cot, High-Performance Clock Source MAX3610 Syntheizer-Baed Crytal Ocillator Enable Low-Cot, High-Performance Clock

More information

Two Novel Handover Algorithms with Load Balancing for Heterogeneous Network

Two Novel Handover Algorithms with Load Balancing for Heterogeneous Network Two Novel Handover Algorithm Load Balancing for Heterogeneou Network Rintaro Yoneya, Abolfazl Mehbodniya and Fumiyuki Adachi Dept. of Communication Engineering, Graduate School of Engineering, Tohoku Univerity,

More information

Alternating Opportunistic Large Arrays in Broadcasting for Network Lifetime Extension

Alternating Opportunistic Large Arrays in Broadcasting for Network Lifetime Extension IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL 8, NO 6, JUNE 009 831 Alternating Opportunitic Large Array in Broadcating for Network Lifetime Extenion Aravind Kaila and Mary Ann Ingram Abtract We propoe

More information

In TCM it is easier to deal with {-1,+1} than {0,1} initially.

In TCM it is easier to deal with {-1,+1} than {0,1} initially. Repreentation or TCM Ungeroec repreentation: (conidered earlier A inary convolutional encoder A modulator part. Analytical repreentation: The eect o the trelli encoder i to tranorm a equence o input ymol

More information

Digital joint phase and sampling instant synchronisation for UMTS standard

Digital joint phase and sampling instant synchronisation for UMTS standard Digital joint phae and ampling intant ynchroniation for UMTS tandard Youef Serretou, Koai Raoof, Joël Lienard To cite thi verion: Youef Serretou, Koai Raoof, Joël Lienard. Digital joint phae and ampling

More information

Synthetic aperture radar raw signal simulator for both pulsed and FM-CW modes

Synthetic aperture radar raw signal simulator for both pulsed and FM-CW modes Computational Method and Experimental Meaurement XV 43 Synthetic aperture radar raw ignal imulator for both puled and FM-CW mode P. Serafi C. Lenik & A. Kawalec Intitute of adioelectronic, Military Univerity

More information

Integral Control AGC of Interconnected Power Systems Using Area Control Errors Based On Tie Line Power Biasing

Integral Control AGC of Interconnected Power Systems Using Area Control Errors Based On Tie Line Power Biasing ISSN (Online) 232 24 ISSN (Print) 232 5526 Vol. 2, Iue 4, April 24 Integral Control AGC of Interconnected Power Sytem Uing Area Control Error Baed On Tie Line Power Biaing Charudatta B. Bangal Profeor,

More information

Experiment 8: Active Filters October 31, 2005

Experiment 8: Active Filters October 31, 2005 Experiment 8: Active Filter October 3, In power circuit filter are implemented with ductor and capacitor to obta the deired filter characteritic. In tegrated electronic circuit, however, it ha not been

More information

Pre- and Post-DFT Combining Space Diversity Receiver for Wideband Multi-Carrier Systems

Pre- and Post-DFT Combining Space Diversity Receiver for Wideband Multi-Carrier Systems Pre- and Pot- Combining Space Receiver for Wideband Multi-Carrier Sytem Muhammad Imadur Rahman, Suvra Sekhar Da, Frank HP Fitzek, Ramjee Praad Center for TeleInFratruktur (CTiF), Aalborg Univerity, Denmark

More information

IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 11, 2016 ISSN (online):

IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 11, 2016 ISSN (online): IJSRD - International Journal for Scientific Reearch & Development Vol. 3, Iue 11, 2016 ISSN (online): 2321-0613 Deign and Analyi of IIR Peak & Notch Ravi Choudhary 1 Pankaj Rai 2 1 M.Tech. Student 2 Aociate

More information