On-demand Mobile Charger Scheduling for Effective Coverage in Wireless Rechargeable Sensor Networks

Size: px
Start display at page:

Download "On-demand Mobile Charger Scheduling for Effective Coverage in Wireless Rechargeable Sensor Networks"

Transcription

1 On-demand Mobile Charger Sheduling for Effetive Coverage in Wirele Rehargeable Senor Network Lintong Jiang, Haipeng Dai, Xiaobing Wu, and Guihai Chen State Key Laboratory for Novel Software Tehnology, Nanjing Univerity, Nanjing, Jiangu 20023, China Abtrat. In thi paper, we onider the problem of heduling mobile harger(mc) in an on-demand way to maximize the overing utility(cu) in wirele rehargeable enor network(wrsn), while nearly all previou related work aume the MC move along predefined path with perfet priori information. And the CU i defined to quantify the effetivene of event monitoring. We propoe three heuriti for thi problem after proving it NP-Completene. Finally we evaluate our olution through extenive trae-driven imulation. Key word: On-demand harging; event monitoring. Introdution Many exiting work [ 5] propoe to ue MC to work in WRSN with perfet priori information and predefined traveling path. On one hand, uing MC i muh more energy effiient than deploying multiple tati harger. On the other hand, it i neeary to hedule the MC to provide intenive harging power within a hort ditane. In thi paper, we onider the enario where eah MC repond the harging requet in an on-demand way and reharge the requeting enor via wirele to enable it ontinuou work. The main ontribution of thi work are a follow. To the bet of our knowledge, thi i the firt work onidering the on-demand heduling problem of MC in WRSN aiming to maximize the CU. We prove that the on-demand heduling problem i NP-Complete and propoe three algorithm by exploiting the patial redundany of WRSN. We evaluate algorithm through extenive trae-driven imulation. 2 Related Work The heme propoed by [ 5] are baed on the aumption of the availability of perfet priori knowledge. He et al. [6, 7] onider the on-demand hedule of

2 2 Lintong Jiang, Haipeng Dai, Xiaobing Wu, and Guihai Chen mobile element in a different enario, i.e., data olletion appliation. There i an online-like mobile harging hedule [3] targeting on prolonging the lifetime in WRSN, but it i ontrained by peifi etting and thu not general. In thi paper, we relax the ontraint they et and fou on the goal of maximizing the CU rather than purely elongate the lifetime of network. 3 Problem Statement Aume that m enor V = {v, v 2,..., v m } are randomly ditributed in a 2D area along with n Point of Interet(PoI) O = {o, o 2,..., o n }. The ening range of every enor i r. The event at a PoI emerge one after another, and the arrival of event at PoI i patially and temporally independent. Different enor may over ome PoI in ommon due to patial redundany [8]. Let O i repreent the et of PoI overed by enor v i. Furthermore, we aume that all enor work an ommuniate diretly with the ink. Multiple ink [9] might be deployed [0] in the field for fear that the overage of a ingle ink i limited. A enor only report it data (with ize of b bit) to the nearet ink diretly one it ene an event, but it requet for reharging an be relayed by the ink to the mobile harger ine the ink are out of energy onern and over the whole field olletively. For onveniene of expoition, we divide the enor into two ubet, the et of ative enor V a and the et of enor requeting reharging V r. An MC maintain a requeting queue for the reharging requet and we aume an M/G/ queue in Kendall Notation. All the reharging requet will be reorded and thoe enor that end thee requet will be kept in the requeting queue by the MC. For any enor i, we aume the reeived power = η i P MC, whih i far greater than it working power P i, where η i denote the harging effiieny of enor i and P MC i the working power of MC. The reharging time mainly depend on P MC, η i, and total battery apaity, W, of the enor, i.e. t (i) = W η i P MC. In addition, for enor i, the ervie time t (i) P (i). A for enor i, it working power P i depend on the rate of event generating f i and the unit energy onumption e i, i.e. P i = f i e i b. Notably, we adopt the energy onumption model ued in [, 2] to meaure e i. Hene, the average arrival rate (AAR) of onit of the traveling time t (i) t and the harging time t (i) m P i i= the requet λ an be etimated a λ = ( α) W, where α denote the reharging threhold fator. After finihing the ervie for the lat requet, the MC hooe the next target among the member in it requeting queue with it predefined rule and then move for the target. In order to define CU, we define Global Effetive Coverage(GEC), the et of PoI overed by ative enor, at time t a G(t) = O i and Global v i V a Coverage(GC) a M = O i. Intuitively, the (CU) denote v i V the ratio between above two a follow,

3 On-demand Mobile Charging Shedule for Effetive Coverage in WRSN 3 U(t) = G(t) / M. () We define Inremental Effetive Coverage(IEC) a the et of PoI that are going to be effetively overed. Formally, I (i) j = O i O i if enor v i V a {j} v i V a j i hoen before the MC make it i-th eletion. Additionally, we aume a greedy trategy in order to maximize the overall CU. The MC trie to hooe the next to-be-erved enor by updating the i-th Pieewie (PCU) with maximum of the average CU during the ervie time of the promiing enor j eah time the MC finihe the lat ervie. U (i) = max j { t (j) ti +t (j) t i U(t)dt}. (2) To um up, we formally formulate our problem a follow. Maximize N N i=.t. ()(2), where N denote the number of the requet. U (i) 4 Theoretial Analyi and Solution By imilar analyi of [3], we an redue the Geometri TSP problem to the problem and how it NP-ompletene. Sine it i NP-Complete, we reort to greedy algorithm. In the following part, we will propoe three greedy heuriti. Due to pae limit, we jut keth thee algorithm. 4. Maximal Next Coverage Utility Firt(MNCUF) Algorithm MNCUF require that the MC hooe the urrent maximal IEC to erve. In other word, MC hek the requeting queue and hooe the enor with maximum IEC urrently a the next to-be-erved enor, whih an be regarded a a peifi intane for the trategy of maximizing PCU(2). 4.2 Maximal Average Coverage Utility Firt(MACUF) Algorithm MACUF take the trade-off between the travel time and IEC of every ervie into onideration and greedily elet the target with the following formulation. U (i) j = G(t i ) t (j) t + G(t i ) + I (i) j t (j) t (j) M (3) where U (i) j perform a the approximation andidate for PCU, whih ubtitute the right hand ide of (2).

