Redes de Comunicação em Ambientes Industriais Aula 8

Size: px
Start display at page:

Download "Redes de Comunicação em Ambientes Industriais Aula 8"

Transcription

1 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

2 In the prevous epsode... Cooperaton models: Clent/Server, Producer/Consumer, Producer/Dstrbutor/Consumer, Publsher/Subscrber Manufacturng Message Specfcaton Goals Archtecture Objects and methods Clock synchronzaton IEEE 1588 SynUTC RCAI 2005/2006 2

3 Establshes the relatve order of message transmssons Related ssues: Constrants mposed by the MAC Fxed-prortes, Master-Slave, Token-passng, TDMA, FIFO queues, Table-based Support for global synchronsm Allows use of offsets On-lne or off-lne (table-based) schedulng Statc or dynamc schedulng RCAI 2005/2006 3

4 The traffc schedulng algorthm s essentally executed at the data lnk level (MAC and by local queung polces) network layer (routng queues) It can be dstrbuted (e.g. CAN), or centralzed n a partcular node (e.g. FTT-CAN, WorldFIP). RCAI 2005/2006 4

5 Resemblances wth task schedulng The problem of schedulng tasks n a processor, upon fully dstrbuton (one processor per task) s transformed n a message schedulng problem The network s now the bottleneck (.e. the resource to be scheduled) G(s) G(s) Network RCAI 2005/2006 5

6 Resemblances wth task schedulng Task model must be adapted adequately accordng to network protocol Tasks executon tme (C ) translates to message transmsson tme, or to transacton duraton when atomc Perod (T ), Deadlne (D ) and Prorty (P ) are smlar Offsets (O ) are supported on globally synchronzed systems, only D C t=0 O O + T O + kt tme RCAI 2005/2006 6

7 Resemblances wth task schedulng Non-preempton of message (packet) transmsson. Once transmsson starts cannot be nterrupted. Can be accounted for as a blockng term (B ) Ready Messages Bus tmelne B 1,3 B - Blockng Messages RCAI 2005/2006 7

8 Typcal schedulng model M {m (C,T,J,D,P,O ), =1..N} N ncomng streams Nonpreemptve scheduler Outgong traffc Problem: Can all tmng constrants be met? or Is the message set schedulable? Schedulablty Analyss Knowng the schedulng polcy and the arrval pattern of the ncomng flows allows determnng the departng pattern of the outgong flow RCAI 2005/2006 8

9 Schedulng Crtera Fxed Prortes Rate Monotonc (RM) Deadlne Monotonc (DM) Importance Dynamc Prortes Earlest Deadlne Frst (EDF) Least Laxty Frst (LLF) Frst Come Frst Served (FCFS) RCAI 2005/2006 9

10 Schedulablty Analyss Most typcal analyss focus on Bandwdth utlzaton U= Network nduced delay also referred to as worst-case response tme analyss. In statc table-based systems t s typcal to use branch and bound technques to optmze the schedule (e.g. wrt to jtter or precedences) N C T 1 RCAI 2005/

11 Schedulablty analyss based on utlzaton Rate Monotonc (RM): N 1 B + max < T 1..N T C 1/N N(2-1) Earlest Deadlne Frst (EDF): N C B + max < 1 T 1..N T 1 B = max (C ) l= j..n l Modfed Lu and Layland (1973) utlzatons bounds accountng for blockng RCAI 2005/

12 Schedulablty analyss based on utlzaton Gettng rd of the blockng wth nserted dle-tme Ready Messages Bus tmelne X n E 3 1 X Inserted dle-tme E Tck duraton Messages Non-Preemptve Blockng-Free Schedulng Model RM: EDF: C T ' C = C * E X max RCAI 2005/ N 1 N 1 + C <1 T < N(2 1/N E -1)

13 Schedulablty analyss based on network-nduced delay Maxmum network-nduced delay (Fxed Prortes) Bus Tmelne 6 crtcal nstant B I R 5 B Blockng I Busy wndow R Response tme of messages Rwc I = B = I + + C jn hp() I + Tj τ *C j RCAI 2005/

14 Schedulablty analyss based on network-nduced delay Maxmum network-nduced delay (Fxed Prortes) I (n + 1) = B untl + wth I (0) = B j n hp() I (n + 1) = I + I (n) + τ *C j Tj (n) or I (n + 1) > D C jn hp() Load generated up to t t + τ H (t) = B + *C j + C jn hp() Tj j Load hpe H (t) H (t) = t tme RCAI 2005/

