Achieving Fault Tolerance and Network Depth in Hierarchical Wireless Sensor Networks

Size: px
Start display at page:

Download "Achieving Fault Tolerance and Network Depth in Hierarchical Wireless Sensor Networks"

Transcription

1 Proceedigs of the World Cogress o Egieerig ad Computer Sciece 8 WCECS 8, October -, 8, Sa Fracisco, USA Achievig Fault Tolerace ad Networ Depth i Hierarchical Wireless Sesor Networs Aurag D ad Sompraash Badyopadhyay Abstract Most sesor etwor deploymets are -tiered ad are preceded by a topology study to determie the optimal locatio of sesors ad relays. Sesors form the leaves i a -tiered etwor ad do ot participate i the routig. A plot of the best path from each of the leaves to the si reveals the etwor topology to be hierarchical i ature. The AODV routig algorithm was desiged for highly mobile odes ad is ot directly suitable i a hierarchical sesor etwor where the sesors ad relays are predomiatly static. The Hierarchical routig as implemeted by ZigBee s C sip does ot support fault tolerace ad has a restrictio o the etwor depth. I this paper, we preset a probability based routig algorithm that merges the structure of a hierarchical tree with the flexibility of AODV. As devices joi a etwor, they are give a address to satisfy the hierarchical property. Here, the address geeratio is made based o the expected umber of devices to joi the etwor. Whe a coditio occurs where the hierarchical property ca o loger be supported, a route table etry, similar to AODV, is created oly for this o-coformig ode. The mechaism of maig route table etries has iheret support for fault tolerace. The completeess of the algorithm is determied theoretically ad by a exhaustive simulatio i C++. We provide the results of the memory requiremet, the sesitivity to the etwor deploymet probability distributios ad the probability of address duplicatio. Idex Terms Hierarchical Routig, ZigBee. I. INTRODUCTION The wireless sesor etwors comprise of sesors ad actuators that are desiged to ru o batteries for prologed periods of time. These devices ad such etwors eed to support low data rates ad the computatioal capability is restricted []. The devices compute routes amog themselves for multi hop data dissemiatio to a particular device geerally desigated as a si. Further, the devices are typically deployed i harsh ad ucoditioed eviromets where upredictable evets lie battery depletio or evirometal disturbaces ca lead to failures, thereby restrictig effective operatios. Thus, importat aspects of a wireless sesor etwor are its capability to achieve a efficiet routig scheme ad the degree of robustess. The topology of a wireless sesor etwor is the logical route tae by a pacet movig from the source to the destiatio. The topology costructio, through the routig scheme, is the fuctio of the NTW (etwor) layer i the 7 layer OSI stac. I multi-hop wireless systems, the topology ca be of two forms a mesh or a hierarchical tree. I a mesh topology, wireless devices maitai routes to every device i Mauscript received August, 8. This wor was supported i part by the Ifosys Fellowship Grat. Aurag D is with the Idia Istitute of Maagemet Calcutta, Kolata, Idia 7 ( aurag@ .iimcal.ac.i). Sompraash Badyopadhyay is with the Idia Istitute of Maagemet Calcutta, Kolata, Idia 7 ( sompraash@iimcal.ac.i). its commuicatio rage while i a hierarchical etwor the device maitais a route to oly its paret ad its childre. The algorithms for routig ad fault tolerace are desiged to develop a efficiet path for the multi-hop routes durig ormal operatio ad i the evet of a ode/li failure. The widely studied ad implemeted routig protocol for wireless mesh etwors is AODV (Ad-hoc O-demad Distace Vector) []. AODV was developed for mesh etwors that have highly mobile odes where routes are broe easily. The hierarchical tree topology has received little attetio with the most otable implemetatio support comig from the ZigBee [] stac. Here a addressig scheme called C sip, is utilized to provide addresses to the odes. The hierarchical topology requires o routig tables to be geerated as the ode addresses are sufficiet to mae the routig decisios. The hierarchical topology has bee show to provide the most efficiet routig [9]. However, it has o support for fault tolerace. Further, the C sip algorithm faces a severe address wastage problem [], where exteded multi hop reach is restricted. These aspects are elaborated i sectio. II. MOTIVATION We study the deploymet of a wireless sesor etwor with sesors beig placed at particular poits i the regio to be moitored. The sesed parameters iclude temperature, vibratio ad (harmful) gases. The sesors are placed at pre-determied poits ad it is well uderstood by the sesor etwor user that the sesed parameters correspod to the poit of the sesor locatio rather tha the regio (for e.g. a vibratio sesor is placed o a specific asset ad is immobile). The sesed iformatio is to be trasported to the cetralized data repository located at the si. The sesors do ot participate i the pacet forwardig ad relays are placed at appropriate locatios to trasmit the data i a multi-hop fashio to the si. Such etwors are ow as -tiered ad are the most commo form of sesor etwor deploymet. wireless coectivity logical path sesor ode relay ode si Figure. A mesh etwor reduces to a hierarchical miimum spaig tree whe data commuicatio is required oly betwee the odes (sesors ad relays) ad the si. ISBN: WCECS 8

2 Proceedigs of the World Cogress o Egieerig ad Computer Sciece 8 WCECS 8, October -, 8, Sa Fracisco, USA The data propagates from the sesors to the si ad vice-versa. There is o requiremet for oe sesor to commuicate to aother sesor, or oe relay to commuicate to aother relay. If we plot the topology of the best path (the metric ca be hop couts, sigal stregth, etc) from the sesors to the si, it would result i a hierarchical structure as show i figure. This is aalogous to the miimum spaig tree. The AODV routig algorithm builds the route tables by a floodig the etwor with RREQ cotrol pacets. These cotrol pacets are costly sice all devices are battery powered ad pacet trasmissios are the biggest source of eergy dissipatio. I case of ode failures, RRER cotrol pacets are geerated ad subsequet RREQ pacets to establish the ew route. The C sip algorithm used by ZigBee allocates addresses to each ode such that routig ca be made without havig to geerate ay routig table. It earmars each ode to have a fixed umber of childre. This fixed allocatio restricts the total depth (umber of hops) that the etwor ca support. For example, if every relay is expected to support upto 9 relays as its childre, the maximum depth is. As show i figure (a), a device at depth caot joi the etwor. The ZigBee hierarchical routig algorithm also does ot support fault tolerace. Whe a ode i the etwor goes dow, all its child odes loo for a ew paret. If a ew paret is foud, the child ode s address chages. This i tur results i the chagig of the address of all the childre of the child ode ad cotiues recursively till the leaves of the etwor. While obtaiig a ew paret, if the depth of the ode icreases, devices that were part of the etwor earlier may ot be able to joi. This is show i figure (b). The li betwee devices umbered ad goes dow. Device coects to device 9 ad is reassiged a address of. Note that its depth has also icreased. As a cosequece the childre of, are reumbered as ad 6 while the sesors, earlier umbered,, 6 ad are o loger able to be part of the etwor although they are i wireless rage. This is due to the address wastage of C sip where it has earmared addresses for o-existet devices Node with address Node uable to joi although i wireless rage Figure (a). The odes give addresses accordig to C sip with each relay expected to support upto 9 childre. I such a case, depth larger tha is ot possible. (b). Brea i li betwee ad (show as X) results i devices beig assiged a ew address ad sesors o loger part of the etwor. As a further example, if the umber of child relays a relay is able to support is set to, the maximum depth is 6. Similarly, if the max child relay is set to, the maximum depth is. I this paper, we develop a routig algorithm that icludes both the properties of the hierarchical as well as AODV protocols. As devices joi a etwor, they are give address to satisfy the hierarchical property. Here, the address 6 X 9 9 geeratio is made based o the expected umber of devices to joi the etwor. As the etwor grows with more devices joiig, the expected umber of devices to joi falls. Thus the address space (ad wastage) is reduced as the etwor grows. Whe a coditio occurs where the hierarchical property ca o loger be supported, a route table etry, similar to AODV, is created oly for this o-coformig ode. This route table etry is also created whe a ode/li fails thus prevetig other odes from havig to chage their addresses or depth. Our routig algorithm ca be tued to the probability distributio of ode deploymets. For example, a dese etwor with low depth ca be tued to a uiform distributio. I case of a etwor with log chais (effectively large depth) a geometric distributio ca be used. We term our probability based routig algorithm as a hybrid of the hierarchical ad AODV algorithms. The aim is to achieve a routig algorithm suitable for -tiered wireless sesor etwor which has a low cotrol pacet overhead ad at the same time supports large etwor depth ad is fault tolerat III. RELATED WORK Numerous studies have bee made o achievig efficiet routig i wireless mesh etwors. Sigificat wor icludes floodig [], the AODV protocol [] ad the Locatio Aided Routig (LAR) protocol [7]. I hierarchical routig, the addresses of the odes play a critical role as they decide the routig decisio. A hierarchical address allocatio is made by the C sip algorithm of ZigBee []. Here, a device jois the etwor by requestig a address from a particular device, ow desigated as the paret. The paret gives a address accordig to the equatio: A = A C (d) () ew paret + where d is the depth of the child ad C sip is the maximum umber of devices that ca joi uder all the other childre of the paret. This scheme loos to reserve addresses i the evet a ode jois at a particular level. Sice this caot be predicted apriori, most reserved addresses are ever utilized restrictig devices to joi i a already dese area. This restricts the depth of the etwor. The C sip algorithm was maily expected to be used i a star etwor where typically there is o multi hop data trasmissio. However, this address wastage problem has bee thought about i the latest ZigBee specificatio made available to the geeral public o Jauary 8 []. The specificatio i additio to C sip, has icluded support for a stochastic addressig scheme where addresses are assiged i a radom fashio. Here, there is o guaratee for uiqueess of the address ad address coflict egotiatio mechaisms are defied. Stochastic addressig automatically implies AODV mechaism is used for routig. Wor o optimized deploymet ad fault tolerace has recetly gaied mometum. Sesor coverage problems [, ] have looed at placig eough sesors to cover the etire area of deploymet. Oce a iitial topology is obtaied, additioal routers (or relays) ca be placed to achieve fault tolerace [6, ]. A (-) fault tolerat etwor is oe where every ode is coected ad the etwor remais coected eve after - ode failures. Existig sesors are modeled as a uit dis graph with the sesors desigated as a vertex. The goal is have every vertex -coected. Thus these sip ISBN: WCECS 8

