Constructing Distributed Fretted Instruments for the Web

Size: px
Start display at page:

Download "Constructing Distributed Fretted Instruments for the Web"

Transcription

1 Generatve Art 22 Constructng Dstrbuted Fretted Instruments for the Web Prof. Jônatas Manzoll, BMath, BMus, MSc, PhD Insterdscplnary Nucleus for Sound Studes - NICS Musc Department, Arts Faculty, UNICAMP BRAZIL. e-mal:jonatas@ncs.uncamp.br Fernando Lndner Ramos, BCompEng Insterdscplnary Nucleus for Sound Studes - NICS Insttute of Computng, UNICAMP BRAZIL. e-mal:fernando@ncs.uncamp.br Frederck Carrlho, BMus Insterdscplnary Nucleus for Sound Studes - NICS Musc Department, Arts Faculty, UNICAMP BRAZIL. e-mal:fredcarlho@ncs.uncamp.br Abstract In ths artcle, we present a new computer based musc nstrument for dstrbuted performance on the Web. It was named Cordas Vrtuas and we took advantage of the recent Java2 mplementaton to create a general model for fretted-strng nstruments usng class abstractons. here s a heavy usage of JAVA Objected Orented nhertance to encapsulate gestures derved from fretted strng nstruments usng parameters such as strng tunng, group of strngs, hand gestures, rhythmc patterns, fngerng and alke, that carry each a set of attrbutes and propertes. We call ths knd of new muscal applcaton as Dstrbuted Muscal Instrument (DMI). As an applet, Cordas runs n any browser supportng the current Java Vrtual Machne (JVM) across the Web. We descrbe the concept of PlayStyle that was created to defne styles of fngerng on the strngs. In the mplementaton we have two classgroups: the left hand and the rght hand gestures. he left-hand classes control ptch changes or chords, and a rght hand control the rhythm, dynamcs, mcro-rhythms and rhythmc patterns. A Co-ordnaton Matrx controls real tme changes on left-hand movements. hs matrx generates chord orbts that are equvalent to the tradtonal chord cadences. Fnally, to show the potental of Cordas, we presented four muscal examples n whch a set of fretted nstruments varyng from the Classcal Gutar to the Chnese Ppa were smulated. Keywords: MIDI, Java2, nteractve musc, fretted nstruments, real tme 9.