15 Schedulablty analyss based on network-nduced delay crtcal nstant Maxmum network-nduced delay (Fxed Prortes) Wth nserted dle-tme we can use the Tmelne Analyss Consder the followng set of 9 varables wth perods gven by T 1 =1, T 2..5 =2, T 6..9 >3 Rwc t= Bus tmelne RCAI 2005/

16 Cyclc Table-Based Schedulng uc A table s bult off-lne wth a cyclc schedule At run-tme, the table s scanned to ntate transmssons accordng to schedule The table can be centralzed (e.g. WorldFIP) or dstrbuted (e.g. TTP/C) Applcable to perodc traffc MC MC = LCM(T ) uc = GCD(T ) Bus tmelne Schedule table uc = Mcro-Cycle MC = Macro-Cycle Perodc Messages: T Messages table RCAI 2005/

17 Cyclc Table-Based Schedulng Allows usng optmzaton technques (e.g. Branch and Bound, Smulated Annealng, Integer Lnear Programmng, Genetc Algorthms) to mprove schedule propertes (e.g. jtter, Rwc, precedences) RCAI 2005/

18 Smlartes wth server schedulng Typcally, controlled access networks allocate a fracton of bandwdth (server) to each node. Server-based analyss for processor schedulng can also be used n ths case, wth adequate adaptatons. e.g. a TDMA slot can be vewed as a server handlng the traffc from the respectve node. Messages from one node slot TDMA round RCAI 2005/

19 Smlartes wth server schedulng Submtted WC load H (t) A(t) Server avalablty H (t) = A(t) Transmsson request WCRT tme Hgher prorty messages from the same node RCAI 2005/

