Lecture September 6, 2011

Size: px
Start display at page:

Download "Lecture September 6, 2011"

Transcription

1 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 of Succincness In he previous lecure, we generally deal wih games represened in abular or normal form in which each player s payoff is lised for all choices of sraegies by all players. able 1 represens he Prisoner s Dilemma in his form. able 1: Prisoner s Dilemma in abular Form silen defec silen 3,3 0,4 defec 4,0 1,1 If here are n players, each wih s sraegies o choose from, hen he number of enries in he able is n s n. Wih a represenaion his large, he goal of algorihmic efficiency becomes meaningless, as simply reading he game ino memory akes exponenial ime. I is for his reason ha alernaive game represenaions have been developed. 1.2 Graphical Games A graphical game is given by a graph G = (V, E) in which he verices correspond o he players and he presence of an edge e = (p 1, p 2 ) beween players 1 and 2 means ha he sraegies ha each player chooses (poenially) affecs he oher s payoff. For example, in Figure 1, he payoff of p 2 is given by a funcion U 2 (s 1, s 2, s 3, s 4 ) whose value depends only on he sraegies of players 1, 2, 3, and 4. For a graphical game wih n players, each of which have s sraegies each, where he graph has maximum degree d, he represenaion of a graphical game requires n s d+1 enries. For a sparse graph, his is a far smaller represenaion han normal form. Figure 1: Graphical Game Each player p i plays sraegy s i. 1-1

2 A decomposible graphical game is a graphical game wih he furher resricion ha he payoff for he player is affeced by he sraegies ha each neighbor plays independenly. For example, if he game in Figure 1 was a decomposible graphical game, he payoff of p 2 is given by a funcion U 2 (p 1, p 2, p 3, p 4 ) = U 2,1 (p 2, p 1 ) + U 2,3 (p 2, p 3 ) + U 2,4 (p 2, p 4 ). We will see below (Sec. 2) ha zero-sum decomposible graphical games can be solved easily wih linear programming. 1.3 Congesion Games A congesion game is given by a graph where each of he n players is assigned 2 verices and each edge is assigned an n-uple defining a delay funcion for ha edge. In he game, each player mus choose a se of edges forming a pah beween his 2 verices. Each edge of he graph has some delay, which is a funcion of only he number of players ha choose o use ha edge. A player s oal delay is he sum of he delays of all edges used on he pah. See Figure 2 for an example. For a congesion game formed by a graph wih m edges, represening he game requires roughly m n enries. Figure 2: Congesion Game In he congesion game above, suppose Player A uses edge 1 and Player B uses edge 2, and ha Players D and E use neiher edge 1 nor edge 2. If Player C uses edge 1, he delay on ha edge for Players A and C will be 2 whereas he delay for Player B (on edge 2) will be 1. Alernaively, if Player C uses edge 2, he delays on boh edge 1 and edge 2 will be Symmeric Games A game in which all players are indisinguishable is a symmeric game. Examples of such games include Prisoner s Dilemma, Rock-Paper-Scissors, and 2/3 of he Majoriy. In a symmeric game all n players have he same sraegies and same payoffs, which are a funcion only of how many players chose each sraegy, no which players chose hem. Nash proved ha every symmeric game has a symmeric Nash equilibrium - one in which every player shares a single sraegy (1951). o represen a symmeric game, we only need o sore a single payoff value for each possible se of sraegies played. Since only he number of players who choose a paricular sraegy maers, s (n+s 1 ) s 1 enries are needed Anonymous Games A generalizaion of a symmeric game is an anonymous game, one in which he players are disinguishable, bu he payoffs (possibly differen for each player) are sill a funcion only of how many players choose each sraegy raher han which players. In oher words, each player sees all he oher players as anonymous, or indisiguishable. An anonymous game requires n s (n+s 1 ) enries o represen. 1-2 s

3 1.5 Exensive Form (Bayesian Games) he following descripion of exensive-form games is aken from Wikipedia: An exensive-form game is a specificaion of a game in game heory, allowing (as he name suggess) explici represenaion of number of imporan aspecs, like he sequencing of players possible moves, heir choices a every decision poin, he (possibly imperfec) informaion each player has abou he oher player s moves when he makes a decision, and his payoffs for all possible game oucomes. Exensive-form games also allow represenaion of incomplee informaion in he form of chance evens encoded as moves by naure....[a]n n-player exensive-form game hus consiss of he following: A finie se of n (raional) players A rooed ree, called he game ree Each erminal (leaf) node of he game ree has an n-uple of payoffs, meaning here is one payoff for each player a he end of every possible play A pariion of he non-erminal nodes of he game ree in n+1 subses, one for each (raional) player, and wih a special subse for a ficiious player called Chance (or Naure). Each player s subse of nodes is referred o as he nodes of he player. (A game of complee informaion hus has an empy se of Chance nodes.) Each node of he Chance player has a probabiliy disribuion over is ougoing edges. Each se of nodes of a raional player is furher pariioned in informaion ses, which make cerain choices indisinguishable for he player when making a move, in he sense ha: here is a one-o-one correspondence beween ougoing edges of any wo nodes of he same informaion se hus he se of all ougoing edges of an informaion se is pariioned in equivalence classes, each class represening a possible choice for a player s move a some poin, and every (direced) pah in he ree form he roo o a erminal node can cross each informaion se a mos once he complee descripion of he game specified by he above parameers is common knowledge among he players A play is hus a pah hrough he ree from he roo o a erminal node. A any given nonerminal node belonging o Chance, an ougoing branch is chosen according o he probabiliy disribuion. A any raional player s node, he player mus choose one of he equivalence classes for he edges, which deermines precisely one ougoing edge excep (in general) he player doesn know which one is being followed. So far, every game we have seen in he above represenaions can easily be expanded ino abular form. Bu how can we reconcile Chance nodes in an exensive form game? In he example in Figure 3, each player is assigned a ype which can affec he choices made and payoffs earned. If each player ges a ype, hen he Chance node has a probabiliy disribuion on n, he se of all ype assignmens. Now we can generalize he idea of a player s sraegy (ex: do A wih some probabiliy p a, do B wih some probabiliy p b, ec) o a funcion f : sraegy ha assigns a sraegy o each ype. Given an assignmen of ypes, he game can ake a abular form. 1.6 Ohers here are many oher ypes of games and game represenaions, including bu cerainly no limied o Scheduling, Faciliy Locaion, and Nework Design games. 1-3

