Graphs fundamental to many problems. Web graphs. Biology. Other.

Size: px
Start display at page:

Download "Graphs fundamental to many problems. Web graphs. Biology. Other."

Transcription

1 Gaph pa Moiaion: Gaph fndamenal o man poblem. Web gaph. Biolog. Ohe. Connecii i newok conneced and can o ge fom one node o anohe, o wha i he hoe pah? Eample: Diing diecion; ge o one conac hogh anohe; ocial media o conac pah. Some noaion: We ll all decibe he eice (V) and edge (E) of gaph G=(V, E). We omeime alk abo eice in V, and edge e in E. We denoe he nmbe of eice and edge a n and m epeciel. (The book omeime alo e V and E o denoe nmbe of eice and edge). Two fom of epeenaion: () Adjacenc li: each ee ha a linked li o each adjacen ee (can ae in pace O(n + m); lowe lookp; good in he cae of a elaiel pae gaph) () Adjacenc Mai (ake p moe pace O(n qaed), fae lookp; good in he cae of a dene gaph) Noe: nmbe of edge can be beween O() and O(n qaed), depending on whehe gaph i pae o dene. (a) (b) (c) Fige. Two epeenaion of an ndieced gaph. (a) An ndieced gaph G wih eice and 7 edge. (b) An adjacenc-li epeenaion of G. (c) The adjacenc-mai epeenaion of G (a) (b) (c)

2 How do we find he eice eachable fom a gien ee? Two wa o each gaph: BFS; DFS Beadh Fi Seach (BFS): Find all eice diance ; hen diance ; hen diance ; ec b beadh. Like iiing accoding o leel (of diance ; hen ; hen ; ec). Leel%% S% Leel%% a% Leel%% c% b% d% Alo in ndieced gaph: Leel%% S% Leel%% a% Leel%% c% b% d% Applicaion: finding hoe pah beween eice (eg, fom oce ee o all ohe eice). Rn ime: we will ee ha fa; linea in nmbe of eice and node: O(n + m) We colo he node o keep ack of hem (in BFS, DFS): Whie: Veice ae iniiall whie;

3 Ga: Fi ime ee enconeed, make ga Black: Onl when all i adjacen neighbo dicoeed, n o black. Main appoach: Ue fi in fi o qee o manage he dicoeed ga eice, nil we go hogh all hei adjacenc neighbo, and he hen n black. Same fo dieced and ndieced gaph. We ll wie hi o highe leel han book: BFS(G, ) // G i a gaph and i ome oce ee - iniialize all eice o whie, and diance infini - iniiall make ee ga, diance, and Enqee(, ) - while no emp = Deqee() fo ee ee in adjacenc li of if whie // fi dicoeed; p in he back of qee make ga.d =.d + // diance.paen = Enqee(,) change ee o black // afe going hogh adjacenc

4 (a) (b) w (c) (d) (e) (f) (g) (h) (i) ; A he ame ime: make Beadh Fi ee. If node i dicoeed afe, hen edge (,) i added o he ee and we a ha i a pedeceo (paen) of. A ee i dicoeed a mo once. Rn ime: n =nmbe eice m = nmbe edge - Each ee enqeed and deqeed a mo once (wh? Becae nee whie again). Co of hee i O(). n = nmbe of eice. Toal oe all eice O(n). - Scan adjacenc li onl when deqeed, heefoe each adjacenc li onl a mo once. Sm of all adjacenc li depend on nmbe of edge O(m) whee m = nmbe of edge. - Toal O(n + m). Linea in nmbe of eice and edge. BFS allow o find Shoe pah: BFS dicoe hoe pah diance. Shoe pah diance fom o : dela(,) = minimm nmbe of edge fom an pah fom ee o. (infini if no pah ei)

5 Main heoem (we e implified fom book foma): Le G=(V,E) be a gaph. Sppoe he BFS i n on G fom gien oce. Then pon eminaion, fo each ee in V,.d comped b BFS aifie.d = dela(,) Tha i,.d i he hoe pah, hoe nmbe of edge fom oce. Main idea of poof: indcion oe diance i (node wih diance i- fom oce dicoe ee, and i diance one awa fom, and heefoe diance i fom oce).

About this lecture. Representation of Graph Adjacency List, Adjacency Matrix. Breadth First Search

About this lecture. Representation of Graph Adjacency List, Adjacency Matrix. Breadth First Search Abo hi lece Repeenaion of Gaph Adjacenc Li, Adjacenc Mai Beadh Fi Seach 2 Gaph 2 3 2 3 4 5 5 4 ndieced dieced 3 Adjacenc Li () Fo each ee, oe i neighbo in a linked li 2 5 2 3 5 4 2 3 3 2 5 4 3 5 5 3 4

More information

CSC 263 Lecture 3. October 4, 2006

CSC 263 Lecture 3. October 4, 2006 S 263 Lece 3 Ocobe 4, 2006 6.2 Seach and Roaion on Red-lack Tee We ill no implemen he hee oine Seach, Ine and Delee fom he DITIONRY DT ing he Red-lack Tee daa ce. Since a Red-lack Tee i a ST, e can e he

More information

Computer Graphic with Matrices Math 308A Project

Computer Graphic with Matrices Math 308A Project Compue Gaphic wih Maices Mah 38A Pojec Suden: Wei-Liang Chen Suden #: 3292 Dae: Dec 3 d, 2 Pofesso: James King Imagine ha ou ae dawing a picue b hand o compue. The picue we daw b compue ae called compue

More information

12.7 One of the most prominent spectral lines of hydrogen is the line, a bright red line with a wavelength of 656.1

