Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce

Size: px
Start display at page:

Download "Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce"

Transcription

1 Ad hoc Servce Grd A Self-Organzng Infrastructure for Moble Commerce Klaus Herrmann Berln Unversty of Technology Emal: klaus.herrmann@acm.org Web: PTB-Semnar, 3./4. November 2004 PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 1

2 Outlne > Ad hoc Servce Grd > General vson, advantages, and challenges > Research Focus > Self-organzng Servce Dstrbuton > Complementng Concepts > Summary and Conclusons PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 2

3 Wreless Servces at medum-szed Locatons > Locatons: > Constructon stes, hosptals, shoppng malls etc. > Servces (e.g. at a shoppng mall) > Local, faclty-specfc servces for local users > Examples: navgaton, product fnder, reservaton (e.g. restaurant) > Usng cellular phone networks > Non-local communcaton, expensve, low-bandwdth > Usng WLAN access pont technology > Wrng s extremely expensve(!), nflexble, centralzed server PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 3

4 Ad hoc Servce Grd > Basc dea: Use an ad hoc network > Dstrbuton of PC-lke computers (Servce Cubes) at the locaton > Wreless network nterface, power connector, no perpherals > Drect communcaton between neghborng Servce Cubes > Mult-hop communcaton between Cubes that are further apart > Users access servces va nearest Servce Cube > Advantages > Communcaton s free of charge, modest expenses for setup > No hgh ntal expenses for monolthc central server > Flexbly scalable: addng or removng Cubes durng runtme s easy PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 4

5 Example Setup: Shoppng Mall 90 m 180 m PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 5

6 General Challenges > Decentralzaton and Self-Organzaton > Dstrbuted resources Control and organzaton s dffcult > Servce nfrastructure should be nvsble > Mnmal manual nterventons > Self-organze and adapt to changng condtons > Personalzaton vs. prvacy and securty > Offer personalzed servces whle provdng prvacy > Interactons must be secure > Busness Models > Indrect revenue PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 6

7 Current Research Focus > Self-organzng dynamc servce dstrbuton > Dynamc replcaton and node selecton to meet current demand > Maxmze QoS: response tmes perceved by users > Mnmze network load, balance processng load > Servce lookup and dscovery > Enable users to dscover servces and fnd best servce replca > Data consstency > Acheve data consstency among replcated stateful servces > What does an overall ASG Mddleware/Servceware look lke? PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 7

8 Self-organzng Servce Dstrbuton > Installaton: one servce replca postoned arbtrarly > Clents start accessng the servce > Assumpton: Spatal dstrbuton of requests s non-unform > General Approach: Use request patterns to gude dstrbuton > Clents always choose closest servce > Request tree T s recorded at each servce replca s Cube > Servce s replcated or mgrated to request hot spots PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 8

9 Dstrbuton algorthm > Runs perodcally at the replca s Cube > Compute weghtng functon M n for each node n n the tree > Fnd nodes and j n request tree T such that > and j are not n the same subtree > M > M j > M k for all k wth k j > Mgrate servce to node f t s domnatng (M >> M k for k) > Replcate servce to and j f both are domnatng and the servcespecfc replca lmt has not been reached > Dssolve replca f dle for too long PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 9

10 Weghtnng Functon M n M n = ( D + ) ( ) n 1 Rn t = t k > Informally: Number of transmssons caused by n > Inputs > D n : Hop Dstance of node n from servce s node > R n (): Number of requests transmtted by node n at tme ndex > t: the current tme ndex > k: length of relevant request hstory tme wndow PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 10

11 Smple Example Requests produced: R n (): D n +1: =100 (transmtted) M n : Requests produced: R n (): D n +1: =60 (transmtted) M n : PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 11

12 PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 12 Oscllaton Avodance > Mantan a hstory of adaptatons performed locally at each node > Adaptaton = (Destnaton, Request Tree) > Check for past adaptatons wth smlar Request Trees before performng an adaptaton > Smlarty of two trees T 1 and T 2 s gven by ( ) { } { } wth = r N r N N N M M M M T T s \ \, = k k k k k j T r T N N M root node from ID of node IDs from Set of ff 0 : :

13 Emergent Effects > Replcas fnd postons where traffc s balanced > None of the nodes nvolved n the request flow stands out n terms of network load produced (no domnatng nodes) > Tunable parameter: Domnaton Factor > Preset lmt on per-servce number of replca controls the average dstance between servce and clents > Tunable Parameter: Replca Lmt > Oscllaton avodance reduces unnecessary adaptatons whle stll keepng the system reactve > Tunable Parameter: Smlarty Threshold > Processng load s balanced > Replcaton and choce of nearest servce by clents PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 13

14 Result Adaptve Reducton n overall Traffc Overall Transmssons #Transmssons Tme [smulaton steps] PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 14

15 Work not Covered n the Talk > Dstrbuted lookup servce for moble servces > Forwardng of clent requests to current servce locaton > Lazy propagaton of locaton changes by snoopng meta nformaton pggybacked n servce reples Self-reparng > Data consstency n stateful servces > Weak, optmstc consstency model (nspred by Bayou) > Current work! > Archtectural mplcatons on overall mddleware > Puttng t all together > Past, current, and future work! PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 15