4 4 Lintong Jiang, Haipeng Dai, Xiaobing Wu, and Guihai Chen 4.3 MACUF Algorithm with Multi-MC Suppoe that there are n MC in total, and they are numbered equentially, {0,,..., n }. Intuitively, although every MC reeive and reord the information of all the requet within the WRSN, the i-th MC only erve the (kn + i)-th requet, where k N, with MACUF diipline. 5 Performane Evaluation We utilize the ame value etting of η, W and P a in our previou work [4]. In our enario, the ening field i a m 2 quare with 00 randomly ditribute enor, 300 PoI and 0 ink. Furthermore, we et the ening range r = 5m, the threhold fator α = 20% and the meage ize i 2Kbit, i.e., b = A total number of 00 requet are erved during eah imulation MNCUF MACUF NJN FCFS Average Arrival Rate() x 0 4 (a) CU v. AAR MNCUF MACUF The Speed of MC(m/) (b) CU v. Speed NJN FCFS λ= λ= λ= λ= The Number of MC () CU v. Multiple Fig.. Performane Comparion from different perpetive To the bet of our knowledge, there are no exiting work deigned to maximize CU baed on on-demand mobile harging in WRSN. To exhibit the ytem performane of our algorithm, we tailor two on-demand mobile data olletion diipline, NJN [6] and FCFS [7], to adapt to the enario we onider. ) Evaluation of different rate of event generation: we vary the rate of event generation, proportion to the Average Arrival Rate(AAR), and ompare the CU of all four algorithm. In Fig.(a), the peed of MC v i et to 0.0m/, whih make the traveling time eential. A an be een, both of our algorithm outperform the exiting one in term of CU. 2) Evaluation of different peed of MC : we ontinue to fou on the CU of all of the algorithm influened by varied peed v. In thi evaluation, λ = 0 4. Intuitively, with the peed inreaing, the traveling overhead goe down, o a the repone delay to the harging requet, whih may lead to a higher CU. We plot the fat in the Fig.(b). We deploy different number of MC (n=, 2,..., 8) in the ening field and ompare the CU with the varying AAR λ together. Fig.() how that the larger number of MC we hooe, the higher overall CU we obtain.

5 On-demand Mobile Charging Shedule for Effetive Coverage in WRSN 5 6 Conluion In thi paper, we onider the on-demand mobile harger heduling problem to maximize the CU of event monitoring in WRSN. Due to the NP-ompletene of thi problem, we propoe three heuriti algorithm. We evaluate the propoed algorithm through extenive trae-driven imulation. Aknowledgment Thi work i upported by 973 projet under Grant No.202CB36200, National Natural Siene Foundation of China under Grant No , No and No , and National Undergraduate Innovation Program (G ), and Reearh and Innovation Projet for College Graduate Student of Jiangu Provine in 202 under Grant No.CXZZ Thi work i ompleted with the generou help from Qingyuan Jiang, Chenbin Ji and Gang He. Referene. L. Fu, P. Cheng, Y. Gu, J. Chen, T. He Minimizing harging delay in wirele rehargeable enor network, in Pro. IEEE INFOCOM, F. Jiang, S. He, P. Cheng, and J. Chen, On optimal heduling in wirele rehargeable enor network for tohati event apture in Pro. IEEE MASS, Y. Shi, L. Xie, Y. T. Hou, and H. D. Sherali, On renewable enor network with wirele energy tranfer, in INFOCOM, H. Dai, L. Jiang, X. Wu, David K. Y. Yau, G. Chen and S. Tang Near Optimal Charging and Sheduling Sheme for Stohati Event Capture with Rehargeable Senor, In MASS, H. Dai, X. Wu, L. Xu, G. Chen and S. Lin Uing Minimum Mobile Charger to Keep Large-ale Wirele Rehargeable Senor Network Running Forever, In ICCCN, L. He, Z. Yang, J. Pan, L. Cai and J.Xu Evaluating ervie diipline for mobile element in wirele ad ho enor network, in Pro.IEEE INFOCOM 2, L. He, Z. Yang, J. Pan and J. Xu Evaluating on-demand data olletion with mobile element in wirele enor network, in Pro.IEEE VTC, A. Alfieri, A. Biano, P. Brandimarte, C.-F. Chiaerini Exploiting Senor Spatial Redundany to Improve Network Lifetime,in Pro.IEEE GlobeCom 04, X. Wu, G. Chen, Dual-Sink: uing mobile and tati ink for lifetime improvement in wirele enor network, in Pro.IEEE ICCCN 07, V. Zoltan; V. Rolland; V. Attila, Deploying multiple ink in multi-hop wirele enor network,, in Pro.IEEE PERSER 07, B. Cheng; Z. Xu; C. Chen; X. Guan, Spatial orrelated data olletion in wirele enor network with multiple ink, Computer Communiation Workhop (IN- FOCOM WKSHPS), M. N. Halgamuge, M. Zukerman, K. Ramamobanarao,H. L. Vu An etimation of enor energy onumption, in PIER, C. Mario, S. Nikoletea, T. P. Rapti, C. Raptopoulo and F. Vailaki Effiient energy management in wirele rehargeable enor network, In MSWiM, 202

Critical Percolation Probabilities for the Next-Nearest-Neighboring Site Problems on Sierpinski Carpets

Critical Percolation Probabilities for the Next-Nearest-Neighboring Site Problems on Sierpinski Carpets Critial Perolation Probabilitie for the Next-Nearet-Neighboring Site Problem on Sierpinki Carpet H. B. Nie, B. M. Yu Department of Phyi, Huazhong Univerity of Siene and Tehnology, Wuhan 430074, China K.

More information

Chapter 4. Simulations. 4.1 Introduction

Chapter 4. Simulations. 4.1 Introduction Chapter 4 Simulation 4.1 Introdution In the previou hapter, a methodology ha been developed that will be ued to perform the ontrol needed for atuator haraterization. A tudy uing thi methodology allowed

More information

OLIGONUCLEOTIDE microarrays are widely used

OLIGONUCLEOTIDE microarrays are widely used Evolution Strategy with Greedy Probe Seletion Heuriti for the Non-Unique Oligonuleotide Probe Seletion Problem Lili Wang, Alioune Ngom, Robin Gra and Lui Rueda Abtrat In order to aurately meaure the gene

More information

PID CONTROL. Presentation kindly provided by Dr Andy Clegg. Advanced Control Technology Consortium (ACTC)

PID CONTROL. Presentation kindly provided by Dr Andy Clegg. Advanced Control Technology Consortium (ACTC) PID CONTROL Preentation kindly provided by Dr Andy Clegg Advaned Control Tehnology Conortium (ACTC) Preentation Overview Introdution PID parameteriation and truture Effet of PID term Proportional, Integral

More information

A Queueing Model for Call Blending in Call Centers

A Queueing Model for Call Blending in Call Centers 434 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 48, NO. 8, AUGUST 2003 A Queueing Model for Call Blending in Call Center Sandjai Bhulai and Ger Koole Abtrat Call enter that apply all blending obtain high-produtivity

More information

Integration of Streaming and Elastic Traffic in a Single UMTS Cell: Modeling and Performance Analysis