2 Generatve Art 22. Introducton Recently, much research has been done to explore the muscal potental of the Internet: Burk [] developed a new Clent/Server archtecture for mult-user muscal performance, (see www. transjam.com). Helmuth [2] dscussed several host confguratons to allow musc performance on the Internet. Complementary, Hwang [3] dscussed the concept of Vrtual Muscal Envronment (VME) where muscans act n a mult-modal feedback process usng the Internet. Several new tools to explore the muscal potental of the Internet have been developed. Plenty of examples of these systems can be found n (see or the Java Musc Projects Beyond usng the Internet as a new muscal meda, the research presented here s n lne wth prevous works n whch "Interactve Musc System (IMS) has been studed. Rowe [4] defned nteractve musc systems as those whose behavour changes n response to musc nput. We studed a way of expandng the noton of IMS usng generatve methodologes. It was started, few years ago, wth the defnton of Sound Functors [5], a mathematcal defnton for muscal constructon and organsaton. We explored Evolutonary Computaton to created the compostonal envronment named VOX POPULI [6]. Later, we explore the use of a robot as an nteractve actor n a composton system, ths was called ROBOSER [7]. Eventually, we also explore the use of new hardware as nterface for musc performance as presented n [8]. Recently, we partcpate of the creaton of "ADA: the Intelgent Space" that used nteractve soundscapes to communcate behavoural changes to the audence. hs was presented at the EXPO.2 the Swss Natonal Exhbton for 554. vstors. (see hs paper presents a research that uses the Internet to expand the concept of IMS. Here we explore the noton of muscal nteracton creatng a new envronment that reproduces gestures of a muscan when he/she plays a fretted nstrument. In our system, class abstractons of a muscal gesture are used as nput. It can be also used to mplement famly of fretted nstruments whch we call Vrtual Strngs Instruments [9]. As an example, t s not dffcult to construct a 2-strng nstrument, each one assocated to a dfferent MIDI program and performed by a 7-fnger hand or, eventually, to smulate an ancent fretted nstrument. As t s dscussed later, these features are possble graces n hertage of the class abstracton used n our approach. he recent Java2 provdes nterfaces and classes for I/O, sequencng, and synthess of MIDI data. We used ths API to mplement fretted nstrument characterstcs lke number of strngs and frets, strng tunngs and the rght hand rhythmc actons. Cordas Vrtuas' classes are easly exchanged among the Web usng and muscans can mprovse, performng each one a personal strng nstrument. In the next sectons we present our research n detals. We descrbe the project mplementaton concepts such as JAVA class abstracton, GUI and play style n the frst secton. It follows the defnton of a smple mathematcal model based on a co-ordnaton matrx to control the lefthand movements. Fnally, we dscussed the mplementaton of a set of fretted strng nstrument as Internet applet and ths graphcal nstrument can be used to verfy the muscal potental of our system. 9. 2

3 2. Project Implementaton Generatve Art 22 Our am was to study how JAVA class mplementaton can be used n order to create new knds of sonc nteractons. As present n [], we have been worked wth the concept of Dstrbuted Musc Instruments (DMI) to allow muscans to play together and mprovse on the Web. In lne wth [], we developed a Clent/Server archtecture where the JAVA based MIDI server mports several MIDI events over the Internet from clents and ths allow muscans to Jam on the Web. In ths way, ths tested nteractve archtecture allows human and machne to co-operate n dstrbuted muscal performance stuatons. Addtonally, for modelng the muscal gesture, we adopted the pont of vew of a rght-hand nstrumentalst. he left hand controls the fret choce whle the rght hand attacks the strngs. We used the tablature notaton to descrbe the left-hand actons. It allowed a spatal ndex of a musc sequence provdng a precse ndcaton of the fret and the strng to be played. he rght hand movements and rhythm were descrbed by what we called Play Style. hs s a class abstracton related to the nstrument temporal control. Mcro-rhythmc structures such as those found on the Spansh Rasgueado Style were mplemented wth success, see he man classes were dvded n Instrument and Performer packages. Instrument contans the Syntheszer, nstrument name (MIDI program), number of strngs (ndvdual or grouped strngs). Performer contans representatons of the ablature and the Play Style, see [] for detals about the classes mplementaton. 2. Strngs, Frets and Graphc Interface Cordas Vrtuas s based on a oolbox developed to enable mult-task MIDI stream control, see Costa & Manzoll []. Independent sequences of MIDI data are generated and managed by a Note Collector smultaneously. he Play Style nterface for mcro-rhythmc manpulaton (see Fg. ) conssts on a nteracton area for each strng, where the horzontal axs determnes the perceptual duraton (the moment where the fnger touches the strng), and the vertcal axs represents the attack ntensty (fnger s velocty).. Fg. - Play Style Interface, vertcal lnes 9. 3

4 3. Generatng Chords Orbts 3. Co-ordnaton Matrx Generatve Art 22 Def.: We defned a Co-ordnaton Matrx, denoted as C n n, a square matrx that s used to control the co-ordnaton between the left an rght hand, n= number of strngs group and ts entres are defned n the set {,}. As an example we present below the matrx C 6 6, t was appled n our experment to generate sequence of chords that can be played n a classcal gutar { } C C2 C3 C4 C5 C6 C2 C22 C23 C24 C25 C26 C 3 C32 C33 C34 C35 C36 C 6 6 = () C4 C42 C43 C44 C45 C46 C 5 C52 C53 C45 C55 C56 C6 C62 C63 C46 C56 C66 wherec,,, j n, wth n = number of strng group = 6, each group has one strng. j Def.2: We defne the ablature Vector denoted as x, an array contanng the fret number played on the th strng denoted as x = fret number ( n wth n = number of strngs ). hs defnton s equvalent to the tradtonal tablature of fretted strnged nstruments. Snce we are usng the classcal gutar as references, the order of the frets s: the hghest ptched strng ( ) s related to, and the lowest ptched strng ( ) s related to x. E4 x E2 6 x = ] [ x x2 x3 x4 x5 x6 wth entres x {,,,..., m }, where m = number of frets and t depends upon the nstrument we are usng,.e. for classcal gutar m=9. he entry - s used to mean the strng s not played and t s assgned by the user. he entry s used to mean an opened strng. (2) Def.3: Gven an ntal ablature Vector x and a Co-ordnaton Matrx C 6 6 we call x K + the next ablature Vector n a sequence { x, x, x2,..., x n }. hs sequence s called here as Chord Orbt or Cadence, and t s generated by the matrx product and a mod operaton, as defned below: xk + = C x K (3) 9. 4

5 where K Generatve Art 22 k C 6 6 x nd s the ablature Vector and s the Co-ordnaton Matrx. In order to confne the entres of the k + followng operaton: x = K + x n the set {,,..., m} [ x m, x mod m,..., x mod m] mod 2 Z m n we apply at t k-step the where mod operaton gves the correspondent for each entry. As an example of a cadence defned for a Classcal Guter and generated by the Co-ordnaton Matrx, we ntroduce an ntal ablature Vector related to a G 7 chord x = [ 2 3]. he Co-ordnaton Matrx that generates the next chord C/G, x = [ 2 3 3] s presented below: x = C x = Def. 4: Gven a ablature Vector x = [ x x2 x3... x n ] MIDI note number table defned n [...27] n for each strng, the note number y = where (4) (5) n = number of strngs, the and a strng tunng note number wth played by Cordas Vrtuas s defned as: y = + x, n (6) where user. x {,,..., m} and t s generated by equaton (3) or the entry s assgned by the Usng ab., t s possble to calculate the MIDI note number played by the system. Gven the ablature presented n (4), the result s: [ ] = [ ] G 7 = [ ] (7) [ ] C/G = [ ] = [ ] (8) Classcal Gutar unng able strng st 2 nd 3 rd 4 th 5 th 6 th ptch E3 B2 G2 D2 A E MIDI Number ab. unng system of the classcal gutar. he frst row s the strng order, the second row contans the tunng for each strng and the thrd row s the MIDI note number. hese entres are equvalent to, wth

6 Generatve Art 22 Fg. 3 Cordas GUI Interface for a Classcal Gutar. In the left sde, the whte dots ndcate pressed fret postons. In the rght sde, dynamcs, mcro-rhythms and rhythmc patterns are descrbed by blue dot postons. 4. Instrument Case Studes As mentoned above, the Classcal Gutar was the frst nstrument studed, but the Cordas Vrtuas s objected orented structure allowed an easy creaton of new nstrument nstances. hs secton presents three applets mplemented usng Cordas, they are the Chnese Ppa, Andno Charango and the Afrcan Kora. he follow nformaton are needed: a) unng able and MIDI program number as seen on ab., b) Number of strng groups and c) Number of strngs per group. he mplementaton of the Kora applet requred to use to playstyle nterfaces, snce there s no fret use n ths nstrument and both hands are used to stroke the strngs (lke a harp). So, t was decded to use two PlayStyle pads, one n the rght sde and other n the left sde (see 4. Ppa Fg. 4 he Chnese Ppa wth four strngs It s a four-strnged Gutar lke nstrument, one of the oldest Chnese muscal nstruments created n Chna more than 2 years ago. he nstrument later was developed from ts orgnal two strngs desgn nto a form of four strngs and twelve frets, plucked wth fngernals and known as ppa or qn-ppa. Ppa was a general term referrng to those plucked-strng nstruments played n hand-held postons wth the outward fngerng technque called "p" and the nward one called "pa". Ppa unng able st strng 2 nd strng 3 rd strng 4 th strng A4 D3 E3 A ab 2. - unng system of the Chnese Ppa. 9. 6

7 Generatve Art Charango It s the man strnged nstrument used n Andean musc, he resonance box s usually made from an Armadllo shell or carved wood mtatng the shell. It s used n almost tradtonal musc of Peru and Bolva. Fg. 5 In the left, the Andean Charango wth 5 group of double strngs. Above, the GUI of Charango applet where one can see the double strngs on the left sde. Charango unng able st double strng 2 nd double strng 3 rd octave strng 4 th double strng 5 th double strng E5,E5 A4, A4 E4, E5 C4,C4 G3, G3 88,88 8,8 76,88 72,72 67,67 ab 3. unng system of the Andean Charango 4.2 Kora he Kora s arguably the most complex chordophone of Afrca. It s played n the westernmost part of Afrca n Mal, Gamba, Burkna Faso, Gunea, Serra Leone, and Senegal. he calabash s covered wth a cowhde that s stretched over the open sde of the half calabash and then left n the sun to dry tght and hold the handposts n place. A radtonal Kora has 2 strngs and t s not a fretted nstrument, actually Kora s played wth two hands smultaneously. Despte, t s not an nstrument we decded to mplement a new applet usng two Play Style pads, one for each hand. he left pad has strngs and the rght has. Fg. 6 he Afrcan Kora Kora Left Hand unng able B4 G4 E4 C4 A3 F3 D3 B2 A2 G2 C ab 4. he tunng system of the Kora s Left Hand 9. 7

8 Generatve Art 22 Kora Rght Hand unng able E5 D5 C5 A4 F4 D4 B3 G3 E3 C ab 5. - he tunng system of the Kora s Rght Hand Fg. 3 (left) Kora unnng system, (rght) Cordas Vrtuas Interface for Kora 5. Dscusson and Feather Developments We presented examples of four fretted strng applets: the Classcal gutar, the Chnese ppa, the Andean Charango and the Afrcan Kora. hese applets can be found n offcal Cordas Home Page ( he nstrument case studes presented above showed the potental of the software and ts flexblty resultng of the usage of class abstracton and nhertance. he mathematcal model used to defne the Co-ordnaton Matrx, s smple enough to be explored a dynamc system. he patterns on the Matrx can be controlled by several generatve algorthms. Partcularly, we ntend to apply evolutonary computaton as we have been studed n prevous works [6]. One of the most nterestng features of Cordas s that users can be seen as muscan performng a jam secton each one usng a dfferent nstrument applet. We have tested ths stuaton usng a Clent/Server archtecture we developed [,], the result was really an nterestng sound on the MIDI server. It produced a complex nterweavng of melodc lnes such as a Internet chat stuaton n whch a group users wrte messages n dfferent languages and the screen presents a multlngustc dscourse. he next steps of ths research wll be: ) o study mathematcal transformaton on the co-ordnaton matrx n order to dentfy and control patterns as well generatve structures; 2) o create an applcaton verson of Cordas mprovng several muscal and control parameters parameters of the GUI, such as Load, Save PlayStyle, Save MIDI Fle, Record Pattern; 3) o ntegrate Cordas wth other compostonal envronment we have developed at NICS, such as Roboser, VoxPopul, etc. Cordas wll be appled to provde the exchange of fretted nstrument features and performance characterstcs dstrbuted on the web. A database of tablature and Play Style wll be constructed n near future. 9. 8