16 Summary and Conclusons > Ad hoc Servce Grd: Basc vson for a servce provsonng platform for medum-szed locatons > Conceptual groundwork (algorthms and protocols) > Self-organzng servce dstrbuton > Smple, usage-drven algorthm > Transmsson hot spots attract servces untl network load s balanced > Oscllaton s damped whle the system remans reactve to changes > Processng load s balanced PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 16

17 Thank you. Queston and comments are welcome. Klaus Herrmann Intellgent Networks and Management of Dstrbuted Systems Berln Unversty of Technology

18 Telecommuncatons Insttute Faculty IV Electrcal Engneerng & Computer Scence TU Berln phone: fax: Secretary EN 6 Enstenufer 17 EN-Gebäude D Berln Germany Intellgent Networks and Management of Dstrbuted Systems

19 Logofarbe 100% 80% 70% 60% 50% 40% 30% 20% Sekundärfarben (Blautöne) Sekundärfarben (Brauntöne) Farben für Grafken (Grautöne) 70% 50% 30% 10% Auszechnungsfarben für Grafken Auszechnungsfarben für Text: Pantone 151C Pantone Process Cyan C PTB-Semnar 04. Nov. 04 Herrmann - Ad hoc Servce Grd 19

Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce

Ad hoc Service Grid A Self-Organizing Infrastructure for Mobile Commerce Ad hoc Servce Grd A Self-Organzng Infrastructure for Moble Commerce Klaus Herrmann, Kurt Gehs, Gero Mühl Berln Unversty of Technology Emal: klaus.herrmann@acm.org Web: http://www.vs.tu-berln.de/herrmann/

More information

Resource Control for Elastic Traffic in CDMA Networks

Resource Control for Elastic Traffic in CDMA Networks Resource Control for Elastc Traffc n CDMA Networks Vaslos A. Srs Insttute of Computer Scence, FORTH Crete, Greece vsrs@cs.forth.gr ACM MobCom 2002 Sep. 23-28, 2002, Atlanta, U.S.A. Funded n part by BTexact

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

C. G. Cassandras and Y. Geng

C. G. Cassandras and Y. Geng BUILDING A CYBER-PHYSICAL INFRASTRUCTURE FOR THE SMART CITY: THE CASE OF SMART PARKING C. G. Cassandras and Y. Geng Dvson of Systems Engneerng Dept. of Electrcal and Computer Engneerng Center for Informaton

More information

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET)

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET) A Novel Optmzaton of the Dstance Source Routng (DSR) Protocol for the Moble Ad Hoc Networs (MANET) Syed S. Rzv 1, Majd A. Jafr, and Khaled Ellethy Computer Scence and Engneerng Department Unversty of Brdgeport

More information

Utility-based Routing

Utility-based Routing Utlty-based Routng Je Wu Dept. of Computer and Informaton Scences Temple Unversty Roadmap Introducton Why Another Routng Scheme Utlty-Based Routng Implementatons Extensons Some Fnal Thoughts 2 . Introducton

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas

Impact of Interference Model on Capacity in CDMA Cellular Networks. Robert Akl, D.Sc. Asad Parvez University of North Texas Impact of Interference Model on Capacty n CDMA Cellular Networks Robert Akl, D.Sc. Asad Parvez Unversty of North Texas Outlne Introducton to CDMA networks Average nterference model Actual nterference model

More information

Topology Control for C-RAN Architecture Based on Complex Network

Topology Control for C-RAN Architecture Based on Complex Network Topology Control for C-RAN Archtecture Based on Complex Network Zhanun Lu, Yung He, Yunpeng L, Zhaoy L, Ka Dng Chongqng key laboratory of moble communcatons technology Chongqng unversty of post and telecommuncaton

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

Enhancing Throughput in Wireless Multi-Hop Network with Multiple Packet Reception

Enhancing Throughput in Wireless Multi-Hop Network with Multiple Packet Reception Enhancng Throughput n Wreless Mult-Hop Network wth Multple Packet Recepton Ja-lang Lu, Paulne Vandenhove, We Shu, Mn-You Wu Dept. of Computer Scence & Engneerng, Shangha JaoTong Unversty, Shangha, Chna

More information

Movement - Assisted Sensor Deployment

Movement - Assisted Sensor Deployment Intro Self Deploy Vrtual Movement Performance Concluson Movement - Asssted Sensor Deployment G. Wang, G. Cao, T. La Porta Dego Cammarano Laurea Magstrale n Informatca Facoltà d Ingegnera dell Informazone,

More information

Approximating User Distributions in WCDMA Networks Using 2-D Gaussian

Approximating User Distributions in WCDMA Networks Using 2-D Gaussian CCCT 05: INTERNATIONAL CONFERENCE ON COMPUTING, COMMUNICATIONS, AND CONTROL TECHNOLOGIES 1 Approxmatng User Dstrbutons n CDMA Networks Usng 2-D Gaussan Son NGUYEN and Robert AKL Department of Computer

More information

Distributed Uplink Scheduling in EV-DO Rev. A Networks