4 Figure 3: Exensive Form - An even simpler poker game In his game, Players 1 and 2 each pay $1 o play. hen Naure (he dealer) gives Player 1 a card ha s High or Low. Player 1 can eiher fold (in which case Player 2 ges he po) or be an addiional $1. If Player 2 bes, hen Player 1 can eiher fold (in which case Player 2 ges he po) or call by placing anoher $1 in he po. If boh players be hen Player 1 wins if his card was High loses if i was Low. Afer Player 1 bes, Player 2 has a single Informaion Se - he wo circled nodes are indisinguishable from his poin of view. his example was aken from hp:// mwalker/pokergame.pdf. 1-4

5 2 Decomposable Zero-Sum Games In he homework for week 1, we saw a simple case of a decomposable graphical game. In ha scenario, Player B was playing 2 zero-sum games simulaneously, one agains Player A and one agains Player C. he cach was ha Player B had o a single sraegy o apply o boh games and his payoff was o be he sum of his payoffs from he wo separae games. As an exercise, we showed ha his could be solved by a linear program. I urns ou ha his approach can be used more generally. heorem 1. In any zero-sum decomposable graphical game, he Nash Equilibrium can be found in polynomial ime. Proof: Firs, we mus prove ha a Nash Equilibrium exiss a all. o do his, we simply use he sledge hammer ha is Nash s heorem - namely ha every game has a Nash Equilibrium. Now our ask is o find one. Define he following variables: x u,j = Pr[player u chooses acion j] U u,v (i, j) =he payoff for player u if u plays i and v plays j. L u,i ( x) = he expeced payoff for player u if he chooses acion i given ha he oher players fix heir sraegies x v,j. Noice ha L u,i is a linear funcion because he game is decomposable. In paricular, L u,i = v,j U u,v(i, j) x v,j. Consider he following linear program: Minimize u w u subjec o: w u L u,i u, i xu,i = 1 u he following claim complees he proof: x u,i 0 u, i Claim 1. he minimum is achieved a 0 which is a Nash Equilibrium. Proof: Define: w u = i x u,il u,i - his is he average gain of player u. Obviously, u w u = 0 because his is a zero-sum game. From he linear program we have w u w u. So o minimize w u, we can se w u = w u u, yielding u w u = 0, which is minimal. hus, for every sraegy i, L u,i w u is no beer han he average w u, proving ha i is indeed a Nash Equilibrium. 3 An Ancien Algorihm: Ficiious Play In addiion o he linear programming mehod we learned abou previously, here are several naural algorihms for solving zero sum games. Of hese, we firs discuss ficiious play, a sraegy in which we imagine he wo players repeaedly playing wih a naive sraegy. he firs round of ficiious play is played randomly. For each subsequen round, boh players look a he hisory of plays by he oher, and assume ha hese hisorical plays represen he sraegy ha player will use: a sraegy ha was used in p% of he pas rounds is assumed o be played wih probabiliy p%. Each player hen plays he bes response o ha assumed hisory-based sraegy. Over ime, hese hisorical sraegies will converge o an equilibrium sraegy. As an example, consider a zero-sum game wih row player payoff marix: R = (1) 1-5