3 Proceedigs of the World Cogress o Egieerig ad Computer Sciece 8 WCECS 8, October -, 8, Sa Fracisco, USA optimizatio schemes augers well with the hierarchical topology, however o wor has bee made at developig a addressig ad routig scheme for wireless hierarchical etwors that support fault tolerace. IV. PROBLEM FORMULATION The sesor etwor comprises of oe si, multiple sesors that are fixed (immobile) ad form the leaves of the etwor. Routers are placed to relay the data from the sesors to the si ad vice-versa. Each of the sesors, routers ad the si are homogeeous ad have a fixed radius of trasmissio. The etwor grows from the si towards the leaves. The si is the first device i the etwor to come up ad taes the address of. Subsequet routers/sesors request a address from a already associated device i its rage. Our algorithm provides this address i a itelliget way. There is o apriori iformatio of which device would come up ext ad hece the algorithm is geeric ad supports ay structure of the topology. A sample topology is show i figure. 7 6 Figure. A sample hierarchical topology. The address of a device uiquely idetifies it i the etwor. Further, the address is used to mae routig decisios. For example, i figure, if ode umbered, receives a pacet with destiatio address, it must be able to decide to which of its childre (amog, 7 ad ) the pacet must be forwarded, to esure the pacet reaches the destiatio. I most routig protocols, typified by AODV, the ode eeds to maitai a list guidig it o the etwor topology. However, i the case of a hierarchical etwor, the ode addresses are assiged i a way to esure routig decisios ca be made. We defie this decisio of a ode as its routig strategy S. Note that the strategy, S, must be simple eough to ru o resource (computatioal) costraied devices i acceptable time. Further, the strategy must be the same for all the odes, i.e., referrig to figure, ode caot mae a routig decisio uless it ows the strategy followed by its childre. We ow defie the strategy, for our proposed algorithm, S as i () ad a ew requestig device is give a address accordig to (). S : ChildreAddresses > ParetAddress () A ew = A + E( ) () max A child has a address that is greater tha its paret s address. Where A max is the maximum address reachable through the paret, E ( ) is the expected value of the probability distributio ad is the umber of devices left to joi the etwor. The algorithm thus calculates the expected umber of devices for a particular distributio fuctio, rather tha earmar the worst case solutio as i C sip. Further, i cases where the umber of devices joiig exceeds the expected value, a exceptio list is maitaied which is the route etry oly for the o coformig device similar to the AODV etry. Thus, our addressig algorithm, maitais as much as possible, the hierarchical structure. However, i cases where it is ot possible, a exceptio is created ad saved as a list. The algorithm essetially is a merge of the structured hierarchical etwor ad the completely ustructured AODV mechaism. Notatio N Table. Notatios used. Meaig Expected umber of devices i a etwor. (user geerated) curret umber of devices i the etwor that have to yet joi (out of N) E() Expectatio for a give probability distributio geeratig the umber of devices expected to joi the give device p(x) probability of x devices joiig The Hybrid Routig Algorithm : Node Start-up (switched o). Perform Iitialisatio. : Perform Chael Sca. If o devices foud i rage, goto else set my_paret = device with strogest sigal stregth : Sed Associate_request to my_paret : If associate_respose received from my_paret set my_address = address from associate respose : If Associate_request received, the If I am ot PAN coordiator the sed ew_address_request to my_paret with P=my_address as parameter else Calculate E = um of devices expected to joi. set N = last child address+ E Sed Associate_respose with N as the ew address : If ew_address_request received from ay ode R If I am ot PAN coordiator the forward ew_address_request to my_paret else calculate E = umber of devices expected to joi uder P set N = last child address of P + E If N breas hierarchical routig, create route table etry with N as destiatio ad R as ext_hop reply with ew_address_respose; P, N as parameters 6: If ew_address_respose received from ay ode R If N breas hierarchical routig, create route table etry with destiatio as N ad R as ext_hop If my_address = P the sed associate_respose with N as address 7: If data pacet for routig is received If destiatio exists i route table forward to ext_hop else forward accordig to hierarchy 8: If pacet sedig to my_paret fails perform chael sca set my_paret=device with strogest sigal if device is ot reachable through me sed route_update to my_paret with my_address as parameter 9: If route_update received from ay ode R If address breas hierarchical routig, create/update route table etry with address as destiatio ad ext hop as R forward route_update to my_paret ISBN: WCECS 8

4 Proceedigs of the World Cogress o Egieerig ad Computer Sciece 8 WCECS 8, October -, 8, Sa Fracisco, USA Lemma : Defiig the routig strategy as i () ad the addresses as i (), ewly assiged addresses caot ivalidate the already setup routig scheme. Proof: A sample topology is show i figure. Assume a existig ode with a address A. We defie all the addresses of the odes (parets) coectig A from the si as P, where = to D, D= depth of A. Let a ew ode joiig the etwor get a address N. Let Q be the list of addresses of the odes coectig N to the si with = to D, D = depth of N. Select the ode commo to P ad Q that has the highest address. (There will be atleast oe ode commo to P ad Q ). Let this ode be deoted C. Let the ode uder C with the largest address be deoted as C. The routig to A will fail if N jois the etwor at C ad N < A. However, N > C ad C >= A by (). Thus the routig to A is preserved. Figure. Sample topology for Lemma I Lemma II: The upper boud o the umber of exceptios o a ode (hece the maximum requiremet of memory for route tables) with N devices i the etire etwor is give by: ( N ) N = p where if + < = E( N i) E( N ) p i= otherwise Proof: The worst case sceario for the exceptios is as show i figure. The maximum exceptios eeded whe E (x) = for all values of x, will be N, where N is the umber of devices expected i the etire etwor. No exceptios will be eeded for devices whose addresses are less tha E(N-). E(N-) C A E(N-) E(N-6) Figure. Sample topology for Lemma II ad III. Lemma III: The worst case address wastage i a etwor, expected to hold N devices, is give by: N i = E( N i) ( N ) Corollary: The worst case umber of devices that ca be supported by a etwor with a 6 bit address is give by: K where i = K i= C N E( K i) = P = {,,C,C} Q = {,,C } Maximum Exceptios occur whe maximum possible devices joi uder a sigle paret. 6 Proof: From figure, the worst case i terms of address wastage occurs whe all devices loo to joi the PAN coordiator. The third device would joi with a address space of E(N-) -. The fourth device would joi with a address space of E(N-) -. This address space would be wasted if o device jois the etwor at the secod, third, etc device ad istead joi at the first device. Thus the maximum address wastage is the sum of the address space. Similarly, the last device with a address equal to the sum of all the address 6 space must be just less tha to be successfully associated. Calculatig the value of N for such a sceario gives the worst case umber of devices. For example, if the distributio of the etwor formatio is cosidered to be uiform, the worst case umber of devices turs out to be 76 ad the probability of such a worst case etwor occurrig turs out to be 896 (76)! Support for Large Networ Depth:. I this sectio, we show pictorially how the algorithm hadles etwors of large depth. Cosiderig the example show i figure (a), the ew ode must be give a address to joi the etwor. However, o address will satisfy the hierarchical property. We therefore give it a address based o the expected umber of devices uder ode 7. The ew address creates route table etry oly at ode. Thus a sigle route table etry is sufficiet for routig. As show i figure 6, assume the ew ode is give a address of. A pacet destied for ode is routed as follows. At ode, the hierarchical strategy eq. () implies the pacet must be forwarded to ode. Similarly, the hierarchical property at ode implies the pacet must be forwarded to ode. However, the route etry is preset at ode directig the pacet to ode. The hierarchical property is satisfied at ode 7 as well thus reachig the pacet to ode. 9 Node with address New ode wishig to joi the etwor Figure 6. Support for large etwor depth Support for Fault Tolerace: Node is give a address based o expected umber of devices uder 7 A sigle route etry is eeded at ode The hybrid addressig topology has iheret capability to support fault tolerace. I the evet of a ode failure, a ode selects the ew paret that would eable it to reach the si. It presets its address to the ew paret. The ew paret i tur, checs for the hierarchical property ad creates/updates route table etries if eeded ad forwards the pacet to its paret. This ca be cosidered similar to the AODV style RREQ (route request) ad RREP (route reply) messages. A example is show i figure 7. The li betwee odes ad brea ad ode jois ode 9. Sice all of the addresses uder ode are less tha 9, a route table etry is required for each of the 7 devices at ode. However, o route table etries are eeded at ay other ode sice the hierarchical property is satisfied elsewhere. ISBN: WCECS 8