9 Generatve Art References [] BURK, PHILIP L. 2. Jammn'on the Web - a new Clent/Server Archtecture for Mult-User Muscal Performance.Vsual. In Proceedngs of ICMC 2, Berln, Ed. he Internatonal Computer Musc Assocaton, 7-2. [2] HELMUH, M., 2. Sound Exchange and Performance on Internet2. In Proceedngs of ICMC 2, Berln, Ed. he Internatonal Computer Musc Assocaton, [3] HWANG, J., KIM, G. J., 2. Desgn and Analyss of Vrtual Muscal Envronments (VME). In Proceedngs of ICMC 2, Berln, Ed. he Internatonal Computer Musc Assocaton, [4] ROWE, R., 993. Interactve Muscal Systems. MI Press: Cambrdge Massachussets. [5] MANZOLLI, J. & MAIA, JR. A., 998. "Sound Functors Applcatons". In proceedngs of the V Brazlan Symposum on Computer Musc, XVII Congress of the SBC, UFMG, Belo Horzonte, Brazl, pg: 5-2. [6] MORONI, A., MANZOLLI, J., VON ZUBEN, F. & GUDWIN, R., 2, "Vox Popul: An Interactve Evolutonary Syste for Algorthmc Musc Composton", San Francsco, USA: Leonardo Musc Journal - MI Press, Vol.. [7] WASSERMANN, K. C., BLANCHARD, M., BERNARDE, U., MANZOLLI, J., AND VERSCHURE, P. F. M. J. 2. Roboser - An Autonomous Interactve Muscal Composton System. In Proceedngs of ICMC 2, Berln, Ed. he Internatonal Computer Musc Assocaton, [8] MORONI, A., MAMMANA, A. & MANZOLLI, J., 2. "InstrumentALL: a Vrtual Instrument". Proceedngs of the 4th Internatonal Conference on Generatve Art, Poltecnco d Mlano Unversty, Mlan, Italy. [9] COSA, M., MANZOLLI J. & SHARONI, D., 22. "A Dstrbuted Interactve Composton ool", SISGGRAPH, San Antono, USA, pg: 298 [] MANZOLLI, J., COSA M., RAMOS F., FORNARI, J. & SHARONI, D., 22. "Solutons for Dstrbuted Muscal Instruments on the Web", Procedngs of the Inagural Conference on the Prncples and Practce of Programmng n Java, rnty College, Dubln. pg: [] COSA, M. O., AND MANZOLLI, J., 2. oolbox para Aplcações Muscas na Internet. In Proceedngs of SBC&M 2, Recfe, Brazl,

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart Control Chart - hstory Control Chart Developed n 920 s By Dr. Walter A. Shewhart 2 Process n control A phenomenon s sad to be controlled when, through the use of past experence, we can predct, at least

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid Abstract Latency Inserton Method (LIM) for IR Drop Analyss n Power Grd Dmtr Klokotov, and José Schutt-Ané Wth the steadly growng number of transstors on a chp, and constantly tghtenng voltage budgets,

More information

current activity shows on the top right corner in green. The steps appear in yellow

current activity shows on the top right corner in green. The steps appear in yellow Browzwear Tutorals Tutoral ntroducton Ths tutoral leads you through the basc garment creaton process usng an llustrated step by step approach. Each slde shows the actual applcaton at the stage of the acton

More information

MULTICORE IMPLEMENTATION OF THE AES ALGORITHM IN THE MEASUREMENT SYSTEM