6 (and column player payoff marix C = R) he ficiious play algorihm may hen run as follows: row plays col plays u v (ave gain vecor by row) (ave loss) ,3,-3 2,1, ,3,-3 2, 1 2, ,2,-1 2, 1 3,2 ec Noe ha his process bounds he equilibrium value v as: max u v min v heorem 2. (Robinson, 1950) Ficiious play converges o he Nash equilibrium. Robinson s proof of convergence indicaes a rae of ( c ɛ )m+n (in he wors case, no probabilisic). Karlin conjecured (1965) a faser convergence rae ( c ɛ )2 suffices. 4 Anoher Naural Algorihm: Expers Anoher naural algorihm is based on a concep called boosing, or alernaively no regre learning, hedging, expers, or muliplicaive updaes (MU). We will firs inroduce his concep, and hen show how i can be applied o zero sum games. 4.1 Inroducion o Expers Algorihms In hese algorihms, n expers sugges sraegies over ime, and he player can decide which mix of exper sraegies o use based on he hisorical losses observed from each exper s sraegies. Specifically, a each ime sep, he player produces an n-vecor of weighs w indicaing how much o follow each exper s sraegy, and hen naure produces an n-vecor of losses l caused by following each sraegy. w he player s loss is hen compued as w 1 l. Cumulaive loss over ime is L = w =1 w 1 l. For example, we may imagine he following sequence of sraegies, weighs, and resuling losses from 3 expers: = 1 = 2 = 3 = 4 weigh loss weigh loss weigh loss weigh loss he goal is o choose weighs w o do well. Doing well could mean geing he smalles cumulaive loss L, or predicing he bes row (bes exper). Given his seup, several algorihms for choosing he weigh vecors are possible: Follow he leader: For each round choose he exper i who has he lowes loss on average so far, and se w i = 1, w j i = 0. I is easy o consruc a wors case scenario in which his algorihm incurs oal loss which is n imes worse han following he rue bes exper. Muliplicaive updaes (MU): Punish ih exper by punishmen funcion: xπ(l i ) = x(1 + ɛ)l i, wih π(l i ) bounded by α x π(x) 1 (1 α)x heorem 3. Wih muliplicaive updaes, cumulaive loss L min i L i Proof: n i=1 w +1 i = n wi π(li) i=1 ln 1 α 1 α + ln(n) 1 α 1-6

7 i w i(1 (1 α)l i) = ( i w i)( i p i(1 (1 α)l i)) ln( i w +1 i ) ln( i w ) + ln(1 (1 α) l ) ln( i w +1 i ) ln( i w ) (1 α) l ln( i w +1 i ) (1 α)l L ln( i w +1 ) 1 α ln w i 1 α i w +1 i w 1 i α l1 i +l2 i +...+l i 1 n αl i L ln(n) 1 α + ln(α) 1 α L i i ln n Furher, noe ha seing α = 1 L min L i + 2 ln n i 1 1 ln n L min i L Applicaion o Zero Sum Games Given a zero sum game (A, A), we can le boh players play he game repeaedly, using muliplicaive updaes o updae heir sraegies, x and y. hen we can analyze he convergence of his mehod as follows: L = (x Ay ) (e i A( y ) O( ) i( ) =1 x Ay x Ae j + O( ) j x Ay y x A + O( )( ) (, ) y x A( ) e ia y O( ) x y ( )A( ) e ia y O( ( 1 )) i x herefore, approximaes he Nash equilibrium for he row player And similarly he algorihm also converges for he column player. Noe ha ( c ɛ )2, so his converges a he rae Karlin conjecured for ficiious play. 1-7

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

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

Variation Aware Cross-Talk Aggressor Alignment by Mixed Integer Linear Programming

Variation Aware Cross-Talk Aggressor Alignment by Mixed Integer Linear Programming ariaion Aware Cross-alk Aggressor Alignmen by Mixed Ineger Linear Programming ladimir Zoloov IBM. J. Wason Research Cener, Yorkown Heighs, NY zoloov@us.ibm.com Peer Feldmann D. E. Shaw Research, New York,

More information

Revision: June 11, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: June 11, E Main Suite D Pullman, WA (509) Voice and Fax 2.5.3: Sinusoidal Signals and Complex Exponenials Revision: June 11, 2010 215 E Main Suie D Pullman, W 99163 (509) 334 6306 Voice and Fax Overview Sinusoidal signals and complex exponenials are exremely

More information

Lecture #7: Discrete-time Signals and Sampling

Lecture #7: Discrete-time Signals and Sampling EEL335: Discree-Time Signals and Sysems Lecure #7: Discree-ime Signals and Sampling. Inroducion Lecure #7: Discree-ime Signals and Sampling Unlike coninuous-ime signals, discree-ime signals have defined

More information

ECE-517 Reinforcement Learning in Artificial Intelligence

ECE-517 Reinforcement Learning in Artificial Intelligence ECE-517 Reinforcemen Learning in Arificial Inelligence Lecure 11: Temporal Difference Learning (con.), Eligibiliy Traces Ocober 8, 2015 Dr. Iamar Arel College of Engineering Deparmen of Elecrical Engineering

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

The Significance of Temporal-Difference Learning in Self-Play Training TD-rummy versus EVO-rummy

The Significance of Temporal-Difference Learning in Self-Play Training TD-rummy versus EVO-rummy The Significance of Temporal-Difference Learning in Self-Play Training TD-rummy versus EVO-rummy Clifford Konik Jugal Kalia Universiy of Colorado a Colorado Springs, Colorado Springs, Colorado 80918 CLKOTNIK@ATT.NET

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

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

P. Bruschi: Project guidelines PSM Project guidelines.

P. Bruschi: Project guidelines PSM Project guidelines. Projec guidelines. 1. Rules for he execuion of he projecs Projecs are opional. Their aim is o improve he sudens knowledge of he basic full-cusom design flow. The final score of he exam is no affeced by

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

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

Table of Contents. 3.0 SMPS Topologies. For Further Research. 3.1 Basic Components. 3.2 Buck (Step Down) 3.3 Boost (Step Up) 3.4 Inverter (Buck/Boost)

Table of Contents. 3.0 SMPS Topologies. For Further Research. 3.1 Basic Components. 3.2 Buck (Step Down) 3.3 Boost (Step Up) 3.4 Inverter (Buck/Boost) Table of Conens 3.0 SMPS Topologies 3.1 Basic Componens 3.2 Buck (Sep Down) 3.3 Boos (Sep Up) 3.4 nverer (Buck/Boos) 3.5 Flyback Converer 3.6 Curren Boosed Boos 3.7 Curren Boosed Buck 3.8 Forward Converer

More information

Teacher Supplement to Operation Comics, Issue #5

Teacher Supplement to Operation Comics, Issue #5 eacher Supplemen o Operaion Comics, Issue #5 he purpose of his supplemen is o provide conen suppor for he mahemaics embedded ino he fifh issue of Operaion Comics, and o show how he mahemaics addresses

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

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

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

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

Answer Key for Week 3 Homework = 100 = 140 = 138

Answer Key for Week 3 Homework = 100 = 140 = 138 Econ 110D Fall 2009 K.D. Hoover Answer Key for Week 3 Homework Problem 4.1 a) Laspeyres price index in 2006 = 100 (1 20) + (0.75 20) Laspeyres price index in 2007 = 100 (0.75 20) + (0.5 20) 20 + 15 = 100

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