Integration of Streaming and Elastic Traffic in a Single UMTS Cell: Modeling and Performance Analysis Integration of Streaming and Elati Traffi in a Single UMTS Cell: Modeling and Performane Analyi Onno J. Boxma,,, Adriana F. Gabor,, Rudeindo Núñez-Queija, and Hwee Pink Tan Department of Mathemati and

More information

Rating Protocols in Online Communities

Rating Protocols in Online Communities Rating Protool in Online Communitie Yu Zhang, Jaeo Par, Mihaela van der Shaar 3 Abtrat Sutaining ooperation among elf-intereted agent i ritial for the proliferation of emerging online ommunitie. Providing

More information

Sound Propagation through Circular Ducts with Spiral Element Inside

Sound Propagation through Circular Ducts with Spiral Element Inside Exerpt from the Proeeding of the COMSOL Conferene 8 Hannover Sound Propagation through Cirular Dut with Spiral Element Inide Wojieh Łapka* Diviion of Vibroaouti and Sytem Biodynami, Intitute of Applied

More information

Adaptive Matching for Expert Systems with Uncertain Task Types

Adaptive Matching for Expert Systems with Uncertain Task Types Adaptive Mathing for Expert Sytem with Unertain Tak Type VIRAG SHAH, LENNART GULIKERS, and LAURENT MASSOULIÉ, Mirooft Reearh-INRIA Joint Centre MILAN VOJNOVIĆ, London Shool of Eonomi Abtrat Online two-ided

More information

Lag-Lead Compensator Design

Lag-Lead Compensator Design Lag-Lead Compenator Deign ELEC 3 Spring 08 Lag or Lead Struture A bai ompenator onit of a gain, one real pole and one real zero Two type: phae-lead and phae-lag Phae-lead: provide poitive phae hift and

More information

New Directions in Interconnect Performance Optimization

New Directions in Interconnect Performance Optimization New Diretion in Interonnet Performane Optimization Antoine ourtay 1,2, Johann Laurent, Nathalie Julien 1 Lab-STI - Univerity of South Brittany rue de aint maudé 56100 Lorient, Frane {firt name}.{lat name}@univ-ub.fr

More information

THE SOLAR SYSTEM. We begin with an inertial system and locate the planet and the sun with respect to it. Then. F m. Then

THE SOLAR SYSTEM. We begin with an inertial system and locate the planet and the sun with respect to it. Then. F m. Then THE SOLAR SYSTEM We now want to apply what we have learned to the olar ytem. Hitorially thi wa the great teting ground for mehani and provided ome of it greatet triumph, uh a the diovery of the outer planet.

More information

5.2.6 COMPARISON OF QUALITY CONTROL AND VERIFICATION TESTS

5.2.6 COMPARISON OF QUALITY CONTROL AND VERIFICATION TESTS 5..6 COMPARISON OF QUALITY CONTROL AND VERIFICATION TESTS Thi proedure i arried out to ompare two different et of multiple tet reult for finding the ame parameter. Typial example would be omparing ontrator

More information

Intuitionistic Fuzzy WI-Ideals of Lattice Wajsberg Algebras

Intuitionistic Fuzzy WI-Ideals of Lattice Wajsberg Algebras Intern J Fuzzy Mathematial Arhive Vol 15, No 1, 2018, 7-17 ISSN: 2320 3242 (P), 2320 3250 (online) Publihed on 8 January 2018 wwwreearhmathiorg DOI: http://dxdoiorg/1022457/ijfmav15n1a2 International Journal

More information

Where Standard Physics Runs into Infinite Challenges, Atomism Predicts Exact Limits

Where Standard Physics Runs into Infinite Challenges, Atomism Predicts Exact Limits Where Standard Phyi Run into Infinite Challenge, Atomim Predit Exat Limit Epen Gaarder Haug Norwegian Univerity of Life Siene Deember, 07 Abtrat Where tandard phyi run into infinite hallenge, atomim predit

More information

Inverse Kinematics 1 1/21/2018

Inverse Kinematics 1 1/21/2018 Invere Kinemati 1 Invere Kinemati 2 given the poe of the end effetor, find the joint variable that produe the end effetor poe for a -joint robot, given find 1 o R T 3 2 1,,,,, q q q q q q RPP + Spherial

More information

Econ 455 Answers - Problem Set 4. where. ch ch ch ch ch ch ( ) ( ) us us ch ch us ch. (world price). Combining the above two equations implies: 40P

Econ 455 Answers - Problem Set 4. where. ch ch ch ch ch ch ( ) ( ) us us ch ch us ch. (world price). Combining the above two equations implies: 40P Fall 011 Eon 455 Harvey Lapan Eon 455 Anwer - roblem et 4 1. Conider the ae of two large ountrie: U: emand = 300 4 upply = 6 where h China: emand = 300 10 ; upply = 0 h where (a) Find autarky prie: U:

More information

Thermochemistry and Calorimetry

Thermochemistry and Calorimetry WHY? ACTIVITY 06-1 Thermohemitry and Calorimetry Chemial reation releae or tore energy, uually in the form of thermal energy. Thermal energy i the kineti energy of motion of the atom and moleule ompriing

More information

Chapter 6 Control Systems Design by Root-Locus Method. Lag-Lead Compensation. Lag lead Compensation Techniques Based on the Root-Locus Approach.

Chapter 6 Control Systems Design by Root-Locus Method. Lag-Lead Compensation. Lag lead Compensation Techniques Based on the Root-Locus Approach. hapter 6 ontrol Sytem Deign by Root-Lou Method Lag-Lead ompenation Lag lead ompenation ehnique Baed on the Root-Lou Approah. γ β K, ( γ >, β > ) In deigning lag lead ompenator, we onider two ae where γ

More information

Mathematical Modeling for Performance Analysis and Inference of k-out of-n Repairable System Integrating Human Error and System Failure

Mathematical Modeling for Performance Analysis and Inference of k-out of-n Repairable System Integrating Human Error and System Failure Amerian Journal of Modeling and Optimization, 4, Vol., No., 6-4 Available online at http://pub.iepub.om/ajmo///3 Siene and Eduation Publihing DOI:.69/ajmo---3 Mathematial Modeling for Performane Analyi

More information

ANALYSIS OF A REDUNDANT SYSTEM WITH COMMON CAUSE FAILURES

ANALYSIS OF A REDUNDANT SYSTEM WITH COMMON CAUSE FAILURES Dharmvir ingh Vahith et al. / International Journal of Engineering iene and Tehnology IJET ANALYI OF A REDUNDANT YTEM WITH OMMON AUE FAILURE Dharmvir ingh Vahith Department of Mathemati, R.N. Engg. ollege,

More information

A MATHEMATICAL MODEL FOR TWO DIMENSIONAL LOADING PROBLEM IN CROSS-DOCKING NETWORK DESIGN. İlker Küçükoğlu, Aslı Aksoy, Seval Ene and Nursel Öztürk