12.7 One of the most prominent spectral lines of hydrogen is the line, a bright red line with a wavelength of 656.1 .7 One of he mo prominen pera ine of hdrogen i he ine a brigh red ine wih a waeengh of 656. 9 m. a. wha i he epeed waeengh of he ine from a ar reeding wih a peed of km? b. he ine meaured on earh from oppoie

More information

DC electrical circuits

DC electrical circuits D elecicl cicuis hpe 8 lecomoive Foce Poenil Diffeences esisos in pllel nd seies icuis wih pcios Beies nd Geneos uen is poduced y pplying poenil diffeence coss conduco (V/). This poenil diffeence is se

More information

ELG3175 Introduction to Communication Systems. VSB and Introduction to Angle Modulation

ELG3175 Introduction to Communication Systems. VSB and Introduction to Angle Modulation ELG3175 Inoduion o Communiaion Sysems and Inoduion o ngle odulaion oivaion Fo wideband inomaion signals, SSB is diiul o implemen. Fo equeny disiminaion, he ile mus have a shap uo nea he equeny so as o

More information

March 13, 2009 CHAPTER 3: PARTIAL DERIVATIVES AND DIFFERENTIATION

March 13, 2009 CHAPTER 3: PARTIAL DERIVATIVES AND DIFFERENTIATION March 13, 2009 CHAPTER 3: PARTIAL DERIVATIVES AND DIFFERENTIATION 1. Parial Derivaives and Differeniable funcions In all his chaper, D will denoe an open subse of R n. Definiion 1.1. Consider a funcion

More information

Business Forecasting

Business Forecasting Apl 3, 05 DC 54 Kg aud Uves College of Busess Admsao Quaave Aalss Depame QUA Busess Foecasg DC 54 MIDERM EXAM Duao: 90 m. Name: ude ID: Q# 3 4 5 6 7 Aswe Q# 8 9 0 3 4 Aswe Noe: HE EXAM CONI OF 7 QUEION

More information

ALUMINUM ELECTROLYTIC CAPACITORS

ALUMINUM ELECTROLYTIC CAPACITORS AUMINUM EETROYTI AAITORS Timmed (u) o omed eads lease efe o page26 abou he A poduc spec. Radial lead ype In ode o idenify coec pa numbe fo he pocessed lead poduc, cu/fomed lead mus be added o bulk pa numbe.

More information

Network Performance Metrics

Network Performance Metrics Fundamenals of Compuer Neworks ECE 478/578 Lecure #3 Insrucor: Loukas Lazos Dep of Elecrical and Compuer Engineering Universiy of rizona Nework Performance Merics andwidh moun of daa ransmied per uni of

More information

EEO 401 Digital Signal Processing Prof. Mark Fowler

EEO 401 Digital Signal Processing Prof. Mark Fowler EEO 40 Digial Proceing Pro. Mark Fowler Noe Se #3 Baic Sampling heory Reading Aignmen: Sec. 6. o Proaki & Manolaki /9 Sampling i Key o Much o oday echnology Analog Elecronic ADC DSP Compuer DAC C- C- Syem

More information

Curves in the space E

Curves in the space E 3 Cues i he spae E Smooh piee-wise oiuous ue i spae E 3 is hoogaph of a eo fuio = efie o a ieal i eal umes I R while. all hee sala ooiae fuios ae oiuous o ieal I. he hae o I oiuous eiaies fom whih a leas

More information

Installing remote sites using TCP/IP

Installing remote sites using TCP/IP v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework Whie/ 3 Whie/ 4 +v pu +v pu +v pu v dc Keypad from nework Whie/ 3 Whie/ 4 v dc Keypad from nework

More information

6.1 Reciprocal, Quotient, and Pythagorean Identities

6.1 Reciprocal, Quotient, and Pythagorean Identities Chapte 6 Tigonometic Identities 1 6.1 Recipocal, Quotient, and Pthagoean Identities Wam-up Wite each epession with a common denominato. Detemine the estictions. a c a a) b d b) b c d c) a 1 c b c b a Definition

More information

Reading Comprehension and Skills: Grade 1

Reading Comprehension and Skills: Grade 1 eaig Coeheio a Si: Gae 1 ecogizig Fi a La Lee Fi Lee...4 La Lee...8 Fi a La Lee...12 Wo Eig - Eig...14 -e Eig...16 - o -e Eig...18 -e Eig...19 -e Eig... 20 -e o -e Eig...21 Caifyig Syoy... 23 Aoy... 25

More information

Square Waves, Sinusoids and Gaussian White Noise: A Matching Pursuit Conundrum? Don Percival

Square Waves, Sinusoids and Gaussian White Noise: A Matching Pursuit Conundrum? Don Percival Square Waves, Sinusoids and Gaussian Whie Noise: A Maching Pursui Conundrum? Don Percival Applied Physics Laboraory Deparmen of Saisics Universiy of Washingon Seale, Washingon, USA hp://faculy.washingon.edu/dbp

More information

Exercise 1 (MC Question)

