An Emergence of Game Strategy in Multiagent Systems

Size: px
Start display at page:

Download "An Emergence of Game Strategy in Multiagent Systems"

Transcription

1 An Emergence of Game Sraegy in Muliagen Sysems Peer LACKO Slovak Universiy of Technology Faculy of Informaics and Informaion Technologies Ilkovičova 3, Braislava, Slovakia Absrac. In his paper, we sudy an emergence of game sraegy in muliagen sysems. Symbolic and subsymbolic approaches are compared. Symbolic approach is represened by a backrack algorihm wih specified search deph, whereas he subsymbolic approach is represened by feedforward neural neworks ha are adaped by reinforcemen emporal difference TD(lambda) echnique. As a es game, we used simplified checkers. Three differen sraegies were used. The firs sraegy corresponds o a single agen ha repeaedly plays games agains MinMax version of a backrack search mehod. The second sraegy corresponds o single agens ha are repeaedly playing a megaournamen. The hird sraegy is an evoluionary modificaion of he second one. I is demonsraed ha all hese approaches led o a populaion of agens very successfully playing checkers agains a backrack algorihm wih he search deph 3. 1 Inroducion Applicaions of TD(λ) reinforcemen learning [2, 3] o compuaional sudies of emergence of game sraegies were iniiaed by Gerald Tesauro [4, 5] in He le a machine-learning program endowed wih feed-forward neural nework o play agains iself a backgammon game. Tesauro has observed ha a neural nework emerged, which is able o play backgammon on a supreme champion level. The purpose of his paper is o use TD(λ) reinforcemen learning mehod and evoluionary opimizaion for adapaion of feed-forward neural neworks ha are used as evaluaors of nex possible posiions creaed from a given posiion by permied moves. Neural nework evaluaes each posiion by a score number from an open Supervisor: prof. Ing. Vladimír Kvasnička, DrSc., Insiue of Applied Informaics, Faculy of Informaics and Informaion Technologies STU in Braislava M. Bieliková (Ed.), IIT.SRC 2005, April 27, 2005, pp

2 42 Peer Lacko inerval (0,1). A posiion wih he larges score is seleced as he forhcoming posiion, while oher moves are ignored. The mehod is esed on a simplified game of checkers, where ha player wins, whose piece firs reaches any of he squares on he opposie end of he game board. Three differen experimens are done. The firs experimen uses only one neural nework playing a game agains a player simulaed by a MinMax backrack algorihm wih he search deph 3. The second experimen corresponds o a populaion of neural neworks, which are repeaedly playing a megaournamen (each nework agains all ohers). Afer each game boh neural neworks are adaped by TD(λ) according o he resul of he game. Finally, he hird experimen uses evoluionary adapaion of neural neworks, i.e. reinforcemen learning was subsiued by random muaions and naural selecion. In all hree experimens, he emerged neural neworks won abou 60% of games of simplified checkers agains MinMax algorihm wih he search deph 3. 2 Simplified game of checkers The game of checkers is played on a square board wih sixy-four smaller squares arranged in an 8 8 grid of alernaing colors (like chess board). The saring posiion is wih each player having 8 pieces (black, respecively whie), on he 8 squares of he same color closes o his edge of he board. Each mus make one move per urn. The pieces move one square, diagonally, forward. A piece can only move o a vacan square. One capures an opponen's piece by jumping over i, diagonally, o he adjacen vacan square. If a player can jump, he mus. A player wins, if one of his/her pieces reaches a square on he opponen's edge of he board, or capures he las opponen's piece, or blocks all opponen's moves Formalizaion of game In his secion, we shall deal wih a formalizaion of he game of checkers, which can be applied o all symmeric wo player games (chess, go, backgammon, ec.). Le he curren posiion of he game be described by a variable P, his posiion can be changed by permied acions moves consiuing a se A(P). Using a move a A(P), he a posiion P shall be ransformed ino a new posiion P, P P. An inverse posiion P is obainable from a posiion P by swiching he color of all black pieces o whie and of all whie pieces o black. We shall use a muliagen approach, and we shall presume, ha he game is played by wo agens G 1 and G 2, which are endowed wih cogniive devices, by which hey are able o evaluae nex posiions. Algorihm 1. sep. The game is sared by he firs player, G G 1, from a saring posiion, P P ini.