A MATHEMATICAL MODEL FOR TWO DIMENSIONAL LOADING PROBLEM IN CROSS-DOCKING NETWORK DESIGN. İlker Küçükoğlu, Aslı Aksoy, Seval Ene and Nursel Öztürk Mathematial and Computational Appliation Vol. 18 No. 3 pp. 273-282 2013 A MATHEMATICAL MODEL FOR TWO DIMENSIONAL LOADING PROBLEM IN CROSS-DOCKING NETWORK DESIGN İlker Küçükoğlu Alı Akoy Seval Ene and Nurel

More information

MIMO Coding and Relaying

MIMO Coding and Relaying MIMO Coding and Relaying 元永亮 Prof Guan, Yong Liang Head Communiation Engineering Diviion Diretor - Poitioning and Wirele Tehnology Centre Shool of Eletrial and Eletroni Engineering June 0 Outline Group-Deodable

More information

Gain and Phase Margins Based Delay Dependent Stability Analysis of Two- Area LFC System with Communication Delays

Gain and Phase Margins Based Delay Dependent Stability Analysis of Two- Area LFC System with Communication Delays Gain and Phae Margin Baed Delay Dependent Stability Analyi of Two- Area LFC Sytem with Communication Delay Şahin Sönmez and Saffet Ayaun Department of Electrical Engineering, Niğde Ömer Halidemir Univerity,

More information

To determine the biasing conditions needed to obtain a specific gain each stage must be considered.

To determine the biasing conditions needed to obtain a specific gain each stage must be considered. PHYSIS 56 Experiment 9: ommon Emitter Amplifier A. Introdution A ommon-emitter oltage amplifier will be tudied in thi experiment. You will inetigate the fator that ontrol the midfrequeny gain and the low-and

More information

CUSUM AND EWMA MULTI-CHARTS FOR DETECTING A RANGE OF MEAN SHIFTS

CUSUM AND EWMA MULTI-CHARTS FOR DETECTING A RANGE OF MEAN SHIFTS tatitia inia 17(007), 1139-1164 UUM AND EWMA MULTI-HART FR DETETING A RANGE F MEAN HIFT Dong Han 1, Fugee Tung, Xijian Hu 3 and Kaibo Wang 1 hanghai Jiao Tong Univerity Hong Kong Univerity of iene and

More information

Application of Fuzzy C-Means Clustering in Power System Model Reduction for Controller Design

Application of Fuzzy C-Means Clustering in Power System Model Reduction for Controller Design Proeeding of the 5th WSEAS Int. Conf. on COMPUAIONAL INELLIGENCE, MAN-MACHINE SYSEMS AND CYBERNEICS, Venie, Italy, November 20-22, 2006 223 Appliation of Fuzzy C-Mean Clutering in Power Sytem Model Redution

More information

Cogging torque reduction of Interior Permanent Magnet Synchronous Motor (IPMSM)

Cogging torque reduction of Interior Permanent Magnet Synchronous Motor (IPMSM) Cogging torque redution of Interior Permanent Magnet Synhronou Motor (IPMSM) Mehdi Arehpanahi* and Hamed Kahefi Department of Eletrial Engineering, Tafreh Univerity, Tafreh, Iran, P.O. 3958 796,, Email:

More information

Lecture 2: Computer Arithmetic: Adders

Lecture 2: Computer Arithmetic: Adders CMU 8-447 S 9 L2-29 8-447 Leture 2: Computer Arithmeti: Adder Jame C. Hoe Dept of ECE, CMU January 4, 29 Announement: No la on Monday Verilog Refreher next Wedneday Review P&H Ch 3 Handout: Lab and HW

More information

CART: Classification and Regression Trees

CART: Classification and Regression Trees CART: Claifiation and Regreion Tree Günther Sawitzki Otober, 04 Literature [] L. Breiman, J. H. Friedman, R. A. Olhen, and C. J. Stone. Claifiation and Regreion Tree. Wadworth, Belmont, CA., 984. [] J.

More information

AN ADAPTIVE SIGNAL SEARCH ALGORITHM IN GPS RECEIVER

AN ADAPTIVE SIGNAL SEARCH ALGORITHM IN GPS RECEIVER N PTIVE SIGNL SERH LGORITHM IN GPS REEIVER Item Type text; Proceeding uthor Li, Sun; Yinfeng, Wang; Qihan, Zhang Publiher International Foundation for Telemetering Journal International Telemetering onference

More information

The Optimizing of the Passenger Throughput at an Airport Security Checkpoint

The Optimizing of the Passenger Throughput at an Airport Security Checkpoint Open Journal of Applied Siene, 17, 7, 485-51 http://www.irp.org/journal/ojapp ISSN Online: 165-395 ISSN Print: 165-3917 The Optimizing of the Paenger Throughput at an Airport Seurity Chepoint Xiaoun Mao,

More information

EE 333 Electricity and Magnetism, Fall 2009 Homework #11 solution

EE 333 Electricity and Magnetism, Fall 2009 Homework #11 solution EE 333 Eetriity and Magnetim, Fa 009 Homework #11 oution 4.4. At the interfae between two magneti materia hown in Fig P4.4, a urfae urrent denity J S = 0.1 ŷ i fowing. The magneti fied intenity H in region

More information

Behavioral thermal modeling for quad-core microprocessors

Behavioral thermal modeling for quad-core microprocessors Behavioral thermal modeling for quad-core microproceor Duo Li and Sheldon X.-D. Tan Department of Electrical Engineering Univerity of California, Riveride, CA Murli Tirumala Intel Corporation Outline Introduction

More information

Internal Model Control

Internal Model Control Internal Model Control Part o a et o leture note on Introdution to Robut Control by Ming T. Tham 2002 The Internal Model Prinile The Internal Model Control hiloohy relie on the Internal Model Prinile,

More information

Clustering Methods without Given Number of Clusters

Clustering Methods without Given Number of Clusters Clutering Method without Given Number of Cluter Peng Xu, Fei Liu Introduction A we now, mean method i a very effective algorithm of clutering. It mot powerful feature i the calability and implicity. However,

More information

Problem Set 8 Solutions

Problem Set 8 Solutions Deign and Analyi of Algorithm April 29, 2015 Maachuett Intitute of Technology 6.046J/18.410J Prof. Erik Demaine, Srini Devada, and Nancy Lynch Problem Set 8 Solution Problem Set 8 Solution Thi problem

More information

Advanced Digital Signal Processing. Stationary/nonstationary signals. Time-Frequency Analysis... Some nonstationary signals. Time-Frequency Analysis