5 Proceedigs of the World Cogress o Egieerig ad Computer Sciece 8 WCECS 8, October -, 8, Sa Fracisco, USA Nodes cotiue to retai their earlier address. 7 route table etries correspodig to devices uder ode are made at ode Node with address Node which is uable to joi i ZigBee Figure 7. Support for fault tolerace V. IMPLEMENTATION AND EVALUATION We implemeted the routig scheme assumig a uiform distributio for ode geeratio. A ode ca joi ay of the previously joied odes with equal probability. Referrig to figure, deotes the umber of odes i the leg where the ew device is joiig ad deotes the umber of devices yet to joi. The expected umber of devices uder a particular ode is calculated i O() time. The appedix provides the implemetatio details. We compare the above address allocatio algorithm with the memory requiremet i AODV for storig the route tables. Ituitively, our scheme must show a sigificat improvemet sice the address allocatio happes i a itelliget way where the hierarchical structure is maitaied as much as possible. I cases where this is ot possible, the AODV style route table for oly the exceptio device is stored. A additioal overhead i our scheme is a sigle uit to store the maximum address uder the device as is eeded by (). Memory Requiremet Memory ( Avg )..... AODV (Avg) Hybrid (Avg) AODV (Max) Hybrid (Max) Number of odes Figure 8. Memory Requiremet for etwor topology geerated through a uiform distributio. The simulatio was carried out i C++ where the ode placemet is radomized. The placemet of a ew ode was studied i two settigs. I oe, a uiform probability distributio of ode placemet was doe. Here, a ew ode N would have equal probability to choose ay of the previously deployed odes as its paret. I the secod settig, a geometric probability distributio was used. Here a ew ode N has maximum probability of choosig the last deployed ode as its paret ad the probability of choosig a earlier deployed ode falls proportioately. The geometric distributio is a more realistic represetatio of the practical sceario. Oce a radom etwor topology is geerated, the memory eeded for AODV ad the hybrid scheme is 9 6 X 9 Memory ( Max ) calculated for the same topology. We calculate the etwor average (deoted as AVG) ad the ode average for the ode with the biggest route table (MAX). The Hybrid routig, as expected, clearly outdoes the AODV scheme o both the etwor average ad the ode average couts. The hybrid scheme requires aroud % less memory. Figure 9 gives the performace of the AODV protocol ad the Hybrid protocol for the geometric distributio of topology geeratio. Iterestigly, AODV suffers sigificatly compared to the Hybrid algorithm. This ca be explaied by otig that the topology would be of larger depth o most occasios. I a uiform distributio, the topology would be lower i depth ad wider i width. Therefore i uiform distributio there would be more odes that have o childre. Whe a ode has o childre, it eeds o route table. However, for a geometric distributio, odes with o childre are smaller i umber thus leadig to a larger average requiremet of memory. The hybrid algorithm is more comfortable with the geometric distributio as icrease i depth leads to a lower icrease i the umber of exceptios. memory ( avg ) AODV ( avg ) uiform AODV ( avg ) geometric Hybrid ( avg ) uiform Hybrid ( avg ) geometric umber of odes Figure 9. Memory requiremet for AODV ad Hybrid uder uiform distributio ad geometric distributio (p=.8) Address Clashes The hybrid algorithm assigs addresses i a determiistic maer; i.e. for the same topology geerated i the same order will lead to the same addresses beig calculated. Thus we could simulate our scheme to chec for the duplicatio of addresses. As see i figure, the scheme performs rather poorly o this frot. The geometric distributio has a approximate clash rate of oe i three. Number of clashes ( avg ) 8 6 Hybrid, geom dist Hybrid, uif dist Number of Nodes Figure. Number of address duplicatio for hybrid scheme. The poor address uiqueess property of our hybrid scheme immediately motivates us i icorporatig small stochastic elemets. A ew = A + E( ) + ε () max ISBN: WCECS 8

6 Proceedigs of the World Cogress o Egieerig ad Computer Sciece 8 WCECS 8, October -, 8, Sa Fracisco, USA where ε is a stochastic error which is a fuctio of the umber of devices i the etwor. Note, for Lemma I to hold, ε must ecessarily. We pla to explore such a scheme i our future wor. Table. Simulatio Setup. Simulatio Eviromet C++ Number or odes i etwor to, i steps of Locatio of odes pseudo radom uiform (Sesitivity Rus) distributio pseudo radom geometric distributio with p=.8 Number of rus for each etwor size VI. CONCLUSION Our proposed hybrid algorithm for addressig ad routig i hierarchical etwors borrows cocepts from C sip of ZigBee ad AODV protocol. By mergig the flexibility of AODV ad the structure of C sip, we achieve sigificat improvemets i terms of memory eeded for route tables over AODV ad flexibility ad support for fault tolerace over C sip. Ulie AODV based addressig, where ode addresses are give i a stochastic maer, we give addresses i a clever scheme where the hierarchical structure is maitaied as much as possible. Where addresses ca be maitaied i a hierarchy, there is o eed for routig tables. I cases, where the hierarchy breas, we maitai a route etry oly for the o-coformig ode. This exceptio is the overhead i our scheme. Simulatio results have show sigificat reductio i the routig tables (aroud %) ad much better scalability with etwor size tha AODV. The simulatio also shows the rather poor address uiqueess property of our scheme (aroud %). We have idetified a mechaism to abate this cocer through the use of small stochastic elemets. We loo to explore the iclusio of the stochastic compoets i our algorithm ad study the improvemet i the uiqueess property i our future wor. Wor has also bee made i a practical implemetatio. We see to mae a large scale implemetatio ad study the ease of deploymet. The impressive gais of our scheme ispire us to develop the algorithm ito practical implemetatios. VII. REFERENCES [] Ayildiz, I.F., Xudog Wag: A Survey o Wireless Mesh Networs, IEEE Commuicatios Magazie, September. [] A. Wheeler, Commercial Applicatios of Wireless Sesor Networs usig ZigBee, IEEE Commuicatios Magazie, April 7. [] C. Peris, E. Royer, Ad hoc O-Demad Distace Vector Routig, IEEE Worshop o Mobile Computig Systems ad Applicatios, 999 [] C.S. Raghavedra, A. Avizieis ad M.D. Ercegovac, Fault Tolerace i Biary Tree Architectures, IEEE Trasactios o Computers, 98. [] G. Lewis et al, A System for Simulatio, Emulatio, ad Deploymet of Heterogeeous Sesor Networs, SeSys. [6] ITU Report o Iteret of Thigs Executive Summary: thigs/ [7] J. L. Bredi, E. D. Demaie, M. Hajiaghayi, D. Rus Deployig Sesor Networs with Guarateed Capacity ad Fault Tolerace, MobiHoc. [8] K. Youg-bae ad N. Vaidya, Locatio-aided Routig (LAR) i Mobile Ad Hoc Networs, ACM MobiCom, 998. [9] M. B. Lowrie ad W. K. Fuchs, Recofigurable Tree Architectures Usig Subtree Orieted Fault Tolerace, IEEE Trasactios o Computers, October 987 [] R. Peg, S. Mao-heg, Z. You-mi, ZigBee Routig Selectio Strategy Based o Data Services ad Eergy-balaced ZigBee Routig, IEEE Asia-Pacific coferece o Services Computig,December 6. [] S. Toumpis, L. Tassiulas, Optimal Deploymet of Large Wireless Sesor Networs, IEEE Trasactios o Iformatio Theory, 6. [] W. R. Heizelma, J. Kuli, H. Balarisha, Adaptive Protocols for Iformatio Dissemiatio i Wireless Sesor Networs, ACM MobiCom, 999. [] W. You-Chiu, H. Chu-Chi, T. Yu-Chee, Efficiet Placemet ad Dispatch of Sesors i a Wireless Sesor Networ, IEEE Trasactios o Mobile Computig, 8. [] X. Ha, X. Cao, E. L. Lloyd, S. Chie-Chug, Fault Tolerat Relay Node Placemet i Heterogeous Wireless Sesor Networs, IfoCom 7. [] ZigBee Alliace: APPENDIX Calculatio of E() give the expected umber of devices i the etwor (N) ad umber of devices yet to joi (). E ( ) = Figure. Calculatio of E() whe a ew device jois p() = * * *... * = p() = * * * L * * * * L * M * * * L * = * p() + + p() = * * * L * * * * L * M p( ) = C + + * * L * * = C * * p() ( + ) M i = * * p( ) i * p( i) Cosidered as device K devices A ew device (show i grey) jois the etwor. ISBN: WCECS 8