Laplacian Mixture Modeling for Overcomplete Mixing Matrix in Wavelet Packet Domain by Adaptive EM-type Algorithm and Comparisons

Laplacian Mixture Modeling for Overcomplete Mixing Matrix in Wavelet Packet Domain by Adaptive EM-type Algorithm and Comparisons Proceedings of he 5h WSEAS Inernaional Conference on Signal Processing, Isanbul, urey, May 7-9, 6 (pp45-5) Laplacian Mixure Modeling for Overcomplee Mixing Marix in Wavele Pace Domain by Adapive EM-ype

More information

Negative frequency communication

Negative frequency communication Negaive frequency communicaion Fanping DU Email: dufanping@homail.com Qing Huo Liu arxiv:2.43v5 [cs.it] 26 Sep 2 Deparmen of Elecrical and Compuer Engineering Duke Universiy Email: Qing.Liu@duke.edu Absrac

More information

Figure A linear pair? Explain. No, because vertical angles are not adjacent angles, and linear pairs are.

Figure A linear pair? Explain. No, because vertical angles are not adjacent angles, and linear pairs are. Geomery Review of PIL KEY Name: Parallel and Inersecing Lines Dae: Per.: PIL01: Use complemenary supplemenary and congruen o compare wo angles. 1) Complee he following definiion: Two angles are Complemenary

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

Analysis of Low Density Codes and Improved Designs Using Irregular Graphs

Analysis of Low Density Codes and Improved Designs Using Irregular Graphs Analysis of Low Densiy Codes and Improved Designs Using Irregular Graphs Michael G. Luby Michael Mizenmacher M. Amin Shokrollahi Daniel A. Spielman Absrac In [6], Gallager inroduces a family of codes based

More information

An Emergence of Game Strategy in Multiagent Systems

An Emergence of Game Strategy in Multiagent Systems An Emergence of Game Sraegy in Muliagen Sysems Peer LACKO Slovak Universiy of Technology Faculy of Informaics and Informaion Technologies Ilkovičova 3, 842 16 Braislava, Slovakia lacko@fii.suba.sk Absrac.

More information

Analysis of Low Density Codes. and. Improved Designs Using Irregular Graphs. 1 Introduction. codes. As the codes that Gallager builds are derived

Analysis of Low Density Codes. and. Improved Designs Using Irregular Graphs. 1 Introduction. codes. As the codes that Gallager builds are derived Analysis of Low Densiy Codes and Improved Designs Using Irregular Graphs Michael G. Luby Michael Mizenmacher y M. Amin Shokrollahi z Daniel A. Spielman x Absrac In [6], Gallager inroduces a family of codes

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

Role of Kalman Filters in Probabilistic Algorithm

Role of Kalman Filters in Probabilistic Algorithm Volume 118 No. 11 2018, 5-10 ISSN: 1311-8080 (prined version); ISSN: 1314-3395 (on-line version) url: hp://www.ijpam.eu doi: 10.12732/ijpam.v118i11.2 ijpam.eu Role of Kalman Filers in Probabilisic Algorihm

More information

An off-line multiprocessor real-time scheduling algorithm to reduce static energy consumption

An off-line multiprocessor real-time scheduling algorithm to reduce static energy consumption An off-line muliprocessor real-ime scheduling algorihm o reduce saic energy consumpion Firs Workshop on Highly-Reliable Power-Efficien Embedded Designs Shenzhen, China Vincen Legou, Mahieu Jan, Lauren

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

Comparing image compression predictors using fractal dimension

Comparing image compression predictors using fractal dimension Comparing image compression predicors using fracal dimension RADU DOBRESCU, MAEI DOBRESCU, SEFA MOCAU, SEBASIA ARALUGA Faculy of Conrol & Compuers POLIEHICA Universiy of Buchares Splaiul Independenei 313

More information

Memorandum on Impulse Winding Tester