Advanced Digital Signal Processing. Stationary/nonstationary signals. Time-Frequency Analysis... Some nonstationary signals. Time-Frequency Analysis Advanced Digital ignal Proceing Prof. Nizamettin AYDIN naydin@yildiz.edu.tr Time-Frequency Analyi http://www.yildiz.edu.tr/~naydin 2 tationary/nontationary ignal Time-Frequency Analyi Fourier Tranform

More information

WEIGHTED PRINCIPAL COMPONENT ANALYSIS BASED ON FUZZY CLUSTERING MIKA SATO-ILIC. Received May 12, 2003

WEIGHTED PRINCIPAL COMPONENT ANALYSIS BASED ON FUZZY CLUSTERING MIKA SATO-ILIC. Received May 12, 2003 Sientiae Mathematiae Japoniae Online, Vol. 10, (2004), 359 368 359 WEIGHTED PRINCIPAL COMPONENT ANALYSIS BASED ON FUZZY CLUSTERING MIKA SATO-ILIC Reeied May 12, 2003 Abtrat. In thi paper, we propoe a weighted

More information

Topics to be covered. Topology defined by TX range. Power/Topology Control. Power/Topology Control. Changes Topology

Topics to be covered. Topology defined by TX range. Power/Topology Control. Power/Topology Control. Changes Topology Power/Topology Control Topi to be overe Power/Topology Control problem. Importane of power ontrol Minimum-energy Path-preerving Graph Algorithm Performane of the algorithm Diuion/quetion/omment Wire network

More information

The Model Predictive Control System for the Fluid Catalytic Cracking Unit

The Model Predictive Control System for the Fluid Catalytic Cracking Unit The Model Preditive Control Sytem for the Fluid Catalyti Craking Unit CRISTINA POPA, CRISTIAN PĂTRĂŞCIOIU Control Engineering and Couter Department Petroleum Ga Univerity of Ploieti ROMANIA eftene@upg-ploieti.ro

More information

High Gain Observer for Induction Motor in Presence of Magnetic Hysteresis

