The MicroPulse Framework for Adaptive Waking Windows in Sensor Networks

Size: px
Start display at page:

Download "The MicroPulse Framework for Adaptive Waking Windows in Sensor Networks"

Transcription

1 The MicroPulse Framework for Aaptive Waking Winows in Sensor Networks Demetrios Zeinalipour-Yazti, Panayiotis Anreou, Panos K. Chrysanthis, George Samaras, Anreas Pitsillies Department of Computer Science, University of Cyprus, P.O. Box 20537, 1678 Nicosia, Cyprus Department of Computer Science, University of Pittsburgh, Pittsburgh, PA 15260, USA Abstract In this paper we present MicroPulse, a novel framework for aapting the waking winow of a sensing evice S base on the ata workloa incurre by a query Q. Assuming a typical tree-base aggregation scenario, the waking winow is efine as the time interval τ uring which S enables its transceiver in orer to collect the results from its chilren. Minimizing the length of τ enables S to conserve energy that can be use to prolong the longevity of the network an hence the quality of results. Our metho is establishe on profiling recent ata acquisition activity an on ientifying the bottlenecks using an in-network execution of the Critical Path Metho. We show through traceriven experimentation with a real ataset that MicroPulse can reuce the energy cost of the waking winow by three orers of magnitue. Inex Terms Critical Path Metho, Waking Winow, Scheuling, Sensor Networks. I. INTRODUCTION Recent avances in embee computing have mae it feasible to prouce small scale sensors, actuators an processors that can be use for a-hoc eployments of environmental monitoring infrastructures [13], [5], [9]. The longevity of a Wireless Sensor Network (WSN) heavily relies on the existence of power-efficient algorithms for the acquisition, aggregation an storage of the sensor reaings. Communicating over the raio in a WSN is the most energy emaning factor among all other functions, such as storage [17] an processing [9]. The energy consumption for transmitting 1 bit of ata using the MICA mote is approximately equivalent to processing 1000 CPU instructions [9]. One way to cope with the energy challenge is to power own the raio transceiver uring perios of inactivity. In particular, it has been shown that sensors operating at a 2% uty cycle can achieve lifetimes of 6-months using two AA batteries [8]. The continuous interval uring which a sensor noe S enables its transceiver, collects an aggregates the results from its chilren, an then forwars them all together to its own parent is efine as the waking winow τ. Note that τ is continuous because it woul be very energy-emaning to suspen the transceiver more than once uring the interval of an epoch, which specifies the amount of time that sensors have to wait before re-computing a continuous query. It is important to mention that the exact value of τ is queryspecific an can not be etermine accurately using current techniques. For instance a sensor oes not know in avance how many tuples it will receive from its chilren. Choosing the correct value for τ is a challenging task as any wrong estimate might isrupt the synchrony of the query routing tree. The objective of this work is to automatically tune τ, locally at each sensor without any a priori knowlege or user intervention. Note that in efining τ we are challenge with the following trae-off: Early-Off Transceiver: Shall S power-off the transceiver too early reuces energy consumption but also increases the number of tuples that are not elivere to the, the root of the routing tree. As a result the will generate an erroneous answer to the query Q; an Late-Off Transceiver: Shall S keep the transceiver active for too long ecreases the number of tuples that are lost ue to powering own the transceiver too early but also increases energy consumption. Thus, the network will consume more energy than necessary which is not esirable given the scarce energy buget of each sensor. In this paper we present MicroPulse, a novel framework for aapting the waking winow of a sensing evice S base on the ata workloa incurre by a query Q. Our ieas are establishe on profiling recent ata acquisition activity an on ientifying the bottlenecks using an in-network execution of the Critical Path Metho. The Critical Path Metho (CPM) [10] is a graph-theoretic algorithm for scheuling project activities. It is wiely use in project planning (construction, prouct evelopment, plant maintenance, software evelopment an research projects). The core iea of CPM is to associate each project milestone with a vertex v an then efine the epenencies between the given vertices using activities. For instance, the activity v i v j enotes that the completion of v i epens on the completion of v j. Each activity is associate with a weight (enote as weight ) which quantifies the amount of time that is require to complete v i assuming that v j is complete. The critical path allows us to efine the minimum time or otherwise the maximum path that is require to complete a project (i.e.,

2 SINK (s0) 40 s1 s2 s s5 s Critical Path s0<=s1<=s3<=s8 U= s4 4 s7 s8 s9 Fig. 1. The figure illustrates nine sensing evices (shown as vertices) an the respective time cost (shown as eges) to transfer the results from an arbitrary an continuous query Q to the (s 0 ). MicroPulse utilizes this information in orer to locally aapt the waking winow of each sensor using the Critical Path Metho. milestone v 0 ). Any elay in the activities of the critical path will cause a elay for the whole project. In orer to aapt the iscussion to a sensor network context assume that each sensor s i is represente by a CPM vertex. More formally, we map each s i to the elements of the vertex set V = {v 1, v 2,..., v n } using a 1:1 mapping function f : s i v i, i n. Also, let the escenent-ancestor relations of the sensor network be enote as eges in this graph. An example with 9 sensing evices {s 1,...,s 9 } is illustrate in Figure 1. The weights on the eges efine the require time to propagate the query results between the respective pairs. It is easy to see that the total time to answer the query at the in the given network is at least ψ = 99, since the critical path is s 0 s 1 s 3 s 8. Having this information at han enables the scheuling of transmission between sensors. In particular, sensor s i can be scheule to wake-up an transmit at the following ealines (w i ): w 1 = ψ 40 = 59, w 2 = w 1 13 = 46, w 3 = w 1 30 = 29, w 4 = w 1 22 = 37 while s 0 an s 1 will be listening for these transmissions uring the intervals τ 0 =[59..99) an τ 1 =[29..59) respectively. The same intuition also applies for the leaf noes, e.g., s 5 starts transmission at w 5 = w 2 11 = 35 an s 2 listens for this transmission in the range τ 2 =[35..46). Aitionally, the critical path enables a sensor x to estimate the interval uring which its parent y will have its transceiver enable. This is very useful because in the subsequent epochs an uner a ifferent workloa, x can fin out if it can eliver the new workloa without first asking y to ajust its waking winow. It shoul be note that the eges in Figure 1 have ifferent weights. This is very typical for a sensor network as the link quality can vary across the network [13]. Another reason is that some sensors might return more tuples than other sensors. Note that our scheuling scheme is istribute which makes it funamentally ifferent from centralize scheuling approaches like DTA [16] an TD-DES [1] that generate collision-free query plans at a centralize noe. Aitionally, our approach is also ifferent from techniques such as [12] which segment the sensor network into sectors in orer to minimize collisions uring ata acquisition. Our Contributions In this paper we make the following contributions: We formulate the problem of aapting the waking winow τ of a sensing evice in orer to conserve energy that can be use to prolong the longevity of the network an hence the quality of results. We solve the waking winow problem by combining a custom profiling structure an the critical path metho. We experimentally valiate the efficiency of our solution using real sensor ataset from Intel Research [6]. The remainer of the paper is organize as follows: Section II stuies the waking winow mechanism of popular ata acquisition systems an iscusses the avantages an shortages for each of these systems. Section III presents the unerlying algorithms of the MicroPulse Framework. Section IV presents the experimental stuy using a trace-riven simulator an Section V conclues the paper. II. BACKGROUND AND RELATED WORK In this section we stuy the waking winow mechanism of the two most popular eclarative acquisition frameworks: TAG [9], [8] an Cougar [15]. We start out our escription by assuming that the query Q has been isseminate to n sensors. Tiny Aggregation (TAG): In this approach, the epoch e is ivie into a number of fixe-length time intervals {e 1, e 2,..., e }, where is the epth of the routing tree, roote at the, that conceptually interconnects the n sensors. The core iea of this framework is summarize as follows: when noes at level i+1 transmit then noes at level i listen. More formally, a sensor s i enables its transceiver at chronon w i = e/ ( epth(s i )) an keeps the transceiver active for τ i = e/ chronons. Note that 0 i= (e i) provies a lower-boun on e, thus the answer will always arrive at the before the en of the epoch. Setting e as a prime number ensures the following inequality 0 i= (e i) < e, which is esirable given that the answer has to reach the at chronon e. For instance, if the epoch is 31 secons an we have a three-tiere network (i.e., =3) like Figure 2 (top, left), then the epoch is slice into three segments {10,10,10}. During interval [0..10), noes at level 3 will transmit while noes at level 2 will listen; uring interval [10..20) level 2 noes transmit while level 1 noes listen; an finally uring [20..30), level 1 noes transmit an the (level 0) listens. Thus, the answer will be reay prior the completion of chronon 31 which is the en of the epoch. The parent wake-up winow τ is an over-estimation (in the above example 10 secons!) of the actual time that is require to transmit between the chilren an a parent. The rationale behin this over-estimation is to offset the limitations in the quality of the clock synchronization algorithms [9] but in reality it is too coarse. In the experimental Section IV, we foun that this over-estimation is three orers of magnitue larger than necessary.