Memorandum on Impulse Winding Tester Memorandum on Impulse Winding Teser. Esimaion of Inducance by Impulse Response When he volage response is observed afer connecing an elecric charge sored up in he capaciy C o he coil L (including he inside

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

Lecture 11. Digital Transmission Fundamentals

Lecture 11. Digital Transmission Fundamentals CS4/MSc Compuer Neworking Lecure 11 Digial Transmission Fundamenals Compuer Neworking, Copyrigh Universiy of Edinburgh 2005 Digial Transmission Fundamenals Neworks consruced ou of Links or ransmission

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

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

The Relationship Between Creation and Innovation

The Relationship Between Creation and Innovation The Relaionship Beween Creaion and DONG Zhenyu, ZHAO Jingsong Inner Mongolia Universiy of Science and Technology, Baoou, Inner Mongolia, P.R.China, 014010 Absrac:Based on he compleion of Difference and

More information

Technology Trends & Issues in High-Speed Digital Systems

Technology Trends & Issues in High-Speed Digital Systems Deailed comparison of dynamic range beween a vecor nework analyzer and sampling oscilloscope based ime domain reflecomeer by normalizing measuremen ime Sho Okuyama Technology Trends & Issues in High-Speed

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

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

EE 40 Final Project Basic Circuit

EE 40 Final Project Basic Circuit EE 0 Spring 2006 Final Projec EE 0 Final Projec Basic Circui Par I: General insrucion 1. The final projec will coun 0% of he lab grading, since i s going o ake lab sessions. All oher individual labs will

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

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

DAGSTUHL SEMINAR EPIDEMIC ALGORITHMS AND PROCESSES: FROM THEORY TO APPLICATIONS

DAGSTUHL SEMINAR EPIDEMIC ALGORITHMS AND PROCESSES: FROM THEORY TO APPLICATIONS DAGSTUHL SEMINAR 342 EPIDEMIC ALGORITHMS AND PROCESSES: FROM THEORY TO APPLICATIONS A Sysems Perspecive Pascal Felber Pascal.Felber@unine.ch hp://iiun.unine.ch/! Gossip proocols Inroducion! Decenralized

More information

Wrap Up. Fourier Transform Sampling, Modulation, Filtering Noise and the Digital Abstraction Binary signaling model and Shannon Capacity

Wrap Up. Fourier Transform Sampling, Modulation, Filtering Noise and the Digital Abstraction Binary signaling model and Shannon Capacity Wrap Up Fourier ransorm Sampling, Modulaion, Filering Noise and he Digial Absracion Binary signaling model and Shannon Capaciy Copyrigh 27 by M.H. Perro All righs reserved. M.H. Perro 27 Wrap Up, Slide

More information

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI)

ECMA st Edition / June Near Field Communication Wired Interface (NFC-WI) ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Sandard ECMA-373 1 s Ediion / June 2006 Near Field Communicaion Wired Inerface (NFC-WI) Ecma Inernaional Rue du Rhône 114

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

6.003: Signals and Systems

6.003: Signals and Systems 6.3: Signals and Sysems Lecure 4 March 3, 6.3: Signals and Sysems Fourier Represenaions Mid-erm Examinaion # Wednesday, April 7, 7:3-9:3pm. No reciaions on he day of he exam. Coverage: Lecures 5 Reciaions

More information

Estimating a Time-Varying Phillips Curve for South Africa

Estimating a Time-Varying Phillips Curve for South Africa Esimaing a Time-Varying Phillips Curve for Souh Africa Alain Kabundi* 1 Eric Schaling** Modese Some*** *Souh African Reserve Bank ** Wis Business School and VU Universiy Amserdam *** World Bank 27 Ocober

More information

Volume Author/Editor: Simon Kuznets, assisted by Elizabeth Jenks. Volume URL:

Volume Author/Editor: Simon Kuznets, assisted by Elizabeth Jenks. Volume URL: This PDF is a selecion from an ou-of-prin volume from he Naional Bureau of Economic Research Volume Tile: Shares of Upper Income Groups in Income and Savings Volume Auhor/Edior: Simon Kuznes, assised by

More information

Examination Mobile & Wireless Networking ( ) April 12,

Examination Mobile & Wireless Networking ( ) April 12, Page 1 of 5 Examinaion Mobile & Wireless Neworking (192620010) April 12, 2017 13.45 16.45 Noes: Only he overhead shees used in he course, 2 double-sided shees of noes (any fon size/densiy!), and a dicionary

More information

= f 8 f 2 L C. i C. 8 f C. Q1 open Q2 close (1+D)T DT 2. i C = i L. Figure 2: Typical Waveforms of a Step-Down Converter.

= f 8 f 2 L C. i C. 8 f C. Q1 open Q2 close (1+D)T DT 2. i C = i L. Figure 2: Typical Waveforms of a Step-Down Converter. Inroducion Oupu Volage ipple in Sep-Down and Sep-Up Swiching egulaors Oupu volage ripple is always an imporan performance parameer wih DC-DC converers. For inducor-based swiching regulaors, several key

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011ADV1 EKHBRD014ADV1 EKHBRD016ADV1 EKHBRD011ADY1 EKHBRD014ADY1 EKHBRD016ADY1 EKHBRD011ADV1+Y1 EKHBRD014ADV1+Y1 EKHBRD016ADV1+Y1