High Gain Observer for Induction Motor in Presence of Magnetic Hysteresis Preprint of the 8th IFAC World Congre Milano (Italy Augut 8 - September, High Gain Oberver for Indution Motor in Preene of Magneti Hyterei H. Ouadi, F. Giri,. Dugard, Ph-Dorléan, A. Elfadili 4, J.F.Maieu

More information

Modeling and Simulation of Buck-Boost Converter with Voltage Feedback Control

Modeling and Simulation of Buck-Boost Converter with Voltage Feedback Control MATE Web of onferene 3, 0006 ( 05) DOI: 0.05/ mateonf/ 053 0006 Owned by the author, publihed by EDP Siene, 05 Modeling and Simulation of BukBoot onverter with oltage Feedbak ontrol Xuelian Zhou, Qiang

More information

Sidelobe-Suppression Technique Applied To Binary Phase Barker Codes

Sidelobe-Suppression Technique Applied To Binary Phase Barker Codes Journal of Engineering and Development, Vol. 16, No.4, De. 01 ISSN 1813-78 Sidelobe-Suppreion Tehnique Applied To Binary Phae Barker Code Aitant Profeor Dr. Imail M. Jaber Al-Mutaniriya Univerity College

More information

q-expansions of vector-valued modular forms of negative weight

q-expansions of vector-valued modular forms of negative weight Ramanujan J 2012 27:1 13 DOI 101007/11139-011-9299-9 q-expanion of vetor-valued modular form of negative weight Joe Gimenez Wiam Raji Reeived: 19 July 2010 / Aepted: 2 February 2011 / Publihed online:

More information

Energy-Work Connection Integration Scheme for Nonholonomic Hamiltonian Systems

Energy-Work Connection Integration Scheme for Nonholonomic Hamiltonian Systems Commun. Theor. Phy. Beiing China 50 2008 pp. 1041 1046 Chinee Phyial Soiety Vol. 50 No. 5 November 15 2008 Energy-Wor Connetion Integration Sheme for Nonholonomi Hamiltonian Sytem WANG Xian-Jun 1 and FU

More information

Reserve Price Signaling

Reserve Price Signaling Reerve Prie Signaling Hongbin Cai, John Riley and Lixin Ye Abtrat Thi paper tudie an aution odel in whih the eller ha private inforation about the objet harateriti that are valued by both the eller and

More information

A Simplified Steady-State Analysis of the PWM Zeta Converter

A Simplified Steady-State Analysis of the PWM Zeta Converter Proeeng of the 3th WSEAS International Conferene on CICUITS A Simplified Steady-State Analyi of the PW Zeta Conerter ELENA NICULESCU *, INA IAA-PUCAU *, AIUS-CISTIAN NICULESCU **, IN PUCAU *** AN AIAN

More information

Analysis of Step Response, Impulse and Ramp Response in the Continuous Stirred Tank Reactor System

Analysis of Step Response, Impulse and Ramp Response in the Continuous Stirred Tank Reactor System ISSN: 454-50 Volume 0 - Iue 05 May 07 PP. 7-78 Analyi of Step Repone, Impule and Ramp Repone in the ontinuou Stirred Tank Reactor Sytem * Zohreh Khohraftar, Pirouz Derakhhi, (Department of hemitry, Science

More information

is the cut off frequency in rads.

is the cut off frequency in rads. 0 ELETRIAL IRUITS 9. HIGH RDER ATIVE FILTERS (With Tle) Introdution Thi development explin how to deign Butterworth (Mximlly Flt) or heyhev (Equl Ripple) Low P, High P or Bnd P tive filter. Thi tretment

More information

Notes on Implementation of Colloid Transport and Colloid-Facilitated Solute Transport into HYDRUS-1D

Notes on Implementation of Colloid Transport and Colloid-Facilitated Solute Transport into HYDRUS-1D Note on Implementation of Colloid Tranport and Colloid-Failitated Solute Tranport into HYDRUS-1D (a text implified from van Genuhten and Šimůnek (24) and Šimůnek et al. (26)) Jirka Šimůnek Department of

More information

Establishment of Model of Damping Mechanism for the Hard-coating Cantilever Plate

Establishment of Model of Damping Mechanism for the Hard-coating Cantilever Plate Etalihment of Model of Damping Mehanim for the Hard-oating Cantilever Plate Rong Liu 1, Ran Li 1, Wei Sun 1* 1 Shool of Mehanial Engineering & Automation, Northeatern Univerity, Shenyang 110819, China

More information

Automated Production Flow Line Failure Rate Mathematical Analysis with Probability Theory

Automated Production Flow Line Failure Rate Mathematical Analysis with Probability Theory Tan Chan Sin et al. / International Journal of Engineering and Tehnology (IJET) Automated Prodution Flow Line Failure Rate Mathematial Analyi with Probability Theory Tan Chan Sin* 1, Rypek Uubamatov 2,

More information

THE HAUSDORFF MEASURE OF SIERPINSKI CARPETS BASING ON REGULAR PENTAGON

THE HAUSDORFF MEASURE OF SIERPINSKI CARPETS BASING ON REGULAR PENTAGON Anal. Theory Appl. Vol. 28, No. (202), 27 37 THE HAUSDORFF MEASURE OF SIERPINSKI CARPETS BASING ON REGULAR PENTAGON Chaoyi Zeng, Dehui Yuan (Hanhan Normal Univerity, China) Shaoyuan Xu (Gannan Normal Univerity,

More information

Lecture Notes II. As the reactor is well-mixed, the outlet stream concentration and temperature are identical with those in the tank.

Lecture Notes II. As the reactor is well-mixed, the outlet stream concentration and temperature are identical with those in the tank. Lecture Note II Example 6 Continuou Stirred-Tank Reactor (CSTR) Chemical reactor together with ma tranfer procee contitute an important part of chemical technologie. From a control point of view, reactor

More information

Einstein's Energy Formula Must Be Revised

Einstein's Energy Formula Must Be Revised Eintein' Energy Formula Mut Be Reied Le Van Cuong uong_le_an@yahoo.om Information from a iene journal how that the dilation of time in Eintein peial relatie theory wa proen by the experiment of ientit

More information

SCOUR HOLE CHARACTERISTICS AROUND A VERTICAL PIER UNDER CLEARWATER SCOUR CONDITIONS

SCOUR HOLE CHARACTERISTICS AROUND A VERTICAL PIER UNDER CLEARWATER SCOUR CONDITIONS ARPN Journal of Engineering and Applied Siene 2006-2012 Aian Reearh Publihing Network (ARPN). All right reerved. www.arpnjournal.om SCOUR HOLE CHARACTERISTICS AROUND A VERTICAL PIER UNDER CLEARWATER SCOUR

More information

On the Robustness of the Characteristics Related to (M\M\1) ( \FCFS) Queue System Model

On the Robustness of the Characteristics Related to (M\M\1) ( \FCFS) Queue System Model www.ijemr.net ISSN (ONINE): 5-758, ISSN (PRINT): 394-696 Volume-5, Iue-3, June 5 International Journal of Engineering and Management Reearch Page Number: 839-847 On the Robutne of the haracteritic Related

More information

Response-Time-Optimized Distributed Cloud Resource Allocation

Response-Time-Optimized Distributed Cloud Resource Allocation Repone-Time-Optimized Ditributed Cloud Reoure Alloation Matthia Keller and Holger Karl the ruial quality metri i the uer-pereived repone time to a requet a the appliation need to quikly reat on uer interation.

More information

Network based Sensor Localization in Multi-Media Application of Precision Agriculture Part 2: Time of Arrival

Network based Sensor Localization in Multi-Media Application of Precision Agriculture Part 2: Time of Arrival Network baed Senor Localization in Multi-Media Application of Preciion Agriculture Part : Time of Arrival Herman Sahota IBM, Silicon Valley Laboratory Email: hahota@u.ibm.com Ratneh Kumar, IEEE Fellow

More information

DISCHARGE MEASUREMENT IN TRAPEZOIDAL LINED CANALS UTILIZING HORIZONTAL AND VERTICAL TRANSITIONS

DISCHARGE MEASUREMENT IN TRAPEZOIDAL LINED CANALS UTILIZING HORIZONTAL AND VERTICAL TRANSITIONS Ninth International Water Tehnology Conferene, IWTC9 005, Sharm El-Sheikh, Egypt 63 DISCHARGE MEASUREMENT IN TRAPEZOIDAL LINED CANALS UTILIZING HORIZONTAL AND VERTICAL TRANSITIONS Haan Ibrahim Mohamed

More information

DETERMINATION OF THE POWER SPECTRAL DENSITY IN CAPACITIVE DIGITAL ACCELEROMETERS USING THEORY OF LIMIT CYCLES

DETERMINATION OF THE POWER SPECTRAL DENSITY IN CAPACITIVE DIGITAL ACCELEROMETERS USING THEORY OF LIMIT CYCLES XVIII IKO WORLD CORSS etrology for a Sutainable Development September, 7, 006, Rio de Janeiro, Brazil DTRIATIO O TH POWR SPCTRAL DSITY I CAPACITIV DIITAL ACCLROTRS USI THORY O LIIT CYCLS artin Kollár,

More information

EFFICIENT IMAGE RECONSTRUCTION FOR GIGAPIXEL QUANTUM IMAGE SENSORS. Stanley H. Chan and Yue M. Lu

EFFICIENT IMAGE RECONSTRUCTION FOR GIGAPIXEL QUANTUM IMAGE SENSORS. Stanley H. Chan and Yue M. Lu EFFICIENT IMAGE RECONSTRUCTION FOR GIGAPIXEL QUANTUM IMAGE SENSORS Stanley H. Chan and Yue M. Lu Shool of Engineering and Applied Siene Harvard Univerity, Cambridge, MA 02138, USA Email:{han, yuelu}@ea.harvard.edu

More information

CDMA Systems Using Zero Correlation Zone Codes

CDMA Systems Using Zero Correlation Zone Codes CDMA Sytem Uing Zero Correlation Zone Code by Peter George Conti A thei ubmitted for the degree of Mater of Engineering (Honour) Prinipal Supervior Dr Upul Gunawardana Co-Supervior Dr Ranjith Liyana-Pathirana

More information

Random vs. Deterministic Deployment of Sensors in the Presence of Failures and Placement Errors

Random vs. Deterministic Deployment of Sensors in the Presence of Failures and Placement Errors Random v. Determinitic Deployment of Senor in the Preence of Failure and Placement Error Paul Baliter Univerity of Memphi pbalitr@memphi.edu Santoh Kumar Univerity of Memphi antoh.kumar@memphi.edu Abtract

More information

Heat transfer and absorption of SO 2 of wet flue gas in a tube cooled

Heat transfer and absorption of SO 2 of wet flue gas in a tube cooled Heat tranfer and aborption of SO of wet flue ga in a tube ooled L. Jia Department of Power Engineering, Shool of Mehanial, Eletroni and Control Engineering, Beijing Jiaotong Univerity, Beijing 00044, China

More information

Determination of the local contrast of interference fringe patterns using continuous wavelet transform

Determination of the local contrast of interference fringe patterns using continuous wavelet transform Determination of the local contrat of interference fringe pattern uing continuou wavelet tranform Jong Kwang Hyok, Kim Chol Su Intitute of Optic, Department of Phyic, Kim Il Sung Univerity, Pyongyang,

More information

Road Sign Detection from Complex Backgrounds

Road Sign Detection from Complex Backgrounds Road Sign from Complex Bakground Chiung-Yao Fang, Chiou-Shann Fuh, and Sei-Wang Chen ( 方瓊瑤 ) ( 傅楸善 ) ( 陳世旺 ) Department of Information and Computer Eduation National Taiwan Normal Univerity Taipei, Taiwan,

More information

A NEW SEISMIC DESIGN APPROACH FOR BRIDGE COLUMNS IN MODERATE SEISMICITY REGIONS

A NEW SEISMIC DESIGN APPROACH FOR BRIDGE COLUMNS IN MODERATE SEISMICITY REGIONS A NEW SEISMIC DESIGN APPROACH FOR BRIDGE COLUMNS IN MODERATE SEISMICITY REGIONS Jae-Hoon Lee 1 Jin-Ho Choi 2 and Sung-Jin Shin 3 SUMMARY Seimi performane of reinfored onrete olumn are trongly influened

More information

Amplify and Forward Relaying; Channel Model and Outage Behaviour

Amplify and Forward Relaying; Channel Model and Outage Behaviour Amplify and Forward Relaying; Channel Model and Outage Behaviour Mehdi Mortazawi Molu Intitute of Telecommunication Vienna Univerity of Technology Guhautr. 5/E389, 4 Vienna, Autria Email: mmortaza@nt.tuwien.ac.at

More information

ON THE APPROXIMATION ERROR IN HIGH DIMENSIONAL MODEL REPRESENTATION. Xiaoqun Wang

ON THE APPROXIMATION ERROR IN HIGH DIMENSIONAL MODEL REPRESENTATION. Xiaoqun Wang Proceeding of the 2008 Winter Simulation Conference S. J. Maon, R. R. Hill, L. Mönch, O. Roe, T. Jefferon, J. W. Fowler ed. ON THE APPROXIMATION ERROR IN HIGH DIMENSIONAL MODEL REPRESENTATION Xiaoqun Wang

More information

Torsional resistance of high-strength concrete beams

Torsional resistance of high-strength concrete beams Torional reitane of high-trength onrete beam T. Hoain & P. Mendi Univerity of Melbourne, Vitoria, Autralia T. Aravinthan & G. Baker Univerity of Southern Queenland, Queenland, Autralia ABSTRACT: Thi paper

More information

Photonic Communications and Quantum Information Storage Capacities

Photonic Communications and Quantum Information Storage Capacities Oti and Photoni Journal, 13, 3, 131-135 doi:1436/oj133b3 Publihed Online June 13 (htt://wwwirorg/journal/oj) Photoni Communiation and Quantum Information Storage Caaitie William C Lindey Univerity of Southern

More information

Question 1 Equivalent Circuits

Question 1 Equivalent Circuits MAE 40 inear ircuit Fall 2007 Final Intruction ) Thi exam i open book You may ue whatever written material you chooe, including your cla note and textbook You may ue a hand calculator with no communication

More information

Control Engineering An introduction with the use of Matlab

Control Engineering An introduction with the use of Matlab Derek Atherton An introdution with the ue of Matlab : An introdution with the ue of Matlab nd edition 3 Derek Atherton ISBN 978-87-43-473- 3 Content Content Prefae 9 About the author Introdution What i?

More information

Evolutionary Algorithms Based Fixed Order Robust Controller Design and Robustness Performance Analysis

Evolutionary Algorithms Based Fixed Order Robust Controller Design and Robustness Performance Analysis Proceeding of 01 4th International Conference on Machine Learning and Computing IPCSIT vol. 5 (01) (01) IACSIT Pre, Singapore Evolutionary Algorithm Baed Fixed Order Robut Controller Deign and Robutne

More information

7.2 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 281

7.2 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 281 72 INVERSE TRANSFORMS AND TRANSFORMS OF DERIVATIVES 28 and i 2 Show how Euler formula (page 33) can then be ued to deduce the reult a ( a) 2 b 2 {e at co bt} {e at in bt} b ( a) 2 b 2 5 Under what condition

More information

Assessment of Proportional Integral Control Loop Performance for Input Load Disturbance Rejection

Assessment of Proportional Integral Control Loop Performance for Input Load Disturbance Rejection Artile pub.a.org/ecr Aement of Proportional ntegral Control Loop Performane for nput Load Diturbane Rejetion Zhenpeng Yu and Jiandong Wang College of Engineering, Peking Univerity, Beijing, China 87 ABSTRACT:

More information

Comparing Means: t-tests for Two Independent Samples

Comparing Means: t-tests for Two Independent Samples Comparing ean: t-tet for Two Independent Sample Independent-eaure Deign t-tet for Two Independent Sample Allow reearcher to evaluate the mean difference between two population uing data from two eparate

More information

ON THE LAPLACE GENERALIZED CONVOLUTION TRANSFORM

ON THE LAPLACE GENERALIZED CONVOLUTION TRANSFORM Annale Univ. Si. Budapet., Set. Comp. 43 4) 33 36 ON THE LAPLACE GENERALIZED CONVOLUTION TRANSFORM Le Xuan Huy and Nguyen Xuan Thao Hanoi, Vietnam) Reeived February 5, 3; aepted Augut, 4) Abtrat. Several