Distributed Uplink Scheduling in EV-DO Rev. A Networks Dstrbuted Uplnk Schedulng n EV-DO ev. A Networks Ashwn Srdharan (Sprnt Nextel) amesh Subbaraman, och Guérn (ESE, Unversty of Pennsylvana) Overvew of Problem Most modern wreless systems Delver hgh performance

More information

An Activity Based Mobility Prediction Strategy Using Markov Modeling for Wireless Networks

An Activity Based Mobility Prediction Strategy Using Markov Modeling for Wireless Networks An Actvty Based Moblty Predcton Strategy Usng Markov Modelng for Wreless Networks R.V. Mathvarun and V.Vadeh Abstract: The foremost objectve of a wreless network s to facltate the communcaton of moble

More information

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm

Coverage Maximization in Mobile Wireless Sensor Networks Utilizing Immune Node Deployment Algorithm CCECE 2014 1569888203 Coverage Maxmzaton n Moble Wreless Sensor Networs Utlzng Immune Node Deployment Algorthm Mohammed Abo-Zahhad, Sabah M. Ahmed and Nabl Sabor Electrcal and Electroncs Engneerng Department

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

Traffic balancing over licensed and unlicensed bands in heterogeneous networks

Traffic balancing over licensed and unlicensed bands in heterogeneous networks Correspondence letter Traffc balancng over lcensed and unlcensed bands n heterogeneous networks LI Zhen, CUI Qme, CUI Zhyan, ZHENG We Natonal Engneerng Laboratory for Moble Network Securty, Bejng Unversty

More information

AN IMPROVED BIT LOADING TECHNIQUE FOR ENHANCED ENERGY EFFICIENCY IN NEXT GENERATION VOICE/VIDEO APPLICATIONS

AN IMPROVED BIT LOADING TECHNIQUE FOR ENHANCED ENERGY EFFICIENCY IN NEXT GENERATION VOICE/VIDEO APPLICATIONS Journal of Engneerng Scence and Technology Vol., o. 4 (6) 476-495 School of Engneerng, Taylor s Unversty A IMPROVED BIT LOADIG TECHIQUE FOR EHACED EERGY EFFICIECY I EXT GEERATIO VOICE/VIDEO APPLICATIOS

More information

An efficient cluster-based power saving scheme for wireless sensor networks

An efficient cluster-based power saving scheme for wireless sensor networks RESEARCH Open Access An effcent cluster-based power savng scheme for wreless sensor networks Jau-Yang Chang * and Pe-Hao Ju Abstract In ths artcle, effcent power savng scheme and correspondng algorthm

More information

EE360: Lecture 7 Outline Cellular System Capacity and ASE Announcements Summary due next week

EE360: Lecture 7 Outline Cellular System Capacity and ASE Announcements Summary due next week EE360: Lecture 7 Outlne Cellular System Capacty and ASE Announcements Summary due next week Capacty Area Spectral Effcency Dynamc Resource Allocaton Revew of Cellular Lecture Desgn consderatons: Spectral

More information

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks Resource Allocaton Optmzaton for Devce-to- Devce Communcaton Underlayng Cellular Networks Bn Wang, L Chen, Xaohang Chen, Xn Zhang, and Dacheng Yang Wreless Theores and Technologes (WT&T) Bejng Unversty