x y z HD(x, y) + HD(y, z) HD(x, z)

x y z HD(x, y) + HD(y, z) HD(x, z) Massachusetts Istitute of Techology Departmet of Electrical Egieerig ad Computer Sciece 6.02 Solutios to Chapter 5 Updated: February 16, 2012 Please sed iformatio about errors or omissios to hari; questios

More information

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing

Application of Improved Genetic Algorithm to Two-side Assembly Line Balancing 206 3 rd Iteratioal Coferece o Mechaical, Idustrial, ad Maufacturig Egieerig (MIME 206) ISBN: 978--60595-33-7 Applicatio of Improved Geetic Algorithm to Two-side Assembly Lie Balacig Ximi Zhag, Qia Wag,

More information

Methods to Reduce Arc-Flash Hazards

Methods to Reduce Arc-Flash Hazards Methods to Reduce Arc-Flash Hazards Exercise: Implemetig Istataeous Settigs for a Maiteace Mode Scheme Below is a oe-lie diagram of a substatio with a mai ad two feeders. Because there is virtually o differece

More information

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER

CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 95 CHAPTER 5 A NEAR-LOSSLESS RUN-LENGTH CODER 5.1 GENERAL Ru-legth codig is a lossless image compressio techique, which produces modest compressio ratios. Oe way of icreasig the compressio ratio of a ru-legth

More information

Permutation Enumeration