3 Fig. 2. Level 0 Level 1 Level 2 Level 3 Level 0 Level 1 Level 2 Level 3 TAG Micropulse Cougar 0 e 0 e 0 e Listening Processing Transmitting The Waking (Listening) Winow (τ) in TAG, Cougar an MicroPulse. Aitionally, it is not clear how τ is set uner a variable workloa which occurs uner the following circumstances: i) from a non-balance topology, where some noes have many chilren an thus require more time to collect the results from their epenents; an ii) from multi-tuple answers, which are generate because some noes return more tuples than other noes (e.g. because of the query preicate). The MicroPulse framework presente in this paper gracefully hanles both cases of variable workloa by utilizing the Critical Path Metho. Our framework, like TAG, utilizes the TinyOS MAC layer [14] to hanle the collisions that will occur if noes in the same vicinity transmit uring the same interval. Cougar: In this approach, each sensor maintains a waiting list that specifies the chilren for each noe. Such a list can be constructe by having each chil explicitly acknowleging its parent uring the query issemination phase. Having the list of chilren enables a sensor to shut own its transceiver as soon as all chilren have answere. This yiels a set of non-uniform waking winows {τ 1, τ 2,...} as oppose to TAG where we have a single τ which is uniform for all sensors (i.e., e/ ). The main rawback of Cougar is that a parent noe has to keep its transceiver active from the beginning of the epoch until all chilren have answere. In particular, it hols that τ i > τ j if epth(v i ) < epth(v j ). In orer to cope with chilren sensor that may not respon, Cougar eploys a timeout h. To unerstan the rawback of Cougar consier Figure 2 (top, right), where level 2 an level 1 noes have activate their transceivers at chronon zero an wait for the leaf noes to respon. If we have a failure at any given noe x, then each noe on the path x... s 0 (), has to keep its raio active for h aitional secons. III. THE MICROPULSE FRAMEWORK In this section we escribe the unerlying algorithms of the MicroPulse Framework. We ivie our escription in the following three conceptual phases: 1) Construction Phase, execute once prior the execution of Q, uring which the constructs the routing tree an becomes aware of the critical path cost ψ. 2) Pulse Phase, execute once prior the execution of Q, uring which each sensor s i tunes its wake-up chronon w i an waking winow τ i accoring to the value ψ. 3) Aaptation Phase, execute when a topology or workloa change occurs which results in a new critical path. A. The Critical Path Construction Phase ) an one counter per chil connection (enote as s in i,j ), where j enotes the ientifier of the chil. These counters measure the time that is require to transmit the tuples between the respective sensors an will be utilize as inicators of the link workloa in the subsequent epochs. Note that these counters account for more time than what is require ha we assume a collision-free MAC channel. Aitionally, it is important to mention that we coul have eploye a more This phase starts out by having each noe s j select one noe s i as its parent. This results in a waiting list similarly to Cougar [15]. To accomplish this task, the parent s i is notifie through an explicit acknowlegement or becomes aware of s j s ecision by snooping the raio. Note that in both TAG [9] an Cougar [15] noes select as their parent whichever sensor forware the query first. Alternatively, noes coul have chosen as their parent the neighbor with the smallest hop count from the or the one with the highest signal strength. In more recent frameworks, like GANC [11] an Multi-Criteria Routing [7], sensors select their parents base on query semantics, power consumption, remaining energy an others. In more unstable topologies a noe can maintain several parents [4] in orer to achieve fault tolerance but this might impose some limitations on the type of supporte queries. Nevertheless, all these alternatives are supplementary to this step. In the next step, we profile the activity of the incoming an outgoing links, an then propagate this information towars the. In particular, we execute one roun of ata acquisition where each sensor s i maintains one counter for its parent connection (enote as s out i complex structure rather than the counters s out i an s in i,j. That woul allow a sensor to obtain a better statistical inicator of the link activity. By projecting the time costs obtaine for each ege to a virtual spanning tree creates a istribute structure, similar to the one epicte in Figure 1. The final step is to percolate these local ege costs to the by recursively executing the following in-network function at each sensor s i : ψ i = { 0 if s i is a leaf noe, max j chilren(si)(ψ j + s in i,j ) otherwise. The critical path cost is then ψ 0 (enote for brevity as ψ). Using our working example of Figure 1, we will en up with the following values : ψ 5 i 9 = 0, ψ 4 = 4, ψ 3 = 29, ψ 2 = 11, ψ 1 = 59 an ψ 0 = 99. B. The Pulse Phase In this phase we shape the waking winow τ i an the wakeup chronon w i of each sensor by isseminating ψ, constructe uring phase 1, in the network. Algorithm 1 presents the main steps of this proceure which has a message complexity of

4 Algorithm 1 : MicroPulse: The Pulse Phase Input: n sensing evices {s 1, s 2,..., s n } an the s 0, the Critical Path cost ψ, the epoch e. Output: A set of n waking winows {τ 1, τ 2,..., τ n } an n wake-up times {w 1, w 2,..., w n }. Execute these steps beginning from s 0 (top-own): 1) If ψ > e then abort The Critical Path is larger than the Epoch. 2) Fin the maximum s in i,j in s i s chilren an enote the ientifier of this sensor as maxchil. Now calculate the waking time w i as follows: w i = ψ s in i,maxchil a b c, (1) where a, b an c are three variables which offset the costs of processing, the inaccurate clock an collisions at the MAC layer. The waking winow is the interval: τ i = [w i..(w i + s in i,maxchil )) (2) 3) Now isseminate ψ to s i s chilren. Upon receiving ψ, each chil noe s j ecreases ψ locally, as follows: ψ = ψ s out j (3) 4) At the same time with step 3, isseminate s in i,maxchil to s i s chilren. This information, will be useful to efine the latency tolerance (λ i ) of s i in the next aaptation phase. 5) Repeat steps 2-4, recursively until all sensors in the network have set w i an τ i respectively (i n). O(n). At the en of the algorithm execution each sensor knows exactly when it shoul wake up (i.e., w i ) an for how long (i.e., τ i ). To facilitate our presentation assume that the processing, the inaccurate clock an collisions at the MAC layer costs, enote as a, b an c respectively, are all equal to zero. Executing Algorithm 1 on the example of Figure 1 which has a ψ equal to 99 along with an epoch e of 100 yiels the following triples (s i, w i, τ i ): { (s 0, 59, [59..99)), (s 1, 29, [29..59)), (s 2, 46, [46..59)), (s 3, 29, [29..59)), (s 4, 37, [37..59)), (s 5, 35, [35..46)), (s 6, 39, [39..46)), (s 7, 27, [27..29)), (s 8, 0, [0..29)), (s 9, 33, [33..37)) } C. Aaptation Phase In this section we summarize the main ieas behin the aaptation phase which ajusts the critical path in cases of workloa or topology changes. To motivate our iscussion, consier the scenario where a chil in roun (r+1) requires more time to eliver the results to its parent than in roun r (i.e., an increase workloa). In the worst case this might require a complete reconstruction of the critical path cost. Fortunately, the structures eploye by MicroPulse enable a chil to know the interval uring which its parent will have an active transceiver. Therefore, the given chil may be able to start elivering the workloa earlier, if so, succeeing in completing the transmission on-time. In particular, each sensor s i knows the maximum incoming ege of its parent X from step 4 of Algorithm 1, enote as s in X,maxchil. The chil s i then calculates the latency tolerance 1 λ i of its parent X as follows: λ i = s in X,maxchil sout i (4) Note that λ i provies a sensor s i with the maximum leeway from the workloa inicator s out i. For instance in Figure 1, s 7 calculates λ 7 = 29 2 = 27. Thus, s 7 s workloa can increase by 27 chronons without affecting the synchrony of the query routing tree. The same also applies to the opposite case, where we have a ecrease in the workloa s out i. If s i is not on the critical path then there is absolutely no consequence on efficiency. If on the other han, s i is on the critical path then a ecrease in s out i might result in some waste of energy as s i s parent will have a larger τ than necessary. In orer to cope with such cases an the fact that s in X,maxchil might change or λ i might become negative, we reconstruct an re-pulse the critical path in the network perioically after a certain number of changes, failures or collisions. However, these upates represent the minority of the cases as our framework is tailore for stationary wireless sensor networks where the critical path will not change frequently. In the future we plan to evise more elaborate algorithms to cope with the aaptation uner more ynamic environments. IV. EXPERIMENTAL EVALUATION In this section we escribe our experimental methoology an the results of our evaluation. A. Experimental Methoology We aopt a trace-riven experimental methoology in which a real ataset from n sensors is fe into our custom-built simulator. Our methoology is as following: Algorithms: We have implemente the TAG, Cougar an MicroPulse waking winow algorithms. We utilize a failure rate of 20% where a sensor has a probability of 0.2 to not participate in a given epoch. We set the chil waiting timer h to 200ms. Sensing Device: We use the energy moel of Crossbow s new generation TelosB [2] sensor evice to valiate our ieas. TelosB is a ultra-low power wireless sensor equippe with a 8 MHz MSP430 core, 1MB of external flash storage, an a 250Kbps RF Transceiver that consumes 23mA when the raio is on, 1.8mA in active moe with the raio off an 5.1µA in sleep moe. Our performance measure is Energy, in Joules, that is require at each iscrete chronon to resolve the query. The energy formula is as following: Energy(Joules) = V olts Amperes Secons. For instance the energy to transmit 30 bytes at 1.8V is : 1.8V A 30 8bits/250kbps = 39µJ. 1 The latency tolerance is often also referre to as slack.