Exercise 1 (MC Question) D J Tani -9- Contol Systems II (Sping 8 Solution Execise Set 9 Linea Quadatic Regulato Gioele Zadini, gzadini@ethzch, 7th May 8 Execise (MC Question (I-D, (II-A, (III-C, (IV-B (I-C, (II-A, (III-D, (IV-B

More information

OpenStax-CNX module: m Elemental Signals. Don Johnson. Perhaps the most common real-valued signal is the sinusoid.

OpenStax-CNX module: m Elemental Signals. Don Johnson. Perhaps the most common real-valued signal is the sinusoid. OpenSax-CNX module: m0004 Elemenal Signals Don Johnson This work is produced by OpenSax-CNX and licensed under he Creaive Commons Aribuion License.0 Absrac Complex signals can be buil from elemenal signals,

More information

Grzegorz Lenda*, Marcin Ligas** Splines and Kriging. the use of two methods for shell structures shape analysis

Grzegorz Lenda*, Marcin Ligas** Splines and Kriging. the use of two methods for shell structures shape analysis Grzegorz Lenda* Marcn Lga** Splne and rgng he ue o wo mehod or hell rucure hape analy Unvery o Scence and Technology AGH * Deparmen o Cvl Engneerng and Conrucon **Deparmen o Geomac FIG Worng Wee Marraech

More information

Lab 3 Acceleration. What You Need To Know: Physics 211 Lab

Lab 3 Acceleration. What You Need To Know: Physics 211 Lab b Lab 3 Acceleraion Wha You Need To Know: The Physics In he previous lab you learned ha he velociy of an objec can be deermined by finding he slope of he objec s posiion vs. ime graph. x v ave. = v ave.

More information

1 Trigonometric Functions

1 Trigonometric Functions Tigonometic Functions. Geomet: Cicles and Radians cicumf. = π θ Aea = π An angle of adian is defined to be the angle which makes an ac on the cicle of length. Thus, thee ae π adians in a cicle, so π ad

More information

VS203B Lecture Notes Spring, Topic: Diffraction

VS203B Lecture Notes Spring, Topic: Diffraction VS03B Lecure Noes Spring, 013 011 Topic: Diffracion Diffracion Diffracion escribes he enency for ligh o ben aroun corners. Huygens principle All poins on a wavefron can be consiere as poin sources for

More information

4.5 Biasing in BJT Amplifier Circuits

4.5 Biasing in BJT Amplifier Circuits 4/5/011 secion 4_5 Biasing in MOS Amplifier Circuis 1/ 4.5 Biasing in BJT Amplifier Circuis eading Assignmen: 8086 Now le s examine how we C bias MOSFETs amplifiers! f we don bias properly, disorion can

More information

EE201 Circuit Theory I Fall

EE201 Circuit Theory I Fall EE1 Circui Theory I 17 Fall 1. Basic Conceps Chaper 1 of Nilsson - 3 Hrs. Inroducion, Curren and Volage, Power and Energy. Basic Laws Chaper &3 of Nilsson - 6 Hrs. Volage and Curren Sources, Ohm s Law,

More information

Traffic. analysis. The general setting. Example: buffer. Arrival Curves. Cumulative #bits: R(t), R*(t) Instantaneous speeds: r(t), r*(t)

Traffic. analysis. The general setting. Example: buffer. Arrival Curves. Cumulative #bits: R(t), R*(t) Instantaneous speeds: r(t), r*(t) The general seing Traffic Cumulaive #bis: R(), R*() Insananeous speeds: r(), r*() analysis R(): arrivals sysem R*(): deparures Lecure 7 2 Lecure 7 3 Example: buffer R() R*() bi rae c R() = #bis ha arrived

More information

Potato IC. Contact Potato Semiconductor for IP or detail. PotatoSemi High frequency noise cancellation technology.

Potato IC. Contact Potato Semiconductor for IP or detail. PotatoSemi High frequency noise cancellation technology. How oes PoaoSemi Kill inside Of I? Volage mode differenial Logic. New Paen IP. d MOS logic by using high frequency noise cancellaion echnology Poao I Normal I 2 1 20 19 Inpu1 Inpu2 Inpu3 ie Oupu1 Oupu2

More information

Signals and the frequency domain ENGR 40M lecture notes July 31, 2017 Chuan-Zheng Lee, Stanford University

Signals and the frequency domain ENGR 40M lecture notes July 31, 2017 Chuan-Zheng Lee, Stanford University Signals and he requency domain ENGR 40M lecure noes July 3, 07 Chuan-Zheng Lee, Sanord Universiy signal is a uncion, in he mahemaical sense, normally a uncion o ime. We oen reer o uncions as signals o

More information

Interconnect Planning, Synthesis, and Layout for Performance, Signal Reliability and Cost Optimization. Project Overview

Interconnect Planning, Synthesis, and Layout for Performance, Signal Reliability and Cost Optimization. Project Overview Ineconnec Planning, Synhesis, and Layou fo Pefomance, Signal Reliabiliy and Cos Opimizaion SRC Task ID: 605.00 PI: Pof. Jason Cong (UCLA) Gaduae Sudens: Chin-Chih Chang, Daid Pan, Xin Yuan Indusial Liaisons:

More information

5 Spatial Relations on Lines

5 Spatial Relations on Lines 5 Spaial Relaions on Lines There are number of useful problems ha can be solved wih he basic consrucion echniques developed hus far. We now look a cerain problems, which involve spaial relaionships beween

More information

10. The Series Resistor and Inductor Circuit

10. The Series Resistor and Inductor Circuit Elecronicsab.nb 1. he Series esisor and Inducor Circui Inroducion he las laboraory involved a resisor, and capacior, C in series wih a baery swich on or off. I was simpler, as a pracical maer, o replace

More information

Heating and Air Conditioning. Wiring Diagram Package. Basic System. Form: Rev A (602) Supersedes: Nothing

Heating and Air Conditioning. Wiring Diagram Package. Basic System. Form: Rev A (602) Supersedes: Nothing Heating and Air Conditioning Wiring Diagram Package asic System Form: 35-96- ev A (6) Supersedes: Nothing o HVAC Unit Control Panel Zone Manager VAC (5 VA) Heating and Air Conditioning Meridian Cool Mode

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 3 Signals & Sysems Prof. Mark Fowler Noe Se #8 C-T Sysems: Frequency-Domain Analysis of Sysems Reading Assignmen: Secion 5.2 of Kamen and Heck /2 Course Flow Diagram The arrows here show concepual

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 301 s & Sysems Prof. Mark Fowler Noe Se #1 Wha is s & Sysems all abou??? 1/9 Do All EE s & CoE s Design Circuis? No!!!! Someone has o figure ou wha funcion hose circuis need o do Someone also needs

More information

Digital Image Processing Lecture 5. Basic intensity transformations. Log transformation. Negative and Log transformations

Digital Image Processing Lecture 5. Basic intensity transformations. Log transformation. Negative and Log transformations Digital Image ocessing Lectue 5 Basic intensit tansomations Histogam ocessing Thesholding. Basic intensit tansomations s T (.-). onzales & Woods: Chate. - Chate. 78-76 Chate. 87-875 Fo aebac : Add to the

More information

N2-1. The Voltage Source. V = ε ri. The Current Source

N2-1. The Voltage Source. V = ε ri. The Current Source DC Cicuit nalysis The simplest cicuits to undestand and analyze ae those that cay diect cuent (DC). n this note we continue ou study of DC cicuits with the topics of DC voltage and cuent souces, the idea

More information

(This lesson plan assumes the students are using an air-powered rocket as described in the Materials section.)

(This lesson plan assumes the students are using an air-powered rocket as described in the Materials section.) The Mah Projecs Journal Page 1 PROJECT MISSION o MArs inroducion Many sae mah sandards and mos curricula involving quadraic equaions require sudens o solve "falling objec" or "projecile" problems, which

More information

ELEG 3124 SYSTEMS AND SIGNALS Ch. 1 Continuous-Time Signals

ELEG 3124 SYSTEMS AND SIGNALS Ch. 1 Continuous-Time Signals Deparmen of Elecrical Engineering Universiy of Arkansas ELEG 3124 SYSTEMS AND SIGNALS Ch. 1 Coninuous-Time Signals Dr. Jingxian Wu wuj@uark.edu OUTLINE 2 Inroducion: wha are signals and sysems? Signals

More information

Lecture 12: Modulation Techniques for Mobile Radio. Amplitude Modulation (Full AM or Double Sideband with Carrier)

Lecture 12: Modulation Techniques for Mobile Radio. Amplitude Modulation (Full AM or Double Sideband with Carrier) EE 499: Wireless & Mobile Communiaions (08) Leure : Modulaion Tehniques or Mobile Radio Dr. Wajih. bu-l-saud mpliude Modulaion Tehniques mpliude Modulaion (Full M or Double Sideband wih Carrier) The general

More information

A Cooperative MIMO Mobile Multihop Relay for Cellular Networks

A Cooperative MIMO Mobile Multihop Relay for Cellular Networks Poceedings of he 6h WSEAS In. Conf. on Eleconics, Hadwae, Wieless and Opical Communicaions, Cofu Island, Geece, Febuay 16-19, 7 116 A Coopeaive MIMO Mobile Mulihop Relay fo Cellula Newoks Jong-Moon Chung¹,

More information

Discrepancies Between Euclidean and Spherical Trigonometry. David Eigen

Discrepancies Between Euclidean and Spherical Trigonometry. David Eigen Discepancies Between Euclidean and Spheical Tigonomety David Eigen 1 Non-Euclidean geomety is geomety that is not based on the postulates of Euclidean geomety. The five postulates of Euclidean geomety

More information

Spiraling Edge: Fast Surface Reconstruction from Partially Organized Sample Points

Spiraling Edge: Fast Surface Reconstruction from Partially Organized Sample Points Sialing Edge: Fa Suface Reconucion fom Paially Oganized Samle Poin ABSTRACT Paicia Cono Sandia Naional Laboaoie Many alicaion oduce hee-dimenional oin ha mu be fuhe oceed o geneae a uface. Suface econucion

More information

Spring Localization I. Roland Siegwart, Margarita Chli, Martin Rufli. ASL Autonomous Systems Lab. Autonomous Mobile Robots

Spring Localization I. Roland Siegwart, Margarita Chli, Martin Rufli. ASL Autonomous Systems Lab. Autonomous Mobile Robots Spring 2017 Localizaion I Localizaion I 10.04.2017 1 2 ASL Auonomous Sysems Lab knowledge, daa base mission commands Localizaion Map Building environmen model local map posiion global map Cogniion Pah

More information

x O O 3 O 05. Questions on Conditional Probability Q1. The probability that it will rain on a day in June is 0.

x O O 3 O 05. Questions on Conditional Probability Q1. The probability that it will rain on a day in June is 0. Quesions on Condiional Probabiliy Q1. The probabiliy ha i will rain on a day in June is 0.2 When i rains he probabiliy ha my ennis mach is cancelled is 0.7 When i does no rain, he probabiliy ha my ennis

More information

Investigation. Name: a About how long would the threaded rod need to be if the jack is to be stored with

Investigation. Name: a About how long would the threaded rod need to be if the jack is to be stored with Think Unit bout 6 This Lesson Situation 1 Investigation 1 Name: Think about the design and function of this automobile jack. Use the uto Jack custom tool to test ou ideas. a bout how long would the theaded

More information

Switch Basics and Applications. Selection Service Speed

Switch Basics and Applications. Selection Service Speed Swich Basics and Applicaions Selecion Service Speed Inroducion Basic Swich Types and Applicaions Swich Funcion - Mechanical Poles and Throws, Mechanical Characerisics Swich Funcion - Elecrical Volage and

More information

Pointwise Image Operations

Pointwise Image Operations Poinwise Image Operaions Binary Image Analysis Jana Kosecka hp://cs.gmu.edu/~kosecka/cs482.hml - Lookup able mach image inensiy o he displayed brighness values Manipulaion of he lookup able differen Visual

More information

Chapter 4 Integers and Number Theory

Chapter 4 Integers and Number Theory Chapte 4 Answes 15 Chapte 4 Intees and Nume Theo Suestions: Althouh it is possile to daw pictues fo the models used in the followin activities, encouae students to use two diffeent coloed squaes to epesent

More information

MRI. Chapter 1. Larmor equation. Net magnetization. Rotating frame of reference 1/31/2017. ω0 (rad/s) = γ (rad/s/tesla) x B0 (Tesla)

MRI. Chapter 1. Larmor equation. Net magnetization. Rotating frame of reference 1/31/2017. ω0 (rad/s) = γ (rad/s/tesla) x B0 (Tesla) 37 RI Chape FYS-KJ 474 loch equaions an main pinciples FYS-KJ 474 he loch equaion Lamo equaion ωl ωl ωl ω as = γ asesla esla ωl γhogen =.68 *8 asesla π Figue Eo! No e of specifie sle in ocumen.-. he magneic

More information

Trigonometry: Angles between 0 and 360

Trigonometry: Angles between 0 and 360 Chapte 6 Tigonomet: Angles between 0 and 360 Leaning objectives B the end of this chapte, the students should be able to:. Detemine the sine, cosine and tangent of an angle between 0 and 360.. Given sin

More information

Chapter 14: Bandpass Digital Transmission. A. Bruce Carlson Paul B. Crilly 2010 The McGraw-Hill Companies

Chapter 14: Bandpass Digital Transmission. A. Bruce Carlson Paul B. Crilly 2010 The McGraw-Hill Companies Communicaion Sysems, 5e Chaper 4: Bandpass Digial Transmission A. Bruce Carlson Paul B. Crilly The McGraw-Hill Companies Chaper 4: Bandpass Digial Transmission Digial CW modulaion Coheren binary sysems

More information

EE 330 Lecture 24. Amplification with Transistor Circuits Small Signal Modelling

EE 330 Lecture 24. Amplification with Transistor Circuits Small Signal Modelling EE 330 Lecure 24 Amplificaion wih Transisor Circuis Small Signal Modelling Review from las ime Area Comparison beween BJT and MOSFET BJT Area = 3600 l 2 n-channel MOSFET Area = 168 l 2 Area Raio = 21:1

More information

Generalized Head Light Effect in 2D Dimensional Rotated frames using Euler rotation matrix. Asad Ali.

Generalized Head Light Effect in 2D Dimensional Rotated frames using Euler rotation matrix. Asad Ali. Generalized Head Ligh Effe in D Dimensional Roaed frames g Eler roaion mari Absra Asad Ali email:aliasadhami1994@gmail.om Deparmen of phsis Karakoram inernaional niersi, Gilgi Pakisan in presen work,eqaions

More information

ECE 391: Suggested Homework Problems

ECE 391: Suggested Homework Problems ECE 391: Suggese Homework Problems Quarer an Half Wave T-line Behavior 1. receiver operaing a 451Mhz is being inerfere upon by a ransmier operaing a 461MHz. While no changes can be mae irecly o he receiver

More information

2.6 Special Angles on Parallel Lines Objectives: I CAN define angle pairs made by parallel lines. I CAN solve problems involving parallel lines.

2.6 Special Angles on Parallel Lines Objectives: I CAN define angle pairs made by parallel lines. I CAN solve problems involving parallel lines. 2.6 Special Angles on Parallel Lines Objecives: I CAN define angle pairs made by parallel lines. I CAN solve problems involving parallel lines. 1 coplanar: poins on he same plane ransversal: a line ha

More information

Shape-Stable Region Boundary Extraction via Affine Morphological Scale Space (AMSS)

Shape-Stable Region Boundary Extraction via Affine Morphological Scale Space (AMSS) Shape-Sable Region Bonday Exacion via Affine Mophological Scale Space (AMSS) Peos Kapsalas School of Elecical & Compe Engineeing, aional Technical Univesiy of Ahens 9, Ioon Polyechnio s., 5773 Ahens, Geece

More information

A1 K. 12V rms. 230V rms. 2 Full Wave Rectifier. Fig. 2.1: FWR with Transformer. Fig. 2.2: Transformer. Aim: To Design and setup a full wave rectifier.

A1 K. 12V rms. 230V rms. 2 Full Wave Rectifier. Fig. 2.1: FWR with Transformer. Fig. 2.2: Transformer. Aim: To Design and setup a full wave rectifier. 2 Full Wave Recifier Aim: To Design and seup a full wave recifier. Componens Required: Diode(1N4001)(4),Resisor 10k,Capacior 56uF,Breadboard,Power Supplies and CRO and ransformer 230V-12V RMS. + A1 K B1

More information

Pairs of Lines and Angles

Pairs of Lines and Angles 3.1 airs of Lines and ngles ssenial Quesion Wha does i mean when wo lines are parallel, inersecing, coinciden, or skew? oins of Inersecion Work wih a parner. Wrie he number of poins of inersecion of each

More information

Visa Smart Debit/Credit Certificate Authority Public Keys

Visa Smart Debit/Credit Certificate Authority Public Keys CHIP AND NEW TECHNOLOGIES Visa Smart Debit/Credit Certificate Authority Public Keys Overview The EMV standard calls for the use of Public Key technology for offline authentication, for aspects of online

More information

AM Demodulation (peak detect.)

AM Demodulation (peak detect.) AM Deodulaion (peak deec.) Deodulaion is abou recovering he original signal--crysal Radio Exaple Anenna = Long Wire FM AM Tuning Circui A siple Diode! Deodulaion Circui (envelop of AM Signal) Filer (Mechanical)

More information

Novel Analytic Technique for PID and PIDA Controller Design. Seul Jung and Richard C. Dorf. Department of Electrical and Computer Engineering

Novel Analytic Technique for PID and PIDA Controller Design. Seul Jung and Richard C. Dorf. Department of Electrical and Computer Engineering Novel Analytic Technique fo PID and PIDA Contolle Deign Seul Jung and Richad C. Dof Depatment of Electical and Compute Engineeing U niveity of Calif onia; Davi Davi, CA 9566 e-mail:jung@ece.ucdavi.edu,

More information

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2013 JUNIOR DIVISION Time allowed: Two hours

The University of Melbourne Department of Mathematics and Statistics School Mathematics Competition, 2013 JUNIOR DIVISION Time allowed: Two hours The Universiy of Melbourne Deparmen of Mahemaics and Saisics School Mahemaics Compeiion, 203 JUNIOR DIVISION Time allowed: Two hours These quesions are designed o es your abiliy o analyse a problem and

More information

Technology. Production functions Short run and long run Examples of technology Marginal product Technical rate of substitution Returns to scale

Technology. Production functions Short run and long run Examples of technology Marginal product Technical rate of substitution Returns to scale Technology Producion funcions Shor run and long run Examples of echnology Marginal produc Technical rae of subsiuion Reurns o scale Analogies wih Consumer Theory Consumers Firms Maximize uiliy Maximize

More information

ONE-WAY RADAR EQUATION / RF PROPAGATION

ONE-WAY RADAR EQUATION / RF PROPAGATION ONE-WAY RADAR EQUATION / RF PROPAGATION The one-way (tansmitte to eceive) ada equation is deived in this section. This equation is most commonly used in RWR o ESM type of applications. The following is

More information

Blast Off! All About SPACE SHUTTLES. All Abou. All About. All Abo. Miriam Gross. ROSEN / PowerKids Press ISBN

Blast Off! All About SPACE SHUTTLES. All Abou. All About. All Abo. Miriam Gross. ROSEN / PowerKids Press ISBN iriam Gross us a n o r s A All Abou s e k c o R u All Abo es i l l e a All Abou s n o i s s i e pac u o b A l Al es l u h e pac u o b A All s n o i a pace u o b A All L T T U H C A P u o b A l l A All

More information

Please send me your slides before your presentation

Please send me your slides before your presentation Paper Presenaion Schedle March 21 March 26 March 28 Bhara Joshi James Perry Brandon Hoseer Noah Harchelroad Jeremy Day Xiangy H Besy McCor Yhang L Noel Raley Zhiyan Li Seve Rbin Hao Chen Kevin Madison

More information

EE558 - Digital Communications

EE558 - Digital Communications EE558 - Digial Communicaions Lecure 1: Inroducion & Overview Dr. Duy Nguyen Ouline 1 Course Informaion 2 Inroducion o Digial Communicaions Course Informaion 2 Adminisraion Hours and Locaion Lecures: TTH

More information

RANCH RAIL FENCE AND GATE INSTALLATION INSTRUCTIONS

RANCH RAIL FENCE AND GATE INSTALLATION INSTRUCTIONS Good Fences Make Good Neighbors RANCH RAIL FENCE AND GATE INSTALLATION INSTRUCTIONS HUSKER VINYL Ranch Rail Fence & Gae Insallaion Insrucions 1 BEFORE YOU START, IT S IMPORTANT TO CHECK: Tha fence or he

More information

Solution of ECE 342 Test 2 S12

Solution of ECE 342 Test 2 S12 Soluion of ECE 342 Tes 2 S2. All quesions regarding superheerodyne receivers refer o his diagram. x c () Anenna B T < B RF < 2 f B = B T Oher Signals f c Mixer f Baseband x RFi RF () x RFo () () () x i

More information

B-MAC Tunable MAC protocol for wireless networks

B-MAC Tunable MAC protocol for wireless networks B-MAC Tunable MAC proocol for wireless neworks Summary of paper Versaile Low Power Media Access for Wireless Sensor Neworks Presened by Kyle Heah Ouline Inroducion o B-MAC Design of B-MAC B-MAC componens

More information

16.5 ADDITIONAL EXAMPLES

16.5 ADDITIONAL EXAMPLES 16.5 ADDITIONAL EXAMPLES For reiew purposes, more examples of boh piecewise linear and incremenal analysis are gien in he following subsecions. No new maerial is presened, so readers who do no need addiional

More information

NCTM Content Standard/National Science Education Standard:

NCTM Content Standard/National Science Education Standard: Tile: Logarihms Brief Overview: In his Concep Developmen Uni, he concep of logarihms is discussed. The relaionship beween eponenial equaions and logarihmic equaions is eplored. The properies of logs are

More information

Universal microprocessor-based ON/OFF and P programmable controller MS8122A MS8122B

Universal microprocessor-based ON/OFF and P programmable controller MS8122A MS8122B COMPETENCE IN MEASUREMENT Universal microprocessor-based ON/OFF and P programmable conroller MS8122A MS8122B TECHNICAL DESCRIPTION AND INSTRUCTION FOR USE PLOVDIV 2003 1 I. TECHNICAL DATA Analog inpus

More information

Social-aware Dynamic Router Node Placement in Wireless Mesh Networks

Social-aware Dynamic Router Node Placement in Wireless Mesh Networks Social-aware Dynamic Rouer Node Placemen in Wireless Mesh Neworks Chun-Cheng Lin Pei-Tsung Tseng Ting-Yu Wu Der-Jiunn Deng ** Absrac The problem of dynamic rouer node placemen (dynrnp) in wireless mesh

More information

READING ASSIGNMENTS LECTURE OBJECTIVES. Problem Solving Skills. x(t) = cos(αt 2 ) ELEG-212 Signal Processing and Communications

READING ASSIGNMENTS LECTURE OBJECTIVES. Problem Solving Skills. x(t) = cos(αt 2 ) ELEG-212 Signal Processing and Communications ELEG- Signal Processing and Communicaions Lecure 5 Periodic Signals, Harmonics & ime-varying Sinusoids READING ASSIGNMENS his Lecure: Chaper 3, Secions 3- and 3-3 Chaper 3, Secions 3-7 and 3-8 Lab sars

More information

Notes on the Fourier Transform

Notes on the Fourier Transform Noes on he Fourier Transform The Fourier ransform is a mahemaical mehod for describing a coninuous funcion as a series of sine and cosine funcions. The Fourier Transform is produced by applying a series

More information

patented MANUFACTURING AND MINOR INVENTIONS

patented MANUFACTURING AND MINOR INVENTIONS patented MMI MNUUING N MINO INVENION PI- K Perimeter warning system Installation Manual EPEME M I PINIPE N EQUIEMEN: he principle of the PI system is based on the ability to generate a single or dual infrared

More information

M2 3 Introduction to Switching Regulators. 1. What is a switching power supply? 2. What types of switchers are available?

M2 3 Introduction to Switching Regulators. 1. What is a switching power supply? 2. What types of switchers are available? M2 3 Inroducion o Swiching Regulaors Objecive is o answerhe following quesions: 1. Wha is a swiching power supply? 2. Wha ypes of swichers are available? 3. Why is a swicher needed? 4. How does a swicher

More information

Lecture September 6, 2011

Lecture September 6, 2011 cs294-p29 Seminar on Algorihmic Game heory Sepember 6, 2011 Lecure Sepember 6, 2011 Lecurer: Chrisos H. Papadimiriou Scribes: Aloni Cohen and James Andrews 1 Game Represenaion 1.1 abular Form and he Problem

More information

Communication Systems. Department of Electronics and Electrical Engineering

Communication Systems. Department of Electronics and Electrical Engineering COMM 704: Communicaion Lecure : Analog Mulipliers Dr Mohamed Abd El Ghany Dr. Mohamed Abd El Ghany, Mohamed.abdel-ghany@guc.edu.eg nroducion Nonlinear operaions on coninuous-valued analog signals are ofen

More information

<Diode Modules> RM200CY-24S HIGH POWER SWITCHING USE INSULATED TYPE

<Diode Modules> RM200CY-24S HIGH POWER SWITCHING USE INSULATED TYPE dual swich (Cahode Common) Forward curren...... 2 0 0 A Repeiive peak reverse volage V RRM... 1 2 0 0 V Maximum juncion emperaure T jmax... 1 5 0 C Fla base Type Copper base plae RoHS Direcive

More information

AI Summit 2018 START-UP PROSPECTUS FIND OUR MORE The. Incorporating. The AI Summit. The AIconics London. The AI Summit.

AI Summit 2018 START-UP PROSPECTUS FIND OUR MORE   The. Incorporating. The AI Summit. The AIconics London. The AI Summit. he AIconics London JUNE 12, 2018 KENSINGON PALACE LONDON he AI Summit London JUNE 13-14, 2018 ExCel EXHIBIION CENE LONDON he AI Summit Hong Kong JULY 31-AUGUS 1, 2018 HE HYA EGENCY HONG KONG he AI Summit

More information

PERFORMANCE SPECIFICATION SHEET ELECTRON TUBE, RECEIVING TYPE 8233

PERFORMANCE SPECIFICATION SHEET ELECTRON TUBE, RECEIVING TYPE 8233 INCH-POUND MIL-PRF-1/1593E 15 Augus 2012 SUPERSEDING MIL-PRF-1/1593D 17 Augus 2004 DESCRIPTION: Penode, sharp cuoff. Ouline: See figure 1. PERFORMANCE SPECIFICATION SHEET ELECTRON TUBE, RECEIVING TYPE

More information

EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER

EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER EXPERIMENT #4 AM MODULATOR AND POWER AMPLIFIER INTRODUCTION: Being able o ransmi a radio frequency carrier across space is of no use unless we can place informaion or inelligence upon i. This las ransmier

More information

Multi-Channel Power Amplifi ers

Multi-Channel Power Amplifi ers Multi-Channel Powe Amplifi es CX-A450 & CX-A850 482.6mm / 19" 88mm / 3 1 /2" (2U) Clou CX-A450 font view Clou CX-A450 ea view 482.6mm / 19" 88mm / 3 1 /2" (2U) Clou CX-A850 font view Geneal Desciption

More information

Horsemania. Explore our handicraft ideas for a most splendid birthday party! SHARE YOU WITH US. C ur io us?

Horsemania. Explore our handicraft ideas for a most splendid birthday party! SHARE YOU WITH US. C ur io us? E V E RY T H I N G YO U N E E D F O R PA R T Y Horsemania Explore our handicraft ideas for a most splendid birthday party! R SHARE YOU WITH US C ur io us? F o ll o w us : Contents g e ve ry t h i n To

More information

Sound so far: 10/13/2013. Sound and stringed instruments

Sound so far: 10/13/2013. Sound and stringed instruments 0/3/203 Sound and ed insrumens Sound so far: Sound is a pressure or densiy flucuaion carried (usually) by air molecules sound wae is longdiudinal Wha is he difference beween a hud and a musical noe? ecure

More information

The mathematical structure known as a graph has the valuable feature of

The mathematical structure known as a graph has the valuable feature of Copyight, Pinceton Univesity Pess No pat of this book may be means without pio witten pemission of the publishe 1 Intoducing Gaphs The mathematical stuctue known as a gaph has the valuable featue of helping

More information

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK

EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK EXPERIMENT #9 FIBER OPTIC COMMUNICATIONS LINK INTRODUCTION: Much of daa communicaions is concerned wih sending digial informaion hrough sysems ha normally only pass analog signals. A elephone line is such

More information

Lecture 4. EITN Chapter 12, 13 Modulation and diversity. Antenna noise is usually given as a noise temperature!

Lecture 4. EITN Chapter 12, 13 Modulation and diversity. Antenna noise is usually given as a noise temperature! Lecure 4 EITN75 2018 Chaper 12, 13 Modulaion and diversiy Receiver noise: repeiion Anenna noise is usually given as a noise emperaure! Noise facors or noise figures of differen sysem componens are deermined

More information

VS203B Lecture Notes Spring, Topic: Thin Film Interference

VS203B Lecture Notes Spring, Topic: Thin Film Interference VS03B Leure Noes Spring, 03 0 Topi: Thin Film Inerferene Thin Film Inerferene When ligh his a surfae, i an be absorbed, ransmied or refleed. Ligh an refle from any inerfae where here is a hange in refraive

More information

10! !. 3. Find the probability that a five-card poker hand (i.e. 5 cards out of a 52-card deck) will be:

10! !. 3. Find the probability that a five-card poker hand (i.e. 5 cards out of a 52-card deck) will be: MATH 0(001 Fall 2018 Homewok 2 Solutions Please infom you instucto if you find any eos in the solutions 1 Suppose that thee ae duck huntes, each with a pefect shot A flock of ducks fly ove, and each hunte

More information

E~S P.M.> P.M. > > Rhy. Fig. 1. And I don't know where I am goln' to. I ain't missln' not a single thing And I don't worry 'c:ause my wallet's fat

E~S P.M.> P.M. > > Rhy. Fig. 1. And I don't know where I am goln' to. I ain't missln' not a single thing And I don't worry 'c:ause my wallet's fat SHARP DRESSED MAN ZZ Top WORDS AND MUSC BY Billy Gibbons, Dusty Hill and Fank Bead TRANSCRBED BY Dale Tune and Andy Aledot Gts 1, 2 and 4 ae in standad tuning Gt 3 (slide) is in open E tuning (low to high:

More information

Active Filters - 1. Active Filters - 2

Active Filters - 1. Active Filters - 2 PHY35 - Elecronics Laboraory, all Term (K rong) Acie ilers - By combining op-amps wih energy-sorage elemens, circuis can be designed o gie frequency-dependen op-amp responses Acie filers are hose ha use

More information

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on OBE-R-SE Dimensions Transmier.. 7.5 9..5.8 4.9 4 5 M 8.9 7.5 9..5.8 4 5 M 8.9 ø.6 ø.6 Model Number OBE-R-SE Thru-beam sensor wih m fixed cable Elecrical connecion Transmier Feaures BN +UB WH IN Ulra-small

More information

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on

Dimensions. Transmitter Receiver ø2.6. Electrical connection. Transmitter +UB 0 V. Emitter selection. = Light on = Dark on OBE-R-SE Dimensions Transmier.. 7.5 9..5.8 4.9 4 5 M 8.9 7.5 9..5.8 4 5 M 8.9 ø.6 ø.6 Model Number OBE-R-SE Thru-beam sensor wih m fixed cable Elecrical connecion Transmier Feaures BN +UB WH IN Ulra-small

More information

Dimensions. Model Number. Electrical connection emitter. Features. Electrical connection receiver. Product information. Indicators/operating means

Dimensions. Model Number. Electrical connection emitter. Features. Electrical connection receiver. Product information. Indicators/operating means OBE-R-SE Dimensions.8.8 ø..75 7.5 6. 5 6.7 4.9 4. 5.9 ø.6 Model Number OBE-R-SE Elecrical connecion emier Thru-beam sensor wih m fixed cable Feaures 45 cable oule for maximum mouning freedom under exremely

More information

1 of 6. Nominal Size Acutal Size Nominal Size Acutal Size

1 of 6. Nominal Size Acutal Size Nominal Size Acutal Size 1 of TEHNIL DT The Vikg orporaion, 2 N Inusrial Park Drive, Hasgs MI 490 Telephone: 29-94-901 Technical Services: 77-34-44 Fax: 29-1-0 Email: echsvcs@vikgcorp.com heck Pipe OUTER DIMETER heck o ensure

More information

Lecture 19: Lowpass, bandpass and highpass filters

Lecture 19: Lowpass, bandpass and highpass filters Leure 9: Lowpass, bandpass and higass filers UHTXHQF\6HOHFLYH LOHUV Ideal frequeny-seleive filers are filers ha le frequeny omponens over a given frequeny band (he passband pass hrough undisored, while

More information

Question 1 TELE4353. Average Delay Spread. RMS Delay Spread = = Channel response (2) Channel response (1)

Question 1 TELE4353. Average Delay Spread. RMS Delay Spread = = Channel response (2) Channel response (1) ELE4353 Mobile and Saellie Communicaion Syem uorial 3 (wee 7-8 S 4 Queion If a paricular modulaion provide uiable ER performance whenever σ /

More information

Institutional Assessment Report Texas Southern University College of Pharmacy and Health Sciences "P1-Entering Class Fall 2013

Institutional Assessment Report Texas Southern University College of Pharmacy and Health Sciences P1-Entering Class Fall 2013 Insiuional Assessmen Repor Texas Souhern Universiy College of Pharmacy and Healh Sciences "P1-Enering Class Fall 2013 Correlaions Fall 2013 GPA Calculaions PODA I To. Ps. To. Ps. (PHAR (PHAR-438) 433)

More information