More information

AN303 APPLICATION NOTE

AN303 APPLICATION NOTE AN303 APPLICATION NOTE LATCHING CURRENT INTRODUCTION An imporan problem concerning he uilizaion of componens such as hyrisors or riacs is he holding of he componen in he conducing sae afer he rigger curren

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

Explanation of Maximum Ratings and Characteristics for Thyristors

Explanation of Maximum Ratings and Characteristics for Thyristors 8 Explanaion of Maximum Raings and Characerisics for Thyrisors Inroducion Daa shees for s and riacs give vial informaion regarding maximum raings and characerisics of hyrisors. If he maximum raings of

More information

The student will create simulations of vertical components of circular and harmonic motion on GX.

The student will create simulations of vertical components of circular and harmonic motion on GX. Learning Objecives Circular and Harmonic Moion (Verical Transformaions: Sine curve) Algebra ; Pre-Calculus Time required: 10 150 min. The sudens will apply combined verical ranslaions and dilaions in he

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 EKHBRD011AAY1 EKHBRD014AAY1 EKHBRD016AAY1 EKHBRD011AAV1 EKHBRD014AAV1 EKHBRD016AAV1 EKHBRD011AAY1

More information

Evaluation of Instantaneous Reliability Measures for a Gradual Deteriorating System

Evaluation of Instantaneous Reliability Measures for a Gradual Deteriorating System General Leers in Mahemaic, Vol. 3, No.3, Dec 27, pp. 77-85 e-issn 259-9277, p-issn 259-9269 Available online a hp:\\ www.refaad.com Evaluaion of Insananeous Reliabiliy Measures for a Gradual Deerioraing

More information

Knowledge Transfer in Semi-automatic Image Interpretation

Knowledge Transfer in Semi-automatic Image Interpretation Knowledge Transfer in Semi-auomaic Image Inerpreaion Jun Zhou 1, Li Cheng 2, Terry Caelli 23, and Waler F. Bischof 1 1 Deparmen of Compuing Science, Universiy of Albera, Edmonon, Albera, Canada T6G 2E8

More information

Comparitive Analysis of Image Segmentation Techniques

Comparitive Analysis of Image Segmentation Techniques ISSN: 78 33 Volume, Issue 9, Sepember 3 Compariive Analysis of Image Segmenaion echniques Rohi Sardana Pursuing Maser of echnology (Compuer Science and Engineering) GJU S& Hissar, Haryana Absrac Image

More information

Chapter 2 Summary: Continuous-Wave Modulation. Belkacem Derras

Chapter 2 Summary: Continuous-Wave Modulation. Belkacem Derras ECEN 44 Communicaion Theory Chaper Summary: Coninuous-Wave Modulaion.1 Modulaion Modulaion is a process in which a parameer of a carrier waveform is varied in accordance wih a given message (baseband)

More information

MEASUREMENTS OF VARYING VOLTAGES

MEASUREMENTS OF VARYING VOLTAGES MEASUREMENTS OF ARYING OLTAGES Measuremens of varying volages are commonly done wih an oscilloscope. The oscilloscope displays a plo (graph) of volage versus imes. This is done by deflecing a sream of

More information

A New Design of Private Information Retrieval for Storage Constrained Databases

A New Design of Private Information Retrieval for Storage Constrained Databases A ew Design of Privae Informaion Rerieval for Sorage Consrained Daabases icholas Woolsey, Rong-Rong Chen, and Mingyue Ji Deparmen of Elecrical and Compuer Engineering, Universiy of Uah Sal Lake Ciy, UT,

More information

MODEL: M6NXF1. POWER INPUT DC Power R: 24 V DC

MODEL: M6NXF1. POWER INPUT DC Power R: 24 V DC Screw Terminal Ulra-Slim Signal Condiioners M6N Series FUNCTION MODULE (PC programmable) Funcions & Feaures Single inpu filer and funcion module 12 ypes of funcions are PC programmable 7.5-mm wide ulra-slim

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

PREVENTIVE MAINTENANCE WITH IMPERFECT REPAIRS OF VEHICLES

PREVENTIVE MAINTENANCE WITH IMPERFECT REPAIRS OF VEHICLES Journal of KONES Powerrain and Transpor, Vol.14, No. 3 2007 PEVENTIVE MAINTENANCE WITH IMPEFECT EPAIS OF VEHICLES Józef Okulewicz, Tadeusz Salamonowicz Warsaw Universiy of Technology Faculy of Transpor

More information

University of Maryland, College Park, MD 20742, USA. San Diego, CA 92121, USA.

University of Maryland, College Park, MD 20742, USA. San Diego, CA 92121, USA. On Specrum Sharing in Cooperaive Muliple Access Neworks Amr El-Sherif, Ahmed K. Sadek 2,andK.J.RayLiu Deparmen of Elecrical and Compuer Engineering, 2 Corporae R&D Qualcomm Inc., Universiy of Maryland,

More information

Inefficiency of voting in Parrondo games

Inefficiency of voting in Parrondo games Physica A 343 (24) 71 711 www.elsevier.com/locae/physa Inefficiency of voing in Parrondo games Luis Dinı s, Juan M.R. Parrondo Dep. de Física Aómica, Molecular y Nuclear, Grupo Inerdisciplinar de Sisemas