5 Aggregate Energy Consumption (mj) (processing + listening) Intel Berkeley Dataset - Energy Consumption (for all n sensors) (Graph:real, n=52, =14, e=31, link=250kbps) TAG - 20% failures Cougar - 20% failures Cougar - no failures MicroPulse - 20% failures Number of Epoch Fig. 3. Energy Consumption: Comparing the aggregate energy cost of the three algorithms using the TelosB energy moel. Dataset: We utilize a real ataset from Intel Berkeley Research [6]. This ataset contains ata that is collecte from 58 sensors eploye at the premises of the Intel Research in Berkeley between February 28th an April 5th, The motes utilize in the eployment were equippe with weather boars an collecte time-stampe topology information along with humiity, temperature, light an voltage values once every 31 secons (i.e., the epoch). The ataset inclues 2.3 million reaings collecte from these sensors. We use reaings from the 52 sensors that ha the largest amount of local reaings since some of them ha many missing values. Our query is SELECT motei, temp FROM sensors. The epth of the query spanning tree is 14. B. Energy Consumption In orer to assess the efficiency of the MicroPulse algorithm we measure the energy that is spent on the waking winow for the n sensors in isolation from the rest components (flash, weather boar, etc.). In particular, we measure the time that is spent in each MicroPulse phase an then multiply this by the respective current an voltage. Figure 3 shows that the aggregate energy consumption for the 52 sensors uner TAG, requires 7,984mJ. This is three orers of magnitue more than what the MicroPulse algorithm requires (13.75±0.58mJ). The big ifference in performance is clearly attribute to the uniform size of τ in TAG which is 2.21 secons (i.e., 31 (secons) / 14 (epth)), while in MicroPulse τ is only 146ms on average. The same figure also shows that the Cougar algorithm requires on average ±24.42mJ which is one orer of magnitue more than the energy require by MicroPulse. The isavantage of the Cougar algorithm originates from the fact that the parents keep their transceivers enable until all the chilren have answere or until the local timer h has expire (in cases of failures). Thus, any failure is automatically translate into a chain of elaye waking winows all of which consume more energy than necessary. This is shown by the thir line in which Cougar uner no failures requires only 42mJ which is only the 14% of what Cougar requires uner failures. It is interesting to highlight that MicroPulse maintains a competitive avantage even over Cougar (no failures). V. CONCLUSIONS AND FUTURE WORK This paper stuies the problem of optimizing the length of the waking winow in sensor networks in orer to conserve energy. Our ieas are establishe on profiling recent ata acquisition activity an on ientifying the bottlenecks using the Critical Path Metho. We have escribe the core ieas of our framework an some preliminary experimental results using our trace-riven simulator with real atasets from Intel Research. We foun that MicroPulse offers tremenous energy reuctions uner realistic conitions. In the future we plan to evise efficient aaptation algorithms which will be triggere in cases of variable workloa between consecutive chronons. Acknowlegements: This work was supporte in part by the US National Science Founation uner projects S-CITI (#ANI ) an AQSIOS (#IIS ), the European Union uner the project mpower (#034707) an the Cyprus Research Founation uner the project GEITONIA (#PLYP- 0506). REFERENCES [1] Cetintemel U., Fliners A., Sun Y., Power-efficient ata issemination in wireless sensor networks, In ACM MOBIDE, [2] Crossbow Technology, Inc. [3] Hill J., Szewczyk R., Woo A., Hollar S., Culler D., Pister K., System Architecture Directions for Networke Sensors, In ASPLOS [4] Consiine J., Li F., Kollios G., an Byers J. Approximate Aggregation Techniques for Sensor Databases, In IEEE ICDE [5] Intanagonwiwat C., Govinan R. Estrin D. Directe iffusion: A scalable an robust communication paraigm for sensor networks, In ACM MOBICOM [6] Intel Lab Data [7] Li Q., Beaver J., Amer A., Chrysanthis P., Labriniis A. Multi- Criteria Routing in Wireless Sensor-Base Pervasive Environments, In Pervasive Computing [8] Maen S.R., Franklin M.J., Hellerstein J.M., Hong W., The Design of an Acquisitional Query Processor for Sensor Networks, In ACM SIGMOD [9] Maen S.R., Franklin M.J., Hellerstein J.M., Hong W., TAG: a Tiny AGgregation Service for A-Hoc Sensor Networks, In OSDI [10] Gross J.L, an Yellen J., Graph Theory & Its Application, by Chapman & Hall/CRC Press, ISBN: X, [11] Sharaf A.M., Beaver J., Labriniis A., Chrysanthis P.K., Balancing Energy Efficiency an Quality of Aggregate Data in Sensor Networks, In VLDB [12] Sharma D. an Zaorozhny V.I. an Chrysanthis P.K, Timely ata elivery in sensor networks using whirlpool, In DMSN [13] Szewczyk R., Mainwaring A., Polastre J., Anerson J., Culler D., An Analysis of a Large Scale Habitat Monitoring Application, In ACM SenSys [14] Woo A., Culler D.E. A transmission control scheme for meia access in sensor networks, In MOBICOM [15] Yao Y., Gehrke J.E., Query Processing in Sensor Networks, In CIDR [16] Zaorozhny V. an Chrysanthis P.K an Labriniis A., Algebraic Optimization of Data Delivery Patterns in Mobile Sensor Networks, In DEXA [17] Zeinalipour-Yazti D., Lin S., Kalogeraki V., Gunopulos D., Najjar W., MicroHash: An Efficient Inex Structure for Flash-Base Sensor Devices, In USENIX FAST 2005.

The MicroPulse Framework for Adaptive Waking Windows in Sensor Networks

The MicroPulse Framework for Adaptive Waking Windows in Sensor Networks The MicroPulse Framework for Aaptive Waking Winows in Sensor Networks Demetrios Zeinalipour-Yazti, Panayiotis Anreou, Panos K. Chrysanthis, George Samaras, Anreas Pitsillies Department of Computer Science,

More information

Construction of Power Efficient Routing Tree for Ad Hoc Wireless Networks using Directional Antenna

Construction of Power Efficient Routing Tree for Ad Hoc Wireless Networks using Directional Antenna Construction of Power Efficient Routing Tree for A Hoc Wireless Networks using Directional Antenna Qing Dai an Jie Wu Department of Computer Science an Engineering Floria Atlantic University Boca Raton,

More information

Radio Range Adjustment for Energy Efficient Wireless Sensor Networks. Electronic Engineering, Aston University, Birmingham B4 7ET,United Kingdom b

Radio Range Adjustment for Energy Efficient Wireless Sensor Networks. Electronic Engineering, Aston University, Birmingham B4 7ET,United Kingdom b Raio Range Ajustment for Energy Efficient Wireless Sensor Networks Q. Gao a,, K. J. Blow a 1, D. J. Holing a, I. W. Marshall b, X. H. Peng a a Electronic Engineering, Aston University, Birmingham B4 7ET,Unite

More information

Relay Deployment and Power Control for Lifetime Elongation in Sensor Networks

Relay Deployment and Power Control for Lifetime Elongation in Sensor Networks Relay Deployment an Power Control for Lifetime Elongation in Sensor Networks Yufeng Xin, Tuna Güven, Mark Shayman Institute of Avance Computer Stuies University of Marylan, College Park, MD 074 e-mail:

More information

Balanced-energy Sleep Scheduling Scheme for High Density Cluster-based Sensor Networks

Balanced-energy Sleep Scheduling Scheme for High Density Cluster-based Sensor Networks Balance-energy Sleep Scheuling Scheme for High Density Cluster-base Sensor Networks Jing Deng, unghsiang S. Han, Weni B. Heinzelman, an Pramo K. Varshney Abstract In orer to conserve battery power in very

More information

Minimum-Energy Broadcast in All-Wireless Networks: NP-Completeness and Distribution Issues

Minimum-Energy Broadcast in All-Wireless Networks: NP-Completeness and Distribution Issues Minimum-Energy Broacast in All-Wireless Networks: NP-Completeness an Distribution Issues Mario Čagal LCA-EPFL CH-05 Lausanne Switzerlan mario.cagal@epfl.ch Jean-Pierre Hubaux LCA-EPFL CH-05 Lausanne Switzerlan

More information

Indoor Positioning Using Ultrasound and Radio Combination

Indoor Positioning Using Ultrasound and Radio Combination Inoor Positioning Using Ultrasoun an Raio Combination Gintautas Salcius, Evalas Povilaitis, Algimantas Tacilauskas Centre of Real Time Computer Systems, Kaunas University of Technology Stuentu St. 50,

More information

Wireless Event-driven Networked Predictive Control Over Internet

Wireless Event-driven Networked Predictive Control Over Internet UKACC International Conference on Control 22 Cariff, UK, 3-5 September 22 Wireless Event-riven Networke Preictive Control Over Internet Wenshan Hu, Hong Zhou, an Qijun Deng Abstract In networke control

More information

DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING

DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING Zelko Popovic Distribution engineer Rae Koncara 57, 24300 Backa Topola, Yugoslavia Phone: +38 24 74 220 Fax: +38 24 74 898

More information

Transit Network Design under Stochastic Demand

Transit Network Design under Stochastic Demand Transit Network Design uner Stochastic Deman Hong K. LO Civil an Environmental Engineering Hong Kong University of Science an Technology 1 Public transport Backgroun Fixe route transit (FRT) : fixe route

More information

Indoor Wireless Planning using Smart Antennas

Indoor Wireless Planning using Smart Antennas Inoor Wireless Planning using Smart Antennas Ali Abbasi an Maji Ghaeri Department of Computer Science, University of Calgary Emails: {abbasi, mghaeri}@ucalgary.ca Abstract This paper consiers the problem

More information

Cache-Aided Content Delivery in Fog-RAN Systems with Topological Information and no CSI

Cache-Aided Content Delivery in Fog-RAN Systems with Topological Information and no CSI Cache-Aie Content Delivery in Fog-RAN Systems with Topological Information an no CSI Wei-Ting Chang, Ravi Tanon, Osvalo Simeone Abstract In this work, we consier a Fog Raio Access Network (F-RAN) system

More information

Energy Efficient Relay Selection for Cooperative Relaying in Wireless Multimedia Networks

Energy Efficient Relay Selection for Cooperative Relaying in Wireless Multimedia Networks Energy Efficient Relay Selection for Cooperative Relaying in Wireless Multimeia Networks Zhengguo Sheng, Jun Fan, Chi Harol Liu, Victor C. M. Leung, Xue Liu*, an Kin K. Leung Orange Labs, France Telecom,

More information

An Intelligent 3D User Interface Adapting to User Control Behaviors

An Intelligent 3D User Interface Adapting to User Control Behaviors An Intelligent 3D User Interface Aapting to User Control Behaviors Tsai-Yen Li Computer Science Department National Chengchi University Taipei, Taiwan 11623, R.O.C. +886 2 2938 7170 li@nccu.eu.tw Shu-Wei

More information

Distributed generation control using protection principles

Distributed generation control using protection principles University of Wollongong Research Online Faculty of Engineering an Information Sciences - Papers: Part A Faculty of Engineering an Information Sciences 2006 Distribute generation control using protection

More information

Using Chaos to Detect IIR and FIR Filters

Using Chaos to Detect IIR and FIR Filters PIERS ONLINE, VOL. 6, NO., 00 90 Using Chaos to Detect IIR an FIR Filters T. L. Carroll US Naval Research Lab, Coe 66, Washington, DC 07, USA Abstract In many signal processing applications, IIR an FIR

More information

Dynamic Hybrid Duplex for Rate Maximization in OFDMA. Sangmin Oh and Chae Y. Lee

Dynamic Hybrid Duplex for Rate Maximization in OFDMA. Sangmin Oh and Chae Y. Lee Dynamic Hybri Duplex for Rate Maximization in OFDMA Sangmin Oh an Chae Y. Lee Dept. of Inustrial Engineering, KAIST, 373-1 Kusung Dong, Taeon, Korea Tel: +82-42-350-5916, FAX: +82-42-350-3110 Email: {sangmin.oh,

More information

Teaching Control Using NI Starter Kit Robot

Teaching Control Using NI Starter Kit Robot UKACC International Conference on Control 2012 Cariff, UK, 3-5 September 2012 Teaching Control Using NI Starter Kit Robot Payman Shakouri, Member IEEE, (Research stuent) Gorana Collier, Member IEEE, Anrzej

More information

QoS Topology Control in Ad Hoc Wireless Networks

QoS Topology Control in Ad Hoc Wireless Networks QoS Topology Control in A Hoc Wireless Networks Xiaohua Jia, Deying Li Dept of Computer Science City University of Hong Kong Hong Kong, China Dingzhu Du Dept of Computer Science an Engineering University

More information

COMP 249 Advanced Distributed Systems Multimedia Networking. Best-Effort Multimedia Networking Dealing with Delay-Jitter

COMP 249 Advanced Distributed Systems Multimedia Networking. Best-Effort Multimedia Networking Dealing with Delay-Jitter COMP 249 Avance Distribute Systems Multimeia Networking Best-Effort Multimeia Networking Dealing with Delay-Jitter Kevin Jeffay Department of Computer Science University of North Carolina at Chapel Hill

More information

SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS

SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS Xiaohua Li 1 1 Department of ECE State University of New York at Binghamton Binghamton, NY 139, USA {xli,jhwu1}@binghamton.eu

More information

Energy Efficient Clustering Algorithm in Wireless Sensor Networks using Fuzzy Logic Control

Energy Efficient Clustering Algorithm in Wireless Sensor Networks using Fuzzy Logic Control 11 I Colloquium on Humanities, Science an ngineering Research (CHUSR 11), Dec 5-6 11, Penang nergy fficient Clustering Algorithm in Wireless Sensor Networks using Fuzzy Logic Control Z.W. Siew, A. Kiring,

More information

RCGA based PID controller with feedforward control for a heat exchanger system

RCGA based PID controller with feedforward control for a heat exchanger system Journal of the Korean Society of Marine Engineering, Vol. 1, No. pp. 11~17, 17 ISSN 223-7925 (Print) J. Korean Soc. of Marine Engineering (JKOSME) ISSN 223-8352 (Online) https://oi.org/.5916/jkosme.17.1..11

More information

Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks

Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks Scheduling Data Collection with Dynamic Traffic Patterns in Wireless Sensor Networks Wenbo Zhao and Xueyan Tang School of Computer Engineering, Nanyang Technological University, Singapore 639798 Email:

More information

A General Algorithm for Interference Alignment and Cancellation in Wireless Networks

A General Algorithm for Interference Alignment and Cancellation in Wireless Networks A General Algorithm for Interference Alignment an Cancellation in Wireless Networks Li Erran Li, Richar Alimi, Dawei Shen, Harish Viswanathan an Y. Richar Yang Bell Labs MIT Yale University Abstract Physical

More information

Efficient Binary Corona Training Protocols for Heterogeneous Sensor and Actor Networks

Efficient Binary Corona Training Protocols for Heterogeneous Sensor and Actor Networks 1 Efficient Binary Corona Training Protocols for Heterogeneous Sensor an Actor Networks F. Barsi, A.A. Bertossi, C. Lavault, A. Navarra, S. Olariu, M.C. Pinotti, an V. Ravelomanana Abstract Sensor networks

More information

Page 1. Overview : Wireless Networks Lecture 7: Cellular Networks. The advent of cellular networks. The cellular network design.

Page 1. Overview : Wireless Networks Lecture 7: Cellular Networks. The advent of cellular networks. The cellular network design. Overview 18-759: Wireless Networks Lecture 7: Cellular Networks Dina Papagiannaki & Peter Steenkiste Departments of Computer Science an Electrical an Computer Engineering Spring Semester 2009 http://www.cs.cmu.eu/~prs/wireless09/

More information

Overhead Energy Considerations for Efficient Routing in Wireless Sensor Networks

Overhead Energy Considerations for Efficient Routing in Wireless Sensor Networks Overhea nergy Consierations for fficient Routing in Wireless Sensor Networks. Ilker Oyman an Cem rsoy Computer ngineering Department, Bogazici University, Istanbul, Turkey {oymani, ersoy}@boun.eu.tr Abstract

More information

THe notion of the disease [1] has been extended from

THe notion of the disease [1] has been extended from IEEE/ACM TRANSACTIONS ON NETWORK SCIENCE AND ENGINEERING, VOL., NO., 6 Effective Network Quarantine with Minimal Restrictions on Communication Activities uanyang Zheng an Jie Wu, Fellow, IEEE Abstract

More information

A Multi-Level Approach to Reduce the Impact of NBTI on Processor Functional Units

A Multi-Level Approach to Reduce the Impact of NBTI on Processor Functional Units A Multi-Level Approach to Reuce the Impact of NBTI on Processor Functional Units Taniya Siiqua, Suhanva Gurumurthi Dept. of Computer Science University of Virginia {taniya,gurumurthi}@cs.virginia.eu ABSTRACT

More information

Wave-Induced Fluctuations in Underwater Light Field: Analysis of Data from RaDyO Experiments

Wave-Induced Fluctuations in Underwater Light Field: Analysis of Data from RaDyO Experiments DISTRIBUTION STATEMENT A. Approve for public release; istribution is unlimite. Wave-Inuce Fluctuations in Unerwater Light Fiel: Analysis of Data from RaDyO Experiments Dariusz Stramski Marine Physical

More information

Principal Component Analysis-Based Compensation for Measurement Errors Due to Mechanical Misalignments in PCB Testing

Principal Component Analysis-Based Compensation for Measurement Errors Due to Mechanical Misalignments in PCB Testing Principal Component Analysis-Base Compensation for Measurement Errors Due to Mechanical Misalignments in PCB Testing Xin He 1, Yashwant Malaiya 2, Anura P. Jayasumana 1 Kenneth P. Parker 3 an Stephen Hir

More information

2.35 Tuning PID Controllers

2.35 Tuning PID Controllers 2.35 Tuning PID Controllers P. W. MURRILL (1970) P. D. SCHNELLE, JR. (1985) B. G. LIPTÁK (1995) J. GERRY, M. RUEL, F. G. SHINSKEY (2005) In orer for the reaer to fully unerstan the content an concepts

More information

Joint Cooperative Relaying and Jamming for Maximum Secrecy Capacity in Wireless Networks

Joint Cooperative Relaying and Jamming for Maximum Secrecy Capacity in Wireless Networks Joint Cooperative Relaying an Jamming for Maximum Secrecy Capacity in Wireless Networks Li Wang, Chunyan Cao, Mei Song an Yu Cheng Beijing Key Laboratory of Work Safety Intelligent Monitoring School of

More information

Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users

Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users D. Richar Brown III Electrical an Computer Engineering Department Worcester Polytechnic Institute Worcester,

More information

Probabilistic Handshake in All-to-all Broadcast Coded Slotted ALOHA

Probabilistic Handshake in All-to-all Broadcast Coded Slotted ALOHA Probabilistic Hanshake in All-to-all Broacast Coe Slotte ALOHA Mikhail Ivanov, Petar Popovski, Frerik Brännström, Alexanre Graell i Amat, an Čeomir Stefanović Department of Signals an Systems, Chalmers

More information

Energy Efficient Virtual MIMO-based Cooperative Communications for Wireless Sensor Networks

Energy Efficient Virtual MIMO-based Cooperative Communications for Wireless Sensor Networks Energy Efficient Virtual MIMO-base Cooperative Communications for Wireless Sensor Networks Suharman K. Jayaweera Department of Electrical an Computer Engineering Wichita State University, Wichita, KS,

More information

Measurement of Semi-Anechoic Chamber Using Modified VSWR method above 1GHz

Measurement of Semi-Anechoic Chamber Using Modified VSWR method above 1GHz Measurement of Semi-Anechoic Chamber Using Moifie VSWR metho above 1GHz M. Bittera, K. Kováč, J. Hallon Department of Measurement, Faculty of Electrical Engineering an Information Technology, Slovak University

More information

Single- and Double-View Digital Holographic Diagnostics for Sprays

Single- and Double-View Digital Holographic Diagnostics for Sprays ILASS Americas, 1 st Annual Conference on Liqui Atomization an Spray Systems, Orlano, Floria, May 18-1 008 Single- an Double-View Digital Holographic Diagnostics for Sprays D. S. Olinger, J. Lee, A. Osta,

More information

Research on the Selection Strategy for Optimal Anchor Nodes Based on Ant Colony Optimization

Research on the Selection Strategy for Optimal Anchor Nodes Based on Ant Colony Optimization Sensors & Transucers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Research on the Selection Strategy for Optimal Anchor Noes Base on Ant Colony Optimization Baoxin ZHAO, Bi ZENG Guangong

More information

EXPERIMENTAL DEMONSTRATION OF MULTIPLE ROBOT COOPERATIVE TARGET INTERCEPT

EXPERIMENTAL DEMONSTRATION OF MULTIPLE ROBOT COOPERATIVE TARGET INTERCEPT EXPERIMENTAL DEMONSTRATION OF MULTIPLE ROBOT COOPERATIVE TARGET INTERCEPT Timothy W. McLain Ranal W. Bear Je M. Kelsey Department of Mechanical Engineering, Brigham Young University, Provo, Utah 86 Department

More information

Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks

Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks Feasibility and Benefits of Passive RFID Wake-up Radios for Wireless Sensor Networks He Ba, Ilker Demirkol, and Wendi Heinzelman Department of Electrical and Computer Engineering University of Rochester

More information

Power Electronics Laboratory

Power Electronics Laboratory THE UNERSTY OF NEW SOUTH WALES School of Electrical Engineering & Telecommunications ELEC4614 Experiment : C-C Step-up (Boost) Converter 1.0 Objectives This experiment introuces you to a step-up C-C converter

More information

Taylor, Muthiah, Kulakowski, Mahoney and Porter 1 AN ARTIFICIAL NEURAL NETWORK SPEED PROFILE MODEL FOR HIGH- SPEED HIGHWAY CONSTRUCTION WORK ZONES

Taylor, Muthiah, Kulakowski, Mahoney and Porter 1 AN ARTIFICIAL NEURAL NETWORK SPEED PROFILE MODEL FOR HIGH- SPEED HIGHWAY CONSTRUCTION WORK ZONES Taylor, Muthiah, Kulakowski, Mahoney an Porter 1 AN ARTIFICIAL NEURAL NETWORK SPEED PROFILE MODEL FOR HIGH- SPEED HIGHWAY CONSTRUCTION WORK ZONES Submission Date: August 1, 2005 Wor Count: 57 wors DOUGLAS

More information

Cross-layer Routing Optimization for Wireless Networks with Cooperative Diversity

Cross-layer Routing Optimization for Wireless Networks with Cooperative Diversity Cross-layer Routing Optimiation for Wireless Networs with Cooperative Diversity Zhiguo Ding an Kin K. Leung Department of Electrical an Electronic Engineering Imperial College Lonon, UK. Email: {higuo.ing,

More information

Controller Design for Cuk Converter Using Model Order Reduction

Controller Design for Cuk Converter Using Model Order Reduction n International Conference on Power, Control an Embee Systems Controller Design for Cuk Converter Using Moel Orer Reuction Brijesh Kumar Kushwaha an Mr. Aniruha Narain Abstract: Cuk converter contain two

More information

Shadowing Correlation Model for Indoor Multi-hop Radio Link in Office Environment

Shadowing Correlation Model for Indoor Multi-hop Radio Link in Office Environment JAVA, International Journal of Electrical Electronics Engineering Volume 4, Number, April 26 Shaowing Moel for Inoor Multi-hop Raio Link in Office Environment Mohamma Fahli Inustrial Engineering Department

More information

Data Gathering. Chapter 4. Ad Hoc and Sensor Networks Roger Wattenhofer 4/1

Data Gathering. Chapter 4. Ad Hoc and Sensor Networks Roger Wattenhofer 4/1 Data Gathering Chapter 4 Ad Hoc and Sensor Networks Roger Wattenhofer 4/1 Environmental Monitoring (PermaSense) Understand global warming in alpine environment Harsh environmental conditions Swiss made

More information

An Analysis of Reliable MAC Layer Multicast in Wireless Networks

An Analysis of Reliable MAC Layer Multicast in Wireless Networks An Analysis of Reliable MAC Layer Multicast in Wireless etworks Yoooc Song, Junho Chung, Wookyung Sung, Bosung Kim, Dowon Hyun an Juwook Jang Department of lectronic ngineering, Sogang University. mail:

More information

Static Voltage Over-scaling and Dynamic Voltage Variation Tolerance with Replica Circuits and Time Redundancy in Reconfigurable Devices

Static Voltage Over-scaling and Dynamic Voltage Variation Tolerance with Replica Circuits and Time Redundancy in Reconfigurable Devices Static Voltage Over-scaling an Dynamic Voltage Variation Tolerance with Replica Circuits an Time Reunancy in Reconfigurable Devices Dawoo Alnajjar, Masanori Hashimoto, Takao Onoye Dept. of Information

More information

Dingwen Yu and Jiasheng Zhang

Dingwen Yu and Jiasheng Zhang INTERNATIONAL JOURNAL OF INFORMATION AND SYSTEMS SIENES Volumer, Numver 3, ages 384-397 6 Institute for Scientific omputing an Information RESEARH OF ID ONTROLLER AND FUZZY ID ONTROLLER Dingwen Yu an Jiasheng

More information

A Turnover based Adaptive HELLO Protocol for Mobile Ad Hoc and Sensor Networks

A Turnover based Adaptive HELLO Protocol for Mobile Ad Hoc and Sensor Networks A Turnover base Aaptive HELLO Protocol for Mobile A Hoc an Sensor Networks François Ingelrest, Nathalie Mitton, Davi Simplot-Ryl To cite this version: François Ingelrest, Nathalie Mitton, Davi Simplot-Ryl.

More information

TO improve the battery lifetimes of wireless devices

TO improve the battery lifetimes of wireless devices 200 IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 3, NO. 6, JUNE 204 Energy-Optimum Throughput an Carrier Sensing Rate in CSMA-Base Wireless Networks Mehmet Koseoglu an Ezhan Karasan, Member, IEEE Abstract

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the worl s leaing publisher of Open Access books Built by scientists, for scientists 3,500 108,000 1.7 M Open access books available International authors an eitors Downloas Our authors

More information

Replanning of Optical Networks based on Defragmentation Techniques

Replanning of Optical Networks based on Defragmentation Techniques Replanning of Optical Networks base on Defragmentation Techniques Daniela Aguiar Moniz aniela.moniz@tecnico.ulisboa.pt Instituto Superior Técnico, Lisboa, Portugal November 2015 Abstract The traffic growth

More information

Capacity Gain from Transmitter and Receiver Cooperation

Capacity Gain from Transmitter and Receiver Cooperation Capacity Gain from Transmitter an Receiver Cooperation Chris T. K. Ng an Anrea J. Golsmith Dept. of Electrical Engineering Stanfor University, Stanfor, CA 90 Email: ngctk, anrea}@wsl.stanfor.eu arxiv:cs/00800v1

More information

AN-1140 APPLICATION NOTE

AN-1140 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwoo, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Microphone Array Beamforming by Jera Lewis INTRODUCTION All MEMS microphones

More information

Acoustical Localization in Schools of Submersibles

Acoustical Localization in Schools of Submersibles Oceans 6, Singapore (authors manuscript o not istribute) Acoustical Localization in Schools of Submersibles Navina Kottege & Uwe R. Zimmer Research School of Information Sciences an Engineering Autonomous

More information

Tracking Control of Automatic Pipe Cutting Robot with Magnetic Binder

Tracking Control of Automatic Pipe Cutting Robot with Magnetic Binder Materials Science Forum Vols. 505-507 (2006) pp. 1201-1206 online at http://www.scientific.net (2006) Trans Tech Publications, Switzerlan Tracking Control of Automatic Pipe Cutting Robot with Magnetic

More information

TIE-40 Optical glass for precision molding

TIE-40 Optical glass for precision molding PAGE 1/12 TIE-40 Optical glass for precision moling 1 Precision moling Hot processing of coarse anneale glass (also calle reheat pressing) is the preferre process for small lenses of stanar quality at

More information

Wavelet Neural Network Controller for AQM in a TCP Network: Adaptive Learning Rates Approach

Wavelet Neural Network Controller for AQM in a TCP Network: Adaptive Learning Rates Approach 56 International Journal Jae Man of Control, Kim, Jin Automation, Bae Park, an an Yoon Systems, Ho Choi vol. 6, no. 4, pp. 56-533, August 8 Wavelet Neural Network Controller for AQM in a CP Network: Aaptive

More information

Professor of Computer Engineering, Shobra Faculty of Engineering, Benha University, Cairo,Egypt, Cairo,Egypt

Professor of Computer Engineering, Shobra Faculty of Engineering, Benha University, Cairo,Egypt, Cairo,Egypt Visible Light Communication (VLC) Channel Moeling [1] M.Mohanna, [2] Raafat A.EL-Kammar, [3] M.LotfyRabeh, [4] Mohame I.Gabr [1] Professor, National Research Institute an Geophysics, Cairo, Egypt [2] Professor

More information

1.0 MEASUREMENT OF PARAXIAL PROPERTIES OF OPTICAL SYSTEMS

1.0 MEASUREMENT OF PARAXIAL PROPERTIES OF OPTICAL SYSTEMS .0 MEASUREMENT OF PARAXIAL PROPERTIES OF OPTICAL SYSTEMS James C. Wyant Optical Sciences Center University of Arizona Tucson, AZ 8572 jcwyant@u.arizona.eu If we wish to completely characterize the paraxial

More information

Improving the Near-Metal Performance of UHF RFID Tags

Improving the Near-Metal Performance of UHF RFID Tags Improving the Near-Metal Performance of UHF RFID Tags Daniel D. Deavours Information an Telecommunications Technology Center University of Kansas, Lawrence, KS Email: eavours@ittc.ku.eu Abstract It is

More information

IN GENERAL, an optical network can consist of a

IN GENERAL, an optical network can consist of a 1 Geometric Capacity Provisioning for Wavelength-Switche WDM Networks Li-Wei Chen, Eytan Moiano Abstract In this paper, we use an asymptotic analysis similar to the sphere-packing argument in the proof

More information

Jitter Limitations on a Gigabit Copper Multi- Carrier System

Jitter Limitations on a Gigabit Copper Multi- Carrier System Jitter Limitations on a Gigabit Copper Multi- Carrier System Jan H. Rutger Schraer, Eric A.M. Klumperink, Jan L. Visschers, Bram Nauta University of Twente, IC-Design Group, P.O. Box 7, 75 AE, Enschee,

More information

A Cost Analysis of Wireless Mesh Networks

A Cost Analysis of Wireless Mesh Networks 04 th International Symposium on Moeling an Optimization in Mobile, A Hoc, an Wireless Networks (WiOpt) A Cost Analysis of Wireless Mesh Networks Valerio Targon Queen Mary University of Lonon & Alpen-Aria-Universität

More information

ARTM CHANNEL SOUNDING RESULTS AN INVESTIGATION OF FREQUENCY SELECTIVE FADING ON AERONAUTICAL TELEMETRY CHANNELS

ARTM CHANNEL SOUNDING RESULTS AN INVESTIGATION OF FREQUENCY SELECTIVE FADING ON AERONAUTICAL TELEMETRY CHANNELS ARTM CHANNEL SOUNDING RESULTS AN INVESTIGATION OF FREQUENCY SELECTIVE FADING ON AERONAUTICAL TELEMETRY CHANNELS Item Type text; Proceeings Authors Rice, Michael; e Gaston, Davi; Davis, Aam; German, Gus;

More information

A Circuit Level Fault Model for Resistive Shorts of MOS Gate Oxide

A Circuit Level Fault Model for Resistive Shorts of MOS Gate Oxide Circuit Level Fault Moel for esistive Shorts of MOS Gate Oxie Xiang Lu, Zhuo Li, Wangqi Qiu, D. M. H. Walker an Weiping Shi Dept. of Electrical Engineering Texas &M University College Station, TX 77843-34,

More information

SUBSET: A Joint Design of Channel Selection and Channel Hopping for Fast Blind Rendezvous in Cognitive Radio Ad Hoc Networks

SUBSET: A Joint Design of Channel Selection and Channel Hopping for Fast Blind Rendezvous in Cognitive Radio Ad Hoc Networks SUBSET: A Joint esign of Channel Selection an Channel Hopping for Fast Blin enezvous in Cognitive aio A Hoc Networks Xingya Liu an Jiang Xie epartment of Electrical an Computer Engineering The University

More information

A NEW PUZZLE FOR ITERATED COMPLETE GRAPHS OF ANY DIMENSION

A NEW PUZZLE FOR ITERATED COMPLETE GRAPHS OF ANY DIMENSION A NEW PUZZLE FOR ITERATED COMPLETE GRAPHS OF ANY DIMENSION ELIZABETH SKUBAK AND NICHOLAS STEVENSON ADVISOR: PAUL CULL OREGON STATE UNIVERSITY ABSTRACT. The Towers of Hanoi puzzle can be use to label a

More information

Implementation of Beam Formation for WMNs

Implementation of Beam Formation for WMNs Implementation of Beam Formation for WMNs M. UTHANSAKUL, S. PRADITTARA AND P. UTHANSAKUL School of Telecommunication Engineering Suranaree University of Technology 111 University Avenue, Muang, Nakhonratchasima

More information

DECENTRALIZED CIVIL STRUCTURAL CONTROL USING A REAL-TIME WIRELESS SENSING AND CONTROL SYSTEM

DECENTRALIZED CIVIL STRUCTURAL CONTROL USING A REAL-TIME WIRELESS SENSING AND CONTROL SYSTEM 4 th Worl Conference on Structural Control an Monitoring 4WCSCM-252 DECENTRALIZED CIVIL STRUCTURAL CONTROL USIN A REAL-TIME WIRELESS SENSIN AND CONTROL SYSTEM Abstract Y. Wang 1, R. A. Swartz 2, J. P.

More information

Secure Communication with a Wireless-Powered Friendly Jammer

Secure Communication with a Wireless-Powered Friendly Jammer Secure Communication with a Wireless-Powere Frienly Jammer Wanchun Liu, Xiangyun Zhou, Salman Durrani, an Petar Popovski arxiv:42.0349v2 [cs.it] 26 Aug 205 Abstract In this paper, we propose to use a wireless-powere

More information

Automatically Acquiring Domain Knowledge For Adaptive Game AI Using Evolutionary Learning

Automatically Acquiring Domain Knowledge For Adaptive Game AI Using Evolutionary Learning Automatically Acquiring Domain Knowlege For Aaptive Game AI Using Evolutionary Learning Marc J.V. Ponsen 1, Héctor Muñoz-Avila 1, Pieter pronck 2, Davi W. Aha 3 1 Dept. of Computer cience & Engineering;

More information

A Distributed and Provably-Efficient Joint. Channel-Assignment, Scheduling and Routing Algorithm. for Multi-Channel Multi-Radio Wireless Mesh Networks

A Distributed and Provably-Efficient Joint. Channel-Assignment, Scheduling and Routing Algorithm. for Multi-Channel Multi-Radio Wireless Mesh Networks A Distribute an Provably-Efficient Joint Channel-Assignment, Scheuling an Routing Algorithm for Multi-Channel Multi-Raio Wireless Mesh Netwos Shahzaa Rasool an Xiaojun Lin Abstract The capacity of wireless

More information

Intelligent Senses in Robot Based on Neural Networks

Intelligent Senses in Robot Based on Neural Networks Intelligent Senses in Robot Base on Neural Networks Vimal Ganotra, Rashmi Sharma, Priti Dhingra, Sourabh Sharma, an Navin Kumar Abstract This Paper escribes a moel an an implementation of spiking neurons

More information

REPORT 2/9_12_2001 Position Error Signal Estimation at High Sampling Rates Using Data and Servo Sector Measurements Abstract

REPORT 2/9_12_2001 Position Error Signal Estimation at High Sampling Rates Using Data and Servo Sector Measurements Abstract REPORT 2/9_12_2001 Position Error Signal Estimation at High Sampling Rates Using Data an Servo Sector Measurements by Petros A. Ioannou an Elias B. Kosmatopoulos Department of Electrical Engineering Systems

More information

APPLICATION OF OPTIMAL-TUNING PID CONTROL TO INDUSTRIAL HYDRAULIC SYSTEMS. G. P. Liu*, S. Daley + and G. R. Duan

APPLICATION OF OPTIMAL-TUNING PID CONTROL TO INDUSTRIAL HYDRAULIC SYSTEMS. G. P. Liu*, S. Daley + and G. R. Duan Copyright 2002 IFAC 5th Triennial Worl Congress, Barcelona, Spain APPLICATION OF OPTIMAL-TUNING PID CONTROL TO INDUSTRIAL HYDRAULIC SYSTEMS G. P. Liu*, S. Daley + an G. R. Duan * University of Nottingham

More information

Uneven Clustering Routing Algorithm Based on Optimal Clustering for Wireless Sensor Networks

Uneven Clustering Routing Algorithm Based on Optimal Clustering for Wireless Sensor Networks Journal of Communications Vol. 11, No., February 016 Uneven Clustering Routing Algorithm Base on Optimal Clustering for Wireless Sensor Networks Jianpo Li an Junyuan Huo School of Information Engineering,

More information

Performance Analysis and Comparison of ZF and MRT Based Downlink Massive MIMO Systems

Performance Analysis and Comparison of ZF and MRT Based Downlink Massive MIMO Systems Performance Analysis an Comparison of ZF an MRT Base Downlink Massive MIMO Systems Tebe Parfait, Yujun uang, 1,2 ponyo Jerry 1 Mobilelink Lab Univ of Electronic Sci an Tech of China, UESTC Chengu, China

More information

Double Closed-loop Control System Design of PMSM Based on DSP MoupengTao1, a,songjianguo2, b, SongQiang3, c

Double Closed-loop Control System Design of PMSM Based on DSP MoupengTao1, a,songjianguo2, b, SongQiang3, c 4th International Conference on Mechatronics, Materials, Chemistry an Computer Engineering (ICMMCCE 2015) Double Close-loop Control System Design of PMSM Base on DSP MoupengTao1, a,songjianguo2, b, SongQiang3,

More information

Performance of Amplify-and-Forward Relaying with Wireless Power Transfer over Dissimilar Channels

Performance of Amplify-and-Forward Relaying with Wireless Power Transfer over Dissimilar Channels http://x.oi.org/.5755/ j.eee..5.333 ELEKTRONIKA IR ELEKTROTECHNIKA ISSN 39-5 VOL. NO. 5 5 Performance of Amplify-an-Forwar Relaying with Wireless Power Transfer over Dissimilar Channels Dac-Binh Ha Duc-Dung

More information

Validation of a Non-Line-of-Sight Path-Loss Model for V2V Communications at Street Intersections

Validation of a Non-Line-of-Sight Path-Loss Model for V2V Communications at Street Intersections Valiation of a Non-Line-of-Sight Path-Loss Moel for V2V Communications at Street Intersections Taimoor Abbas, Anreas Thiel, Thomas Zemen, Christoph F. Mecklenbräuker, an Frerik Tufvesson Department of

More information

Contents Maryland High School Programming Contest 1. 1 Stacked Floating Mountains 2. 2 Chess Puzzle 3. 3 Life Connections 4

Contents Maryland High School Programming Contest 1. 1 Stacked Floating Mountains 2. 2 Chess Puzzle 3. 3 Life Connections 4 2010 Marylan High School Programming Contest 1 Contents 1 Stacke Floating Mountains 2 2 Chess Puzzle 3 3 Life Connections 4 4 Circle of Friens 5 5 Floating Mountain Stability 6 6 Aim It Right! 7 7 Navi

More information

Wavelet Transform Based Relay Algorithm for the Detection of Stochastic High Impedance Faults

Wavelet Transform Based Relay Algorithm for the Detection of Stochastic High Impedance Faults International Conference on Power Systems Transients IPST 3 in New Orleans, USA Wavelet Transm Base Relay Algorithm the Detection of Stochastic High Impeance Faults T. M. ai,.a. Snier an E. o () Dept.

More information

Fuzzy Polar Dynamic Voltage Restorer as Voltage Sag Restorer and Active Filter Without Zero Sequence Blocking

Fuzzy Polar Dynamic Voltage Restorer as Voltage Sag Restorer and Active Filter Without Zero Sequence Blocking Fuzzy Polar Dynamic Voltage Restorer as Voltage Sag Restorer an Active Filter Without Zero Sequence Blocking Margo P, M Hery P, M Ashari, Zaenal P *),Takashi Hiyama **) *) Dept. of Electrical Eng, Sepuluh