More information

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks I. J. Communcatons, etwork and System Scences, 8, 3, 7-83 Publshed Onlne August 8 n ScRes (http://www.scrp.org/journal/jcns/). Jont Adaptve Modulaton and Power Allocaton n Cogntve Rado etworks Dong LI,

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

Clustering Based Fractional Frequency Reuse and Fair Resource Allocation in Multi-cell Networks

Clustering Based Fractional Frequency Reuse and Fair Resource Allocation in Multi-cell Networks Ths full text paper was peer revewed at the drecton of IEEE Communcatons Socety subject matter experts for publcaton n the IEEE ICC 21 proceedngs Clusterng Based Fractonal Frequency Reuse and Far Resource

More information

FUTURE wireless systems will need to provide high data

FUTURE wireless systems will need to provide high data IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL., NO. 1, JANUARY 7 9 Downlnk Performance and Capacty of Dstrbuted Antenna Systems n a Multcell Envronment Wan Cho, Student Member, IEEE, and Jeffrey G.

More information

Low Complexity Duty Cycle Control with Joint Delay and Energy Efficiency for Beacon-enabled IEEE Wireless Sensor Networks

Low Complexity Duty Cycle Control with Joint Delay and Energy Efficiency for Beacon-enabled IEEE Wireless Sensor Networks Low Complexty Duty Cycle Control wth Jont Delay and Energy Effcency for Beacon-enabled IEEE 8254 Wreless Sensor Networks Yun L Kok Keong Cha Yue Chen Jonathan Loo School of Electronc Engneerng and Computer

More information

Research Article A Utility-Based Rate Allocation of M2M Service in Heterogeneous Wireless Environments

Research Article A Utility-Based Rate Allocation of M2M Service in Heterogeneous Wireless Environments Internatonal Dstrbuted Sensor etworks Volume 3, Artcle ID 3847, 7 pages http://dx.do.org/.55/3/3847 Research Artcle A Utlty-Based Rate Allocaton of MM Servce n Heterogeneous Wreless Envronments Yao Huang,

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

Performance Evaluation of QoS Parameters in Dynamic Spectrum Sharing for Heterogeneous Wireless Communication Networks

Performance Evaluation of QoS Parameters in Dynamic Spectrum Sharing for Heterogeneous Wireless Communication Networks IJCSI Internatonal Journal of Computer Scence Issues, Vol. 9, Issue 1, No 2, January 2012 ISSN (Onlne): 1694-0814 www.ijcsi.org 81 Performance Evaluaton of QoS Parameters n Dynamc Spectrum Sharng for Heterogeneous

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

Kalman Filter based Dead Reckoning Algorithm for Minimizing Network Traffic between Mobile Nodes in Wireless GRID

Kalman Filter based Dead Reckoning Algorithm for Minimizing Network Traffic between Mobile Nodes in Wireless GRID Kalman Flter based Dead Reconng Algorthm for Mnmzng Networ Traffc between Moble Nodes n Wreless GRID Seong-Whan Km and K-Hong Ko Department of Computer Scence, Unv. of Seoul, Jeon-Nong-Dong, Seoul, Korea

More information

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms

An Optimal Model and Solution of Deployment of Airships for High Altitude Platforms An Optmal Model and Soluton of Deployment of Arshps for Hgh Alttude Platforms Xuyu Wang, Xnbo Gao, Ru Zong, Peng Cheng. VIPS Lab, School of Electronc Engneerng, Xdan Unversty, X an 77, Chna. Department

More information

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

Journal of Chemical and Pharmaceutical Research, 2016, 8(4): Research Article

Journal of Chemical and Pharmaceutical Research, 2016, 8(4): Research Article Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2016, 8(4):788-793 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Vrtual Force Coverage Enhancement Optmzaton Algorthm Based

More information

Intelligent Management of Distributed Generators Reactive Power for Loss Minimization and Voltage Control

Intelligent Management of Distributed Generators Reactive Power for Loss Minimization and Voltage Control Intellgent Management of Dstrbuted Generators Reactve Power for Loss Mnmzaton and Voltage Control Mohd Zamr Che Wank 1, Istvan Erlch, and Azah Mohamed 3 Department of Electrcal Power System, Unversty of

More information

Challenges of Flexible Real-Time Communication

Challenges of Flexible Real-Time Communication -1 - ARTIST2 Summer School 2008 n Europe Autrans (near Grenoble), France September 8-12, 8 2008 Challenges of Flexble Real-Tme Communcaton Lecturer: Lus Almeda Embedded Systems Lab IEETA Unversty of Avero,

More information

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION Vncent A. Nguyen Peng-Jun Wan Ophr Freder Computer Scence Department Illnos Insttute of Technology Chcago, Illnos vnguyen@t.edu,

More information

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems

Throughput Maximization by Adaptive Threshold Adjustment for AMC Systems APSIPA ASC 2011 X an Throughput Maxmzaton by Adaptve Threshold Adjustment for AMC Systems We-Shun Lao and Hsuan-Jung Su Graduate Insttute of Communcaton Engneerng Department of Electrcal Engneerng Natonal

More information

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields

Key-Words: - Automatic guided vehicles, Robot navigation, genetic algorithms, potential fields Autonomous Robot Navgaton usng Genetc Algorthms F. ARAMBULA COSIO, M. A. PADILLA CASTAÑEDA Lab. de Imágenes y Vsón Centro de Instrumentos, UNAM Méxco, D.F., 451 MEXICO Abstract: - In ths paper s presented

More information

Iterative Water-filling for Load-balancing in

Iterative Water-filling for Load-balancing in Iteratve Water-fllng for Load-balancng n Wreless LAN or Mcrocellular Networks Jeremy K. Chen Theodore S. Rappaport Gustavo de Vecana Wreless Networkng and Communcatons Group (WNCG), The Unversty of Texas

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

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

A Predictive QoS Control Strategy for Wireless Sensor Networks

A Predictive QoS Control Strategy for Wireless Sensor Networks The 1st Worshop on Resource Provsonng and Management n Sensor Networs (RPMSN '5) n conjuncton wth the 2nd IEEE MASS, Washngton, DC, Nov. 25 A Predctve QoS Control Strategy for Wreless Sensor Networs Byu

More information

The Detection Algorithms Performance in BLAST Enhanced IEEE a WLAN Standard on Measured Channels. University of Bristol

The Detection Algorithms Performance in BLAST Enhanced IEEE a WLAN Standard on Measured Channels. University of Bristol The Detecton Algorthms Performance n BLAST Enhanced IEEE 802.11a WLAN Standard on Measured Channels Unversty of Brstol Robert Pechoc, Paul Fletcher, Andy Nx, Nshan Canagarajah and Joe McGeehan The Thrd

More information

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality.

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality. Wreless Communcatons Technologes 6::559 (Advanced Topcs n Communcatons) Lecture 5 (Aprl th ) and Lecture 6 (May st ) Instructor: Professor Narayan Mandayam Summarzed by: Steve Leung (leungs@ece.rutgers.edu)

More information

PAPER Effect of Joint Detection on System Throughput in Distributed Antenna Network

PAPER Effect of Joint Detection on System Throughput in Distributed Antenna Network DOI:10.1587/transcom.2018EBP3077 Publczed:2018/08/29 Ths advance publcaton artcle wll after proofreadng. IEICE TRANS.??, VOL.Exx??, NO.xx XXXX 200x 1 PAPER Effect of Jont Detecton on System Throughput

More information

Correlation Analysis of Multiple-Input Multiple-Output Channels with Cross-Polarized Antennas

Correlation Analysis of Multiple-Input Multiple-Output Channels with Cross-Polarized Antennas Correlaton Analyss of Multple-Input Multple-Output Channels wth Cross-Polarzed Antennas Le Jang, Volker Jungnckel, Stephan Jaeckel, Lars Thele and Armn Brylka Fraunhofer Insttute for Telecommuncatons,

More information

Smart Duty Cycle Control with Reinforcement Learning for Machine to Machine Communications

Smart Duty Cycle Control with Reinforcement Learning for Machine to Machine Communications IEEE ICC 2015 - Workshop on Smart Communcaton Protocols and Algorthms (SCPA 2015 Smart Duty Cycle Control wth Renforcement Learnng for Machne to Machne Communcatons Yun L, Kok Keong Cha, Yue Chen, Jonathan

More information

Automatic Decentralized Clustering for Wireless Sensor Networks

Automatic Decentralized Clustering for Wireless Sensor Networks EURASIP Journal on Wreless Communcatons and Networkng 005:5, 97 c 005 C.-Y. Wen and W. A. Sethares Automatc Decentralzed Clusterng for Wreless Sensor Networks Chh-Yu Wen Department of Electrcal and Computer

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

Electrical Capacitance Tomography with a Square Sensor

Electrical Capacitance Tomography with a Square Sensor Electrcal Capactance Tomography wth a Square Sensor W Q Yang * Department of Electrcal Engneerng and Electroncs, Process Tomography Group, UMIST, P O Box 88, Manchester M60 QD, UK, emal w.yang@umst.ac.uk

More information

Redes de Comunicação em Ambientes Industriais Aula 8

Redes de Comunicação em Ambientes Industriais Aula 8 Redes de Comuncação em Ambentes Industras Aula 8 Luís Almeda lda@det.ua.pt Electronc Systems Lab-IEETA / DET Unversdade de Avero Avero, Portugal RCAI 2005/2006 1 In the prevous epsode... Cooperaton models:

More information

Study of the Improved Location Algorithm Based on Chan and Taylor

Study of the Improved Location Algorithm Based on Chan and Taylor Send Orders for eprnts to reprnts@benthamscence.ae 58 The Open Cybernetcs & Systemcs Journal, 05, 9, 58-6 Open Access Study of the Improved Locaton Algorthm Based on Chan and Taylor Lu En-Hua *, Xu Ke-Mng

More information

Centralized approach for multi-node localization and identification

Centralized approach for multi-node localization and identification Centralzed approach for mult-node localzaton and dentfcaton Ola A. Hasan Electrcal Engneerng Department Unversty of Basrah Basrah, Iraq Lolastar91@gmal.com Ramzy S. Al Electrcal Engneerng Department Unversty

More information

MIMO-OFDM Systems. Team Telecommunication and Computer Networks, FSSM, University Cadi Ayyad, P.O. Box 2390, Marrakech, Morocco.

MIMO-OFDM Systems. Team Telecommunication and Computer Networks, FSSM, University Cadi Ayyad, P.O. Box 2390, Marrakech, Morocco. IJCSI Internatonal Journal of Computer Scence Issues, Vol. 8, Issue 3, ay 2011 ISSN (Onlne: 1694-0814 A Low-complexty Power and Bt Allocaton Algorthm for ultuser IO-OFD Systems Ayad Habb 1, Khald El Baamran

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

An Energy Efficient Hierarchical Clustering Algorithm for Wireless Sensor Networks

An Energy Efficient Hierarchical Clustering Algorithm for Wireless Sensor Networks An Energy Effcent Herarchcal Clusterng Algorthm for Wreless Sensor Networks Seema Bandyopadhyay and Edward J. Coyle School of Electrcal and Computer Engneerng Purdue Unversty West Lafayette, IN, USA {seema,

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

Data-Centric Attribute Allocation and Retrieval (DCAAR) Scheme for Wireless Sensor Networks

Data-Centric Attribute Allocation and Retrieval (DCAAR) Scheme for Wireless Sensor Networks Data-Centrc Attrbute Allocaton and Retreval () Scheme for Wreless Sensor Networks Ratnabal Bswas, Kaushk Chowdhury and Dharma P. Agrawal OBR Research Center for Dstrbuted and Moble Computng, Dept. of CCS,

More information

Optimal Grid Topology using Genetic Algorithm to Maintain Network Security

Optimal Grid Topology using Genetic Algorithm to Maintain Network Security Internatonal Journal of Engneerng Scences, 2(8) August 23, Pages: 388-398 TI Journals Internatonal Journal of Engneerng Scences www.tournals.com ISSN 236-6474 Optmal Grd Topology usng Genetc Algorthm to

More information

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System

The Performance Improvement of BASK System for Giga-Bit MODEM Using the Fuzzy System Int. J. Communcatons, Network and System Scences, 10, 3, 1-5 do:10.36/jcns.10.358 Publshed Onlne May 10 (http://www.scrp.org/journal/jcns/) The Performance Improvement of BASK System for Gga-Bt MODEM Usng

More information

An Improved Method for GPS-based Network Position Location in Forests 1

An Improved Method for GPS-based Network Position Location in Forests 1 Ths full text paper was peer revewed at the drecton of IEEE Communcatons Socety subject matter experts for publcaton n the WCNC 008 proceedngs. An Improved Method for GPS-based Network Poston Locaton n

More information

Adaptive Distributed Topology Control for Wireless Ad-Hoc Sensor Networks

Adaptive Distributed Topology Control for Wireless Ad-Hoc Sensor Networks Adaptve Dstrbuted Topology Control for Wreless Ad-Hoc Sensor Networks Ka-Tng Chu, Chh-Yu Wen, Yen-Cheh Ouyang, and Wllam A. Sethares Abstract Ths paper presents a decentralzed clusterng and gateway selecton

More information

An Improved Weighted Centroid Localization Algorithm

An Improved Weighted Centroid Localization Algorithm Internatonal Journal of Future Generaton Communcaton an Networng Vol.6, No.5 (203), pp.45-52 http://x.o.org/0.4257/fgcn.203.6.5.05 An Improve Weghte Centro Localzaton Algorthm L Bn, Dou Zheng*, Nng Yu

More information

Development of a High-Order Discontinuous Galerkin Fluid Solver Within SU2

Development of a High-Order Discontinuous Galerkin Fluid Solver Within SU2 Development of a Hgh-Order Dscontnuous Galern Flud Solver Wthn SU2 Edwn van der Wede Department of Mechancal Engneerng Unversty of Twente Thomas D. Economon, Juan J. Alonso, Jae hwan Cho, Carlos da Slva

More information

An Adaptive Scheduling Algorithm for Set Cover Problem in Wireless Sensor Networks: A Cellular Learning Automata Approach

An Adaptive Scheduling Algorithm for Set Cover Problem in Wireless Sensor Networks: A Cellular Learning Automata Approach 2 3rd Internatonal Conference on Machne Learnng and Computng (ICMLC 2) n daptve chedulng lgorthm for et Cover Problem n Wreless ensor Networks: Cellular Learnng utomata pproach eza Ghader Computer Engneerng

More information

Analysis of Lifetime of Large Wireless Sensor Networks Based on Multiple Battery Levels

Analysis of Lifetime of Large Wireless Sensor Networks Based on Multiple Battery Levels I. J. Communcatons, Network and System Scences, 008,, 05-06 Publshed Onlne May 008 n ScRes (http://www.srpublshng.org/journal/jcns/). Analyss of Lfetme of Large Wreless Sensor Networks Based on Multple

More information

A Control and Communications Architecture for a Secure and Reconfigurable Power Distribution System: An Analysis and Case Study

A Control and Communications Architecture for a Secure and Reconfigurable Power Distribution System: An Analysis and Case Study A and Communcatons Archtecture for a Secure and Reconfgurable Power Dstrbuton System: An Analyss and Case Study Anthony M. Gacomon*, S. Massoud Amn*, and Bruce F. Wollenberg*! *Department of Electrcal

More information

Spectrum Co-existence of IEEE b and a Networks Using Reactive and Proactive Etiquette Policies

Spectrum Co-existence of IEEE b and a Networks Using Reactive and Proactive Etiquette Policies Moble Netw Appl (2006) 11:539 554 DOI 10.1007/s11036-006-7321-z Spectrum Co-exstence of IEEE 802.11b and 802.16a Networks Usng Reactve and Proactve Etquette Polces Xangpeng Jng Dpankar Raychaudhur Publshed

More information

Wi-Fi Indoor Location Based on RSS Hyper-Planes Method

Wi-Fi Indoor Location Based on RSS Hyper-Planes Method Chung Hua Journal of Scence and Engneerng, Vol. 5, No. 4, pp. 7-4 (007 W-F Indoor Locaton Based on RSS Hyper-Planes Method Ch-Kuang Hwang and Kun-Feng Cheng Department of Electrcal Engneerng, Chung Hua

More information

Context-aware Cluster Based Device-to-Device Communication to Serve Machine Type Communications

Context-aware Cluster Based Device-to-Device Communication to Serve Machine Type Communications Context-aware Cluster Based Devce-to-Devce Communcaton to Serve Machne Type Communcatons J Langha, Lu Man, Hans D. Schotten Char of Wreless Communcaton, Unversty of Kaserslautern, Germany {j,manlu,schotten}@et.un-kl.de

More information

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov Algorthms Arlne Schedulng Arlne Schedulng Desgn and Analyss of Algorthms Andre Bulatov Algorthms Arlne Schedulng 11-2 The Problem An arlne carrer wants to serve certan set of flghts Example: Boston (6

More information

Target Channel Visiting Order Design Using Particle Swarm Optimization for Spectrum Handoff in Cognitive Radio Networks

Target Channel Visiting Order Design Using Particle Swarm Optimization for Spectrum Handoff in Cognitive Radio Networks Algorthms 204, 7, 48-428; do:0.3390/a703048 Artcle OPEN ACCESS algorthms ISSN 999-4893 www.mdp.com/journal/algorthms Target Channel Vstng Order Desgn Usng Partcle Swarm Optmzaton for Spectrum Handoff n

More information

Power Minimization Under Constant Throughput Constraint in Wireless Networks with Beamforming

Power Minimization Under Constant Throughput Constraint in Wireless Networks with Beamforming Power Mnmzaton Under Constant Throughput Constrant n Wreless etworks wth Beamformng Zhu Han and K.J. Ray Lu, Electrcal and Computer Engneer Department, Unversty of Maryland, College Park. Abstract In mult-access

More information

CONTROL AND OPTIMIZATION IN CYBERPHYSICAL SYSTEMS: FROM SENSOR NETWORKS TO "SMART PARKING" APPS. C. G. Cassandras

CONTROL AND OPTIMIZATION IN CYBERPHYSICAL SYSTEMS: FROM SENSOR NETWORKS TO SMART PARKING APPS. C. G. Cassandras CONTROL AND OPTIMIZATION IN CYBERPHYSICAL SYSTEMS: FROM SENSOR NETWORKS TO "SMART PARKING" APPS C. G. Cassandras Dvson of Systems Engneerng and Dept. of Electrcal and Computer Engneerng and Center for

More information

On Channel Estimation of OFDM-BPSK and -QPSK over Generalized Alpha-Mu Fading Distribution

On Channel Estimation of OFDM-BPSK and -QPSK over Generalized Alpha-Mu Fading Distribution Int. J. Communcatons, Network and System Scences, 010, 3, 380-384 do:10.436/jcns.010.34048 Publshed Onlne Aprl 010 (http://www.scrp.org/journal/jcns/) On Channel Estmaton of OFDM-BPSK and -QPSK over Generalzed

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

Channel Alternation and Rotation in Narrow Beam Trisector Cellular Systems

Channel Alternation and Rotation in Narrow Beam Trisector Cellular Systems Channel Alternaton and Rotaton n Narrow Beam Trsector Cellular Systems Vncent A. Nguyen, Peng-Jun Wan, Ophr Freder Illnos Insttute of Technology-Communcaton Laboratory Research Computer Scence Department-Chcago,

More information

Fractional Base Station Cooperation Cellular Network

Fractional Base Station Cooperation Cellular Network Fractonal Base Staton Cooperaton Cellular Network Naok usashma Tokyo Insttute of Technoloy, Department of Electrcal and Electronc Enneern, Arak-Sakauch Laboratores. Contents Backround Cell-ede problem

More information

Cost Analysis and Efficient Radio Bearer Selection for Multicasting over UMTS

Cost Analysis and Efficient Radio Bearer Selection for Multicasting over UMTS Cost Analyss and Effcent Rado Bearer Selecton for Multcastng over UMTS Antonos Alexou, Chrstos Bouras, Vasleos Kokknos, Evangelos Rekkas Research Academc Computer Technology Insttute, Greece and Computer

More information

Fair Coalitions for Power-Aware Routing in Wireless Networks

Fair Coalitions for Power-Aware Routing in Wireless Networks Unversty of Pennsylvana ScholarlyCommons Departmental Papers (ESE) Department of Electrcal & Systems Engneerng February 2007 Far Coaltons for Power-Aware Routng n Wreless Networks Ratul K. Guha Unversty

More information

Dynamic Resource Networks: Coordination and Control of Networks with Mobile Actuators and Sensors

Dynamic Resource Networks: Coordination and Control of Networks with Mobile Actuators and Sensors Dynamc Resource Networks: Coordnaton and Control of Networks wth Moble Actuators and Sensors Kevn L. Moore, Ph.D., P.E.¹ G.A. Dobelman Dstngushed Char and Professor of Engneerng Dvson of Engneerng Colorado

More information

Performance Analysis of Scheduling Policies for Delay-Tolerant Applications in Centralized Wireless Networks

Performance Analysis of Scheduling Policies for Delay-Tolerant Applications in Centralized Wireless Networks Performance Analyss of Schedulng Polces for Delay-Tolerant Applcatons n Centralzed Wreless Networks Mohamed Shaqfeh and Norbert Goertz Insttute for Dgtal Communcatons Jont Research Insttute for Sgnal &

More information

COMPARISON OF DIFFERENT BROADCAST SCHEMES FOR MULTI-HOP WIRELESS SENSOR NETWORKS 1

COMPARISON OF DIFFERENT BROADCAST SCHEMES FOR MULTI-HOP WIRELESS SENSOR NETWORKS 1 Internatonal Journal of Computer Networks & Communcatons (IJCNC), Vol., No.4, July 1 COMARISON OF DIFFERENT BROADCAST SCHEMES FOR MULTI-HO WIRELESS SENSOR NETWORKS 1 S. Mehta and K.S. Kwak UWB Wreless

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

Delay Constrained Fuzzy Rate Control for Video Streaming over DVB-H

Delay Constrained Fuzzy Rate Control for Video Streaming over DVB-H Delay Constraned Fuzzy Rate Control for Vdeo Streamng over DVB-H Mehd Rezae, Moncef Gabbouj, 3 med Bouazz,, Tampere Unversty of Technology, 3 Noka Research Center, Tampere, Fnland mehd.rezae@tut.f, moncef.gabbouj@tut.f,

More information

Dynamic Resource Allocation Algorithm of UAS by Network Environment and Data Requirement

Dynamic Resource Allocation Algorithm of UAS by Network Environment and Data Requirement Dynamc Resource Allocaton Algorthm of UAS by Network Envronment and Data Requrement Hye-Rm Cheon, Jun-Woo Cho, and Jae-Hyun Km Department of Electrcal and Computer Engneerng Ajou Unversty Suwon, Republc

More information

Frog Call-Inspired Self-Organizing Anti-Phase Synchronization for Wireless Sensor Networks

Frog Call-Inspired Self-Organizing Anti-Phase Synchronization for Wireless Sensor Networks Frog Call-Inspred Self-Organzng Ant-Phase Synchronzaton for Wreless Sensor Networks Akra Mutazono Graduate School of Informaton Scence and Technology Osaka Unversty -5, Yamadaoka, Suta-sh, Osaka 565-87,

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

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

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance

Optimizing a System of Threshold-based Sensors with Application to Biosurveillance Optmzng a System of Threshold-based Sensors wth Applcaton to Bosurvellance Ronald D. Frcker, Jr. Thrd Annual Quanttatve Methods n Defense and Natonal Securty Conference May 28, 2008 What s Bosurvellance?

More information

Next Generation Wireless Networks: Research Challenges and Opportunities

Next Generation Wireless Networks: Research Challenges and Opportunities Next Generaton Wreless Networks: Research Challenges and Opportuntes Abhay Karandkar Professor Department of Electrcal Engneerng Indan Insttute of Technology Bombay, Mumba 400076 karand@ee.tb.ac.n Har

More information

Chalmers Publication Library. Copyright Notice

Chalmers Publication Library. Copyright Notice Chalmers Publcaton Lbrary Copyrght Notce 202 IEEE. Personal use of ths materal s permtted. However, permsson to reprnt/republsh ths materal for advertsng or promotonal purposes or for creatng new collectve

More information

The Effect Of Phase-Shifting Transformer On Total Consumers Payments

The Effect Of Phase-Shifting Transformer On Total Consumers Payments Australan Journal of Basc and Appled Scences 5(: 854-85 0 ISSN -88 The Effect Of Phase-Shftng Transformer On Total Consumers Payments R. Jahan Mostafa Nck 3 H. Chahkand Nejad Islamc Azad Unversty Brjand

More information

Utility-Based Power Control in Cellular Wireless Systems

Utility-Based Power Control in Cellular Wireless Systems Utlty-Based Power Control n Cellular Wreless Systems Mngbo Xao, Ness B. Shroff, Edwn K. P. Chong School of Electrcal and Computer Engneerng Purdue Unversty West Lafayette, IN 797, U.S.A. fmngbo, shroff,

More information

Distributed Channel Allocation Algorithm with Power Control

Distributed Channel Allocation Algorithm with Power Control Dstrbuted Channel Allocaton Algorthm wth Power Control Shaoj N Helsnk Unversty of Technology, Insttute of Rado Communcatons, Communcatons Laboratory, Otakaar 5, 0150 Espoo, Fnland. E-mal: n@tltu.hut.f

More information

Optimization of transformer loading based on hot-spot temperature using a predictive health model

Optimization of transformer loading based on hot-spot temperature using a predictive health model Delft Unversty of Technology Delft Center for Systems and Control Techncal report 10-037 Optmzaton of transformer ng based on hot-spot temperature usng a predctve health model G. Bajracharya, T. Koltunowcz,

More information

CELLULAR SYSTEM CAPACITY and PERFORMANCE IMPROVEMENT with SDMA

CELLULAR SYSTEM CAPACITY and PERFORMANCE IMPROVEMENT with SDMA CELLULAR SYSTEM CAPACITY and PERFORMANCE IMPROVEMENT wth SDMA Flpe Alves, Henrque Rbero, José Fernandes 3 Escola Superor de Tecnologa, Insttuto Poltécnco de Castelo Branco, 6 Castelo Branco, Portugal Phone:+35-7-339355

More information

Optimum Allocation of Distributed Generations Based on Evolutionary Programming for Loss Reduction and Voltage Profile Correction

Optimum Allocation of Distributed Generations Based on Evolutionary Programming for Loss Reduction and Voltage Profile Correction ISSN : 0976-8491(Onlne) ISSN : 2229-4333(rnt) Optmum Allocaton of Dstrbuted Generatons Based on Evolutonary rogrammng for Reducton and Voltage rofle Correcton 1 Mohammad Saleh Male, 2 Soodabeh Soleyman

More information