MULTICORE IMPLEMENTATION OF THE AES ALGORITHM IN THE MEASUREMENT SYSTEM XIX IMEKO World Congress Fundamental and Appled Metrology September 6 11, 2009, Lsbon, Portugal MULTICORE IMPLEMENTATION OF THE AES ALGORITHM IN THE MEASUREMENT SYSTEM Potr Blsk 1,2, Wesław Wneck 2 1 Warsaw

More information

ANNUAL OF NAVIGATION 11/2006

ANNUAL OF NAVIGATION 11/2006 ANNUAL OF NAVIGATION 11/2006 TOMASZ PRACZYK Naval Unversty of Gdyna A FEEDFORWARD LINEAR NEURAL NETWORK WITH HEBBA SELFORGANIZATION IN RADAR IMAGE COMPRESSION ABSTRACT The artcle presents the applcaton

More information

UNIT 11 TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT

UNIT 11 TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT UNIT TWO-PERSON ZERO-SUM GAMES WITH SADDLE POINT Structure. Introducton Obectves. Key Terms Used n Game Theory.3 The Maxmn-Mnmax Prncple.4 Summary.5 Solutons/Answers. INTRODUCTION In Game Theory, the word

More information

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES

IEE Electronics Letters, vol 34, no 17, August 1998, pp ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES IEE Electroncs Letters, vol 34, no 17, August 1998, pp. 1622-1624. ESTIMATING STARTING POINT OF CONDUCTION OF CMOS GATES A. Chatzgeorgou, S. Nkolads 1 and I. Tsoukalas Computer Scence Department, 1 Department

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

Frequency Map Analysis at CesrTA

Frequency Map Analysis at CesrTA Frequency Map Analyss at CesrTA J. Shanks. FREQUENCY MAP ANALYSS A. Overvew The premse behnd Frequency Map Analyss (FMA) s relatvely straghtforward. By samplng turn-by-turn (TBT) data (typcally 2048 turns)

More information

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods

Beam quality measurements with Shack-Hartmann wavefront sensor and M2-sensor: comparison of two methods Beam qualty measurements wth Shack-Hartmann wavefront sensor and M-sensor: comparson of two methods J.V.Sheldakova, A.V.Kudryashov, V.Y.Zavalova, T.Y.Cherezova* Moscow State Open Unversty, Adaptve Optcs

More information

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter

Walsh Function Based Synthesis Method of PWM Pattern for Full-Bridge Inverter Walsh Functon Based Synthess Method of PWM Pattern for Full-Brdge Inverter Sej Kondo and Krt Choesa Nagaoka Unversty of Technology 63-, Kamtomoka-cho, Nagaoka 9-, JAPAN Fax: +8-58-7-95, Phone: +8-58-7-957

More information

Discussion on How to Express a Regional GPS Solution in the ITRF

Discussion on How to Express a Regional GPS Solution in the ITRF 162 Dscusson on How to Express a Regonal GPS Soluton n the ITRF Z. ALTAMIMI 1 Abstract The usefulness of the densfcaton of the Internatonal Terrestral Reference Frame (ITRF) s to facltate ts access as

More information

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes Internatonal Journal of Theoretcal & Appled Scences 6(1): 50-54(2014) ISSN No. (Prnt): 0975-1718 ISSN No. (Onlne): 2249-3247 Generalzed Incomplete Trojan-Type Desgns wth Unequal Cell Szes Cn Varghese,

More information

Graph Method for Solving Switched Capacitors Circuits

Graph Method for Solving Switched Capacitors Circuits Recent Advances n rcuts, ystems, gnal and Telecommuncatons Graph Method for olvng wtched apactors rcuts BHUMIL BRTNÍ Department of lectroncs and Informatcs ollege of Polytechncs Jhlava Tolstého 6, 586

More information

Rational Secret Sharing without Broadcast

Rational Secret Sharing without Broadcast Ratonal Secret Sharng wthout Broadcast Amjed Shareef, Department of Computer Scence and Engneerng, Indan Insttute of Technology Madras, Chenna, Inda. Emal: amjedshareef@gmal.com Abstract We use the concept

More information

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson 37th CDC, Tampa, December 1998 Analyss of Delays n Synchronous and Asynchronous Control Loops Bj rn Wttenmark, Ben Bastan, and Johan Nlsson emal: bjorn@control.lth.se, ben@control.lth.se, and johan@control.lth.se

More information

@IJMTER-2015, All rights Reserved 383