More information

Hybrid Posicast Controller for a DC-DC Buck Converter

Hybrid Posicast Controller for a DC-DC Buck Converter SERBIAN JOURNAL OF ELETRIAL ENGINEERING Vol. 5, No. 1, May, 11-13 Hybri Posicast ontroller for a D-D Buck onverter Kaithamalai Uhayakumar 1, Ponnusamy Lakshmi, Kanasamy Boobal Abstract: A new Posicast

More information

THE currently deployed dense wavelength division multiplexing

THE currently deployed dense wavelength division multiplexing 1 Elastic Spectrum Allocation for Time-Varying Traffic in FlexGri Optical Networks M. Klinkowski, M. Ruiz, L. Velasco, D. Careglio, V. Lopez, an J. Comellas Abstract Elastic flexgri optical networks (FG-ON)

More information

Lightning Protection Optimization for Large Wind Turbines with Method-of-Moments

Lightning Protection Optimization for Large Wind Turbines with Method-of-Moments Lightning Protection Optimization for Large Win Turbines with Metho-of-Moments Florian Krug, Ralph Teichmann General Electric - Global Research Freisinger Lanstrasse 50, 85748 Munich, GERMAY Ulrich Jakobus,

More information

HOW SYMMETRICAL COMPONENTS MAY HELP TO SUPPRESS VOLTAGE SENSORS IN DIRECTIONAL RELAYS FOR DISTRIBUTION NETWORKS