More information

FROM ANALOG TO DIGITAL

FROM ANALOG TO DIGITAL FROM ANALOG TO DIGITAL OBJECTIVES The objecives of his lecure are o: Inroduce sampling, he Nyquis Limi (Shannon s Sampling Theorem) and represenaion of signals in he frequency domain Inroduce basic conceps

More information

MATLAB/SIMULINK TECHNOLOGY OF THE SYGNAL MODULATION

MATLAB/SIMULINK TECHNOLOGY OF THE SYGNAL MODULATION J Modern Technology & Engineering Vol2, No1, 217, pp76-81 MATLAB/SIMULINK TECHNOLOGY OF THE SYGNAL MODULATION GA Rusamov 1*, RJ Gasimov 1, VG Farhadov 1 1 Azerbaijan Technical Universiy, Baku, Azerbaijan

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

Diodes. Diodes, Page 1

Diodes. Diodes, Page 1 Diodes, Page 1 Diodes V-I Characerisics signal diode Measure he volage-curren characerisic of a sandard signal diode, he 1N914, using he circui shown below. The purpose of he back-o-back power supplies

More information

ECMA-373. Near Field Communication Wired Interface (NFC-WI) 2 nd Edition / June Reference number ECMA-123:2009

ECMA-373. Near Field Communication Wired Interface (NFC-WI) 2 nd Edition / June Reference number ECMA-123:2009 ECMA-373 2 nd Ediion / June 2012 Near Field Communicaion Wired Inerface (NFC-WI) Reference number ECMA-123:2009 Ecma Inernaional 2009 COPYRIGHT PROTECTED DOCUMENT Ecma Inernaional 2012 Conens Page 1 Scope...

More information

Mobile Robot Localization Using Fusion of Object Recognition and Range Information

Mobile Robot Localization Using Fusion of Object Recognition and Range Information 007 IEEE Inernaional Conference on Roboics and Auomaion Roma, Ialy, 10-14 April 007 FrB1.3 Mobile Robo Localizaion Using Fusion of Objec Recogniion and Range Informaion Byung-Doo Yim, Yong-Ju Lee, Jae-Bok

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

96 SLAVE CUBES. Agent. one space each Move 2 Slaves. g Action Phase. During the Pla. from each of the move up. on the board and them to the supply.

96 SLAVE CUBES. Agent. one space each Move 2 Slaves. g Action Phase. During the Pla. from each of the move up. on the board and them to the supply. Slavery and wha i embodied had been a poin of conenion since he founding of he Unied Saes. Thanks o he effors of men and women across he counry, i was abolished. In FREEDOM: THE UNDERGROUND RAILROAD, players

More information

Autonomous Robotics 6905