Permutation Enumeration RMT 2012 Power Roud Rubric February 18, 2012 Permutatio Eumeratio 1 (a List all permutatios of {1, 2, 3} (b Give a expressio for the umber of permutatios of {1, 2, 3,, } i terms of Compute the umber for

More information

A SELECTIVE POINTER FORWARDING STRATEGY FOR LOCATION TRACKING IN PERSONAL COMMUNICATION SYSTEMS

A SELECTIVE POINTER FORWARDING STRATEGY FOR LOCATION TRACKING IN PERSONAL COMMUNICATION SYSTEMS A SELETIVE POINTE FOWADING STATEGY FO LOATION TAKING IN PESONAL OUNIATION SYSTES Seo G. hag ad hae Y. Lee Departmet of Idustrial Egieerig, KAIST 373-, Kusug-Dog, Taejo, Korea, 305-70 cylee@heuristic.kaist.ac.kr

More information

Distributed Resource Management in Multi-hop Cognitive Radio Networks for Delay Sensitive Transmission

Distributed Resource Management in Multi-hop Cognitive Radio Networks for Delay Sensitive Transmission 1 Distributed Resource Maagemet i Multi-hop Cogitive Radio Networs for Delay Sesitive Trasmissio Hsie-Po Shiag ad Mihaela va der Schaar Departmet of Electrical Egieerig (EE), Uiversity of Califoria Los

More information

Logarithms APPENDIX IV. 265 Appendix

Logarithms APPENDIX IV. 265 Appendix APPENDIX IV Logarithms Sometimes, a umerical expressio may ivolve multiplicatio, divisio or ratioal powers of large umbers. For such calculatios, logarithms are very useful. They help us i makig difficult

More information

The Fundamental Capacity-Delay Tradeoff in Large Mobile Ad Hoc Networks

The Fundamental Capacity-Delay Tradeoff in Large Mobile Ad Hoc Networks The Fudametal Capacity-Delay Tradeoff i Large Mobile Ad Hoc Networks Xiaoju Li ad Ness B. Shroff School of Electrical ad Computer Egieerig, Purdue Uiversity West Lafayette, IN 47907, U.S.A. {lix, shroff}@ec.purdue.edu

More information

ON THE FUNDAMENTAL RELATIONSHIP BETWEEN THE ACHIEVABLE CAPACITY AND DELAY IN MOBILE WIRELESS NETWORKS

ON THE FUNDAMENTAL RELATIONSHIP BETWEEN THE ACHIEVABLE CAPACITY AND DELAY IN MOBILE WIRELESS NETWORKS Chapter ON THE FUNDAMENTAL RELATIONSHIP BETWEEN THE ACHIEVABLE CAPACITY AND DELAY IN MOBILE WIRELESS NETWORKS Xiaoju Li ad Ness B. Shroff School of Electrical ad Computer Egieerig, Purdue Uiversity West

More information

Single Bit DACs in a Nutshell. Part I DAC Basics

Single Bit DACs in a Nutshell. Part I DAC Basics Sigle Bit DACs i a Nutshell Part I DAC Basics By Dave Va Ess, Pricipal Applicatio Egieer, Cypress Semicoductor May embedded applicatios require geeratig aalog outputs uder digital cotrol. It may be a DC

More information

On the Capacity of k-mpr Wireless Networks

On the Capacity of k-mpr Wireless Networks O the Capacity of -MPR Wireless Networs Mig-Fei Guo, Member, IEEE, Xibig Wag, Member, IEEE, Mi-You Wu, Seior Member, IEEE Abstract The capacity of wireless ad hoc etwors is maily restricted by the umber

More information

On the Delay Performance of In-network Aggregation in Lossy Wireless Sensor Networks

On the Delay Performance of In-network Aggregation in Lossy Wireless Sensor Networks O the Delay Performace of I-etwork Aggregatio i Lossy Wireless Sesor Networks Chaghee Joo, Member, IEEE, ad Ness B. Shroff, Fellow, IEEE Abstract I this paper, we study the implicatio of wireless broadcast

More information

Data Mining of Bayesian Networks to Select Fusion Nodes from Wireless Sensor Networks

Data Mining of Bayesian Networks to Select Fusion Nodes from Wireless Sensor Networks www.ijcsi.org http://dx.doi.org/10.20943/01201604.1115 11 Data Miig of Bayesia Networks to Select Fusio Nodes from Wireless Networks Yee Mig Che 1 Chi-Shu Hsueh 2 Chu-Kai Wag 3 1,3 Departmet of Idustrial

More information

Intermediate Information Structures

Intermediate Information Structures Modified from Maria s lectures CPSC 335 Itermediate Iformatio Structures LECTURE 11 Compressio ad Huffma Codig Jo Roke Computer Sciece Uiversity of Calgary Caada Lecture Overview Codes ad Optimal Codes

More information

General Model :Algorithms in the Real World. Applications. Block Codes

General Model :Algorithms in the Real World. Applications. Block Codes Geeral Model 5-853:Algorithms i the Real World Error Correctig Codes I Overview Hammig Codes Liear Codes 5-853 Page message (m) coder codeword (c) oisy chael decoder codeword (c ) message or error Errors

More information

Roberto s Notes on Infinite Series Chapter 1: Series Section 2. Infinite series

Roberto s Notes on Infinite Series Chapter 1: Series Section 2. Infinite series Roberto s Notes o Ifiite Series Chapter : Series Sectio Ifiite series What you eed to ow already: What sequeces are. Basic termiology ad otatio for sequeces. What you ca lear here: What a ifiite series

More information

Lecture 4: Frequency Reuse Concepts

Lecture 4: Frequency Reuse Concepts EE 499: Wireless & Mobile Commuicatios (8) Lecture 4: Frequecy euse Cocepts Distace betwee Co-Chael Cell Ceters Kowig the relatio betwee,, ad, we ca easily fid distace betwee the ceter poits of two co

More information

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS

APPLICATION NOTE UNDERSTANDING EFFECTIVE BITS APPLICATION NOTE AN95091 INTRODUCTION UNDERSTANDING EFFECTIVE BITS Toy Girard, Sigatec, Desig ad Applicatios Egieer Oe criteria ofte used to evaluate a Aalog to Digital Coverter (ADC) or data acquisitio

More information

Politecnico di Milano Facoltà di Ingegneria dell Informazione. Wireless Networks. Prof. Antonio Capone

Politecnico di Milano Facoltà di Ingegneria dell Informazione. Wireless Networks. Prof. Antonio Capone Politecico di Milao Facoltà di Igegeria dell Iformazioe Wireless Networks Prof. Atoio Capoe Politecico di Milao Facoltà di Igegeria dell Iformazioe 1 Itroductio Wireless Networks Prof. Atoio Capoe Teacher

More information

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code

A New Space-Repetition Code Based on One Bit Feedback Compared to Alamouti Space-Time Code Proceedigs of the 4th WSEAS It. Coferece o Electromagetics, Wireless ad Optical Commuicatios, Veice, Italy, November 0-, 006 107 A New Space-Repetitio Code Based o Oe Bit Feedback Compared to Alamouti

More information

Distributed Resource Management in Multi-hop Cognitive Radio Networks for Delay Sensitive Transmission

Distributed Resource Management in Multi-hop Cognitive Radio Networks for Delay Sensitive Transmission 1 Distributed Resource Maagemet i Multi-hop Cogitive Radio Networs for Delay Sesitive Trasmissio Hsie-Po Shiag ad Mihaela va der Schaar Departmet of Electrical Egieerig (EE), Uiversity of Califoria Los

More information

Novel pseudo random number generation using variant logic framework

Novel pseudo random number generation using variant logic framework Edith Cowa Uiversity Research Olie Iteratioal Cyber Resiliece coferece Cofereces, Symposia ad Campus Evets 011 Novel pseudo radom umber geeratio usig variat logic framework Jeffrey Zheg Yua Uiversity,

More information

Delta- Sigma Modulator with Signal Dependant Feedback Gain

Delta- Sigma Modulator with Signal Dependant Feedback Gain Delta- Sigma Modulator with Sigal Depedat Feedback Gai K.Diwakar #1 ad V.Vioth Kumar *2 # Departmet of Electroics ad Commuicatio Egieerig * Departmet of Electroics ad Istrumetatio Egieerig Vel Tech Uiversity,Cheai,

More information

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter

Design of FPGA- Based SPWM Single Phase Full-Bridge Inverter Desig of FPGA- Based SPWM Sigle Phase Full-Bridge Iverter Afarulrazi Abu Bakar 1, *,Md Zarafi Ahmad 1 ad Farrah Salwai Abdullah 1 1 Faculty of Electrical ad Electroic Egieerig, UTHM *Email:afarul@uthm.edu.my

More information

Optimal Arrangement of Buoys Observable by Means of Radar

Optimal Arrangement of Buoys Observable by Means of Radar Optimal Arragemet of Buoys Observable by Meas of Radar TOMASZ PRACZYK Istitute of Naval Weapo ad Computer Sciece Polish Naval Academy Śmidowicza 69, 8-03 Gdyia POLAND t.praczy@amw.gdyia.pl Abstract: -

More information

A New Energy Consumption Algorithm with Active Sensor Selection Using GELS in Target Coverage WSN

A New Energy Consumption Algorithm with Active Sensor Selection Using GELS in Target Coverage WSN IJCSI Iteratioal Joural of Computer Sciece Issues, Vol. 10, Issue 4, No 1, July 2013 ISSN (Prit): 1694-0814 ISSN (Olie): 1694-0784 www.ijcsi.org 11 A New Eergy Cosumptio Algorithm with Active Sesor Selectio

More information

Optimal Geolocation Updating for Location Aware Service Provisioning in Wireless Networks

Optimal Geolocation Updating for Location Aware Service Provisioning in Wireless Networks Optimal Geolocatio Updatig for Locatio Aware Service Provisioig i Wireless Networks Siri Tekiay Amer Catovic tekiay@adm.jit.edu axc4466@jit.edu New Jersey Istitute of Techology Uiversity Heights, Newark,

More information

Broadcast Capacity in Multihop Wireless Networks

Broadcast Capacity in Multihop Wireless Networks Broadcast Capacity i Multihop ireless Networks Alireza Keshavarz- Haddad alireza@rice.edu Viay Ribeiro viay@rice.edu Rudolf Riedi riedi@rice.edu Departmet of Electrical ad Computer Egieerig ad Departmet

More information

Importance Analysis of Urban Rail Transit Network Station Based on Passenger

Importance Analysis of Urban Rail Transit Network Station Based on Passenger Joural of Itelliget Learig Systems ad Applicatios, 201, 5, 22-26 Published Olie November 201 (http://www.scirp.org/joural/jilsa) http://dx.doi.org/10.426/jilsa.201.54027 Importace Aalysis of Urba Rail

More information

On the Capacity of k-mpr Wireless Networks

On the Capacity of k-mpr Wireless Networks 3878 IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 8, NO. 7, JULY 2009 O the Capacity of -MPR Wireless Networs Mig-Fei Guo, Member, IEEE, Xibig Wag, Member, IEEE, Mi-You Wu, Seior Member, IEEE Abstract

More information

Node Deployment Coverage in Large Wireless Sensor Networks

Node Deployment Coverage in Large Wireless Sensor Networks Node Deploymet Coverage i Large Wireless Sesor Networks Gayarti Devi Professor, Dept. of CSE, ABIT, Cuttack-753014, Odisha, Idia. Rajeeb Sakar Bal Seior Lecturer, Dept. of CSE, ABIT, Cuttack-753014, Odisha,

More information

A Distributed Self Spreading Algorithm for Mobile Wireless Sensor Networks

A Distributed Self Spreading Algorithm for Mobile Wireless Sensor Networks A Distributed Self Spreadig Algorithm for Mobile Wireless Sesor Networks jeog Heo ad Pramod K. Varshey Departmet of Electrical Egieerig ad Computer Sciece, Syracuse Uiversity, Syracuse, NY 344,U {heo,varshey}@syr.edu

More information

A New Design of Log-Periodic Dipole Array (LPDA) Antenna

A New Design of Log-Periodic Dipole Array (LPDA) Antenna Joural of Commuicatio Egieerig, Vol., No., Ja.-Jue 0 67 A New Desig of Log-Periodic Dipole Array (LPDA) Atea Javad Ghalibafa, Seyed Mohammad Hashemi, ad Seyed Hassa Sedighy Departmet of Electrical Egieerig,

More information

Broadcasting in Multichannel Cognitive Radio Ad Hoc Networks

Broadcasting in Multichannel Cognitive Radio Ad Hoc Networks 2013 IEEE Wireless Commuicatios ad Networkig Coferece (WCNC): MAC Broadcastig i Multichael Cogitive Radio Ad Hoc Networks Zaw Htike Departmet of Computer Egieerig Kyug Hee Uiversity 1 Seocheo,Giheug, Yogi,

More information

X-Bar and S-Squared Charts

X-Bar and S-Squared Charts STATGRAPHICS Rev. 7/4/009 X-Bar ad S-Squared Charts Summary The X-Bar ad S-Squared Charts procedure creates cotrol charts for a sigle umeric variable where the data have bee collected i subgroups. It creates

More information

On Parity based Divide and Conquer Recursive Functions

On Parity based Divide and Conquer Recursive Functions O Parity based Divide ad Coquer Recursive Fuctios Sug-Hyu Cha Abstract The parity based divide ad coquer recursio trees are itroduced where the sizes of the tree do ot grow mootoically as grows. These

More information

Sapana P. Dubey. (Department of applied mathematics,piet, Nagpur,India) I. INTRODUCTION

Sapana P. Dubey. (Department of applied mathematics,piet, Nagpur,India) I. INTRODUCTION IOSR Joural of Mathematics (IOSR-JM) www.iosrjourals.org COMPETITION IN COMMUNICATION NETWORK: A GAME WITH PENALTY Sapaa P. Dubey (Departmet of applied mathematics,piet, Nagpur,Idia) ABSTRACT : We are

More information

Optimization of Base Station and Maximizing the Lifetime of Wireless Sensor Network

Optimization of Base Station and Maximizing the Lifetime of Wireless Sensor Network Optimizatio of Base Statio ad Maximizig the Lifetime of Wireless Sesor Network P.Parthiba 1, G.Sudararaj 2, K.A.Jagadheesh 3, P.Maiiarasa 4 SS1 Research Scholar, P.S.G College of Techology, Coimbatore,

More information

Cross-Layer Performance of a Distributed Real-Time MAC Protocol Supporting Variable Bit Rate Multiclass Services in WPANs

Cross-Layer Performance of a Distributed Real-Time MAC Protocol Supporting Variable Bit Rate Multiclass Services in WPANs Cross-Layer Performace of a Distributed Real-Time MAC Protocol Supportig Variable Bit Rate Multiclass Services i WPANs David Tug Chog Wog, Jo W. Ma, ad ee Chaig Chua 3 Istitute for Ifocomm Research, Heg

More information

A New Energy Efficient Data Gathering Approach in Wireless Sensor Networks

A New Energy Efficient Data Gathering Approach in Wireless Sensor Networks Commuicatios ad Network, 0, 4, 6-7 http://dx.doi.org/0.436/c.0.4009 Published Olie February 0 (http://www.scirp.org/joural/c) A New Eergy Efficiet Data Gatherig Approach i Wireless Sesor Networks Jafar

More information

ELEC 204 Digital Systems Design

ELEC 204 Digital Systems Design Fall 2013, Koç Uiversity ELEC 204 Digital Systems Desig Egi Erzi College of Egieerig Koç Uiversity,Istabul,Turkey eerzi@ku.edu.tr KU College of Egieerig Elec 204: Digital Systems Desig 1 Today: Datapaths

More information

FPGA Implementation of the Ternary Pulse Compression Sequences

FPGA Implementation of the Ternary Pulse Compression Sequences FPGA Implemetatio of the Terary Pulse Compressio Sequeces N.Balaji 1, M. Sriivasa rao, K.Subba Rao 3, S.P.Sigh 4 ad N. Madhusudhaa Reddy 4 Abstract Terary codes have bee widely used i radar ad commuicatio

More information

SIDELOBE SUPPRESSION IN OFDM SYSTEMS

SIDELOBE SUPPRESSION IN OFDM SYSTEMS SIDELOBE SUPPRESSION IN OFDM SYSTEMS Iva Cosovic Germa Aerospace Ceter (DLR), Ist. of Commuicatios ad Navigatio Oberpfaffehofe, 82234 Wesslig, Germay iva.cosovic@dlr.de Vijayasarathi Jaardhaam Muich Uiversity

More information

PHY-MAC dialogue with Multi-Packet Reception

PHY-MAC dialogue with Multi-Packet Reception PHY-AC dialogue with ulti-packet Receptio arc Realp 1 ad Aa I. Pérez-Neira 1 CTTC-Cetre Tecològic de Telecomuicacios de Cataluya Edifici Nexus C/Gra Capità, - 0803-Barceloa (Cataluya-Spai) marc.realp@cttc.es

More information

Indicator No mark Single preset Dual preset DIN W144 H72mm DIN W48 H96mm No mark DIN W72 H72mm (4 digit) (6 digit) Counter/Timer

Indicator No mark Single preset Dual preset DIN W144 H72mm DIN W48 H96mm No mark DIN W72 H72mm (4 digit) (6 digit) Counter/Timer FX/FX/FX Series DIN W7 7, W8 96, W 7mm er/timer Features 6 iput modes ad output modes ig speed: cps/cps/kcps/kcps Selectable voltage iput (PNP) or No voltage iput (NPN) dditio of Up/Dow iput mode Wide

More information

Analysis of SDR GNSS Using MATLAB

Analysis of SDR GNSS Using MATLAB Iteratioal Joural of Computer Techology ad Electroics Egieerig (IJCTEE) Volume 5, Issue 3, Jue 2015 Aalysis of SDR GNSS Usig MATLAB Abstract This paper explais a software defied radio global avigatio satellite

More information

Counting on r-fibonacci Numbers

Counting on r-fibonacci Numbers Claremot Colleges Scholarship @ Claremot All HMC Faculty Publicatios ad Research HMC Faculty Scholarship 5-1-2015 Coutig o r-fiboacci Numbers Arthur Bejami Harvey Mudd College Curtis Heberle Harvey Mudd

More information

A study on the efficient compression algorithm of the voice/data integrated multiplexer

A study on the efficient compression algorithm of the voice/data integrated multiplexer A study o the efficiet compressio algorithm of the voice/data itegrated multiplexer Gyou-Yo CHO' ad Dog-Ho CHO' * Dept. of Computer Egieerig. KyiigHee Uiv. Kiheugup Yogiku Kyuggido, KOREA 449-71 PHONE

More information

CDS 270-2: Lecture 6-3 Optimum Receiver Design for Estimation over Wireless Links

CDS 270-2: Lecture 6-3 Optimum Receiver Design for Estimation over Wireless Links CDS 70-: Lecture 6-3 Otimum Receiver Desig for stimatio over Wireless Lis Goals: Yasami Mostofi May 5, 006 To uderstad imact of wireless commuicatio imairmets o estimatio over wireless To lear o-traditioal

More information

High-Order CCII-Based Mixed-Mode Universal Filter

High-Order CCII-Based Mixed-Mode Universal Filter High-Order CCII-Based Mixed-Mode Uiversal Filter Che-Nog Lee Departmet of Computer ad Commuicatio Egieerig, Taipei Chegshih Uiversity of Sciece ad Techology, Taipei, Taiwa, R. O. C. Abstract This paper

More information

Measurement of Equivalent Input Distortion AN 20

Measurement of Equivalent Input Distortion AN 20 Measuremet of Equivalet Iput Distortio AN 2 Applicatio Note to the R&D SYSTEM Traditioal measuremets of harmoic distortio performed o loudspeakers reveal ot oly the symptoms of the oliearities but also

More information

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ *

Data Acquisition System for Electric Vehicle s Driving Motor Test Bench Based on VC++ * Available olie at www.sciecedirect.com Physics Procedia 33 (0 ) 75 73 0 Iteratioal Coferece o Medical Physics ad Biomedical Egieerig Data Acquisitio System for Electric Vehicle s Drivig Motor Test Bech

More information

Time-Space Opportunistic Routing in Wireless Ad Hoc Networks, Algorithms and Performance

Time-Space Opportunistic Routing in Wireless Ad Hoc Networks, Algorithms and Performance Time-Space Opportuistic Routig i Wireless Ad Hoc Networks, Algorithms ad Performace Fraçois Baccelli, Bartlomiej Blaszczyszy, Paul Muhlethaler To cite this versio: Fraçois Baccelli, Bartlomiej Blaszczyszy,

More information

lecture notes September 2, Sequential Choice

lecture notes September 2, Sequential Choice 18.310 lecture otes September 2, 2013 Sequetial Choice Lecturer: Michel Goemas 1 A game Cosider the followig game. I have 100 blak cards. I write dow 100 differet umbers o the cards; I ca choose ay umbers

More information

BOTTLENECK BRANCH MARKING FOR NOISE CONSOLIDATION

BOTTLENECK BRANCH MARKING FOR NOISE CONSOLIDATION BOTTLENECK BRANCH MARKING FOR NOISE CONSOLIDATION IN MULTICAST NETWORKS Jordi Ros, Wei K. Tsai ad Mahadeve Iyer Departmet of Electrical ad Computer Egieerig Uiversity of Califoria, Irvie, CA 92697 {jros,

More information

Open Two Radio Switching Protocol (OTRSP)

Open Two Radio Switching Protocol (OTRSP) Ope Two Radio Switchig Protocol (OTRSP) Copyright 2009, 2019 Paul Youg. This work is licesed uder the Creative Commos Attributio 3.0 Licese. To view a copy of this licese, visit www.creativecommos.org

More information

Design of FPGA Based SPWM Single Phase Inverter

Design of FPGA Based SPWM Single Phase Inverter Proceedigs of MUCEET2009 Malaysia Techical Uiversities Coferece o Egieerig ad Techology Jue 20-22, 2009, MS Garde,Kuata, Pahag, Malaysia MUCEET2009 Desig of FPGA Based SPWM Sigle Phase Iverter Afarulrazi

More information

4. INTERSYMBOL INTERFERENCE

4. INTERSYMBOL INTERFERENCE DATA COMMUNICATIONS 59 4. INTERSYMBOL INTERFERENCE 4.1 OBJECT The effects of restricted badwidth i basebad data trasmissio will be studied. Measuremets relative to itersymbol iterferece, usig the eye patter

More information

Efficient Feedback-Based Scheduling Policies for Chunked Network Codes over Networks with Loss and Delay

Efficient Feedback-Based Scheduling Policies for Chunked Network Codes over Networks with Loss and Delay Efficiet Feedback-Based Schedulig Policies for Chuked Network Codes over Networks with Loss ad Delay Aoosheh Heidarzadeh ad Amir H. Baihashemi Departmet of Systems ad Computer Egieerig, Carleto Uiversity,

More information

Using Color Histograms to Recognize People in Real Time Visual Surveillance

Using Color Histograms to Recognize People in Real Time Visual Surveillance Usig Color Histograms to Recogize People i Real Time Visual Surveillace DANIEL WOJTASZEK, ROBERT LAGANIERE S.I.T.E. Uiversity of Ottawa, Ottawa, Otario CANADA daielw@site.uottawa.ca, lagaier@site.uottawa.ca

More information

Super J-MOS Low Power Loss Superjunction MOSFETs

Super J-MOS Low Power Loss Superjunction MOSFETs Low Power Loss Superjuctio MOSFETs Takahiro Tamura Mutsumi Sawada Takayuki Shimato ABSTRACT Fuji Electric has developed superjuctio MOSFETs with a optimized surface desig that delivers lower switchig.

More information

Hybrid BIST Optimization for Core-based Systems with Test Pattern Broadcasting

Hybrid BIST Optimization for Core-based Systems with Test Pattern Broadcasting Hybrid BIST Optimizatio for Core-based Systems with Test Patter Broadcastig Raimud Ubar, Masim Jeihhi Departmet of Computer Egieerig Talli Techical Uiversity, Estoia {raiub, masim}@pld.ttu.ee Gert Jerva,

More information

Broadcast Throughput Capacity of Wireless Ad Hoc Networks with Multipacket Reception

Broadcast Throughput Capacity of Wireless Ad Hoc Networks with Multipacket Reception Broadcast Throughput Capacity of Wireless Ad Hoc Networks with Multipacket Receptio Zheg Wag, Hamid R. Sadjadpour, J.J. Garcia-Lua-Aceves Departmet of Electrical Egieerig ad Computer Egieerig Uiversity

More information

A Novel Three Value Logic for Computing Purposes

A Novel Three Value Logic for Computing Purposes Iteratioal Joural o Iormatio ad Electroics Egieerig, Vol. 3, No. 4, July 23 A Novel Three Value Logic or Computig Purposes Ali Soltai ad Saeed Mohammadi Abstract The aim o this article is to suggest a

More information

Measurement-Based Opportunistic Feedback and Scheduling for Wireless Systems

Measurement-Based Opportunistic Feedback and Scheduling for Wireless Systems Measuremet-Based Opportuistic Feedbac ad Schedulig for Wireless Systems Gustavo de Veciaa ad Shailesh Patil Wireless Networig ad Commuicatios Group Dept. of Electrical ad Computer Egieerig The Uiversity

More information

COS 126 Atomic Theory of Matter

COS 126 Atomic Theory of Matter COS 126 Atomic Theory of Matter 1 Goal of the Assigmet Video Calculate Avogadro s umber Usig Eistei s equatios Usig fluorescet imagig Iput data Output Frames Blobs/Beads Estimate of Avogadro s umber 7.1833

More information

PROJECT #2 GENERIC ROBOT SIMULATOR

PROJECT #2 GENERIC ROBOT SIMULATOR Uiversity of Missouri-Columbia Departmet of Electrical ad Computer Egieerig ECE 7330 Itroductio to Mechatroics ad Robotic Visio Fall, 2010 PROJECT #2 GENERIC ROBOT SIMULATOR Luis Alberto Rivera Estrada

More information

Design and Construction of a Three-phase Digital Energy Meter

Design and Construction of a Three-phase Digital Energy Meter Desig ad Costructio of a Three-phase Digital Eergy Meter D.P.Chadima, V.G.R.G. Jayawardae, E.A.E.H. Hemachadra, I.N.Jayasekera, H.V.L.Hasaraga, D.C. Hapuarachchi (chadima@elect.mrt.ac.lk, geethagaj@gmail.com,era.hem@gmail.com,ishaivaka@gmail.com,lahiru_hasaraga@yahoo.com,diya_elect.uom@gmail.com)

More information

This is an author-deposited version published in : Eprints ID : 15237

This is an author-deposited version published in :   Eprints ID : 15237 Ope Archive TOULOUSE Archive Ouverte (OATAO) OATAO is a ope access repository that collec the work of Toulouse researchers ad makes it freely available over the web where possible. This is a author-deposited

More information

Radar emitter recognition method based on AdaBoost and decision tree Tang Xiaojing1, a, Chen Weigao1 and Zhu Weigang1 1

Radar emitter recognition method based on AdaBoost and decision tree Tang Xiaojing1, a, Chen Weigao1 and Zhu Weigang1 1 Advaces i Egieerig Research, volume 8 d Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 7) Radar emitter recogitio method based o AdaBoost ad decisio tree Tag Xiaojig,

More information

Joint Power Allocation and Beamforming for Cooperative Networks

Joint Power Allocation and Beamforming for Cooperative Networks It. J. Commuicatios, etwork ad System Scieces,, 4, 447-45 doi:.436/ijcs..4753 Published Olie July (http://www.scirp.org/joural/ijcs) Joit Power Allocatio ad Beamformig for Cooperative etworks Sodes Maadi,,

More information

Wavelength Band Switching in Multigranular Optical WDM Networks

Wavelength Band Switching in Multigranular Optical WDM Networks Wavelegth Bad Switchig i Multigraular Optical WDM Networks Vishal Aad Collaborators X. Cao,, Dr. Y. Xiog ad Dr. C. Qiao LANDER, CSE Departmet, SUNY at Buffalo ~1~ Vishal Aad Outlie λ The Problem with preset

More information

AME50461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY

AME50461 SERIES EMI FILTER HYBRID-HIGH RELIABILITY PD-94595A AME5046 SERIES EMI FILTER HYBRID-HIGH RELIABILITY Descriptio The AME Series of EMI filters have bee desiged to provide full compliace with the iput lie reflected ripple curret requiremet specified

More information

Performance Evaluation of Scheduling in IEEE Based Wireless Mesh Networks

Performance Evaluation of Scheduling in IEEE Based Wireless Mesh Networks Performace Evaluatio of Schedulig i IEEE 802.6 Based Wireless Mesh Networks Bo Ha, Fug Po Tso, Lidog Li ad Weijia Jia Departmet of Computer Sciece, City Uiversity of Hog Kog 83 Tat Chee Aveue, Kowloo,

More information

INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION

INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION XIX IMEKO World Cogress Fudametal ad Applied Metrology September 6, 9, Lisbo, Portugal INCREASE OF STRAIN GAGE OUTPUT VOLTAGE SIGNALS ACCURACY USING VIRTUAL INSTRUMENT WITH HARMONIC EXCITATION Dalibor

More information

High Speed Area Efficient Modulo 2 1

High Speed Area Efficient Modulo 2 1 High Speed Area Efficiet Modulo 2 1 1-Soali Sigh (PG Scholar VLSI, RKDF Ist Bhopal M.P) 2- Mr. Maish Trivedi (HOD EC Departmet, RKDF Ist Bhopal M.P) Adder Abstract Modular adder is oe of the key compoets

More information

CCD Image Processing: Issues & Solutions

CCD Image Processing: Issues & Solutions CCD Image Processig: Issues & Solutios Correctio of Raw Image with Bias, Dark, Flat Images Raw File r x, y [ ] Dark Frame d[ x, y] Flat Field Image f [ xy, ] r[ x, y] d[ x, y] Raw Dark f [ xy, ] bxy [,

More information

WSN Node Localization Regularization Algorithm Based on Quasi Optimal Criterion Parameter Selection

WSN Node Localization Regularization Algorithm Based on Quasi Optimal Criterion Parameter Selection Sesors & rasducers Vol. 23 Special Issue July 203 pp. 94-98 Sesors & rasducers 203 by IFSA http://www.sesorsportal.com WSN Node Localizatio Regularizatio Algorithm Based o Quasi Optimal Criterio Parameter

More information

3. Error Correcting Codes

3. Error Correcting Codes 3. Error Correctig Codes Refereces V. Bhargava, Forward Error Correctio Schemes for Digital Commuicatios, IEEE Commuicatios Magazie, Vol 21 No1 11 19, Jauary 1983 Mischa Schwartz, Iformatio Trasmissio

More information

SERCOS ENERGY. SERCOS International e.v.

SERCOS ENERGY. SERCOS International e.v. SERCOS ENERGY SERCOS Iteratioal e.v. Table of Cotets Short Overview of SERCOS Eergy 3 About SERCOS 3 Eergy Efficiecy i Figures 4 Classificatio of SERCOS Eergy 5 SERCOS Eergy Applicatio scearios 6 Short

More information

Compound Controller for DC Motor Servo System Based on Inner-Loop Extended State Observer

Compound Controller for DC Motor Servo System Based on Inner-Loop Extended State Observer BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6, No 5 Special Issue o Applicatio of Advaced Computig ad Simulatio i Iformatio Systems Sofia 06 Prit ISSN: 3-970; Olie ISSN:

More information

The Multicast Capacity of Large Multihop Wireless Networks

The Multicast Capacity of Large Multihop Wireless Networks The Multicast Capacity of Large Multihop Wireless Networks Sriivas Shakkottai Dept. of ECE, ad Coordiated Sciece Laboratory Uiversity of Illiois at Urbaa-Champaig sshakkot@uiuc.edu Xi Liu Dept. of Computer

More information

CS 201: Adversary arguments. This handout presents two lower bounds for selection problems using adversary arguments ëknu73,

CS 201: Adversary arguments. This handout presents two lower bounds for selection problems using adversary arguments ëknu73, CS 01 Schlag Jauary 6, 1999 Witer `99 CS 01: Adversary argumets This hadout presets two lower bouds for selectio problems usig adversary argumets ëku73, HS78, FG76ë. I these proofs a imagiary adversary

More information

7. Counting Measure. Definitions and Basic Properties

7. Counting Measure. Definitions and Basic Properties Virtual Laboratories > 0. Foudatios > 1 2 3 4 5 6 7 8 9 7. Coutig Measure Defiitios ad Basic Properties Suppose that S is a fiite set. If A S the the cardiality of A is the umber of elemets i A, ad is

More information

Information-Theoretic Analysis of an Energy Harvesting Communication System

Information-Theoretic Analysis of an Energy Harvesting Communication System Iformatio-Theoretic Aalysis of a Eergy Harvestig Commuicatio System Omur Ozel Seur Ulukus Departmet of Electrical ad Computer Egieerig Uiversity of Marylad, College Park, MD 074 omur@umd.edu ulukus@umd.edu

More information

ASample of an XML stream is:

ASample of an XML stream is: 1 Efficiet Multichael i XML Wireless Broadcast Stream Arezoo Khatibi* 1 ad Omid Khatibi 2 1 Faculty of Computer Sciece, Uiversity of Kasha, Kasha, Ira 2 Faculty of Mathematics, Uiversity of Viea,Viea,

More information

THE LUCAS TRIANGLE RECOUNTED. Arthur T. Benjamin Dept. of Mathematics, Harvey Mudd College, Claremont, CA Introduction

THE LUCAS TRIANGLE RECOUNTED. Arthur T. Benjamin Dept. of Mathematics, Harvey Mudd College, Claremont, CA Introduction THE LUCAS TRIANLE RECOUNTED Arthur T Bejami Dept of Mathematics, Harvey Mudd College, Claremot, CA 91711 bejami@hmcedu 1 Itroductio I 2], Neville Robbis explores may properties of the Lucas triagle, a

More information

Reconfigurable architecture of RNS based high speed FIR filter

Reconfigurable architecture of RNS based high speed FIR filter Idia Joural of Egieerig & Materials Scieces Vol. 21, April 214, pp. 233-24 Recofigurable architecture of RNS based high speed FIR filter J Britto Pari* & S P Joy Vasatha Rai Departmet of Electroics Egieerig,

More information

HDL LIBRARY OF PROCESSING UNITS FOR GENERIC AND DVB-S2 LDPC DECODING

HDL LIBRARY OF PROCESSING UNITS FOR GENERIC AND DVB-S2 LDPC DECODING HDL LIBRARY OF PROCESSING UNITS FOR GENERIC AND DVB-S2 LDPC DECODING Marco Gomes 1,2, Gabriel Falcão 1,2, João Goçalves 1,2, Vitor Silva 1,2, Miguel Falcão 3, Pedro Faia 2 1 Istitute of Telecommuicatios,

More information

Multisensor transducer based on a parallel fiber optic digital-to-analog converter

Multisensor transducer based on a parallel fiber optic digital-to-analog converter V Iteratioal Forum for Youg cietists "pace Egieerig" Multisesor trasducer based o a parallel fiber optic digital-to-aalog coverter Vladimir Grechishikov 1, Olga Teryaeva 1,*, ad Vyacheslav Aiev 1 1 amara

More information

NEXT GENERATION WIRELESS LAN SYSTEM DESIGN 1. Chutima Prommak, Joseph Kabara, David Tipper, Chalermpol Charnsripinyo

NEXT GENERATION WIRELESS LAN SYSTEM DESIGN 1. Chutima Prommak, Joseph Kabara, David Tipper, Chalermpol Charnsripinyo NEXT GENERATION WIRELESS LAN SYSTEM DESIGN Chutima Prommak, Joseph Kabara, David Tipper, Chalermpol Charsripiyo Departmet of Iformatio Sciece & Telecommuicatios 35 N. Bellefield ave., Uiversity of Pittsburgh,

More information

1. How many possible ways are there to form five-letter words using only the letters A H? How many such words consist of five distinct letters?

1. How many possible ways are there to form five-letter words using only the letters A H? How many such words consist of five distinct letters? COMBINATORICS EXERCISES Stepha Wager 1. How may possible ways are there to form five-letter words usig oly the letters A H? How may such words cosist of five distict letters? 2. How may differet umber

More information

Performance Analysis of Channel Switching with Various Bandwidths in Cognitive Radio

Performance Analysis of Channel Switching with Various Bandwidths in Cognitive Radio Performace Aalysis of Chael Switchig with Various Badwidths i Cogitive Radio Po-Hao Chag, Keg-Fu Chag, Yu-Che Che, ad Li-Kai Ye Departmet of Electrical Egieerig, Natioal Dog Hwa Uiversity, 1,Sec.2, Da-Hsueh

More information

Adaptive Resource Allocation in Multiuser OFDM Systems

Adaptive Resource Allocation in Multiuser OFDM Systems Adaptive Resource Allocatio i Multiuser OFDM Systems Fial Report Multidimesioal Digital Sigal Processig Malik Meherali Saleh The Uiversity of Texas at Austi malikmsaleh@mail.utexas.edu Sprig 005 Abstract

More information

Ch 9 Sequences, Series, and Probability

Ch 9 Sequences, Series, and Probability Ch 9 Sequeces, Series, ad Probability Have you ever bee to a casio ad played blackjack? It is the oly game i the casio that you ca wi based o the Law of large umbers. I the early 1990s a group of math

More information

Adaptive Load Balance and Handoff Management Strategy for Adaptive Antenna Array Wireless Networks

Adaptive Load Balance and Handoff Management Strategy for Adaptive Antenna Array Wireless Networks Adaptive Load Balace ad Hadoff Maagemet Strategy for Adaptive Atea Array Wireless Networs Jog-Shi Che 1 We-Chi Chiag 2 Neg-Chug Wag 3 Yug-Fa Huag 4 124 Graduate Istitute of Networig ad Commuicatio Egieerig

More information

Unit 5: Estimating with Confidence

Unit 5: Estimating with Confidence Uit 5: Estimatig with Cofidece Sectio 8.2 The Practice of Statistics, 4 th editio For AP* STARNES, YATES, MOORE Uit 5 Estimatig with Cofidece 8.1 8.2 8.3 Cofidece Itervals: The Basics Estimatig a Populatio

More information

CHAPTER 8 JOINT PAPR REDUCTION AND ICI CANCELLATION IN OFDM SYSTEMS

CHAPTER 8 JOINT PAPR REDUCTION AND ICI CANCELLATION IN OFDM SYSTEMS CHAPTER 8 JOIT PAPR REDUCTIO AD ICI CACELLATIO I OFDM SYSTEMS Itercarrier Iterferece (ICI) is aother major issue i implemetig a OFDM system. As discussed i chapter 3, the OFDM subcarriers are arrowbad

More information

A Radio Resource Allocation Algorithm for QoS Provision in PMP-based Systems

A Radio Resource Allocation Algorithm for QoS Provision in PMP-based Systems 530 OURAL OF COMMUICATIOS, VOL. 5, O. 7, ULY 00 A Radio Resource Allocatio Algorithm for QoS Provisio i PMP-based Systems Pig Wag Broadbad Wireless commuicatios ad Multimedia laboratory, Key Laboratory

More information