@IJMTER-2015, All rights Reserved 383 SIL of a Safety Fuzzy Logc Controller 1oo usng Fault Tree Analyss (FAT and realablty Block agram (RB r.-ing Mohammed Bsss 1, Fatma Ezzahra Nadr, Prof. Amam Benassa 3 1,,3 Faculty of Scence and Technology,

More information

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes

Fall 2018 #11 Games and Nimbers. A. Game. 0.5 seconds, 64 megabytes 5-95 Fall 08 # Games and Nmbers A. Game 0.5 seconds, 64 megabytes There s a legend n the IT Cty college. A student that faled to answer all questons on the game theory exam s gven one more chance by hs

More information

Uncertainty in measurements of power and energy on power networks

Uncertainty in measurements of power and energy on power networks Uncertanty n measurements of power and energy on power networks E. Manov, N. Kolev Department of Measurement and Instrumentaton, Techncal Unversty Sofa, bul. Klment Ohrdsk No8, bl., 000 Sofa, Bulgara Tel./fax:

More information

ALICE AND BOB GO TO DINNER: A VARIATION ON MÉNAGE

ALICE AND BOB GO TO DINNER: A VARIATION ON MÉNAGE #A72 INTEGERS 6 (26) ALIE AND BOB GO TO DINNER: A VARIATION ON MÉNAGE Vladmr Shevelev Department of Mathematcs, Ben-Guron Unversty of the Negev, Beer-Sheva, Israel shevelev@bgu.ac.l Peter J.. Moses Moparmatc

More information

Understanding the Spike Algorithm

Understanding the Spike Algorithm Understandng the Spke Algorthm Vctor Ejkhout and Robert van de Gejn May, ntroducton The parallel soluton of lnear systems has a long hstory, spannng both drect and teratve methods Whle drect methods exst

More information

Machine Learning in Production Systems Design Using Genetic Algorithms

Machine Learning in Production Systems Design Using Genetic Algorithms Internatonal Journal of Computatonal Intellgence Volume 4 Number 1 achne Learnng n Producton Systems Desgn Usng Genetc Algorthms Abu Quder Jaber, Yamamoto Hdehko and Rzauddn Raml Abstract To create a soluton

More information

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages

Low Switching Frequency Active Harmonic Elimination in Multilevel Converters with Unequal DC Voltages Low Swtchng Frequency Actve Harmonc Elmnaton n Multlevel Converters wth Unequal DC Voltages Zhong Du,, Leon M. Tolbert, John N. Chasson, Hu L The Unversty of Tennessee Electrcal and Computer Engneerng

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance

problems palette of David Rock and Mary K. Porter 6. A local musician comes to your school to give a performance palette of problems Davd Rock and Mary K. Porter 1. If n represents an nteger, whch of the followng expressons yelds the greatest value? n,, n, n, n n. A 60-watt lghtbulb s used for 95 hours before t burns

More information

29. Network Functions for Circuits Containing Op Amps

29. Network Functions for Circuits Containing Op Amps 9. Network Functons for Crcuts Contanng Op Amps Introducton Each of the crcuts n ths problem set contans at least one op amp. Also each crcut s represented by a gven network functon. These problems can

More information

Fast Code Detection Using High Speed Time Delay Neural Networks

Fast Code Detection Using High Speed Time Delay Neural Networks Fast Code Detecton Usng Hgh Speed Tme Delay Neural Networks Hazem M. El-Bakry 1 and Nkos Mastoraks 1 Faculty of Computer Scence & Informaton Systems, Mansoura Unversty, Egypt helbakry0@yahoo.com Department

More information

Shunt Active Filters (SAF)

Shunt Active Filters (SAF) EN-TH05-/004 Martt Tuomanen (9) Shunt Actve Flters (SAF) Operaton prncple of a Shunt Actve Flter. Non-lnear loads lke Varable Speed Drves, Unnterrupted Power Supples and all knd of rectfers draw a non-snusodal

More information

Modeling Hierarchical Event Streams in System Level Performance Analysis

Modeling Hierarchical Event Streams in System Level Performance Analysis Modelng Herarchcal Event Streams n System Level Performance Analyss IK Report 9 obas Ren, Ka Lampka, Lothar hele Computer Engneerng and Networks Laboratory Swss Federal Instsute of echnology (EH) Zurch,

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

Secure Transmission of Sensitive data using multiple channels

Secure Transmission of Sensitive data using multiple channels Secure Transmsson of Senstve data usng multple channels Ahmed A. Belal, Ph.D. Department of computer scence and automatc control Faculty of Engneerng Unversty of Alexandra Alexandra, Egypt. aabelal@hotmal.com

More information

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network

A Preliminary Study on Targets Association Algorithm of Radar and AIS Using BP Neural Network Avalable onlne at www.scencedrect.com Proceda Engneerng 5 (2 44 445 A Prelmnary Study on Targets Assocaton Algorthm of Radar and AIS Usng BP Neural Networ Hu Xaoru a, Ln Changchuan a a Navgaton Insttute

More information

RC Filters TEP Related Topics Principle Equipment

RC Filters TEP Related Topics Principle Equipment RC Flters TEP Related Topcs Hgh-pass, low-pass, Wen-Robnson brdge, parallel-t flters, dfferentatng network, ntegratng network, step response, square wave, transfer functon. Prncple Resstor-Capactor (RC)

More information

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock

Time-frequency Analysis Based State Diagnosis of Transformers Windings under the Short-Circuit Shock Tme-frequency Analyss Based State Dagnoss of Transformers Wndngs under the Short-Crcut Shock YUYING SHAO, ZHUSHI RAO School of Mechancal Engneerng ZHIJIAN JIN Hgh Voltage Lab Shangha Jao Tong Unversty

More information

熊本大学学術リポジトリ. Kumamoto University Repositor

熊本大学学術リポジトリ. Kumamoto University Repositor 熊本大学学術リポジトリ Kumamoto Unversty Repostor Ttle Wreless LAN Based Indoor Poston and Its Smulaton Author(s) Ktasuka, Teruak; Nakansh, Tsune CtatonIEEE Pacfc RIM Conference on Comm Computers, and Sgnal Processng

More information

Developing a Gesture Based Remote Human-Robot Interaction System Using Kinect

Developing a Gesture Based Remote Human-Robot Interaction System Using Kinect Developng a Gesture Based Remote Human-Robot Interacton System Usng Knect Kun Qan 1, Je Nu 2 and Hong Yang 1 1 School of Automaton, Southeast Unversty, Nanjng, Chna 2 School of Electrcal and Electronc

More information

A Current Differential Line Protection Using a Synchronous Reference Frame Approach

A Current Differential Line Protection Using a Synchronous Reference Frame Approach A Current Dfferental Lne rotecton Usng a Synchronous Reference Frame Approach L. Sousa Martns *, Carlos Fortunato *, and V.Fernão res * * Escola Sup. Tecnologa Setúbal / Inst. oltécnco Setúbal, Setúbal,

More information

Application of Intelligent Voltage Control System to Korean Power Systems

Application of Intelligent Voltage Control System to Korean Power Systems Applcaton of Intellgent Voltage Control System to Korean Power Systems WonKun Yu a,1 and HeungJae Lee b, *,2 a Department of Power System, Seol Unversty, South Korea. b Department of Power System, Kwangwoon

More information

Prevention of Sequential Message Loss in CAN Systems

Prevention of Sequential Message Loss in CAN Systems Preventon of Sequental Message Loss n CAN Systems Shengbng Jang Electrcal & Controls Integraton Lab GM R&D Center, MC: 480-106-390 30500 Mound Road, Warren, MI 48090 shengbng.jang@gm.com Ratnesh Kumar

More information

[Type text] [Type text] [Type text] Wenjing Yuan Luxun Art Academy of Yan an University Xi an, , (CHINA)

[Type text] [Type text] [Type text] Wenjing Yuan Luxun Art Academy of Yan an University Xi an, , (CHINA) [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 19 BoTechnology 2014 An Indan Journal FULL PAPER BTAIJ, 10(19, 2014 [10873-10877] Computer smulaton analyss on pano tmbre ABSTRACT Wenjng

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

DISTRIBUTION SYSTEMS RELIABILITY ANALYSIS PACKAGE USING MATLAB GRAPHICAL USER INTERFACE (GUI)

DISTRIBUTION SYSTEMS RELIABILITY ANALYSIS PACKAGE USING MATLAB GRAPHICAL USER INTERFACE (GUI) Internatonal Journal on Techncal and Physcal Problems of Engneerng (IJTPE) Publshed by Internatonal Organzaton of IOTPE ISSN 2077-3528 IJTPE Journal www.otpe.com jtpe@otpe.com March 2012 Issue 10 Volume

More information

A Simple Satellite Exclusion Algorithm for Advanced RAIM

A Simple Satellite Exclusion Algorithm for Advanced RAIM A Smple Satellte Excluson Algorthm for Advanced RAIM Juan Blanch, Todd Walter, Per Enge Stanford Unversty ABSTRACT Advanced Recever Autonomous Integrty Montorng s a concept that extends RAIM to mult-constellaton

More information

Tile Values of Information in Some Nonzero Sum Games

Tile Values of Information in Some Nonzero Sum Games lnt. ournal of Game Theory, Vot. 6, ssue 4, page 221-229. Physca- Verlag, Venna. Tle Values of Informaton n Some Nonzero Sum Games By P. Levne, Pars I ), and ZP, Ponssard, Pars 2 ) Abstract: The paper

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014

Guidelines for CCPR and RMO Bilateral Key Comparisons CCPR Working Group on Key Comparison CCPR-G5 October 10 th, 2014 Gudelnes for CCPR and RMO Blateral Key Comparsons CCPR Workng Group on Key Comparson CCPR-G5 October 10 th, 2014 These gudelnes are prepared by CCPR WG-KC and RMO P&R representatves, and approved by CCPR,

More information

FAST ELECTRON IRRADIATION EFFECTS ON MOS TRANSISTOR MICROSCOPIC PARAMETERS EXPERIMENTAL DATA AND THEORETICAL MODELS

FAST ELECTRON IRRADIATION EFFECTS ON MOS TRANSISTOR MICROSCOPIC PARAMETERS EXPERIMENTAL DATA AND THEORETICAL MODELS Journal of Optoelectroncs and Advanced Materals Vol. 7, No., June 5, p. 69-64 FAST ELECTRON IRRAIATION EFFECTS ON MOS TRANSISTOR MICROSCOPIC PARAMETERS EXPERIMENTAL ATA AN THEORETICAL MOELS G. Stoenescu,

More information

N( E) ( ) That is, if the outcomes in sample space S are equally likely, then ( )

N( E) ( ) That is, if the outcomes in sample space S are equally likely, then ( ) Stat 400, secton 2.2 Axoms, Interpretatons and Propertes of Probablty notes by Tm Plachowsk In secton 2., we constructed sample spaces by askng, What could happen? Now, n secton 2.2, we begn askng and

More information

How to Get Started with Virtual Goalie

How to Get Started with Virtual Goalie How to Get Started wth Vrtual Goale HTC VIVE Set up your computer and moble devce Acqure a vrtual realty-enabled computer and the HTC Vve. For hardware specs, to test your computer, or to order from Amazon,

More information

Hierarchical Generalized Cantor Set Modulation

Hierarchical Generalized Cantor Set Modulation 8th Internatonal Symposum on Wreless Communcaton Systems, Aachen Herarchcal Generalzed Cantor Set Modulaton Smon Görtzen, Lars Schefler, Anke Schmenk Informaton Theory and Systematc Desgn of Communcaton

More information

White Paper. OptiRamp Model-Based Multivariable Predictive Control. Advanced Methodology for Intelligent Control Actions

White Paper. OptiRamp Model-Based Multivariable Predictive Control. Advanced Methodology for Intelligent Control Actions Whte Paper OptRamp Model-Based Multvarable Predctve Control Advanced Methodology for Intellgent Control Actons Vadm Shapro Dmtry Khots, Ph.D. Statstcs & Control, Inc., (S&C) propretary nformaton. All rghts

More information

Review: Our Approach 2. CSC310 Information Theory

Review: Our Approach 2. CSC310 Information Theory CSC30 Informaton Theory Sam Rowes Lecture 3: Provng the Kraft-McMllan Inequaltes September 8, 6 Revew: Our Approach The study of both compresson and transmsson requres that we abstract data and messages

More information

Design of a real-time open architecture controller for a Reconfigurable Machine Tool

Design of a real-time open architecture controller for a Reconfigurable Machine Tool Desgn of a real-tme open archtecture controller for a Reconfgurable Machne Tool I Masekamela, N S Tlale Mechatroncs and Mcro Manufacturng Councl of Scentfc and Industral Research Pretora, South Afrca Emal:

More information

Chaotic Filter Bank for Computer Cryptography

Chaotic Filter Bank for Computer Cryptography Chaotc Flter Bank for Computer Cryptography Bngo Wng-uen Lng Telephone: 44 () 784894 Fax: 44 () 784893 Emal: HTwng-kuen.lng@kcl.ac.ukTH Department of Electronc Engneerng, Dvson of Engneerng, ng s College

More information

HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY

HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY Internatonal Journal of Electrcal, Electroncs and Computer Systems, (IJEECS) HIGH PERFORMANCE ADDER USING VARIABLE THRESHOLD MOSFET IN 45NM TECHNOLOGY 1 Supryo Srman, 2 Dptendu Ku. Kundu, 3 Saradndu Panda,

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

Space Time Equalization-space time codes System Model for STCM

Space Time Equalization-space time codes System Model for STCM Space Tme Eualzaton-space tme codes System Model for STCM The system under consderaton conssts of ST encoder, fadng channel model wth AWGN, two transmt antennas, one receve antenna, Vterb eualzer wth deal

More information

An Algorithm Forecasting Time Series Using Wavelet

An Algorithm Forecasting Time Series Using Wavelet IJCSI Internatonal Journal of Computer Scence Issues, Vol., Issue, No, January 04 ISSN (Prnt): 94-084 ISSN (Onlne): 94-0784 www.ijcsi.org 0 An Algorthm Forecastng Tme Seres Usng Wavelet Kas Ismal Ibraheem,Eman

More information

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design

Mooring Cost Sensitivity Study Based on Cost-Optimum Mooring Design Proceedngs of Conference 8 Korean Socety of Ocean Engneers May 9-3, Cheju, Korea Moorng Cost Senstvty Study Based on Cost-Optmum Moorng Desgn SAM SANGSOO RYU, CASPAR HEYL AND ARUN DUGGAL Research & Development,

More information

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985

NATIONAL RADIO ASTRONOMY OBSERVATORY Green Bank, West Virginia SPECTRAL PROCESSOR MEMO NO. 25. MEMORANDUM February 13, 1985 NATONAL RADO ASTRONOMY OBSERVATORY Green Bank, West Vrgna SPECTRAL PROCESSOR MEMO NO. 25 MEMORANDUM February 13, 1985 To: Spectral Processor Group From: R. Fsher Subj: Some Experments wth an nteger FFT

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs

A New Type of Weighted DV-Hop Algorithm Based on Correction Factor in WSNs Journal of Communcatons Vol. 9, No. 9, September 2014 A New Type of Weghted DV-Hop Algorthm Based on Correcton Factor n WSNs Yng Wang, Zhy Fang, and Ln Chen Department of Computer scence and technology,

More information

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies Internatonal Journal of Smart Home Vol.8, No. (04), pp.7-6 http://dx.do.org/0.457/sh.04.8.. Research on the Process-level Producton Schedulng Optmzaton Based on the Manufacturng Process Smplfes Y. P. Wang,*,

More information

Micro-grid Inverter Parallel Droop Control Method for Improving Dynamic Properties and the Effect of Power Sharing

Micro-grid Inverter Parallel Droop Control Method for Improving Dynamic Properties and the Effect of Power Sharing 2015 AASRI Internatonal Conference on Industral Electroncs and Applcatons (IEA 2015) Mcro-grd Inverter Parallel Droop Control Method for Improvng Dynamc Propertes and the Effect of Power Sharng aohong

More information

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

RFID Digital Pheromones for Generating Stigmergic Behaviour to Autonomous Mobile Robots

RFID Digital Pheromones for Generating Stigmergic Behaviour to Autonomous Mobile Robots RFID Dgtal Pheromones for Generatng Stgmergc Behavour to Autonomous Moble Robots I. SUSNEA *, G. VASILIU *, A. FILIPESCU * * Department of Automaton and Industral Informatcs Unversty Dunarea de Jos of

More information

Test 2. ECON3161, Game Theory. Tuesday, November 6 th

Test 2. ECON3161, Game Theory. Tuesday, November 6 th Test 2 ECON36, Game Theory Tuesday, November 6 th Drectons: Answer each queston completely. If you cannot determne the answer, explanng how you would arrve at the answer may earn you some ponts.. (20 ponts)

More information

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources

POLYTECHNIC UNIVERSITY Electrical Engineering Department. EE SOPHOMORE LABORATORY Experiment 1 Laboratory Energy Sources POLYTECHNIC UNIERSITY Electrcal Engneerng Department EE SOPHOMORE LABORATORY Experment 1 Laboratory Energy Sources Modfed for Physcs 18, Brooklyn College I. Oerew of the Experment Ths experment has three

More information

Reflections on Rotators, Or, How to Turn the FEL Upgrade 3F Skew Quad Rotator Into a Skew Quad Rotator

Reflections on Rotators, Or, How to Turn the FEL Upgrade 3F Skew Quad Rotator Into a Skew Quad Rotator JLAB-TN-4-23 4 August 24 Reflectons on Rotators, Or, How to Turn the FEL Upgrade 3F Skew Quad Rotator nto a Skew Quad Rotator D. Douglas ntroducton A prevous note [] descrbes a smple skew quad system that

More information

A Study on Selecting the Method of Constructing the Information to be Exchanged in Unlimited-workspace Bilateral Teleoperation

A Study on Selecting the Method of Constructing the Information to be Exchanged in Unlimited-workspace Bilateral Teleoperation TrC-IFToMM Symposum on Theory of Machnes and Mechansms, Izmr, Turkey, June 14-17, 2015 A Study on Selectng the Method of Constructng the Informaton to be Exchanged n Unlmted-workspace Blateral Teleoperaton

More information

Adaptive Locomotion Control System for Modular Robots

Adaptive Locomotion Control System for Modular Robots Internatonal Journal of Automaton, Control and Intellgent Systems Vol. 1, No. 4, 2015, pp. 92-96 http://www.ascence.org/journal/jacs ISSN: 2381-7526 (Prnt); ISSN: 2381-7534 (Onlne) Adaptve Locomoton Control

More information

The Dynamic Utilization of Substation Measurements to Maintain Power System Observability

The Dynamic Utilization of Substation Measurements to Maintain Power System Observability 1 The Dynamc Utlzaton of Substaton Measurements to Mantan Power System Observablty Y. Wu, Student Member, IEEE, M. Kezunovc, Fellow, IEEE and T. Kostc, Member, IEEE Abstract-- In a power system State Estmator

More information

A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS

A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS A TWO-PLAYER MODEL FOR THE SIMULTANEOUS LOCATION OF FRANCHISING SERVICES WITH PREFERENTIAL RIGHTS Pedro Godnho and oana Das Faculdade de Economa and GEMF Unversdade de Combra Av. Das da Slva 65 3004-5

More information

Scilab/Scicos Modeling, Simulation and PC Based Implementation of Closed Loop Speed Control of VSI Fed Induction Motor Drive

Scilab/Scicos Modeling, Simulation and PC Based Implementation of Closed Loop Speed Control of VSI Fed Induction Motor Drive 16th NATIONAL POWER SYSTEMS CONFERENCE, 15th-17th DECEMBER, 2010 453 Sclab/Sccos Modelng, Smulaton and PC Based Implementaton of Closed Loop Speed Control of VSI Fed Inducton Motor Dre Vjay Babu Korebona,

More information

FPGA Implementation of Ultrasonic S-Scan Coordinate Conversion Based on Radix-4 CORDIC Algorithm

FPGA Implementation of Ultrasonic S-Scan Coordinate Conversion Based on Radix-4 CORDIC Algorithm IACSIT Internatonal Journal of Engneerng and Technology, Vol. 7, No. 3, June 25 FPGA Implementaton of Ultrasonc S-Scan Coordnate Converson Based on Radx-4 CORDIC Algorthm Ruobo Ln, Guxong Lu, and Wenmng

More information

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks

Multi-sensor optimal information fusion Kalman filter with mobile agents in ring sensor networks Mult-sensor optmal nformaton fuson Kalman flter wth moble agents n rng sensor networs Behrouz Safarneadan *, Kazem asanpoor ** *Shraz Unversty of echnology, safarnead@sutech.ac.r ** Shraz Unversty of echnology,.hasanpor@gmal.com

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback

Control of Chaos in Positive Output Luo Converter by means of Time Delay Feedback Control of Chaos n Postve Output Luo Converter by means of Tme Delay Feedback Nagulapat nkran.ped@gmal.com Abstract Faster development n Dc to Dc converter technques are undergong very drastc changes due

More information

Towards a Cooperative Framework for Interactive Manipulation Involving a Human and a Humanoid

Towards a Cooperative Framework for Interactive Manipulation Involving a Human and a Humanoid Towards a Cooperatve Framework for Interactve Manpulaton Involvng a Human and a Humanod Bruno Vlhena Adorno, Antôno Padlha Lanar Bó, Phlppe Frasse and Phlppe Pognet Abstract In ths paper we propose a novel

More information

MODAL PARAMETER ESTIMATION FOR OPERATIONAL WIND TURBINES

MODAL PARAMETER ESTIMATION FOR OPERATIONAL WIND TURBINES 7th European Workshop on Structural Health Montorng July 8-11, 2014. La Cté, Nantes, France More Info at Open Access Database www.ndt.net/?d=17169 MODAL PARAMETER ESTIMATION FOR OPERATIONAL WIND TURBINES

More information

ISSN: (p); (e) DEVELOPMENT OF FUZZY IX-MR CONTROL CHART USING FUZZY MODE AND FUZZY RULES APPROACHES

ISSN: (p); (e) DEVELOPMENT OF FUZZY IX-MR CONTROL CHART USING FUZZY MODE AND FUZZY RULES APPROACHES DEVELOPMENT OF FUZZY IX-MR CONTROL CHART USING FUZZY MODE AND FUZZY RULES APPROACHES Azam Morad Tad, Soroush Avakh Darestan 2* Department of Industral Engneerng, Scence and Research Branch, Islamc Azad

More information

EE301 AC Source Transformation and Nodal Analysis

EE301 AC Source Transformation and Nodal Analysis EE0 AC Source Transformaton and Nodal Analyss Learnng Ojectves. Construct equvalent crcuts y convertng an AC voltage source and a resstor to an AC current source and a resstor. Apply Nodal Analyss to an

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

Encoding of passive anticollision radio-frequency identification surface acoustic waves tags

Encoding of passive anticollision radio-frequency identification surface acoustic waves tags Encodng of passve antcollson rado-frequency dentfcaton surface acoustc waves tags Alexander Sorokn Major Problem-Orented Computer Complexes Department, State Unversty of Aerospace Instrumentaton (SUAI)

More information

Chinese Remainder. Discrete Mathematics Andrei Bulatov

Chinese Remainder. Discrete Mathematics Andrei Bulatov Chnese Remander Introducton Theorem Dscrete Mathematcs Andre Bulatov Dscrete Mathematcs Chnese Remander Theorem 34-2 Prevous Lecture Resdues and arthmetc operatons Caesar cpher Pseudorandom generators

More information

ANNA UNIVERSITY, CHENNAI OFFICE OF THE ADDITIONAL CONTROLLER OF EXAMINATIONS

ANNA UNIVERSITY, CHENNAI OFFICE OF THE ADDITIONAL CONTROLLER OF EXAMINATIONS 20-MAR-17 21-MAR-17 22-MAR-17 Page 1 of 6 MADRAS NSTTUTE OF TECHNOLOGY-CHROMEPET AUTOMOBLE ANNA UNVERSTY, CHENNA - 600 025 OFFCE OF THE ADDTONAL CONTROLLER OF EXAMNATONS [ UNVERSTY DEPARTMENTS ] B.E /

More information

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation

Optimal Placement of PMU and RTU by Hybrid Genetic Algorithm and Simulated Annealing for Multiarea Power System State Estimation T. Kerdchuen and W. Ongsakul / GMSARN Internatonal Journal (09) - Optmal Placement of and by Hybrd Genetc Algorthm and Smulated Annealng for Multarea Power System State Estmaton Thawatch Kerdchuen and

More information

Development of a High Bandwidth, High Power Linear Amplifier for a Precision Fast Tool Servo System

Development of a High Bandwidth, High Power Linear Amplifier for a Precision Fast Tool Servo System Development of a Hgh Bandwdth, Hgh Power near Amplfer for a Precson Fast Tool Servo System S. Rakuff 1, J. Cuttno 1, D. Schnstock 2 1 Dept. of Mechancal Engneerng, The Unversty of North Carolna at Charlotte,

More information

Equivalent Circuit Model of Electromagnetic Behaviour of Wire Objects by the Matrix Pencil Method

Equivalent Circuit Model of Electromagnetic Behaviour of Wire Objects by the Matrix Pencil Method ERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 5, No., May 008, -0 Equvalent Crcut Model of Electromagnetc Behavour of Wre Objects by the Matrx Pencl Method Vesna Arnautovsk-Toseva, Khall El Khamlch Drss,

More information

CZECH TECHNICAL UNIVERSITY IN PRAGUE FACULTY OF ELECTRICAL ENGINEERING DIPLOMA THESIS. Scheduling and Visualization of Manufacturing Processes

CZECH TECHNICAL UNIVERSITY IN PRAGUE FACULTY OF ELECTRICAL ENGINEERING DIPLOMA THESIS. Scheduling and Visualization of Manufacturing Processes CZECH TECHNICAL UNIVERSITY IN PRAGUE FACULTY OF ELECTRICAL ENGINEERING DIPLOMA THESIS Schedulng and Vsualzaton of Manufacturng Processes Prague, 2008 Author: Roman Čapek Schedulng and Vsualzaton of Manufacturng

More information

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J.

MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patidar, J. ABSTRACT Research Artcle MODEL ORDER REDUCTION AND CONTROLLER DESIGN OF DISCRETE SYSTEM EMPLOYING REAL CODED GENETIC ALGORITHM J. S. Yadav, N. P. Patdar, J. Sngha Address for Correspondence Maulana Azad

More information