20 Constrants mposed by the MAC Mnmum transmsson perod (e.g. TDMA round cycle, or mcrocycle n Master-Slave. Hgh jtter n Token-Passng systems, due to the rregularty of token arrvals. Blockng term n asynchronous systems (no offset,.e. phase, control). Dead nterval n pollng systems (e.g. Master-Slave, Token-Passng) to handle aperodc communcaton requests. Inserted dle-tme n synchronous systems wth varable sze data. RCAI 2005/

21 Summary: Traffc schedulng: Establshes the relatve order of the message transmssons Carred out essentally at Data Lnk or Network layers Dstrbuted/Centralzed Resembles task schedulng (adaptaton of the task model possble) Schedulng crtera: Fxed prortes (RM, DM, mportance/value) Dynamc prortes (EDF, LLF, FCFS) Schedulablty analyss: Utlzaton Response tme Tmelne Branch and bound (for statc table/based) RCAI 2005/

22 Summary: Smlartes wth server schedulng fracton of the network bandwdth allocated to each node MAC mposes constrants mnmum transmsson perod jtter blockng dead-nterval nserted dle-tme RCAI 2005/

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

Practical Issues with the Timing Analysis of the Controller Area Network

Practical Issues with the Timing Analysis of the Controller Area Network Practcal Issues wth the Tmng Analyss of the Controller Area Network Marco D Natale Scuola Superore Sant Anna, Italy. Emal: marco@sssup.t Habo Zeng McGll Unversty, Canada. Emal: habo.zeng@mcgll.ca Abstract

More information

The Synthesis of Dependable Communication Networks for Automotive Systems

The Synthesis of Dependable Communication Networks for Automotive Systems 06AE-258 The Synthess of Dependable Communcaton Networks for Automotve Systems Copyrght 2005 SAE Internatonal Nagarajan Kandasamy Drexel Unversty, Phladelpha, USA Fad Aloul Amercan Unversty of Sharjah,

More information

Non Pre-emptive Scheduling of Messages on SMTV Token-Passing Networks

Non Pre-emptive Scheduling of Messages on SMTV Token-Passing Networks on Pre-emptve Schedulng of Messages on SM oen-passng etwors Eduardo ovar Department of Computer Engneerng, ISEP, Polytechnc Ittute of Porto, Portugal E-mal: emt@de.sep.pp.pt Abstract Feldbus communcaton

More information

Resource Scheduling in Dependable Integrated Modular Avionics

Resource Scheduling in Dependable Integrated Modular Avionics Resource Schedulng n Dependable Integrated Modular Avoncs Yann-Hang Lee and Daeyoung Km Real Tme Systems Research Laboratory CISE Department, Unversty of Florda {yhlee, dkm}@cse.ufl.edu Mohamed Youns,

More information

Exploiting Dynamic Workload Variation in Low Energy Preemptive Task Scheduling

Exploiting Dynamic Workload Variation in Low Energy Preemptive Task Scheduling Explotng Dynamc Worload Varaton n Low Energy Preemptve Tas Schedulng Lap-Fa Leung, Ch-Yng Tsu Department of Electrcal and Electronc Engneerng Hong Kong Unversty of Scence and Technology Clear Water Bay,

More information

Adding Local Priority-Based Dispatching Mechanisms to P-NET Networks: a Fixed Priority Approach

Adding Local Priority-Based Dispatching Mechanisms to P-NET Networks: a Fixed Priority Approach Addng Local Prort-Based Dspatchng Mechansms to P-NET Networs: a Fxed Prort Approach Eduardo Tovar Dept. of Computer Engneerng, Poltechnc Insttute of Porto, Portugal e-mal: emt@de.sep.pp.pt Francsco Vasques

More information

ELECTRONIC WAVELENGTH TRANSLATION IN OPTICAL NETWORKS. Milan Kovacevic and Anthony Acampora. Center for Telecommunications Research

ELECTRONIC WAVELENGTH TRANSLATION IN OPTICAL NETWORKS. Milan Kovacevic and Anthony Acampora. Center for Telecommunications Research ELECTRONIC WAVELENGTH TRANSLATION IN OPTICAL NETWORKS Mlan Kovacevc Anthony Acampora Department of Electrcal Engneerng Center for Telecommuncatons Research Columba Unversty, New York, NY 0027-6699 Abstract

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

The Control Server: A Computational Model for Real-Time Control Tasks

The Control Server: A Computational Model for Real-Time Control Tasks The Control Server: A Computatonal Model for Real-Tme Control Tasks Cervn, Anton; Eker, Johan Publshed n: Proceedngs 5th Euromcro Conference on Real-Tme Systems, 2003. D: 0.09/EMRTS.2003.22734 2003 Lnk

More information

IN case of bursty data sources, multiple access schemes

IN case of bursty data sources, multiple access schemes Token Enabled Multple Access (TEMA) for Packet Transmsson n Hgh t Rate Wreless Local Area etworks Saed Akhavan Taher Elecrcal & Computer Eng. Dept., Unversty of ew Mexco Emal: saed@eece.unm.edu Anna Scaglone

More information

Hard Real-Time Scheduling for Low-Energy Using Stochastic Data and DVS Processors

Hard Real-Time Scheduling for Low-Energy Using Stochastic Data and DVS Processors Hard Real-me Schedulng for Low-Energy Usng Stochastc Data and DVS Processors Flavus Gruan Department of Computer Scence, Lund Unversty Box 118 S-221 00 Lund, Sweden el.: +46 046 2224673 e-mal: Flavus.Gruan@cs.lth.se

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

Energy-Aware Algorithms for Tasks and Bandwidth Co-Allocation under Real-Time and Redundancy Constraints

Energy-Aware Algorithms for Tasks and Bandwidth Co-Allocation under Real-Time and Redundancy Constraints Proceedngs of the 17th IEEE Internatonal Conference on Emergng Technology and Factory Automaton (ETFA 2012) Energy-Aware Algorthms for Tasks and Bandwdth Co-Allocaton under Real-Tme and Redundancy Constrants

More information

Communication Response Time in P-NET Networks: Worst-Case Analysis Considering the Actual Token Utilisation 1

Communication Response Time in P-NET Networks: Worst-Case Analysis Considering the Actual Token Utilisation 1 Communcaton Response Tme n P-NET Networs: Worst-Case Analss Consderng the Actual Toen Utlsaton 1 Eduardo Tovar, Francsco Vasques, Alan Burns ξ Department of Computer Engneerng, Poltechnc Insttute of Porto,

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

Supporting Real-Time Communications with Standard Factory-Floor Networks

Supporting Real-Time Communications with Standard Factory-Floor Networks Faculdade de Engenhara da Unversdade do Porto Departamento de Engenhara Electrotécnca e de Computadores Supportng Real-Tme Communcatons wth Standard Factory-Floor Networs By Eduardo Manuel de Médcs Tovar

More information

Modeling Hierarchical Event Streams in System Level Performance Analysis

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

More information

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

Asynchronous TDMA ad hoc networks: Scheduling and Performance

Asynchronous TDMA ad hoc networks: Scheduling and Performance Communcaton Networks Asynchronous TDMA ad hoc networks: Schedulng and Performance THEODOROS SALONIDIS AND LEANDROS TASSIULAS, Department of Electrcal and Computer Engneerng, Unversty of Maryland at College

More information

Traffic Modeling and Performance Evaluation in GSM/GPRS Networks

Traffic Modeling and Performance Evaluation in GSM/GPRS Networks Proceedngs of the 3th WSEAS Internatonal Conference on COMMUNICATIONS Traffc Modelng and Performance Evaluaton n GSM/ Networks Cornel Balnt, Georgeta Budura, Marza Eugen Poltehnca Unversty of Tmsoara Bd..

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

TECHNICAL RESEARCH REPORT

TECHNICAL RESEARCH REPORT TECHNICAL RESEARCH REPORT Performance ssues of Bluetooth scatternets and other asynchronous TDMA ad hoc networks by Theodoros Salonds, Leandros Tassulas CSHCN TR 00 (ISR TR 005) The Center for Satellte

More information

EE360: Lecture 9 Outline Resource Allocation in Ad Hoc Nets

EE360: Lecture 9 Outline Resource Allocation in Ad Hoc Nets EE360: Lecture 9 Outlne Resource Allocaton n Ad Hoc Nets Announcements Paper summares due next Wednesday Overvew of resource allocaton n ad-hoc networks Cross-layer adaptaton Dstrbuted power control Jont

More information

Implementation of a Dominance Protocol for Wireless Medium Access

Implementation of a Dominance Protocol for Wireless Medium Access Implementaton of a Domnance Protocol for Wreless Medum Access Nuno Perera, Björn Andersson and Eduardo Tovar IPP Hurray Research Group Polytechnc Insttute of Porto, Portugal {nperera,bandersson,emt}@de.sep.pp.pt

More information

Fair Scheduling for Real-Time Multimedia Support in IEEE Wireless Access Networks

Fair Scheduling for Real-Time Multimedia Support in IEEE Wireless Access Networks Far Schedulng for Real-Tme Multmeda Support n IEEE 802.16 Wreless Access Networs Yaser P. Fallah Inst. of Transportaton Studes (Depts EECS & CEE), Unversty of Calforna at Bereley, USA e-mal: yaserpf@eecs.bereley.edu

More information

Queuing-Based Dynamic Channel Selection for Heterogeneous Multimedia Applications over Cognitive Radio Networks

Queuing-Based Dynamic Channel Selection for Heterogeneous Multimedia Applications over Cognitive Radio Networks 1 Queung-Based Dynamc Channel Selecton for Heterogeneous ultmeda Applcatons over Cogntve Rado Networks Hsen-Po Shang and haela van der Schaar Department of Electrcal Engneerng (EE), Unversty of Calforna

More information

Research Article Performance Evaluation of Uplink Delay-Tolerant Packet Service in IEEE Based Networks

Research Article Performance Evaluation of Uplink Delay-Tolerant Packet Service in IEEE Based Networks Hndaw Publshng Corporaton EURASIP Journal on Wreless Communcatons and Networkng Volume 2011, Artcle ID 549492, 12 pages do:10.1155/2011/549492 Research Artcle Performance Evaluaton of Uplnk Delay-Tolerant

More information

HUHG: High Utilization and Hybrid Granting algorithm for EPON

HUHG: High Utilization and Hybrid Granting algorithm for EPON HUH: Hgh Utlzaton and Hybrd rantng algorthm for EPON Jun-Seog Km Hun-je Yeon Seog-yu Km and Jayong Lee Department of Electrcal and Electronc Engneerng Yonse Unversty Seoul Korea E-mal: {jsm8844 hjmrror

More information

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

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

More information

Decision aid methodologies in transportation

Decision aid methodologies in transportation Decson ad methodologes n transportaton Lecture 7: More Applcatons Prem Kumar prem.vswanathan@epfl.ch Transport and Moblty Laboratory Summary We learnt about the dfferent schedulng models We also learnt

More information

Ths materal s publshed n the open archve of Md Sweden Unversty DIVA http://mun.dva-portal.org to ensure tmely dssemnaton of scholarly and techncal work. Copyrght and all rghts theren are retaned by authors

More information

Achievable Rate Region of CSMA Schedulers in Wireless Networks with Primary Interference Constraints

Achievable Rate Region of CSMA Schedulers in Wireless Networks with Primary Interference Constraints Achevable Rate Regon of CSMA Schedulers n Wreless Networks wth Prmary Interference Constrants Peter Marbach, Atlla Erylmaz, and Asuman Ozdaglar Abstract We consder Carrer Sense Multple Access (CSMA) schedulers

More information

REAL-TIME SCHEDULING IN LTE FOR SMART GRIDS. Yuzhe Xu, Carlo Fischione

REAL-TIME SCHEDULING IN LTE FOR SMART GRIDS. Yuzhe Xu, Carlo Fischione REAL-TIME SCHEDULING IN LTE FOR SMART GRIDS Yuzhe Xu, Carlo Fschone Automatc Control Lab KTH, Royal Insttue of Technology 1-44, Stockholm, Sweden Emal: yuzhe@kth.se, carlof@kth.se ABSTRACT The latest wreless

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

Asynchronous TDMA ad hoc networks: Scheduling and Performance

Asynchronous TDMA ad hoc networks: Scheduling and Performance Asynchronous TDMA ad hoc networks: Schedulng and Performance Theodoros Salonds and Leandros Tassulas, Department of Electrcal and Computer Engneerng and Insttute of Systems Research Unversty of Maryland,

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

OPTIMAL GUARANTEED SERVICES TIMED TOKEN (OGSTT) MEDIA ACCESS CONTROL (MAC) PROTOCOL FOR NETWORKS THAT

OPTIMAL GUARANTEED SERVICES TIMED TOKEN (OGSTT) MEDIA ACCESS CONTROL (MAC) PROTOCOL FOR NETWORKS THAT OPTIMAL GUARANTEED SERVICES TIMED TOKEN (OGSTT) MEDIA ACCESS CONTROL () PROTOCOL FOR NETWORKS THAT SUPPORT HARD R AND NON R S. Ozuomba 1, C. O. Amaefule 2, J. J. Afolayan 3 1, 3DEPT. OF ELECTRICAL/ELECTRONIC

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

Hardware-Software Co-Synthesis of Low Power Real-Time Distributed Embedded Systems with Dynamically Reconfigurable FPGAs

Hardware-Software Co-Synthesis of Low Power Real-Time Distributed Embedded Systems with Dynamically Reconfigurable FPGAs Hardware-oftware Co-ynthess of Low Power Real-Tme Dstrbuted Embedded ystems wth Dynamcally Reconfgurable FPGAs L hang and Nraj K. Jha Dept. of EE, Prnceton Unversty {lshang, jha}@ee.prnceton.edu Abstract

More information

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm

Research Article Dynamic Relay Satellite Scheduling Based on ABC-TOPSIS Algorithm Mathematcal Problems n Engneerng Volume 2016, Artcle ID 3161069, 11 pages http://dx.do.org/10.1155/2016/3161069 Research Artcle Dynamc Relay Satellte Schedulng Based on ABC-TOPSIS Algorthm Shufeng Zhuang,

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

More information

A Model-Driven Co-Design Framework for Fusing Control and Scheduling Viewpoints

A Model-Driven Co-Design Framework for Fusing Control and Scheduling Viewpoints Artcle A Model-Drven Co-Desgn Framework for Fusng Control and Schedulng Vewponts Sakthvel Mankandan Sundharam 1, * ID, Ncolas Navet 1, Sebastan Altmeyer 2 ID Lonel Havet 3 1 Laboratory of Advanced Software

More information

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES *

THE GENERATION OF 400 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * SLAC PUB 874 3/1999 THE GENERATION OF 4 MW RF PULSES AT X-BAND USING RESONANT DELAY LINES * Sam G. Tantaw, Arnold E. Vleks, and Rod J. Loewen Stanford Lnear Accelerator Center, Stanford Unversty P.O. Box

More information

Analysis of the Gated IPACT Scheme for EPONs

Analysis of the Gated IPACT Scheme for EPONs Analyss of the Gated IPACT Scheme for EPONs Swapnl Bhata, Dmtr Garbuzov and Radm Bartoš Department of Computer Scence Unv. of New Hampshre Emal: {sbhata, dmtrg, rbartos}@cs.unh.edu Abstract Interleaved

More information

Opt-TDMA/DCR: Optimized TDMA Deterministic Collision Resolution Approach for Hard Real-Time Mobile Ad hoc Networks

Opt-TDMA/DCR: Optimized TDMA Deterministic Collision Resolution Approach for Hard Real-Time Mobile Ad hoc Networks Sofane Oun, Jhen Bokr, Farouk Kamoun Opt-DMA/D: Optmzed DMA Determnstc ollson esoluton Approach for Hard eal-me Moble Ad hoc etworks Sofane Oun Jhen Bokr Farouk Kamoun ISAL laboratory, AMSIS Ecole atonale

More information

MTBF PREDICTION REPORT

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

More information

Optimization Process for Berth and Quay-Crane Assignment in Container Terminals with Separate Piers. By Neven Grubisic Livia Maglic

Optimization Process for Berth and Quay-Crane Assignment in Container Terminals with Separate Piers. By Neven Grubisic Livia Maglic Athens Journal of Technology and Engneerng March 2018 Optmzaton Process for Berth and Quay-Crane Assgnment n Contaner Termnals wth Separate Pers By Neven Grubsc Lva Maglc The objectve of ths research s

More information

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks Ths artcle has been accepted for publcaton n a future ssue of ths journal, but has not been fully edted. Content may change pror to fnal publcaton. The Impact of Spectrum Sensng Frequency and Pacet- Loadng

More information

Distributed Scheduling and Power Control for Predictable IoT Communication Reliability

Distributed Scheduling and Power Control for Predictable IoT Communication Reliability Dstrbuted Schedulng and Power Control for Predctable IoT Communcaton Relablty Lng Wang and Hongwe Zhang Department of Electrcal and Computer Engneerng Iowa State Unversty {lngw, hongwe}@astate.edu Pengfe

More information

A Current Differential Line Protection Using a Synchronous Reference Frame Approach

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

More information

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

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER 7th European Sgnal Processng Conference (EUSIPCO 9) Glasgow, Scotland, August -8, 9 DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER Ha-Nam Nguyen, Danel Menard, and Olver Senteys IRISA/INRIA, Unversty of

More information

AN ALGORITHM TO COMBINE LINK ADAPTATION AND TRANSMIT POWER CONTROL IN HIPERLAN TYPE 2

AN ALGORITHM TO COMBINE LINK ADAPTATION AND TRANSMIT POWER CONTROL IN HIPERLAN TYPE 2 AN ALGORITHM TO COMBINE LINK ADAPTATION AND TRANSMIT POWER CONTROL IN HIPERLAN TYPE 2 Markus Radmrsch Inst. f. Allgem. Nachrchtentechnk, Unv. Hannover, Appelstr. 9a, 3167 Hannover, Germany Tel.: +49-511-762

More information

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept J. Appl. Envron. Bol. Sc., 5(1)20-27, 2015 2015, TextRoad Publcaton ISSN: 2090-4274 Journal of Appled Envronmental and Bologcal Scences www.textroad.com A Mathematcal Model for Restoraton Problem n Smart

More information

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER

DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER DESIGN OF OPTIMIZED FIXED-POINT WCDMA RECEIVER Ha-Nam Nguyen, Danel Menard, and Olver Senteys IRISA/INRIA, Unversty of Rennes, rue de Kerampont F-3 Lannon Emal: hanguyen@rsa.fr ABSTRACT To satsfy energy

More information

Configuring the communication on FlexRay - the case of the static segment

Configuring the communication on FlexRay - the case of the static segment Confgurng the communcaton on FlexRay - the case of the statc segment Matheu Grener, Lonel Havet, Ncolas Navet To cte ths verson: Matheu Grener, Lonel Havet, Ncolas Navet. Confgurng the communcaton on FlexRay

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

Delay Performance of Different MAC Schemes for Multihop Wireless Networks

Delay Performance of Different MAC Schemes for Multihop Wireless Networks Delay Performance of Dfferent MAC Schemes for Multhop Wreless Networks Mn Xe and Martn Haengg Department of Electrcal Engneerng Unversty of Notre Dame Notre Dame, IN 46556, USA Emal: {mxe,mhaengg}@nd.edu

More information

Secure Transmission of Sensitive data using multiple channels

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

More information

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

QoS Provisioning in Wireless Data Networks under Non-Continuously Backlogged Users

QoS Provisioning in Wireless Data Networks under Non-Continuously Backlogged Users os Provsonng n Wreless Data Networks under Non-Contnuously Backlogged Users Tmotheos Kastrnoganns, and Symeon Papavasslou, Member, IEEE School of Electrcal and Computer Engneerng Natonal Techncal Unversty

More information

antenna antenna (4.139)

antenna antenna (4.139) .6.6 The Lmts of Usable Input Levels for LNAs The sgnal voltage level delvered to the nput of an LNA from the antenna may vary n a very wde nterval, from very weak sgnals comparable to the nose level,

More information

Opportunistic Beamforming for Finite Horizon Multicast

Opportunistic Beamforming for Finite Horizon Multicast Opportunstc Beamformng for Fnte Horzon Multcast Gek Hong Sm, Joerg Wdmer, and Balaj Rengarajan allyson.sm@mdea.org, joerg.wdmer@mdea.org, and balaj.rengarajan@gmal.com Insttute IMDEA Networks, Madrd, Span

More information

Dynamic Lightpath Protection in WDM Mesh Networks under Wavelength Continuity Constraint

Dynamic Lightpath Protection in WDM Mesh Networks under Wavelength Continuity Constraint Dynamc Lghtpath Protecton n WDM Mesh etworks under Wavelength Contnuty Constrant Shengl Yuan* and Jason P. Jue *Department of Computer and Mathematcal Scences, Unversty of Houston Downtown One Man Street,

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

Towards Energy-Fairness in Asynchronous Duty-Cycling Sensor Networks

Towards Energy-Fairness in Asynchronous Duty-Cycling Sensor Networks 38 Towards Energy-Farness n Asynchronous Duty-Cyclng Sensor Networks ZHENJIANG LI and MO LI, Nanyang Technologcal Unversty YUNHAO LIU, Tsnghua Unversty In ths artcle, we nvestgate the problem of controllng

More information

Exact Probabilistic Analysis of the Limited Scheduling Algorithm for Symmetrical Bluetooth Piconets

Exact Probabilistic Analysis of the Limited Scheduling Algorithm for Symmetrical Bluetooth Piconets Exact Probablstc Analyss of the Lmted Schedulng Algorthm for Symmetrcal Bluetooth Pconets Gl Zussman *, Ur Yechal 2, and Adran Segall Department of Electrcal Engneerng Technon Israel Insttute of Technology,

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

Achieving Transparent Coexistence in a Multi-hop Secondary Network Through Distributed Computation

Achieving Transparent Coexistence in a Multi-hop Secondary Network Through Distributed Computation Achevng Transparent Coexstence n a Mult-hop econdary Network Through Dstrbuted Computaton Xu Yuan Y h Y. Thomas Hou Wenng Lou cott F. Mdkff astry Kompella Vrgna olytechnc Insttute and tate Unversty, UA

More information

Optimised Delay-Energy Aware Duty Cycle Control for IEEE with Cumulative Acknowledgement

Optimised Delay-Energy Aware Duty Cycle Control for IEEE with Cumulative Acknowledgement 2014 IEEE 25th Internatonal Symposum on Personal Indoor and Moble Rado Communcatons Optmsed Delay-Energy Aware Duty Cycle Control for IEEE 802.15.4 wth Cumulatve Acknowledgement Yun L Kok Keong Cha Yue

More information

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

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

More information

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

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

More information

HUAWEI TECHNOLOGIES CO., LTD. Huawei Proprietary Page 1

HUAWEI TECHNOLOGIES CO., LTD. Huawei Proprietary Page 1 Project Ttle Date Submtted IEEE 802.16 Broadband Wreless Access Workng Group Double-Stage DL MU-MIMO Scheme 2008-05-05 Source(s) Yang Tang, Young Hoon Kwon, Yajun Kou, Shahab Sanaye,

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

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

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

Cooperative perimeter surveillance with a team of mobile robots under communication constraints

Cooperative perimeter surveillance with a team of mobile robots under communication constraints 213 IEEE/RSJ Internatonal Conference on Intellgent Robots and Systems (IROS) November 3-7, 213. Toyo, Japan Cooperatve permeter survellance wth a team of moble robots under communcaton constrants J.J.

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

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

King s Research Portal

King s Research Portal Kng s Research Portal DOI: 10.1109/TWC.2015.2460254 Document Verson Peer revewed verson Lnk to publcaton record n Kng's Research Portal Ctaton for publshed verson (APA): Shrvanmoghaddam, M., L, Y., Dohler,

More information

Harmonic Balance of Nonlinear RF Circuits

Harmonic Balance of Nonlinear RF Circuits MICROWAE AND RF DESIGN Harmonc Balance of Nonlnear RF Crcuts Presented by Mchael Steer Readng: Chapter 19, Secton 19. Index: HB Based on materal n Mcrowave and RF Desgn: A Systems Approach, nd Edton, by

More information

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

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

More information

Least-Latency Routing over Time-Dependent Wireless Sensor Networks

Least-Latency Routing over Time-Dependent Wireless Sensor Networks 1 Least-Latency Routng over Tme-Dependent Wreless Sensor Networks Shouwen La, Member, IEEE, and Bnoy Ravndran, Senor Member, IEEE Abstract We consder the problem of least-latency end-to-end routng over

More information

Optimal Multicast in Multi-Channel Multi-Radio Wireless Networks

Optimal Multicast in Multi-Channel Multi-Radio Wireless Networks Optmal Multcast n Mult-Channel Mult-Rado Wreless Networks Aay Gopnathan, Zongpeng L, Carey Wllamson Department of Computer Scence, Unversty of Calgary {agopnat,zongpeng,carey}@cpsc.ucalgary.ca Abstract

More information

Multipath Propagation. Outline. What is OFDM? (OFDM) for Broadband Communications and. Orthogonal Frequency Division Multiplexing

Multipath Propagation. Outline. What is OFDM? (OFDM) for Broadband Communications and. Orthogonal Frequency Division Multiplexing Orthogonal Dvson Multplexng (OFDM) for Broadband Communcatons and Dgtal Audo Broadcastng (DAB) Klaus Wtrsal wtrsal@nw.tugraz.at VL: Dgtale Audotechnk, 21. März, 2002 What s OFDM? Modulaton technque Requres

More information

Signal reconstruction in ANS-DM decoder

Signal reconstruction in ANS-DM decoder Sgnal reconstructon n ANS-DM decoder RYSZARD GOLAŃSKI, JACEK KOŁODZIEJ, STANISŁAW KUTA Department of Electroncs AGH-UST Unversty of Scence and Technology Al. A. Mckewcza 3, 3-59 Kraków POLAND golansk@agh.edu.pl,

More information

Joint Subcarrier and CPU Time Allocation for Mobile Edge Computing

Joint Subcarrier and CPU Time Allocation for Mobile Edge Computing Jont Subcarrer and CPU Tme Allocaton for Moble Edge Computng Ynghao Yu, Jun Zhang, and Khaled B. Letaef, Fellow, IEEE Dept. of ECE, The Hong Kong Unversty of Scence and Technology Hamad Bn Khalfa Unversty,

More information

Technical Report Engineering PROFIBUS Networks with Heterogeneous Transmission Media Mário Alves Eduardo Tovar

Technical Report Engineering PROFIBUS Networks with Heterogeneous Transmission Media Mário Alves Eduardo Tovar www.hurray.sep.pp.pt Techncal Report Engneerng PROFIBUS Networks wth Heterogeneous Transmsson Meda Máro Alves Eduardo Tovar TR-061003 Verson: 1.0 Date: October 2006 Engneerng PROFIBUS Networks wth Heterogeneous

More information

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

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

ITU-T O.172. Amendment 1 (06/2008)

ITU-T O.172. Amendment 1 (06/2008) Internatonal Telecommuncaton Unon ITU-T O.72 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Amendment (6/8) SERIES O: SPECIFICATIONS OF MEASURING EQUIPMENT Equpment for the measurement of dgtal and analogue/dgtal

More information

High Speed ADC Sampling Transients

High Speed ADC Sampling Transients Hgh Speed ADC Samplng Transents Doug Stuetzle Hgh speed analog to dgtal converters (ADCs) are, at the analog sgnal nterface, track and hold devces. As such, they nclude samplng capactors and samplng swtches.

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

Analysis of MetaRing: a real-time protocol for Metropolitan Area Network

Analysis of MetaRing: a real-time protocol for Metropolitan Area Network Analyss of MetaRng: a real-tme protocol for Metropoltan Area etwork 0DUFR&RQWL /RUHQ]R'RQDWLHOOR 0DUFR)XULQL Techncal Report UBLCS-98-5 May 998 'HSDUWPHQWRI&RPSXWHU6FLHQFH 8QLYHUVLW\RI%RORJQD 0XUD$QWHR=DPERQL

More information

POWER AWARE MULTIPROCESSOR ARCHITECTURE (PAMA)

POWER AWARE MULTIPROCESSOR ARCHITECTURE (PAMA) AFRL-IF-RS-TR-24-3 Fnal Techncal Report October 24 POWER AWARE MULTIPROCESSOR ARCHITECTURE (PAMA) Unversty of Southern Calforna/ISI Sponsored by Defense Advanced Research Projects Agency DARPA Order No.

More information

A Mathematical Solution to Power Optimal Pipeline Design by Utilizing Soft Edge Flip-Flops

A Mathematical Solution to Power Optimal Pipeline Design by Utilizing Soft Edge Flip-Flops A Mathematcal Soluton to Power Optmal Ppelne Desgn by Utlzng Soft Edge Flp-Flops Mohammad Ghasemazar, Behnam Amelfard and Massoud Pedram Unversty of Southern Calforna Department of Electrcal Engneerng

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

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