3 An Emergence of Game Sraegy in Muliagen Sysems sep. The player G generaes from he posiion P a se of he nex permied posiions A ( P) = { P1, P2,..., Pn }. Each such posiion P i from he se of hese posiions is evaluaed by a coefficien 0<z i <1. The player selecs as his nex posiion such P A(P), which is evaluaed by he maximum coefficien, P P. If he posiion P saisfies condiion for vicory, hen he player G wins and he game coninues wih he sep sep. The oher player akes urn in he game, G G 2, he posiion P is generaed from he inverse of he curren posiion, P P, he game coninues wih he sep sep. End of he game. The key role in he algorihm plays he calculaion of coefficiens z=z(p ) for posiions P A(P). These calculaions can be done eiher by mehods of classical arificial inelligence, based on a combinaion of deph firs search and various heurisics, or by sof compuing mehods. We shall use he second approach, where we shall urn our aenion o modern approach of muliagen sysems. I is based on a presumpion, ha he behavior of an agen in his/her environmen and/or cerain acions he/she performs are fully deermined by his/her cogniive device, which demonsraes a cerain plasiciy (i.e. i is capable of learning). informaion flow y zp ( ) xp ( ) oupu neuron ( 1) hidden neurons ( p) inpu neurons ( 32) Fig. 1. Feed forward neural nework wih one layer of hidden neurons. The inpu aciviies are equivalen o 32-dimensional vecor x(p), which codes a posiion of he game. The oupu aciviy equals o he real number z(p) from he open inerval (0,1), his number is an evaluaion of he inpu posiion. 3 The srucure of he cogniive device neural nework Firsly, before we shall specify he cogniive device of agens, we have o inroduce he so-called numerical represenaion of posiions. Posiion is represened by a 32- dimensional vecor x ( P) = ( x ) { } 32 1,x 2,...,x 32 01,, 1 (1a) where single enries specify single squares a he posiion P of he game