HOW SYMMETRICAL COMPONENTS MAY HELP TO SUPPRESS VOLTAGE SENSORS IN DIRECTIONAL RELAYS FOR DISTRIBUTION NETWORKS C E D 17 th nternational Conference on Electricity Distribution Barcelona, 12-15 May 2003 HOW SYMMETCAL COMPONENTS MAY HELP TO SUPPESS VOLTAGE SENSOS N DECTONAL ELAYS FO DSTBUTON NETWOKS Xavier LE PVET

More information

Erlang Capacity of Multi-class TDMA Systems with Adaptive Modulation and Coding

Erlang Capacity of Multi-class TDMA Systems with Adaptive Modulation and Coding Downloae from orbittuk on: Oct 2, 218 Erlang Capacity of Multi-class TDMA Systems with Aaptive Moulation an Coing Wang, Hua; Iversen, Villy Bæk Publishe in: Proceeings of IEEE ICC 28 Link to article, DOI:

More information

BI-DIRECTIONAL MIXED SIGNAL CONNECTION MODULES FOR AUTOMATIC INSERTION

BI-DIRECTIONAL MIXED SIGNAL CONNECTION MODULES FOR AUTOMATIC INSERTION BI-DIRECTIONAL MIXED SIGNAL CONNECTION MODULES FOR AUTOMATIC INSERTION Olaf Zinke Caence Design Systems San Diego, CA, USA oinke@caence.com Abstract Efficient simulation of mie signal esigns requires the