More information

UVa Course on Physics of Particle Accelerators

UVa Course on Physics of Particle Accelerators UVa Coure on Phyi of Partile Aelerator B. Norum Univerity of Virginia G. A. Krafft Jefferon Lab 3/7/6 Leture x dx d () () Peudoharmoni Solution = give β β β () ( o µ + α in µ ) β () () β x dx ( + α() α

More information

EE 4443/5329. LAB 3: Control of Industrial Systems. Simulation and Hardware Control (PID Design) The Inverted Pendulum. (ECP Systems-Model: 505)

EE 4443/5329. LAB 3: Control of Industrial Systems. Simulation and Hardware Control (PID Design) The Inverted Pendulum. (ECP Systems-Model: 505) EE 4443/5329 LAB 3: Control of Indutrial Sytem Simulation and Hardware Control (PID Deign) The Inverted Pendulum (ECP Sytem-Model: 505) Compiled by: Nitin Swamy Email: nwamy@lakehore.uta.edu Email: okuljaca@lakehore.uta.edu

More information

Representation of a Group of Three-phase Induction Motors Using Per Unit Aggregation Model A.Kunakorn and T.Banyatnopparat

Representation of a Group of Three-phase Induction Motors Using Per Unit Aggregation Model A.Kunakorn and T.Banyatnopparat epreentation of a Group of Three-phae Induction Motor Uing Per Unit Aggregation Model A.Kunakorn and T.Banyatnopparat Abtract--Thi paper preent a per unit gregation model for repreenting a group of three-phae

More information

Chapter 12 Simple Linear Regression

Chapter 12 Simple Linear Regression Chapter 1 Simple Linear Regreion Introduction Exam Score v. Hour Studied Scenario Regreion Analyi ued to quantify the relation between (or more) variable o you can predict the value of one variable baed

More information

Beyond Cut-Set Bounds - The Approximate Capacity of D2D Networks

Beyond Cut-Set Bounds - The Approximate Capacity of D2D Networks Beyond Cut-Set Bound - The Approximate Capacity of DD Network Avik Sengupta Hume Center for National Security and Technology Department of Electrical and Computer Engineering Virginia Tech, Blackburg,

More information

Multiple Sequence Alignment. Progressive Alignment Iterative Pairwise Guide Tree ClustalW Co-linearity Multiple Sequence Alignment Editors

Multiple Sequence Alignment. Progressive Alignment Iterative Pairwise Guide Tree ClustalW Co-linearity Multiple Sequence Alignment Editors Yverdon Le Bain Introduction to Bioinformatic Introduction to Bioinformatic ami Khuri Department of Computer cience an Joé tate Univerity an Joé, California, UA khuri@c.ju.edu www.c.ju.edu/faculty/khuri

More information

Nonactive Current Definition and Compensation Using a Shunt Active Filter

Nonactive Current Definition and Compensation Using a Shunt Active Filter Nonative Current Definition and Compenation Uing a Shunt Ative Filter Yan Xu, Student Member, IEEE, John N. Chiaon, Senior Member, IEEE, Leon M. olbert, Senior Member, IEEE Abtrat hi paper preent a general

More information

Math Skills. Scientific Notation. Uncertainty in Measurements. Appendix A5 SKILLS HANDBOOK

Math Skills. Scientific Notation. Uncertainty in Measurements. Appendix A5 SKILLS HANDBOOK ppendix 5 Scientific Notation It i difficult to work with very large or very mall number when they are written in common decimal notation. Uually it i poible to accommodate uch number by changing the SI

More information

The Fourier Laplace Generalized Convolutions and Applications to Integral Equations

The Fourier Laplace Generalized Convolutions and Applications to Integral Equations Vietnam J Math 3 4:45 464 DOI.7/3-3-44- The Fourier Laplae Generalized Convolution and Appliation to Integral Equation Nguyen Xuan Thao Trinh Tuan Le Xuan Huy Reeived: 4 Otober / Aepted: Augut 3 / Publihed

More information

STUDY ON EFFECTIVE PRESTRESS OF RC BEAM STRENGTHENING WITH PRESTRESSED FRP

STUDY ON EFFECTIVE PRESTRESS OF RC BEAM STRENGTHENING WITH PRESTRESSED FRP Aia-Paifi Conferene on FRP in Struture (APFIS 27) S.T. Smith (ed) 27 International Intitute for FRP in Contrution STUDY ON FFCTIV PRSTRSS OF RC BAM STRNGTHNING WITH PRSTRSSD FRP X.Y. Guo, P.Y. Huang and

More information

A Note on the Sum of Correlated Gamma Random Variables

A Note on the Sum of Correlated Gamma Random Variables 1 A Note on the Sum of Correlated Gamma Random Variable Joé F Pari Abtract arxiv:11030505v1 [cit] 2 Mar 2011 The um of correlated gamma random variable appear in the analyi of many wirele communication

More information

To describe a queuing system, an input process and an output process has to be specified.

To describe a queuing system, an input process and an output process has to be specified. 5. Queue (aiting Line) Queuing terminology Input Service Output To decribe a ueuing ytem, an input proce and an output proce ha to be pecified. For example ituation input proce output proce Bank Cutomer

More information

Calculation of the influence of slot geometry on the magnetic flux density of the air gap of electrical machines: three-dimensional study

Calculation of the influence of slot geometry on the magnetic flux density of the air gap of electrical machines: three-dimensional study Calulation of the influene of geometry on the magneti flux denity of the air gap of eletrial mahine: three-dimenional tudy Rodrigo A. Lima, A. C. Paulo Coimbra, Tony Almeida, Viviane Margarida Gome, Thiago

More information

Detonation Initiation by Gradient Mechanism in Propane Oxygen and Propane Air Mixtures

Detonation Initiation by Gradient Mechanism in Propane Oxygen and Propane Air Mixtures Detonation Initiation by Gradient Mechanim in Propane Oxygen and Propane Air Mixture A.E. Rakitin, I.B. Popov, NEQLab Reearch BV, The Hague, 5AL, The Netherland A.Yu. Starikovkiy Princeton Univerity, Princeton,

More information

Codes Correcting Two Deletions

Codes Correcting Two Deletions 1 Code Correcting Two Deletion Ryan Gabry and Frederic Sala Spawar Sytem Center Univerity of California, Lo Angele ryan.gabry@navy.mil fredala@ucla.edu Abtract In thi work, we invetigate the problem of

More information

Seismic responses analysis of long continuous rigid-framed bridge subjected to multi-support excitations

Seismic responses analysis of long continuous rigid-framed bridge subjected to multi-support excitations Seimic repone analyi of long continuou rigid-framed ridge ujected to multi-upport excitation Jitao Li 1 and Qinghan Yang 2 1 Potgraduate, School of Civil Engineering, Beijing Jiaotong Univerity, Beijing.

More information

Online Appendix for Managerial Attention and Worker Performance by Marina Halac and Andrea Prat

Online Appendix for Managerial Attention and Worker Performance by Marina Halac and Andrea Prat Online Appendix for Managerial Attention and Worker Performance by Marina Halac and Andrea Prat Thi Online Appendix contain the proof of our reult for the undicounted limit dicued in Section 2 of the paper,

More information

Creep and Shrinkage Analysis of Curved Composite Beams Including the Effects of Partial Interaction

Creep and Shrinkage Analysis of Curved Composite Beams Including the Effects of Partial Interaction Paper 154 Civil-Comp Pre, 212 Proeeding of the Eleventh International Conferene on Computational Struture Tehnology, B.H.V. Topping, (Editor), Civil-Comp Pre, Stirlinghire, Sotland Creep and Shrinkage

More information

Supplementary Materials for

Supplementary Materials for advane.ienemag.org/gi/ontent/full/3/5/e1601984/dc1 Supplementary Material for Harneing the hygroopi and biofluoreent behavior of genetially tratable mirobial ell to deign biohybrid wearable Wen Wang, Lining

More information

The Skeldar V-150 flight control system. Modeling, identification and control of an unmanned helicopter. Saab AB. Saab Aerosystems.

The Skeldar V-150 flight control system. Modeling, identification and control of an unmanned helicopter. Saab AB. Saab Aerosystems. The Skeldar V-5 flight ontrol ytem Modeling, identifiation and ontrol of an unmanned heliopter Ola Härkegård LiTH, November 8, 27 Organization Saab AB Saab Aeroytem Aeronauti Flight Control Sytem Aerodynami

More information