Autonomous Robotics 6905 6 Simulaneous Localizaion and Mapping (SLAM Auonomous Roboics 6905 Inroducion SLAM Formulaion Paricle Filer Underwaer SLAM Lecure 6: Simulaneous Localizaion and Mapping Dalhousie Universiy i Ocober 14,

More information

Adaptive Approach Based on Curve Fitting and Interpolation for Boundary Effects Reduction

Adaptive Approach Based on Curve Fitting and Interpolation for Boundary Effects Reduction Adapive Approach Based on Curve Fiing and Inerpolaion for Boundary Effecs Reducion HANG SU, JINGSONG LI School of Informaion Engineering Wuhan Universiy of Technology 122 Loushi Road, Wuhan CHINA hangsu@whu.edu.cn,

More information

Robot Control using Genetic Algorithms

Robot Control using Genetic Algorithms Robo Conrol using Geneic Algorihms Summary Inroducion Robo Conrol Khepera Simulaor Geneic Model for Pah Planning Chromosome Represenaion Evaluaion Funcion Case Sudies Conclusions The Robo Conroller Problem

More information

Control and Protection Strategies for Matrix Converters. Control and Protection Strategies for Matrix Converters

Control and Protection Strategies for Matrix Converters. Control and Protection Strategies for Matrix Converters Conrol and Proecion Sraegies for Marix Converers Dr. Olaf Simon, Siemens AG, A&D SD E 6, Erlangen Manfred Bruckmann, Siemens AG, A&D SD E 6, Erlangen Conrol and Proecion Sraegies for Marix Converers To

More information

Direct Analysis of Wave Digital Network of Microstrip Structure with Step Discontinuities

Direct Analysis of Wave Digital Network of Microstrip Structure with Step Discontinuities Direc Analysis of Wave Digial Nework of Microsrip Srucure wih Sep Disconinuiies BILJANA P. SOŠIĆ Faculy of Elecronic Engineering Universiy of Niš Aleksandra Medvedeva 4, Niš SERBIA MIODRAG V. GMIROVIĆ

More information

A Perspective on Radio Resource Management in B3G

A Perspective on Radio Resource Management in B3G A Perspecive on Radio Resource Managemen in B3G Oriol Sallen Universia Poliècnica de Caalunya (UPC) E-mail: sallen@sc.upc.edu Absrac.- Beyond 3G usually refers o heerogeneous scenarios where differen Radio

More information

A Cognitive Modeling of Space using Fingerprints of Places for Mobile Robot Navigation

A Cognitive Modeling of Space using Fingerprints of Places for Mobile Robot Navigation A Cogniive Modeling of Space using Fingerprins of Places for Mobile Robo Navigaion Adriana Tapus Roland Siegwar Ecole Polyechnique Fédérale de Lausanne (EPFL) Ecole Polyechnique Fédérale de Lausanne (EPFL)

More information

Location Tracking in Mobile Ad Hoc Networks using Particle Filter

Location Tracking in Mobile Ad Hoc Networks using Particle Filter Locaion Tracking in Mobile Ad Hoc Neworks using Paricle Filer Rui Huang and Gergely V. Záruba Compuer Science and Engineering Deparmen The Universiy of Texas a Arlingon 46 Yaes, 3NH, Arlingon, TX 769 email:

More information

UNIT IV DIGITAL MODULATION SCHEME

UNIT IV DIGITAL MODULATION SCHEME UNI IV DIGIAL MODULAION SCHEME Geomeric Represenaion of Signals Ojecive: o represen any se of M energy signals {s i (} as linear cominaions of N orhogonal asis funcions, where N M Real value energy signals

More information

Fuzzy Inference Model for Learning from Experiences and Its Application to Robot Navigation

Fuzzy Inference Model for Learning from Experiences and Its Application to Robot Navigation Fuzzy Inference Model for Learning from Experiences and Is Applicaion o Robo Navigaion Manabu Gouko, Yoshihiro Sugaya and Hiroomo Aso Deparmen of Elecrical and Communicaion Engineering, Graduae School

More information

THE OSCILLOSCOPE AND NOISE. Objectives:

THE OSCILLOSCOPE AND NOISE. Objectives: -26- Preparaory Quesions. Go o he Web page hp://www.ek.com/measuremen/app_noes/xyzs/ and read a leas he firs four subsecions of he secion on Trigger Conrols (which iself is a subsecion of he secion The

More information

MODEL: M6SXF1. POWER INPUT DC Power R: 24 V DC

MODEL: M6SXF1. POWER INPUT DC Power R: 24 V DC Tension-Clamp Ulra-Slim Signal Condiioners M6S Series FUNCTION MODULE (PC programmable) Funcions & Feaures Mainenance-free ension clamp connecion Single inpu filer and funcion module 12 ypes of funcions

More information

How to Shorten First Order Unit Testing Time. Piotr Mróz 1

How to Shorten First Order Unit Testing Time. Piotr Mróz 1 How o Shoren Firs Order Uni Tesing Time Pior Mróz 1 1 Universiy of Zielona Góra, Faculy of Elecrical Engineering, Compuer Science and Telecommunicaions, ul. Podgórna 5, 65-246, Zielona Góra, Poland, phone

More information

Radio Resource Management in Beyond 3G Systems

Radio Resource Management in Beyond 3G Systems IEEE MELECON 2006, May 16-19, Benalmádena (Málaga), Spain Radio Resource Managemen in Beyond 3G Sysems Absrac.- Beyond 3G sysems is usually he erm used o refer o he new scenarios in he wireless arena where

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

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

Demodulation Based Testing of Off Chip Driver Performance

Demodulation Based Testing of Off Chip Driver Performance Demodulaion Based Tesing of Off Driver Performance Wilfried Daehn Hochschule Magdeburg-Sendahl Fachbereich Elekroechnik Posfach 368 39 Magdeburg Phone: ++49 39 886 4673 Fa: ++49 39 886 426 Email: wilfried.daehn@compuer.org

More information

Network Design and Optimization for Quality of Services in Wireless Local Area Networks using Multi-Objective Approach

Network Design and Optimization for Quality of Services in Wireless Local Area Networks using Multi-Objective Approach Chuima Prommak and Naruemon Waanapongsakorn Nework Design and Opimizaion for Qualiy of Services in Wireless Local Area Neworks using Muli-Objecive Approach CHUTIMA PROMMAK, NARUEMON WATTANAPONGSAKORN *

More information

Investigation and Simulation Model Results of High Density Wireless Power Harvesting and Transfer Method

Investigation and Simulation Model Results of High Density Wireless Power Harvesting and Transfer Method Invesigaion and Simulaion Model Resuls of High Densiy Wireless Power Harvesing and Transfer Mehod Jaber A. Abu Qahouq, Senior Member, IEEE, and Zhigang Dang The Universiy of Alabama Deparmen of Elecrical

More information

FASER: Fast Analysis of Soft Error Susceptibility for Cell-Based Designs

FASER: Fast Analysis of Soft Error Susceptibility for Cell-Based Designs FASER: Fas Analysis of Sof Error Suscepibiliy for Cell-ased Designs Absrac This paper is concerned wih saically analyzing he suscepibiliy of arbirary combinaional circuis o single even upses ha are becoming

More information

A Flexible Contention Resolution Scheme for QoS Provisioning in Optical Burst Switching Networks

A Flexible Contention Resolution Scheme for QoS Provisioning in Optical Burst Switching Networks A Flexible Conenion Resoluion Scheme for QoS Provisioning in Opical Burs Swiching Neworks Ashok K. Turuk a, Rajeev Kumar b,,1 a Deparmen of Compuer Science and Engineering, Naional Insiue of Technology,

More information