More information

Performance evaluation of decentralized wireless sensing and control in civil structures

Performance evaluation of decentralized wireless sensing and control in civil structures Performance evaluation of ecentralize wireless sensing an control in civil structures Yang Wang *a, R. Anrew Swartz b, Jerome P. Lynch b, Kincho H. Law a, Chin-Hsiung Loh c a Dept. of Civil an Environmental

More information

The Analysis and Complementarity of Abbe Principle Application Limited in Coordinate Measurement

The Analysis and Complementarity of Abbe Principle Application Limited in Coordinate Measurement Proceeings of the Worl Congress on Engineering 00 Vol III The Analysis an Complementarity of Abbe Principle Application Limite in Coorinate Measurement Fei Yetai, Shang Ping, Chen Xiaohuai, Huang Qiangxian

More information

Train Shunting. Christian Schulte. October 25, 2013

Train Shunting. Christian Schulte. October 25, 2013 Problem Description Train Shunting Christian Schulte October 25, 2013 You are in charge of shunting (Sweish: växla) wagons of a train. In the following we assume that each wagon is self riving an that

More information

Modelling TCP Reno with Spurious Timeouts in Wireless Mobile Environment

Modelling TCP Reno with Spurious Timeouts in Wireless Mobile Environment 1 Moelling TCP Reno with Spurious Timeouts in Wireless Mobile Environment Shaojian Fu an Mohamme Atiquzzaman Telecommunications an Networks Research Lab School of Computer Science University of Oklahoma,