4 44 Peer Lacko i { 0( h square is free) 1( on h square is our/opponen's piece) } x = i, ± i (1b) The used neural nework has he archiecure of a feed-forward nework wih one layer of hidden neurons. The aciviies of inpu neurons are deermined by a numerical represenaion x(p) of he given posiion P, he oupu aciviy evaluaes he posiion x(p) (see fig. 1). The number of parameers of he neural nework is 34p+1, where p is he number of hidden neurons 4 Adapaion of cogniive device of agen wih emporal difference TD(λ)-mehod wih reward and punishmen [2] In his secion we shall give he basic principles of he used reinforcemen learning mehod, which currenly in is emporal difference TD(λ) version belongs o effecive algorihmic ools for adapaion of cogniive devices of muliagen sysems. The basic principles of reinforcemen learning are following: Agen observes he mapping of his/her inpu paern o his/her oupu signal of his/her cogniive device (he oupu signal is ofen called an acion or conrol signal ). Agen evaluaes he qualiy of he oupu signal on he basis of he exernal scalar signal reward. The aim of he learning is such an adapaion of he cogniive organ of he agen, which will modify he oupu signals oward maximizaion of exernal reward signals. In many cases he reward signal is delayed, i arrives only a he end of a long sequence of acions and i can be undersood as he evaluaion of he whole sequence of acions, wheher he sequence achieved he desired goal or no. In his secion we shall ouline he consrucion of TD(λ) mehod as a cerain generalizaion of a sandard mehod of gradien descen learning of neural neworks. Le us presume, ha we know he sequence of posiions of he given agen - player and heir evaluaion by a real number z P1, P2,..., Pm, z (2) reward where z reward is an exernal evaluaion of he sequence and corresponds o he fac, ha he las posiion P m means ha he given agen won, or los zreward = { 1( sequence of posiions won ), 1( sequence of posiions los) } (3) From he sequence (2) we shall creae m couples of posiions and heir evaluaions by z reward, which shall be used as raining se for he following objecive funcion m 1 ( ) ( ( )) 2 E w = zreward G x ;w (4) 2 = 1 We shall look for such weigh coefficiens of he neural nework cogniive device, which will minimize he objecive funcion. When we would find ou such weigh coefficiens of he nework ha he funcion would be zero, hen each posiion from he sequence (2) is evaluaed by a number z reward. The recurren formula for adapaion of he weigh coefficiens is as follows w := E w α w = w+ w (5)

5 An Emergence of Game Sraegy in Muliagen Sysems 45 z w = α (6) m = 1 w ( z reward z ) where z=g(pi,w) is an evaluaion of h posiion P by neural nework working as a cogniive device. Our goal will be, ha all he posiions from he sequence (2) would be evaluaed by he same number z reward, which specifies, if oucome of he game consising from he sequence (2) was a win, draw, or loss for he given player. This approach can be generalized o a formula, which creaes he basis of he TD(λ) class of learning mehods [2] w = m w = w (7) = 1 k z k α λ (8) ( z + 1 z ) k = 1 w where he parameer 0 λ 1. Formulas (7) and (8) enable a recurren calculaion of he incremen w. We shall inroduce a new symbol e (λ), which can be easily calculaed recurrenly as follows k z k z + 1 e ( λ ) = λ e + 1( λ ) = λe ( λ ) + (9) k = 1 w w e1 λ = z1. Then he single parial incremens w are deermined where ( ) w 5 Resuls ( z z ) e ( λ ) w = α (10) +1 For measuremen of game sraegy emergency success we used MinMax algorih [1].In our implemenaion, we used he following heurisic funcion: l m n[] ( 8 s[] ) (11) evaluaion = y i y i i= 1 i= 1 If we denoe he number of our pieces on a game board l and he number of opponen s pieces m, hen we can denoe by y n [i] he posiion of our ih piece along he y axis (he axis owards he opponen s saring par of game board). By y s [i] we can denoe equivalen value of he opponen s pieces. This evaluaion ensures ha he MinMax will ry o ge is pieces oward he opponen s par of he game board and i will ry o preven he opponen s progress. The play of our player is quie offensive. 5.1 The resul of a supervised learning of neural nework In our firs, simples approach, we considered only a 1-agen sysem. Our agen learns by playing agains anoher agen, whose decisions are based on backrack search o a maximum deph 3. The game is repeaed wih players alernaing o go firs. Afer each end of he game, he agen wih a cogniive device represened by a neural nework adaps his/her neural nework by a reinforcemern learning mehod using reward/ punishmen signal.

6 46 Peer Lacko For raining and esing we used a wo-layered feed-forward nework wih 64 hidden neurons, he learning rae 0.01 and he coefficien λ=0.9. The nework learned afer each game, when i was evaluaed by 1 if i won, and 0 evaluaed i if i los. Afer each 100 games, he raio of won/los games was marked on he graph. In he rial, he nework played agains he MinMax algorihm searching o he level 3. The graph of he learning progress is shown on he fig. 2. I is eviden, ha he nework learned slowly and even afer maches achieved vicory only in 65% of maches. Neverheless, i is sill an excellen resul, since if he nework would play as well as our MinMax algorihm searching o he level 3, i would win only 50% of maches. Fig. 2. The progress of learning of neural nework playing agains he MinMax algorihm wih he search deph The resul of adapaion of a populaion of neural neworks In he second, more complicaed case, we consider a muliagen sysem. Is agens repeaedly play agains each oher a megaournamen, while afer each game he neural neworks of boh agens are adaped by a reinforcemen learning mehod. For his rial, we used 20 neural neworks. These neworks played a megaournamen agains each oher, and heir level of developmen was measured by a ournamen agains MinMax wih search deph 3. The learning curve is shown on he fig. 3. The figure shows, ha even hough he neural neworks were no augh by TD(λ) learning agains he MinMax algorihm, hey did learn o play checkers. I means ha we did no need an exper wih a good knowledge o each he neworks how o play. 5.3 The resul of evoluionary adapaion of a populaion of neural neworks In he hird, mos complex approach, we used in a muliagen sysem also a Darwinian evoluion; afer he end of each megaournamen agens are evaluaed by a finess according o heir success rae in he game and hey furher quasirandomly reproduce wih a probabiliy proporional o heir finess. In his case, we use asexual reproducion, where we creae a copy of he parenal agen. This copy is wih a cerain probabiliy muaed and replaces some weak agen in he populaion. To assess finess

7 An Emergence of Game Sraegy in Muliagen Sysems 47 we used he MinMax wih search deph 3. The figure 5 shows a learning curve as an average resul of he agens from he populaion agains MinMax wih search deph 3. The populaion consised of 55 agens, from which in each epoch a subpopulaion of 10 individuals was creaed. The subpopulaion was generaed by a quasirandom selecion of agens from he populaion, which were muaed wih a probabiliy 0.5. The muaion added o each weigh of neural nework wih a probabiliy a random number from a logisic disribuion wih a parameer 0.1. This subpopulaion hen replaced he weak individuals in he populaion. The figure 4 shows, ha even in his approach a sraegy of he game emerged, and resuling neural neworks were able o play a he same level as he MinMax algorihm wih a deph-search 3. Fig. 3. The progress of learning in a populaion of 20 neural neworks rained by TD(λ). The curve shows an average percenage for he whole populaion of wins o losses agains he MinMax wih search deph 3. Fig. 4. The progress of learning of a populaion of 55 neural neworks adaped by evoluionary algorihm. The curve shows an average percenage of wins for he whole populaion agains he MinMax wih search deph 3.

8 48 Peer Lacko 6 Conclusions The purpose of his paper is a compuaional sudy of game-sraegy emergence for a simplified game of checkers. I was sudied a hree differen levels. A he firs simples level we have sudied a simple 1-agen sysem, where an agen (represened by a neural nework) plays agains anoher agen, which is simulaed by MinMax backrack mehod wih a specified search deph of 3. A he second level, we used a genuine muliagen sysem, where agens play repeaedly a megaournamen, each agen agains all oher agens. Afer finishing each single game, boh paricipaing agens modify heir neural neworks by TD(λ) reinforcemen learning. A he hird level, a Darwinian evoluion is used for all agens from a populaion (muliagen sysems). In a similar way as a he previous second level, agens play also a megaournamen; is resuls are used for finess evaluaion of agens. The finess values are used in he evoluionary approach for a reproducion process of agens, when fier agens are reproduced wih a higher probabiliy han weaker agens. In he reproducion process he weigh coefficien are sofly randomly modified muaed, where naural selecion ensures ha only beer neural neworks survive. A all hree levels we observed an emergence of checker game sraegy, where a he second and hird level we did no use any user defined agens ha are endowed wih an abiliy o predic a correc sraegy and are herefore able o play he game perfecly. This is a very imporan momen in our compuer simulaions; in he used muliagen sysems, an emergence of game sraegy is sponaneous and no biased by predefined opponens ha are able o play he game perfecly. Neural neworks are able o learn a sraegy, which gives rise o agens wih capabiliies o play checkers a a very good level. Acknowledgmen: This work was suppored by Scienific Gran Agency of Slovak Republic under grans #1/0062/03 and #1/1047/04. References 1. Russell, S.J., Norvig, P.: Arificial Inelligence: Modern Approach. Upper Saddle River, HJ: Prenice Hall, Suon, R.S.: Learning o predic by he mehod of emporal differences. Machine Learning, Vol. 3 (1988), Suon, R.S., Baro, A.G.: Reinforcemen Learning: An Inroducion. Cambridge, MA: MIT Press, Tesauro, G.J.: Pracical issues in emporal difference learning. Machine Learning, Vol. 8 (1992), Tesauro, G.J.: TD-gammon, a self-eaching backgammon program, achieves maser-level play. Neural Compuaion, Vol. 6, No. 2 (1994),

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

Foreign Fiber Image Segmentation Based on Maximum Entropy and Genetic Algorithm

Foreign Fiber Image Segmentation Based on Maximum Entropy and Genetic Algorithm Journal of Compuer and Communicaions, 215, 3, 1-7 Published Online November 215 in SciRes. hp://www.scirp.org/journal/jcc hp://dx.doi.org/1.4236/jcc.215.3111 Foreign Fiber Image Segmenaion Based on Maximum

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

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

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

Pulse Train Controlled PCCM Buck-Boost Converter Ming Qina, Fangfang Lib

Pulse Train Controlled PCCM Buck-Boost Converter Ming Qina, Fangfang Lib 5h Inernaional Conference on Environmen, Maerials, Chemisry and Power Elecronics (EMCPE 016 Pulse Train Conrolled PCCM Buck-Boos Converer Ming Qina, Fangfang ib School of Elecrical Engineering, Zhengzhou

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

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

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

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

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

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

EVOLVING IMPROVED OPPONENT INTELLIGENCE

EVOLVING IMPROVED OPPONENT INTELLIGENCE EVOLVING IMPROVED OPPONENT INTELLIGENCE Pieer Spronck, Ida Sprinkhuizen-Kuyper and Eric Posma Universiei Maasrich IKAT P.O. Box 616 NL-6200 MD Maasrich, The Neherlands E-mail: p.spronck@cs.unimaas.nl KEYWORDS

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

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

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

Increasing Measurement Accuracy via Corrective Filtering in Digital Signal Processing

Increasing Measurement Accuracy via Corrective Filtering in Digital Signal Processing ISSN(Online): 39-8753 ISSN (Prin): 347-67 Engineering and echnology (An ISO 397: 7 Cerified Organizaion) Vol. 6, Issue 5, ay 7 Increasing easuremen Accuracy via Correcive Filering in Digial Signal Processing

More information

GP Algorithm versus Hybrid and Mixed Neural Networks

GP Algorithm versus Hybrid and Mixed Neural Networks CENTRE FOR EMEA BANKING, FINANCE & ECONOMICS GP Algorihm versus Hybrid and Mixed Neural Neworks Andreas Karahanasopoulos Working Paper Series No 16/11 GP Algorihm versus Hybrid and Mixed Neural Neworks

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

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

A New Voltage Sag and Swell Compensator Switched by Hysteresis Voltage Control Method

A New Voltage Sag and Swell Compensator Switched by Hysteresis Voltage Control Method Proceedings of he 8h WSEAS Inernaional Conference on ELECTRIC POWER SYSTEMS, HIGH VOLTAGES, ELECTRIC MACHINES (POWER '8) A New Volage Sag and Swell Compensaor Swiched by Hyseresis Volage Conrol Mehod AMIR

More information

A new image security system based on cellular automata and chaotic systems

A new image security system based on cellular automata and chaotic systems A new image securiy sysem based on cellular auomaa and chaoic sysems Weinan Wang Jan 2013 Absrac A novel image encrypion scheme based on Cellular Auomaa and chaoic sysem is proposed in his paper. The suggesed

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

A Fuzzy Model-based Virtual Theme Park Simulator and Evaluation of Agent Action Models

A Fuzzy Model-based Virtual Theme Park Simulator and Evaluation of Agent Action Models 6 IJSNS Inernaional Journal of ompuer Science and Newor Securiy, VOL.0 No.2, February 200 A Fuzzy Model-based Virual Theme Par Simulaor and Evaluaion of Agen Acion Models hi-hyon Oh, Kasuhiro Honda and

More information

Evaluation of the Digital images of Penaeid Prawns Species Using Canny Edge Detection and Otsu Thresholding Segmentation

Evaluation of the Digital images of Penaeid Prawns Species Using Canny Edge Detection and Otsu Thresholding Segmentation Inernaional Associaion of Scienific Innovaion and Research (IASIR) (An Associaion Unifying he Sciences, Engineering, and Applied Research) Inernaional Journal of Emerging Technologies in Compuaional and

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

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

Dynamic Difficulty Adjustment in a Whac-A-Mole like Game

Dynamic Difficulty Adjustment in a Whac-A-Mole like Game Dynamic Difficuly Adjusmen in a Whac-A-Mole like Game Bruno E. R. Garcia and Marcio K. Crocomo Deparmen of Informaics IFSP - PRC Piracicaba, SP, Brazil brunoely.gc@gmail.com, marciokc@ifsp.edu.br Kleber

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

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

A Segmentation Method for Uneven Illumination Particle Images

A Segmentation Method for Uneven Illumination Particle Images Research Journal of Applied Sciences, Engineering and Technology 5(4): 1284-1289, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scienific Organizaion, 2013 Submied: July 17, 2012 Acceped: Augus 15, 2012

More information

Two-area Load Frequency Control using IP Controller Tuned Based on Harmony Search

Two-area Load Frequency Control using IP Controller Tuned Based on Harmony Search Research Journal of Applied Sciences, Engineering and Technology 3(12): 1391-1395, 211 ISSN: 24-7467 Maxwell Scienific Organizaion, 211 Submied: July 22, 211 Acceped: Sepember 18, 211 Published: December

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

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

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

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

GaN-HEMT Dynamic ON-state Resistance characterisation and Modelling

GaN-HEMT Dynamic ON-state Resistance characterisation and Modelling GaN-HEMT Dynamic ON-sae Resisance characerisaion and Modelling Ke Li, Paul Evans, Mark Johnson Power Elecronics, Machine and Conrol group Universiy of Noingham, UK Email: ke.li@noingham.ac.uk, paul.evans@noingham.ac.uk,

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

Receiver-Initiated vs. Short-Preamble Burst MAC Approaches for Multi-channel Wireless Sensor Networks

Receiver-Initiated vs. Short-Preamble Burst MAC Approaches for Multi-channel Wireless Sensor Networks Receiver-Iniiaed vs. Shor-Preamble Burs MAC Approaches for Muli-channel Wireless Sensor Neworks Crisina Cano, Boris Bellala, and Miquel Oliver Universia Pompeu Fabra, C/ Tànger 122-140, 08018 Barcelona,

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

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

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

ACTIVITY BASED COSTING FOR MARITIME ENTERPRISES

ACTIVITY BASED COSTING FOR MARITIME ENTERPRISES ACTIVITY BASED COSTING FOR MARITIME ENTERPRISES 1, a 2, b 3, c 4, c Sualp Omer Urkmez David Sockon Reza Ziarai Erdem Bilgili a, b De Monfor Universiy, UK, c TUDEV, Insiue of Mariime Sudies, Turkey 1 sualp@furrans.com.r

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

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

Proceedings of International Conference on Mechanical, Electrical and Medical Intelligent System 2017

Proceedings of International Conference on Mechanical, Electrical and Medical Intelligent System 2017 on Mechanical, Elecrical and Medical Inelligen Sysem 7 Consan On-ime Conrolled Four-phase Buck Converer via Saw-oohwave Circui and is Elemen Sensiiviy Yi Xiong a, Koyo Asaishi b, Nasuko Miki c, Yifei Sun

More information

Application of Neural Q-Learning Controllers on the Khepera II via Webots Software

Application of Neural Q-Learning Controllers on the Khepera II via Webots Software Inernaional Conference on Fascinaing Advancemen in Mechanical Engineering (FAME2008), 11-13, December 2008 Applicaion of Neural Q-Learning s on he Khepera II via Webos Sofware Velappa Ganapahy and Wen

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

Double Tangent Sampling Method for Sinusoidal Pulse Width Modulation

Double Tangent Sampling Method for Sinusoidal Pulse Width Modulation Compuaional and Applied Mahemaics Journal 2018; 4(1): 8-14 hp://www.aasci.org/journal/camj ISS: 2381-1218 (Prin); ISS: 2381-1226 (Online) Double Tangen Sampling Mehod for Sinusoidal Pulse Widh Modulaion

More information

A-LEVEL Electronics. ELEC4 Programmable Control Systems Mark scheme June Version: 1.0 Final

A-LEVEL Electronics. ELEC4 Programmable Control Systems Mark scheme June Version: 1.0 Final A-LEVEL Elecronics ELEC4 Programmable Conrol Sysems scheme 243 June 26 Version:. Final schemes are prepared by he Lead Assessmen Wrier and considered, ogeher wih he relevan quesions, by a panel of subjec

More information

SPEAKER IDENTIFICATION USING MODULAR RECURRENT NEURAL NETWORKS. M W Mak. The Hong Kong Polytechnic University

SPEAKER IDENTIFICATION USING MODULAR RECURRENT NEURAL NETWORKS. M W Mak. The Hong Kong Polytechnic University SPEAKER IDENTIFICATION USING MODULAR RECURRENT NEURAL NETWORKS M W Ma The Hong Kong Polyechnic Universiy ABSTRACT This paper demonsraes a speaer idenificaion sysem based on recurren neural newors rained

More information

Design and Implementation an Autonomous Mobile Soccer Robot Based on Omnidirectional Mobility and Modularity

Design and Implementation an Autonomous Mobile Soccer Robot Based on Omnidirectional Mobility and Modularity Design and Implemenaion an Auonomous Mobile Soccer Robo Based on Omnidirecional Mobiliy and Modulariy S. Hamidreza Mohades Kasaei and S.Mohammadreza Mohades Kasaei Absrac The purpose of his paper is o

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

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

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

Transmit Beamforming with Reduced Feedback Information in OFDM Based Wireless Systems

Transmit Beamforming with Reduced Feedback Information in OFDM Based Wireless Systems Transmi Beamforming wih educed Feedback Informaion in OFDM Based Wireless Sysems Seung-Hyeon Yang, Jae-Yun Ko, and Yong-Hwan Lee School of Elecrical Engineering and INMC, Seoul Naional Universiy Kwanak

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

Q-learning Based Adaptive Zone Partition for Load Balancing in Multi-Sink Wireless Sensor Networks

Q-learning Based Adaptive Zone Partition for Load Balancing in Multi-Sink Wireless Sensor Networks Q-learning Based Adapive Zone Pariion for Load Balancing in Muli-Sink Wireless Sensor Neworks Sheng-Tzong Cheng and Tun-Yu Chang Deparmen of Compuer Science and Informaion Engineering, Naional Cheng Kung

More information

Research Article The RSU Access Problem Based on Evolutionary Game Theory for VANET

Research Article The RSU Access Problem Based on Evolutionary Game Theory for VANET Disribued Sensor Neworks Volume 203, Aricle ID 43024, 7 pages hp://dx.doi.org/0.55/203/43024 esearch Aricle The SU Access Problem Based on Evoluionary Game Theory for VANET Di Wu, Yan Ling, Hongsong Zhu,

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

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

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

Motion-blurred star image acquisition and restoration method based on the separable kernel Honglin Yuana, Fan Lib and Tao Yuc

Motion-blurred star image acquisition and restoration method based on the separable kernel Honglin Yuana, Fan Lib and Tao Yuc 5h Inernaional Conference on Advanced Maerials and Compuer Science (ICAMCS 206) Moion-blurred sar image acquisiion and resoraion mehod based on he separable kernel Honglin Yuana, Fan Lib and Tao Yuc Beihang

More information

Acquiring hand-action models by attention point analysis

Acquiring hand-action models by attention point analysis Acquiring hand-acion models by aenion poin analysis Koichi Ogawara Soshi Iba y Tomikazu Tanuki yy Hiroshi Kimura yyy Kasushi Ikeuchi Insiue of Indusrial Science, Univ. of Tokyo, Tokyo, 106-8558, JAPAN

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

This is the submitted version of a paper presented at IEEE PowerTech Conference Eindhoven.

This is the submitted version of a paper presented at IEEE PowerTech Conference Eindhoven. hp://www.diva-poral.org Preprin This is he submied version of a paper presened a IEEE PowerTech Conference Eindhoven. Ciaion for he original published paper: Singh, R S., Hooshyar, H., Vanfrei, L. (2015)

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

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

Dead Zone Compensation Method of H-Bridge Inverter Series Structure

Dead Zone Compensation Method of H-Bridge Inverter Series Structure nd Inernaional Conference on Elecrical, Auomaion and Mechanical Engineering (EAME 7) Dead Zone Compensaion Mehod of H-Bridge Inverer Series Srucure Wei Li Insiue of Elecrical Engineering and Informaion

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

Driver Modeling and Alignment for Worst-Case Delay Noise

Driver Modeling and Alignment for Worst-Case Delay Noise Drier Modeling and Alignmen for Wors-Case Noise Supamas Sirichoiyakul, Daid Blaauw, Chanhee Oh, Rafi Ley*, Vladimir Zoloo, Jingyan Zuo Moorola Inc. Ausin, TX, *Moorola Semiconducor Israel Ld. Tel Ai, Israel

More information

Study on the Wide Gap Dielectric Barrier Discharge Device Gaofeng Wang

Study on the Wide Gap Dielectric Barrier Discharge Device Gaofeng Wang Sudy on he Wide Gap Dielecric Barrier Discharge Device Gaofeng Wang School of Informaion Engineering, Zhengzhou Universiy, Zhengzhou 450001, China 932167312@qq.com Keywords: DBD; Wide air gap; Plasma body;

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

the next step in tyre modeling

the next step in tyre modeling Igo Besselink Applicaions of SWIFT-Tyre: he nex sep in yre modeling TNO Auomoive TNO Auomoive: applicaions of SWIFT-Tyre November 2001 1 Conens Relaion beween MDI and TNO Auomoive New developmens for ADAMS

More information

Development of Temporary Ground Wire Detection Device

Development of Temporary Ground Wire Detection Device Inernaional Journal of Smar Grid and Clean Energy Developmen of Temporary Ground Wire Deecion Device Jing Jiang* and Tao Yu a Elecric Power College, Souh China Universiy of Technology, Guangzhou 5164,

More information

Optimization of PID Parameter for Position Control of DC-Motor using Multi-Objective Genetic Algorithm

Optimization of PID Parameter for Position Control of DC-Motor using Multi-Objective Genetic Algorithm ISSN (Online) 2321 24 Vol. 2, Issue 6, June 214 Opimizaion of PID Parameer for Posiion Conrol of DC-Moor using Muli-Objecive Geneic Algorihm MD Amanullah 1, Mohi Jain 2, Praibha Tiwari 3, Sidharh Gupa

More information

The design of an improved matched filter in DSSS-GMSK system

The design of an improved matched filter in DSSS-GMSK system Journal of Physics: Conference Series PAPER OPEN ACCESS The design of an improved mached filer in DSSS-GMSK sysem To cie his aricle: Mao Wei-ong e al 16 J. Phys.: Conf. Ser. 679 1 View he aricle online

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

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

Power Control of Resonant Converter MPPT by Pulse Density Modulation

Power Control of Resonant Converter MPPT by Pulse Density Modulation Power Conrol of Resonan Converer MPPT by Pulse Densiy Modulaion Akif Karafil 1, Harun Ozbay 2, and Selim Oncu 3 1,2 Bilecik Seyh Edebali Universiy, Bilecik, Turkey akif.karafil@bilecik.edu.r, harun.ozbay@bilecik.edu.r

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

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

Prediction of Pitch and Yaw Head Movements via Recurrent Neural Networks

Prediction of Pitch and Yaw Head Movements via Recurrent Neural Networks To appear in Inernaional Join Conference on Neural Neworks, Porland Oregon, 2003. Predicion of Pich and Yaw Head Movemens via Recurren Neural Neworks Mario Aguilar, Ph.D. Knowledge Sysems Laboraory Jacksonville

More information

Parameters Affecting Lightning Backflash Over Pattern at 132kV Double Circuit Transmission Lines

Parameters Affecting Lightning Backflash Over Pattern at 132kV Double Circuit Transmission Lines Parameers Affecing Lighning Backflash Over Paern a 132kV Double Circui Transmission Lines Dian Najihah Abu Talib 1,a, Ab. Halim Abu Bakar 2,b, Hazlie Mokhlis 1 1 Deparmen of Elecrical Engineering, Faculy

More information

Architectures for Resource Reservation Modules for Optical Burst Switching Core Nodes *

Architectures for Resource Reservation Modules for Optical Burst Switching Core Nodes * 4. ITG-Fachagung Phoonic Neworks, May 5. - 6., 2003, Leipzig, Germany Archiecures for Resource Reservaion Modules for Opical Burs Swiching Core Nodes * Sascha Junghans, Chrisoph M. Gauger Universiy of

More information

LECTURE 1 CMOS PHASE LOCKED LOOPS

LECTURE 1 CMOS PHASE LOCKED LOOPS Lecure 01 (8/9/18) Page 1-1 Objecive LECTURE 1 CMOS PHASE LOCKED LOOPS OVERVIEW Undersand he principles and applicaions of phase locked loops using inegraed circui echnology wih emphasis on CMOS echnology.

More information

Surveillance System with Object-Aware Video Transcoder

Surveillance System with Object-Aware Video Transcoder MITSUBISHI ELECTRIC RESEARCH LABORATORIES hp://www.merl.com Surveillance Sysem wih Objec-Aware Video Transcoder Toshihiko Haa, Naoki Kuwahara, Toshiharu Nozawa, Derek Schwenke, Anhony Vero TR2005-115 April

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

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

Channel Estimation for Wired MIMO Communication Systems

Channel Estimation for Wired MIMO Communication Systems Channel Esimaion for Wired MIMO Communicaion Sysems Final Repor Mulidimensional DSP Projec, Spring 2005 Daifeng Wang Absrac This repor addresses raining-based channel modeling and esimaion for a wired

More information

Improving the Sound Recording Quality of Wireless Sensors Using Automatic Gain Control Methods

Improving the Sound Recording Quality of Wireless Sensors Using Automatic Gain Control Methods BULETINUL ŞTIINŢIFIC al Universiăţii POLITEHNICA din Timişoara, România, Seria AUTOMATICĂ ŞI CALCULATOARE SCIENTIFIC BULLETIN of The POLITEHNICA Universiy of Timişoara, Romania, Transacions on AUTOMATIC

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

A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS

A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS A WIDEBAND RADIO CHANNEL MODEL FOR SIMULATION OF CHAOTIC COMMUNICATION SYSTEMS Kalle Rui, Mauri Honanen, Michael Hall, Timo Korhonen, Veio Porra Insiue of Radio Communicaions, Helsini Universiy of Technology

More information

International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:15 No:03 7

International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:15 No:03 7 Inernaional Journal of Elecrical & Compuer Sciences IJECS-IJENS Vol:15 No:03 7 Applying Muliple Paricle Swarm Opimizaion Algorihm o he Opimal Seing of Time Coordinaion Curve of in Disribuion Feeder Auomaed

More information

Deblurring Images via Partial Differential Equations

Deblurring Images via Partial Differential Equations Deblurring Images via Parial Dierenial Equaions Sirisha L. Kala Mississippi Sae Universiy slk3@mssae.edu Advisor: Seh F. Oppenheimer Absrac: Image deblurring is one o he undamenal problems in he ield o

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

SOLVING SEQUENTIAL DECISION-MAKING PROBLEMS UNDER VIRTUAL REALITY SIMULATION SYSTEM. Wang Fei

SOLVING SEQUENTIAL DECISION-MAKING PROBLEMS UNDER VIRTUAL REALITY SIMULATION SYSTEM. Wang Fei Proceedings of he 2001 Winer Simulaion Conference B. A. Peers, J. S. Smih, D. J. Medeiros, and M. W. Rohrer, eds. SOLVING SEQUENTIAL DECISION-MAKING PROBLEMS UNDER VIRTUAL REALITY SIMULATION SYSTEM Yang

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

A NEW DUAL-POLARIZED HORN ANTENNA EXCITED BY A GAP-FED SQUARE PATCH

A NEW DUAL-POLARIZED HORN ANTENNA EXCITED BY A GAP-FED SQUARE PATCH Progress In Elecromagneics Research Leers, Vol. 21, 129 137, 2011 A NEW DUAL-POLARIZED HORN ANTENNA EXCITED BY A GAP-FED SQUARE PATCH S. Ononchimeg, G. Ogonbaaar, J.-H. Bang, and B.-C. Ahn Applied Elecromagneics

More information

Discrete Word Speech Recognition Using Hybrid Self-adaptive HMM/SVM Classifier

Discrete Word Speech Recognition Using Hybrid Self-adaptive HMM/SVM Classifier Journal of Technical Engineering Islamic Azad Universiy of Mashhad Discree Word Speech Recogniion Using Hybrid Self-adapive HMM/SVM Classifier Saeid Rahai Quchani (1) Kambiz Rahbar (2) (1)Assissan professor,

More information