More information

UNIT IV CONTROLLER TUNING:

UNIT IV CONTROLLER TUNING: UNIT IV CONTROLLER TUNING: Evaluation Criteria IAE, ISE, ITAE An ¼ Decay Ratio - Tuning:- Process Reaction Curve Metho, Continuous Cycling Metho An Dampe Oscillation Metho Determination Of Optimum Settings

More information

HIGH PERFORMANCE CONTROLLERS BASED ON REAL PARAMETERS TO ACCOUNT FOR PARAMETER VARIATIONS DUE TO IRON SATURATION

HIGH PERFORMANCE CONTROLLERS BASED ON REAL PARAMETERS TO ACCOUNT FOR PARAMETER VARIATIONS DUE TO IRON SATURATION 213 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM VEHICLE ELECTRONICS AND ARCHITECTURE (VEA MINI-SYMPOSIUM AUGUST 21-22, 213 - TROY, MICHIGAN HIGH PERFORMANCE CONTROLLERS BASED ON REAL

More information

The High-Resolution Imaging (HRI) Portable Array: A Seismic (and Internet) Network Dedicated to Kilometric-scale Seismic Imaging

The High-Resolution Imaging (HRI) Portable Array: A Seismic (and Internet) Network Dedicated to Kilometric-scale Seismic Imaging The High-Resolution Imaging (HRI) Portable Array: A Seismic (an Internet) Network Deicate to Kilometric-scale Seismic Imaging O. Coutant, F. Doré, F. Brenguier, J. F. Fels, D. Brunel, S. Juenherc, an M.

More information