Properties of Mobile Tactical Radio Networks on VHF Bands

Size: px
Start display at page:

Download "Properties of Mobile Tactical Radio Networks on VHF Bands"

Transcription

1 Proerties of Mobile Tactical Radio Networks on VHF Bands Li Li, Phil Vigneron Communications Research Centre Canada Ottawa, Canada / ABSTRACT This work extends a network model that was develoed for the study of mobile tactical scenarios emloying VHF combat radios. The model uses VHF radio signal measurement data, integrating ractical network deloyment scenarios and node mobility models to evaluate network link robabilities, and to derive fundamental network roerties including the average network node degree, network connectivity strength, network ath ho count distribution and dynamics of network link udates. The results illustrate imortant network characteristics and rovide insights for assessing alicability and otimization of network rotocols for tactical radios oerating in the VHF band. 1.0 INTRODUCTION Mobile Tactical Networks (MTN) that use tactical radios oerating in the VHF military bands [4-5] offer the otential for imroved coverage and scalability through self-forming multi-ho caabilities. The MTN aims to deliver realtime integrated voice and data across command osts, vehicles and dismounted soldiers to rovide enhanced C2 and situational awareness in the military oerational theatre. To suort the multi-ho networking functions required by the MTN, many recent rotocols roosed for mobile ad hoc networks (MANET) [6-9] may be considered candidate solutions. However, most of these roosals assume WiFi (e.g., IEEE ) radios when conducting rotocol analysis and simulations. The communication roerties exhibited by VHF tactical radios are very different from those of generic WiFi radios, e.g., limited bandwidth and different signal ath loss roerties. To establish effective network rotocol design guidelines and to evaluate networking solution otions ragmatically, it is imortant to understand the fundamental roerties of MTN in tyical oerational scenarios. The urose of this work is thus to investigate the network characteristics of MTNs in a ractical deloyment scenario. The aroach taken combines an analytical network model [1], tactical VHF radio signal measurement data [2-3] and realistic mobility scenarios, taking into account different terrain tyes. In the model, numerical comutations are alied to calculate the changing distance matrix of the network nodes through the duration of network simulation to cature the toology udates. The model comutes the network link and ath robability matrices, the network node degree, the link udate ratio, the ath length and cost distribution, etc. The results obtained illustrate the fundamental network roerties of the MTN, which rovide significant insights for assessing alicability and otimization of the mobile ad hoc network rotocols and schemes in the MTN environment. The rest of the aer is organized as follows: section 2 briefly describes the network model; the network deloyment scenario is resented in section 3; section 4 illustrates the network roerties obtained and section 5 concludes the aer. RTO-MP-IST

2 Proerties of Mobile Tactical Radio Networks on VHF Bands 2.0 NETWORK MODEL FOR MOBILE VHF NETS The network model emloyed in this study is established for a mobile tactical network alying comrehensive radio signal measurement data [1-3]. As described in [1], the network model is based on an undirected geometric random grah where a tactical link is described using ( r, t), which is the robability of having a link between node i and j at distance metric r at time t [1, 10]. The mobility scenario generator BonnMotion [12] is emloyed to roduce MTN deloyment scenarios for the model. The outut file of BonnMotion traces the trajectory of each node by logging ositions of the node through time. Then given a time interval samled at instants nt, i.e., t = {T, 2T,, nt, }, the 2-dimensional osition coordinates of all nodes in the network at each samling instant t are collected in the N 2 osition matrix X t) {( x ( t), x ( )) i = 1,2,... N, where N is the total number of radio nodes. A distance matrix is N 2 ( = i1 i2 t } then formed for all nodes at each samling instant as d ( t) = { d ( t) i, = 1,2, d ( t) = ( xik ( t) x jk ( t)) k = 1,2 2 N N j }..., N, where. Matrix d ( t) N N is then alied to calculate ( r, t), using the radio signal measurement data taken in the terrain tye of the deloyment field [2, 3], as described in [1]. With T sufficiently small, the resulting ( r, t) characterizes the network link status through the entire modelling duration. Given ( r, t), the average node degree, the robability that a link changes its state at any given time t, and the exected number of links that change states at any given node i at time t can all be derived as resented in [1]. To gather the network connectivity information, ath robability matrices of the network for both voice and data ackets are comuted at each samling time t. Realtime voice traffic requires aths of high availability and low latency, without erforming retransmissions even if errors occur in the recetion. The ath matrix for voice VP [t], with (i,j)th element [t], is comuted assuming that the transmission from source to v destination refers all the intermediate hos to be available simultaneously, and that the link robabilities are indeendent of each other. A modified Floyd shortest ath algorithm is used selecting the maximum ath robability [1] as: VP[ t] = [ ( r, t)]; for k = 1 to N do for all i, j, do If v [ t] < ), v [ t] = max( v [ t], v [ t] v [ t]) ; where r is the error threshold. ( r ik kj Other auxiliary data structures are included in the ath comutation algorithm to cature the list of hos contained along each ath; these are not shown here to kee the descritions succinct. Denote the required delivery ratio of voice ackets as The error threshold is dr. L is the length of the acket and b is the BER. dr r = for a ath of m hos, assuming indeendent bit errors. Taking the ml ( 1 b ) NATO standard MELPe voice format of 7 bytes er frame and 4 frames acked into one voice acket to 15-2 RTO-MP-IST-092

3 Proerties of Mobile Tactical Radio Networks on VHF Bands enhance the transmission efficiency as in many common imlementations, an examle voice acket size is assumed containing 50 bytes, i.e., L =400, including headers in comressed format. The voice aths are comuted at each samling time t using dr =95% and b = The ath for data communications differs from that for voice. Data communications tolerate end to end latency but not errors. Retransmissions will be used, such as in the er-ho ARQ scheme to ensure reliable delivery. In this case, the ho cost is formulated as the exected number of transmissions taken for the acket to traverse a ho. This ho cost reresents the sectral cost in terms of number of sends, aroximating the occuancy of timeslots in a TDMA network. As earlier, the link robability between nodes i and j at time t is ( r, t), hence the robability that a acket is successfully received is b L = ( r, t)(1 ). The robability that node i receives the acknowledgement (ACK) from j after 2 sending a acket is ( 1 (1 )) =, assuming only one ACK is sent for each received acket. Then the 1 exected number of times that node i sends the acket is. At each time, the robability that a sent acket 2 is received successfully at j is. If received correctly, a single ACK is generated. The total exected number 1 1 of ACKs sent by node j for this acket is then 1 =. The total exected number of acket 2 transmission attemts and acknowledgements sent across the ho between nodes i and j, which is the sectral cost of the ho, is thus: w ( t) = + =. 2 2 The ath matrix for data, DP [t] with its (i,j)th element [t], is thus comuted as: DP[ t] = [ w ( t)]; for k = 1 to N do for all i, j, do d [ t] = min( d [ t], d [ t] d [ t]) ; ik + kj The above two algorithms generate the ath matrices for voice and data at each samling instant during the modelling time of the network. The results will be illustrated in Section 4. d 3.0 NETWORK SCENARIO The network mobility traces are generated using the mobility scenario generator BonnMotion [12]. The semi-rural area is selected for network deloyment, using the measurement data taken from this tye of terrain [2-3]. The semi-rural environment measured has a significant amount of rural and forested areas, RTO-MP-IST

4 Proerties of Mobile Tactical Radio Networks on VHF Bands some overgrown farm fields and a few two or three story brick buildings [3]. The scenario has 38 deloyed radio nodes in a field of 400 km 2 (20 km by 20 km), which is divided into four 10 km by 10 km non-overlaing quarters. Among all the nodes, 3 of them form a commander grou ositioned in the area of 5 km by 5 km at the center of the field. A grou of 8 nodes is deloyed in each of the four quarters. The commanders and the 4 grous are all running the reference oint grou mobility (RPGM) model [11]. The remaining three are individual nodes with assigned tasks such as reconnaissance or secial oerations. These three nodes move in the entire field of 20 km by 20 km according to a random wayoint model. Excet the commander grou, all the nodes travel in the seed range of m/s with an average ause time of zero to 10 minutes. The commander grou has an average ause time of 30 minutes and moves between the seed levels of 0-8 m/s. Within each grou, the maximum distance from any node to the grou center varies between 3 km and 5 km. A total of 10 networks are generated to average the comutation results. The modelling time for each network is 9000 sec and the samling interval is chosen to be 3 sec for semi-rural scenarios, which is sufficient to cature the udates caused by the defined mobility. Figure 1 below illustrates some sna shots of one of such networks generated in the model, at different samling times. km Network at Time=30 minutes ç ç à à à à à àà ô ç ôô ì ì ì æ æ æ æ æ æ km Network at Time=75 minutes ì ì ç ìì ìì km 10. æ grou 1 à grou 2 ì grou 3 grou 4 ô Commanders ç Secial Oerations 5. à à àà àà à ô ô ç ô æ æ æ æ æ æ æ 0 ç km Figure 1 Tactical network deloyment scenario examle 4.0 NETWORK PROPERTIES The radio signal frequency is at 57.0 MHz with channel bandwidth of 25 khz. The data rates range from 20kbs to 96 kbs. The transmission ower is 46 dbm for vehicle mounted unit. The recetion noise floor in the field is -126 to -95 dbm. The required SNR for achieving the data rate, deending on the radio design, may range from 6 dbm to 23 dbm. From these arameters, the ath loss margin is estimated to be around 140 db. Given the reference distance d 0 = 100 m, the ath loss arameters comuted from the measurement 15-4 RTO-MP-IST-092

5 data have the exonent η =3.18, the intercet α d ) = 68.8 dbm, and the standard deviation of the ( 0 shadowing δ = 4.11 dbm, for the selected terrain of semi-rural. Then alying the algorithms resented in the revious section and the formulas in [1], the link robability ( r, t) at each samling instant t is obtained, which leads to the node degree distribution, as shown in Figure 2. Proerties of Mobile Tactical Radio Networks on VHF Bands cdf ath loss margin=130db 133 db 135 db db ath loss margin =140dB node degree Figure 2 Distribution of network node degree The average node degree varies from about 17 nodes to 33 nodes when the ath loss margin changes from 130 db to 140 db, which is fairly high. To find out how the network connectivity is imacted under the different network conditions, the average network connectivity level (t) is defined as: C l C ( t) = l 2 N N i= 1 j= i+ 1 γ ( i, j, t) N ( N 1), where γ ( i, j, t) is the largest ath robability between node i and j comuted over all ossible routes at time t. Note that C l (t) is the ratio of the exected number of aths over the total number of routes (node airs) in the network. The matrix Γ( t) = [ γ ( i, j, t)] is obtained by alying the voice ath comuting algorithm with r =1. The network C l (t) s for ath loss margin of 130 db and 140 db are lotted in Figure 3 (a), showing the variation through the entire 9000 seconds of network modelling time. A network connectivity level of 1 indicates a fully connected network between all node airs. It can be seen that when the average node degree decreases from 33 to 17, the network connectivity level moves from close to 1 all the time, to ranging between 85% and 99%. Taking any of the three commander nodes in the network, its average ath robability to all the other nodes in the network, referred as the average overall ath robability, can be comuted at each samling time t. It is found that the average overall ath robability of any of the commander nodes is closely related to the network connectivity level (t). In Figure 3 (b), the average overall ath robability of one of the C l commander nodes is lotted together with the network connectivity level C l (t), for ath loss of 140 db, to RTO-MP-IST

6 Proerties of Mobile Tactical Radio Networks on VHF Bands illustrate this observation. The imlication of this relationshi is elaborated on later in the section. Connectivity Level ath loss margin 130dB ass loss margin 140dB Time HsL Figure 3 (a) Average network connectivity levels time HsL commander node network Conn. Level Figure 3 (b) Average overall ath robabilities of commander nodes vs. network connectivity level The voice ath matrix VP[t] is comuted with dr =95%, yielding the distribution of the voice ath length in the network, which is deicted in Figure 4, for networks with average node degree ranging from 17 to 32 nodes, i.e., the ath loss margin of 130 to 140 db. When the ath ho count is larger than three, the end-toend throughut delivered on the very low seed tactical links may be ractically too small and the latency too high. When the average node degree is below 25, i.e., the ath loss margin <135dB, certain voice ath will extend to more than 3 hos, causing QoS concerns. A ractical MTN is often connected with many nodes within 1 ho and others reachable through a single relay. A few nodes at certain times may temorarily require two relay nodes to connect when they are searated due to ath obstacles. Such strong connectivity maintains the high reliability and low latency required by tactical communications. At a ath loss margin of 140 db, the network is connected with nodes mostly 1 and 2 hos aart, and only a few aths 15-6 RTO-MP-IST-092

7 Proerties of Mobile Tactical Radio Networks on VHF Bands traversing 3 hos. The average smallest best ossible ath robability found in matrices (t) was then 0.985, reresenting a strongly connected tactical network. 1.0 cdf ath loss margin 130dB ath loss margin 135dB ath loss margin 138dB aths loss margin 140dB Ho Count Figure 4 Distributions of voice ath ho counts The data ath matrix DP[t] is comuted by alying the algorithm resented in the revious section. The distribution of data ath ho counts is illustrated in Figure 5(a) for different ath loss margins (denoted as lm in the figure). It can be seen that data aths have relatively shorter ho counts than voice aths. However, because of the required reliability and the ARQ transmission scheme, the real sending cost on a data ath is different from its ho count. On a single ho, two sends or even more will be needed to deliver a single data acket successfully. Each send consumes bandwidth and ower. Thus the real cost of data aths is calculated as the number of transmissions required for a successful acket delivery, as the ath sectral cost, described in the algorithm resented in the revious section. The distribution of the data ath sectral cost is illustrated in Figure 5 (b). The cost of data aths in the network is relatively higher than the voice ath, because the send cost of voice traffic is the same as the ho count of its ath. cdf HaL data ath ho count lm=130db lm=135db lm=140db cdf HbL data ath sectral cost lm=130db lm=135db lm=140db Figure 5 Distributions of data ath ho counts and costs The robability that a link changes its state from samling instant t-1 to t can be calculated as [1]: _ linkchange( i, j, t) = ( 1 ( r, t 1)) ( r, t) + ( r, t 1)(1 ( r, t)) RTO-MP-IST

8 Proerties of Mobile Tactical Radio Networks on VHF Bands The link between node i and j incurs a state change from time instant t-1 to t, if there is a link between node i and j at time t while none existed at time t-1; or there is no link between node i and j at time t while there was one at time t-1. The distribution of the ercentage of links that change their states across each samling interval is deicted in Figure 6. In comarison, when the node degree is around 17, i.e., ath loss margin is 130 db, on average more than 23% of the links in the network exerience state changes in the 3 sec samling interval. This amounts to about 150 links changing their state at a given time in the network cdf Percentage of Changing Links in the Network ath loss margin 130dB ass loss margin 140dB H%L Figure 6 Percentage of changing links er samling interval The above results illustrate the basic structural and dynamic network roerties of the selected tyical VHF tactical deloyment scenario. It can be seen that the network has a relatively dense neighbourhood with nodes having high average node degrees. When average network node degrees decrease, the ath ho counts will increase. To maintain the useful voice aths in the network without too many traversing hos, the node degree may need to stay quite high, e.g., about 17 to 20 nodes on average. However, the increase in data ath sectral cost is even faster than the increase of the ho counts. Hence to maintain a low cost for data communication aths, the average node degree may need to be even higher. For low node degrees, there may be an average of 6 sends for a data acket along the ath. With a high node degree and very limited link bandwidth, e.g., 20 kbs to 96 kbs of shared link rates for the next generation NATO narrowband waveforms oerating in the tyical 25 khz VHF channel, a rotocol udating the two ho neighbourhood information, e.g., the oular HELLO rotocol [6-10] may result in a fairly heavy traffic overhead in the shared neighbourhood, when node degrees are so high [13]. In general, the comrehensive exchange of link status information can be quite costly in such densely formed networks. Even when the node degree decreases, e.g., if the ath loss margin is reduced to 130 or 135 db, the number of links that need to reort an udate would increase, which roduces more data in the udate messages [1, 13]. It should also be noted that this network configuration concentrates the highest node degrees on the commander nodes. As shown in Figure 7, which deicts the average node degrees of each of the 38 nodes in the network, the commander nodes, numbered as node 33, 34 and 35, have much higher average node degree comared to the other nodes. In fact, the commander nodes become the major relay nodes for network aths. On one hand, this fortifies the connections between the commander nodes and the rest of the network, which is desirable; but on the other hand, it leads to increased congestion and contention in the neighborhood of the commander nodes, and increases their vulnerability. This also exlains the result illustrated in the Figure 3(b). As major relay nodes, the average overall ath robabilities observed by the commander nodes reflect the overall connectivity strength among all nodes at that time. This roerty may lead to a network route and toology control strategy for this tye of network deloyment scenario that exhibits a central area. The nodes 15-8 RTO-MP-IST-092

9 Proerties of Mobile Tactical Radio Networks on VHF Bands laced in the central area will not only become the hub/relay oints, but also have visibilities on network connectivity situations. Such nodes can even be dedicated hub/central nodes if it is desirable to shield the commander nodes from the vulnerability and heavy traffic load entailed in being in the role of network hubs. Then the commander nodes may maintain a one ho strong connectivity to these central relay nodes to achieve their strong network reachability as well as network situational awareness. 5.0 CONCLUDING REMARKS Figure 7 Average node degrees for all nodes in the network In this aer, real VHF radio signal measurement data are alied to study the network roerties of mobile VHF radio networks in a tyical deloyment scenario. This is accomlished using a geometric random grah integrating tactical mobility scenarios with radio measurement data to establish a network model. The model is further extended to cature the imortant roerties of the network such as the link robability, the ath robability, the ath ho counts and the network connectivity strength. These models have identified the fundamental structural and dynamic characteristics of the network formed. The results indicate the ossible heavy overhead cost of oular networking rotocols when udating two-ho neighbour information in the dense network neighbourhood. It has also demonstrated the critical role of the central/hub nodes in such deloyment scenarios when network ho counts are small. The different ath ho count distributions for voice and data traffic call for a suitable ath selection mechanism to suort their different QoS requirements. It is evident from this study that the network roerties of mobile tactical radio networks need to be considered when designing and otimizing networking solutions. 6.0 ACKNOWLEDGEMENT This research is suorted by Defence Research and Develoment Canada. 7.0 REFERENCES [1] L. Li and T. Kunz, Efficient Mobile Networking for Tactical Radios, Proceedings of IEEE MILCOM 2009, Boston, MA, USA, Oct 2009 [2] J. Pugh, R. Bultitude, and P. Vigneron, Path Loss Measurements With Low Antennas for Segmented RTO-MP-IST

10 Proerties of Mobile Tactical Radio Networks on VHF Bands Wideband Communications at VHF, Proceedings of IEEE MILCOM 06, Washington DC, Oct 2006 [3] J. Pugh, R. Bultitude, and P. Vigneron, Proagation Measurements and Modelling for Multiband Communications on Tactical VHF Channels, Proceedings of IEEE MILCOM 07, Orlando, Florida, Oct [4] H. Wang, et al., "Imlementing Mobile Ad hoc Networking (MANET) over Legacy Tactical Radio Links", Proceedings of IEEE MILCOM 2007, Orlando, Florida, Oct 2007 [5] A. Blair et al., "Tactical Mobile Mesh Network System Design", IEEE MILCOM 2007, Orlando, Florida, Oct 2007 [6] L. Villasenor-Gonzalez et al., H-OLSR: A Hierarchical Proactive Routing Mechanism for Mobile Ad hoc Networks, IEEE Communications Magazine, Vol. 43, No.7, Jul 2005 [7] J. Luo et al., A Survey of Multicast Routing Protocols for Mobile Ad-hoc Networks, IEEE Communications Surveys & Tutorials, Vol 11, Issue 1, 2009 [8] G. Pei, M. Gerela and X. Hong, "LANMAR: Landmark Routing for Large Scale Wireless Ad Hoc Networks with Grou Mobility", in Proceedings of IEEE/ACM MObiHoc 2000, Boston, MA, Aug [9] R. Rajaraman, Toology control and routing in ad hoc networks: a survey, ACM SIGACT News. Issue 33, 2002 [10] Ramin Hekmat, Ad-hoc Networks: Fundamental Proerties and Network Toologies, Sringer, 2006, ISBN [11] X. Hong, M. Gerla, G. Pei and C.-C. Chiang, "A Grou Mobility Model for Ad Hoc Wireless Networks", in Proceedings of ACM / IEEE MSWiM'99, Sealttle, WA, Aug [12] BonnMotion - a mobility scenario generation and analysis tool, htt://iv.cs.unibonn.de/wg/cs/alications/bonnmotion/, Univ. of Bonn, 2002 [13] L. Li and T. Kunz, Efficiency of Multiarty Networking Protocols over Mobile Tactical Radios on VHF Bands, too aear in Proceedings of IEEE MILCOM 2010, Nov. 2010, San Jose, CA RTO-MP-IST-092

Optimal p-persistent MAC algorithm for event-driven Wireless Sensor Networks

Optimal p-persistent MAC algorithm for event-driven Wireless Sensor Networks Otimal -ersistent MAC algorithm for event-driven Wireless Sensor Networks J. Vales-Alonso,E.Egea-Lóez, M. V. Bueno-Delgado, J. L. Sieiro-Lomba, J. García-Haro Deartment of Information Technologies and

More information

High resolution radar signal detection based on feature analysis

High resolution radar signal detection based on feature analysis Available online www.jocr.com Journal of Chemical and Pharmaceutical Research, 4, 6(6):73-77 Research Article ISSN : 975-7384 CODEN(USA) : JCPRC5 High resolution radar signal detection based on feature

More information

The Impact of Random Waypoint Mobility on Infrastructure Wireless Networks

The Impact of Random Waypoint Mobility on Infrastructure Wireless Networks The Imact of Random Wayoint Mobility on Infrastructure Wireless Networks Dennis Pong and Tim Moors School of Electrical Engineering and Telecommunications The University of New South Wales, NSW 5 Australia

More information

Prediction Efficiency in Predictive p-csma/cd

Prediction Efficiency in Predictive p-csma/cd Prediction Efficiency in Predictive -CSMA/CD Mare Miśowicz AGH University of Science and Technology, Deartment of Electronics al. Miciewicza 30, 30-059 Kraów, Poland misow@agh.edu.l Abstract. Predictive

More information

An Overview of Substrate Noise Reduction Techniques

An Overview of Substrate Noise Reduction Techniques An Overview of Substrate Noise Reduction Techniques Shahab Ardalan, and Manoj Sachdev ardalan@ieee.org, msachdev@ece.uwaterloo.ca Deartment of Electrical and Comuter Engineering University of Waterloo

More information

PERFORMANCE IMPROVEMENT OF MANETS

PERFORMANCE IMPROVEMENT OF MANETS PERFORMANCE IMPROVEMENT OF MANETS WITH LINK LIFETIME Merlinda Drini, Queensborough Community College/CUNY; Tare Saadawi, City College of New Yor Abstract There are many different factors in the hysical

More information

Analysis of Mean Access Delay in Variable-Window CSMA

Analysis of Mean Access Delay in Variable-Window CSMA Sensors 007, 7, 3535-3559 sensors ISSN 44-80 007 by MDPI www.mdi.org/sensors Full Research Paer Analysis of Mean Access Delay in Variable-Window CSMA Marek Miśkowicz AGH University of Science and Technology,

More information

and assigned priority levels in accordance with the QoS requirements of their applications.

and assigned priority levels in accordance with the QoS requirements of their applications. Effect of Priority Class Ratios on the Novel Delay Weighted Priority Scheduling Algorithm Vasco Quintyne *, Adrian Als Deartment of Comuter Science, Physics and Mathematics University of the West Indies

More information

Random Access Compressed Sensing in Underwater Sensor Networks

Random Access Compressed Sensing in Underwater Sensor Networks Random Access Comressed Sensing in Underwater Sensor Networks Fatemeh Fazel Northeastern University Boston, MA 2115 Email: ffazel@ece.neu.edu Maryam Fazel University of Washington Seattle, WA 98195 Email:

More information

Ultra Wideband System Performance Studies in AWGN Channel with Intentional Interference

Ultra Wideband System Performance Studies in AWGN Channel with Intentional Interference Ultra Wideband System Performance Studies in AWGN Channel with Intentional Interference Matti Hämäläinen, Raffaello Tesi, Veikko Hovinen, Niina Laine, Jari Iinatti Centre for Wireless Communications, University

More information

FOUNTAIN codes [1], [2] have been introduced to achieve

FOUNTAIN codes [1], [2] have been introduced to achieve Controlled Flooding of Fountain Codes Waqas bin Abbas, Paolo Casari, Senior Member, IEEE, Michele Zorzi, Fellow, IEEE Abstract We consider a multiho network where a source node must reliably deliver a

More information

Decorrelation distance characterization of long term fading of CW MIMO channels in urban multicell environment

Decorrelation distance characterization of long term fading of CW MIMO channels in urban multicell environment Decorrelation distance characterization of long term fading of CW MIMO channels in urban multicell environment Alayon Glazunov, Andres; Wang, Ying; Zetterberg, Per Published in: 8th International Conference

More information

EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER

EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER YEDITEPE UNIVERSITY ENGINEERING & ARCHITECTURE FACULTY INDUSTRIAL ELECTRONICS LABORATORY EE 432 INDUSTRIAL ELECTRONICS EXPERIMENT 6 CLOSED-LOOP TEMPERATURE CONTROL OF AN ELECTRICAL HEATER Introduction:

More information

Performance Analysis of Battery Power Management Schemes in Wireless Mobile. Devices

Performance Analysis of Battery Power Management Schemes in Wireless Mobile. Devices Performance Analysis of Battery Power Management Schemes in Wireless Mobile Devices Balakrishna J Prabhu, A Chockalingam and Vinod Sharma Det of ECE, Indian Institute of Science, Bangalore, INDIA Abstract

More information

Efficient Importance Sampling for Monte Carlo Simulation of Multicast Networks

Efficient Importance Sampling for Monte Carlo Simulation of Multicast Networks Efficient Imortance Samling for Monte Carlo Simulation of Multicast Networks P. Lassila, J. Karvo and J. Virtamo Laboratory of Telecommunications Technology Helsinki University of Technology P.O.Box 3000,

More information

Investigation on Channel Estimation techniques for MIMO- OFDM System for QAM/QPSK Modulation

Investigation on Channel Estimation techniques for MIMO- OFDM System for QAM/QPSK Modulation International Journal Of Comutational Engineering Research (ijceronline.com) Vol. 2 Issue. Investigation on Channel Estimation techniques for MIMO- OFDM System for QAM/QPSK Modulation Rajbir Kaur 1, Charanjit

More information

Performance Analysis of MIMO System using Space Division Multiplexing Algorithms

Performance Analysis of MIMO System using Space Division Multiplexing Algorithms Performance Analysis of MIMO System using Sace Division Multilexing Algorithms Dr.C.Poongodi 1, Dr D Deea, M. Renuga Devi 3 and N Sasireka 3 1, Professor, Deartment of ECE 3 Assistant Professor, Deartment

More information

Practical Evaluation of Cooperative Communication for Ultra-Reliability and Low-Latency

Practical Evaluation of Cooperative Communication for Ultra-Reliability and Low-Latency Practical Evaluation of Cooerative Communication for Ultra-Reliability and Low-Latency Martin Serror, Sebastian Vaaßen, Klaus Wehrle, James Gross Chair of Communication and Distributed Systems, RWTH Aachen

More information

Delivery Delay Analysis of Network Coded Wireless Broadcast Schemes

Delivery Delay Analysis of Network Coded Wireless Broadcast Schemes 22 IEEE Wireless Communications and Networking Conference: Mobile and Wireless Networks Delivery Delay Analysis of Network Coded Wireless Broadcast Schemes Amy Fu and Parastoo Sadeghi The Australian National

More information

A Novel Image Component Transmission Approach to Improve Image Quality and Energy Efficiency in Wireless Sensor Networks

A Novel Image Component Transmission Approach to Improve Image Quality and Energy Efficiency in Wireless Sensor Networks Journal of Comuter Science 3 (5: 353-360, 2007 ISSN 1549-3636 2007 Science Publications A Novel Image Comonent Transmission Aroach to Imrove Image Quality and nergy fficiency in Wireless Sensor Networks

More information

An Adaptive Narrowband Interference Excision Filter with Low Signal Loss for GPS Receivers

An Adaptive Narrowband Interference Excision Filter with Low Signal Loss for GPS Receivers ICCAS5 An Adative Narrowband Filter with Low Signal Loss for GPS s Mi-Young Shin*, Chansik Park +, Ho-Keun Lee #, Dae-Yearl Lee #, and Sang-Jeong Lee ** * Deartment of Electronics Engineering, Chungnam

More information

IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS

IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS IMPROVED POLYNOMIAL TRANSITION REGIONS ALGORITHM FOR ALIAS-SUPPRESSED SIGNAL SYNTHESIS Dániel Ambrits and Balázs Bank Budaest University of Technology and Economics, Det. of Measurement and Information

More information

Application of Notch Filtering under Low Sampling Rate for Broken Rotor Bar Detection with DTFT and AR based Spectrum Methods

Application of Notch Filtering under Low Sampling Rate for Broken Rotor Bar Detection with DTFT and AR based Spectrum Methods Alication of Notch Filtering under Low Samling Rate for Broken Rotor Bar Detection with DTFT and AR based Sectrum Methods B. Ayhan H. J. Trussell M.-Y. Chow M.-H. Song IEEE Student Member IEEE Fellow IEEE

More information

Entropy Coding. Outline. Entropy. Definitions. log. A = {a, b, c, d, e}

Entropy Coding. Outline. Entropy. Definitions. log. A = {a, b, c, d, e} Outline efinition of ntroy Three ntroy coding techniques: Huffman coding rithmetic coding Lemel-Ziv coding ntroy oding (taken from the Technion) ntroy ntroy of a set of elements e,,e n with robabilities,

More information

Initial Ranging for WiMAX (802.16e) OFDMA

Initial Ranging for WiMAX (802.16e) OFDMA Initial Ranging for WiMAX (80.16e) OFDMA Hisham A. Mahmoud, Huseyin Arslan Mehmet Kemal Ozdemir Electrical Engineering Det., Univ. of South Florida Logus Broadband Wireless Solutions 40 E. Fowler Ave.,

More information

Evolutionary Circuit Design: Information Theory Perspective on Signal Propagation

Evolutionary Circuit Design: Information Theory Perspective on Signal Propagation Evolutionary Circuit Design: Theory Persective on Signal Proagation Denis Poel Deartment of Comuter Science, Baker University, P.O. 65, Baldwin City, KS 66006, E-mail: oel@ieee.org Nawar Hakeem Deartment

More information

Underwater acoustic channel model and variations due to changes in node and buoy positions

Underwater acoustic channel model and variations due to changes in node and buoy positions Volume 24 htt://acousticalsociety.org/ 5th Pacific Rim Underwater Acoustics Conference Vladivostok, Russia 23-26 Setember 2015 Underwater acoustic channel model and variations due to changes in node and

More information

Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions

Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions Jon Are Suul Control of Grid Integrated Voltage Source Converters under Unbalanced Conditions Develoment of an On-line Frequency-adative Virtual Flux-based Aroach Thesis for the degree of Philosohiae Doctor

More information

Detecting Content Adaptive Scaling of Images for Forensic Applications

Detecting Content Adaptive Scaling of Images for Forensic Applications Detecting Content Adative Scaling of Images for Forensic Alications Claude Fillion 1,2, Gaurav Sharma 1,3 1 Deartment of Electrical and Comuter Engineering, University of Rochester, Rochester, NY 2 Xerox

More information

Mathematical and Computer Modelling. On the characterization of Aloha in underwater wireless networks

Mathematical and Computer Modelling. On the characterization of Aloha in underwater wireless networks Mathematical and Comuter Modelling 53 (2011) 2093 2107 Contents lists available at ScienceDirect Mathematical and Comuter Modelling journal homeage: www.elsevier.com/locate/mcm On the characterization

More information

SPACE-FREQUENCY CODED OFDM FOR UNDERWATER ACOUSTIC COMMUNICATIONS

SPACE-FREQUENCY CODED OFDM FOR UNDERWATER ACOUSTIC COMMUNICATIONS SPACE-FREQUENCY CODED OFDM FOR UNDERWATER ACOUSTIC COMMUNICATIONS E. V. Zorita and M. Stojanovic MITSG 12-35 Sea Grant College Program Massachusetts Institute of Technology Cambridge, Massachusetts 02139

More information

JOINT COMPENSATION OF OFDM TRANSMITTER AND RECEIVER IQ IMBALANCE IN THE PRESENCE OF CARRIER FREQUENCY OFFSET

JOINT COMPENSATION OF OFDM TRANSMITTER AND RECEIVER IQ IMBALANCE IN THE PRESENCE OF CARRIER FREQUENCY OFFSET JOINT COMPENSATION OF OFDM TRANSMITTER AND RECEIVER IQ IMBALANCE IN THE PRESENCE OF CARRIER FREQUENCY OFFSET Deeaknath Tandur, and Marc Moonen ESAT/SCD-SISTA, KULeuven Kasteelark Arenberg 10, B-3001, Leuven-Heverlee,

More information

Uplink Scheduling in Wireless Networks with Successive Interference Cancellation

Uplink Scheduling in Wireless Networks with Successive Interference Cancellation 1 Ulink Scheduling in Wireless Networks with Successive Interference Cancellation Majid Ghaderi, Member, IEEE, and Mohsen Mollanoori, Student Member, IEEE, Abstract In this aer, we study the roblem of

More information

A new approach to bit error rate reduction and its impact on telecom performance

A new approach to bit error rate reduction and its impact on telecom performance Journal of Scientific AHUJA & Industrial & CHAKKA: ResearchA NEW APPROACH TO BIT ERROR RATE REDUCTION ON TELECOM Vol. 72, March 23,. 49-59 49 A new aroach to bit error rate reduction and its imact on telecom

More information

Transmitter Antenna Diversity and Adaptive Signaling Using Long Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1

Transmitter Antenna Diversity and Adaptive Signaling Using Long Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1 Transmitter Antenna Diversity and Adative Signaling Using ong Range Prediction for Fast Fading DS/CDMA Mobile Radio Channels 1 Shengquan Hu, Tugay Eyceoz, Alexandra Duel-Hallen North Carolina State University

More information

University of Twente

University of Twente University of Twente Faculty of Electrical Engineering, Mathematics & Comuter Science Design of an audio ower amlifier with a notch in the outut imedance Remco Twelkemeijer MSc. Thesis May 008 Suervisors:

More information

LAB IX. LOW FREQUENCY CHARACTERISTICS OF JFETS

LAB IX. LOW FREQUENCY CHARACTERISTICS OF JFETS LAB X. LOW FREQUENCY CHARACTERSTCS OF JFETS 1. OBJECTVE n this lab, you will study the -V characteristics and small-signal model of Junction Field Effect Transistors (JFET).. OVERVEW n this lab, we will

More information

Impact of Inaccurate User and Base Station Positioning on Autonomous Coverage Estimation

Impact of Inaccurate User and Base Station Positioning on Autonomous Coverage Estimation Imact of Inaccurate User and Base Station Positioning on Autonomous Coverage Estimation Iman Akbari, Oluwakayode Onireti, Ali Imran, Muhammad Ali Imran and ahim Tafazolli Institute for Communication Systems

More information

Lab 4: The transformer

Lab 4: The transformer ab 4: The transformer EEC 305 July 8 05 Read this lab before your lab eriod and answer the questions marked as relaboratory. You must show your re-laboratory answers to the TA rior to starting the lab.

More information

THE USE OF INSULATED WIRES MILLIKEN CONDUCTORS IN HIGH VOLTAGE POWER TRANSMISSION UNDERGROUND AC LINES. x y s ABSTRACT

THE USE OF INSULATED WIRES MILLIKEN CONDUCTORS IN HIGH VOLTAGE POWER TRANSMISSION UNDERGROUND AC LINES. x y s ABSTRACT THE USE OF INSULATED WIRES MILLIKEN CONDUCTORS IN HIGH VOLTAGE POWER TRANSMISSION UNDERGROUND AC LINES David DUBOIS, NEXANS, (France), david.dubois@nexans.com Pierre MIREBEAU, NEXANS, (France), ierre.mirebeau@nexans.com

More information

Adaptive Switching between Spatial Diversity and Multiplexing: a Cross-layer Approach

Adaptive Switching between Spatial Diversity and Multiplexing: a Cross-layer Approach Adative Switching between Satial Diversity and ultilexing: a Cross-layer Aroach José Lóez Vicario and Carles Antón-Haro Centre Tecnològic de Telecomunicacions de Catalunya (CTTC) c/ Gran Caità -4, 08034

More information

Analysis of Pseudorange-Based DGPS after Multipath Mitigation

Analysis of Pseudorange-Based DGPS after Multipath Mitigation International Journal of Scientific and Research Publications, Volume 7, Issue 11, November 2017 77 Analysis of Pseudorange-Based DGPS after Multiath Mitigation ThilanthaDammalage Deartment of Remote Sensing

More information

Approximated fast estimator for the shape parameter of generalized Gaussian distribution for a small sample size

Approximated fast estimator for the shape parameter of generalized Gaussian distribution for a small sample size BULLETIN OF THE POLISH ACADEMY OF SCIENCES TECHNICAL SCIENCES, Vol. 63, No. 2, 2015 DOI: 10.1515/basts-2015-0046 Aroximated fast estimator for the shae arameter of generalized Gaussian distribution for

More information

Primary User Enters the Game: Performance of Dynamic Spectrum Leasing in Cognitive Radio Networks

Primary User Enters the Game: Performance of Dynamic Spectrum Leasing in Cognitive Radio Networks IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 9, NO., DECEMBER 365 Primary User Enters the Game: Performance of Dynamic Sectrum Leasing in Cognitive Radio Networks Gonzalo Vazquez-Vilar, Student Member,

More information

Statistical Evaluation of the Azimuth and Elevation Angles Seen at the Output of the Receiving Antenna

Statistical Evaluation of the Azimuth and Elevation Angles Seen at the Output of the Receiving Antenna IEEE TANSACTIONS ON ANTENNAS AND POPAGATION 1 Statistical Evaluation of the Azimuth and Elevation Angles Seen at the Outut of the eceiving Antenna Cezary Ziółkowski and an M. Kelner Abstract A method to

More information

Accurate wireless channel modeling for efficient adaptive Forward Error Correction in JPEG 2000 video streaming systems

Accurate wireless channel modeling for efficient adaptive Forward Error Correction in JPEG 2000 video streaming systems International Journal of Engineering Research and Develoment e-iss: 78-067X, -ISS: 78-800X, www.ijerd.com olume 0, Issue (December 04), PP.30-38 Accurate wireless channel modeling for efficient adative

More information

Multi-TOA Based Position Estimation for IR-UWB

Multi-TOA Based Position Estimation for IR-UWB Multi-TOA Based Position Estimation for IR-UWB Genís Floriach, Montse Nájar and Monica Navarro Deartment of Signal Theory and Communications Universitat Politècnica de Catalunya (UPC), Barcelona, Sain

More information

Technical and Economic Feasibility of Passive Shielding Used to Mitigate Power Lines Magnetic Fields

Technical and Economic Feasibility of Passive Shielding Used to Mitigate Power Lines Magnetic Fields Technical and Economic Feasibility of Passive Shielding Used to Mitigate Power Lines Magnetic Fields AHMED R. SAYED, HUSSEIN I. ANIS Electrical Power and Machine Deartment Cairo University Giza EGYPT eng_ahmed.rabee@eng.cu.edu.eg,

More information

The online muon identification with the ATLAS experiment at the LHC

The online muon identification with the ATLAS experiment at the LHC 32 he online muon identification with the ALAS exeriment at the LHC Abstract he Large Hadron Collider (LHC) at CERN is a roton-roton collider roviding the highest energy and the highest instantaneous luminosity

More information

2010 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media,

2010 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, 200 IEEE. Personal use of this material is ermitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including rerinting/reublishing this material for advertising

More information

ANALYSIS OF ROBUST MILTIUSER DETECTION TECHNIQUE FOR COMMUNICATION SYSTEM

ANALYSIS OF ROBUST MILTIUSER DETECTION TECHNIQUE FOR COMMUNICATION SYSTEM ANALYSIS OF ROBUST MILTIUSER DETECTION TECHNIQUE FOR COMMUNICATION SYSTEM Kaushal Patel 1 1 M.E Student, ECE Deartment, A D Patel Institute of Technology, V. V. Nagar, Gujarat, India ABSTRACT Today, in

More information

Optimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm

Optimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm o Otimization of an Evaluation Function of the 4-sided Dominoes Game Using a Genetic Algorithm Nirvana S. Antonio, Cícero F. F. Costa Filho, Marly G. F. Costa, Rafael Padilla Abstract In 4-sided dominoes,

More information

Performance of Chaos-Based Communication Systems Under the Influence of Coexisting Conventional Spread-Spectrum Systems

Performance of Chaos-Based Communication Systems Under the Influence of Coexisting Conventional Spread-Spectrum Systems I TRANSACTIONS ON CIRCUITS AND SYTMS I: FUNDAMNTAL THORY AND APPLICATIONS, VOL. 50, NO., NOVMBR 2003 475 Performance of Chaos-Based Communication Systems Under the Influence of Coexisting Conventional

More information

A toy-model for the regulation of cognitive radios

A toy-model for the regulation of cognitive radios A toy-model for the regulation of cognitive radios Kristen Woyach and Anant Sahai Wireless Foundations Deartment of EECS University of California at Berkeley Email: {kwoyach, sahai}@eecs.berkeley.edu Abstract

More information

Origins of Stator Current Spectra in DFIGs with Winding Faults and Excitation Asymmetries

Origins of Stator Current Spectra in DFIGs with Winding Faults and Excitation Asymmetries Origins of Stator Current Sectra in DFIGs with Wing Faults and Excitation Asymmetries S. Williamson * and S. Djurović * University of Surrey, Guildford, Surrey GU2 7XH, United Kingdom School of Electrical

More information

Chapter 7 Local Navigation: Obstacle Avoidance

Chapter 7 Local Navigation: Obstacle Avoidance Chater 7 Local Navigation: Obstacle Avoidance A mobile robot must navigate from one oint to another in its environment. This can be a simle task, for examle, if a robot can follow an unobstructed line

More information

Design and Evaluation of Localization Protocols and Algorithms in Wireless Sensor Networks Using UWB

Design and Evaluation of Localization Protocols and Algorithms in Wireless Sensor Networks Using UWB Design and valuation of Localization Protocols and Algorithms in Wireless Sensor Networks Using UWB Di Wu, Lichun Bao, Min Du, Renfa Li Donald Bren School of ICS, University of California, Irvine, USA

More information

The pulse compression waveform that we have already considered is the LFM t is a quadratic phase function.

The pulse compression waveform that we have already considered is the LFM t is a quadratic phase function. 5.0 PULSE COMPRESSION WAVEFORMS There is a class of waveforms termed ulse comression waveforms. These tyes of waveforms, and their associated signal rocessors, are useful because the overall signal duration

More information

Performance Analysis of LTE Downlink under Symbol Timing Offset

Performance Analysis of LTE Downlink under Symbol Timing Offset Performance Analysis of LTE Downlink under Symbol Timing Offset Qi Wang, Michal Šimko and Markus Ru Institute of Telecommunications, Vienna University of Technology Gusshausstrasse 25/389, A-1040 Vienna,

More information

Simulation and Characterization of UWB system coexistence with traditional communication Systems

Simulation and Characterization of UWB system coexistence with traditional communication Systems Simulation and Characterization of UWB system coexistence with traditional communication Systems Guided research by Oliver Wamanga International University Bremen Under suervision of Prof. Dr. Herald Haas

More information

Reduced Complexity MUD-MLSE Receiver for Partially-Overlapping WLAN-Like Interference

Reduced Complexity MUD-MLSE Receiver for Partially-Overlapping WLAN-Like Interference Author manuscrit, ublished in "IEEE VTC Sring 2007 (2007)" Reduced Comlexity MUD-MLSE Receiver for Partially-Overlaing WLAN-Like Interference P. Mary 1,2,J.M.Gorce 2, G. Villemaud 2, M. Dohler 1, M. Arndt

More information

The Multi-Focus Plenoptic Camera

The Multi-Focus Plenoptic Camera The Multi-Focus Plenotic Camera Todor Georgiev a and Andrew Lumsdaine b a Adobe Systems, San Jose, CA, USA; b Indiana University, Bloomington, IN, USA Abstract Text for Online or Printed Programs: The

More information

An Efficient VLSI Architecture Parallel Prefix Counting With Domino Logic Λ

An Efficient VLSI Architecture Parallel Prefix Counting With Domino Logic Λ An Efficient VLSI Architecture Parallel Prefix Counting With Domino Logic Λ Rong Lin y Koji Nakano z Stehan Olariu x Albert Y. Zomaya Abstract We roose an efficient reconfigurable arallel refix counting

More information

Analysis of Source Location Accuracy Using a Network of Acoustic Sensors with Application to Network System Design

Analysis of Source Location Accuracy Using a Network of Acoustic Sensors with Application to Network System Design Acoustic Sensors with Alication to etwork Sstem Design Dr S Harman, Dr A Hume, Mr V Callowa, Mr D Beale QinetiQ, St Andrews Rd, Malvern, Worcestershire, WR4 3PS, UK saharman@qinetiq.com, vcallowa@qinetiq.com

More information

Usable speech detection using a context dependent Gaussian mixture model classifier

Usable speech detection using a context dependent Gaussian mixture model classifier From the SelectedWorks of Ananth N Iyer May, 2004 Usable seech detection using a context deendent Gaussian mixture model classifier Robert E Yantorno, Temle University Brett Y Smolenski Ananth N Iyer Jashmin

More information

Cost-Efficient Topology Design Problem in Time-Evolving Delay-Tolerant Networks

Cost-Efficient Topology Design Problem in Time-Evolving Delay-Tolerant Networks Cost-Efficient Toology Design Problem in Time-Eoling Delay-Tolerant Networks Minsu Huang, Siyuan Chen, Ying Zhu, Yu Wang Deartment of Comuter Science, Uniersity of North Carolina at Charlotte, Charlotte,

More information

A Pricing-Based Cooperative Spectrum Sharing Stackelberg Game

A Pricing-Based Cooperative Spectrum Sharing Stackelberg Game A Pricing-Based Cooerative Sectrum Sharing Stackelberg Game Ramy E. Ali, Karim G. Seddik, Mohammed Nafie, and Fadel F. Digham? Wireless Intelligent Networks Center (WINC), Nile University, Smart Village,

More information

State-of-the-Art Verification of the Hard Driven GTO Inverter Development for a 100 MVA Intertie

State-of-the-Art Verification of the Hard Driven GTO Inverter Development for a 100 MVA Intertie State-of-the-Art Verification of the Hard Driven GTO Inverter Develoment for a 100 MVA Intertie P. K. Steimer, H. Grüning, J. Werninger R&D Drives and Power Electronics ABB Industrie AG CH-5300 Turgi,

More information

Matching Book-Spine Images for Library Shelf-Reading Process Automation

Matching Book-Spine Images for Library Shelf-Reading Process Automation 4th IEEE Conference on Automation Science and Engineering Key Bridge Marriott, Washington DC, USA August 23-26, 2008 Matching Book-Sine Images for Library Shelf-Reading Process Automation D. J. Lee, Senior

More information

Random Access Compressed Sensing for Energy-Efficient Underwater Sensor Networks

Random Access Compressed Sensing for Energy-Efficient Underwater Sensor Networks Random Access Comressed Sensing for Energy-Efficient Underwater Sensor Networks Fatemeh Fazel, Maryam Fazel and Milica Stojanovic Abstract Insired by the theory of comressed sensing and emloying random

More information

RICIAN FADING DISTRIBUTION FOR 40GHZ CHANNELS

RICIAN FADING DISTRIBUTION FOR 40GHZ CHANNELS Jan 006 RICIAN FADING DISTRIBUTION FOR 40GHZ CHANNELS.0 Background and Theory Amlitude fading in a general multiath environment may follow different distributions deending recisely on the area covered

More information

Capacity Gain From Two-Transmitter and Two-Receiver Cooperation

Capacity Gain From Two-Transmitter and Two-Receiver Cooperation 3822 IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 53, NO. 10, OCTOBER 2007 Caacity Gain From Two-Transmitter and Two-Receiver Cooeration Chris T. K. Ng, Student Member, IEEE, Nihar Jindal, Member, IEEE,

More information

Analysis of Electronic Circuits with the Signal Flow Graph Method

Analysis of Electronic Circuits with the Signal Flow Graph Method Circuits and Systems, 207, 8, 26-274 htt://www.scir.org/journal/cs ISSN Online: 253-293 ISSN Print: 253-285 Analysis of Electronic Circuits with the Signal Flow Grah Method Feim Ridvan Rasim, Sebastian

More information

Antenna Selection Scheme for Wireless Channels Utilizing Differential Space-Time Modulation

Antenna Selection Scheme for Wireless Channels Utilizing Differential Space-Time Modulation Antenna Selection Scheme for Wireless Channels Utilizing Differential Sace-Time Modulation Le Chung Tran and Tadeusz A. Wysocki School of Electrical, Comuter and Telecommunications Engineering Wollongong

More information

CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY. The Internal Model Control (IMC) based approach for PID controller

CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY. The Internal Model Control (IMC) based approach for PID controller CHAPTER 5 INTERNAL MODEL CONTROL STRATEGY 5. INTRODUCTION The Internal Model Control (IMC) based aroach for PID controller design can be used to control alications in industries. It is because, for ractical

More information

Kaleidoscope modes in large aperture Porro prism resonators

Kaleidoscope modes in large aperture Porro prism resonators Kaleidoscoe modes in large aerture Porro rism resonators Liesl Burger,2,* and Andrew Forbes,2 CSIR National Laser Centre, PO Box 395, Pretoria 000, South Africa 2 School of Physics, University of KwaZulu

More information

FROM ANTENNA SPACINGS TO THEORETICAL CAPACITIES - GUIDELINES FOR SIMULATING MIMO SYSTEMS

FROM ANTENNA SPACINGS TO THEORETICAL CAPACITIES - GUIDELINES FOR SIMULATING MIMO SYSTEMS FROM ANTENNA SPACINGS TO THEORETICAL CAPACITIES - GUIDELINES FOR SIMULATING MIMO SYSTEMS Laurent Schumacher, Klaus I. Pedersen, Preben E. Mogensen Center for PersonKommunikation, Niels Jernes vej, DK-9

More information

Self-Driven Phase Shifted Full Bridge Converter for Telecom Applications

Self-Driven Phase Shifted Full Bridge Converter for Telecom Applications Self-Driven Phase Shifted Full Bridge Converter for Telecom Alications SEVILAY CETIN Technology Faculty Pamukkale University 7 Kinikli Denizli TURKEY scetin@au.edu.tr Abstract: - For medium ower alications,

More information

Topology Construction in RPL Networks over Beacon-Enabled

Topology Construction in RPL Networks over Beacon-Enabled Toology Construction in RPL Networks over Beacon-Enabled 8.. Mališa Vučinić, Gabriele Romaniello, Laurène Guelorget, Bernard Tourancheau, Franck Rousseau, Olivier Alhand, Andrzej Duda, and Laurent Damon

More information

Multi-period Channel Assignment

Multi-period Channel Assignment Multi-eriod Channel Assignment Hakim Mabed, Alexandre Caminada and Jin-Kao Hao 2 France Télécom R&D, 6 Avenue des Usines, BP 382, 97 Belfort, France {hakim.mabed,alexandre.caminada}@francetelecm.com Tel:

More information

Probabilistic Broadcast for Flooding in Wireless Mobile Ad hoc Networks

Probabilistic Broadcast for Flooding in Wireless Mobile Ad hoc Networks Probabilistic Broadcast for Flooding in Wireless Mobile Ad hoc Networks Yoav Sasson David Cavin André Schier {yoav.sasson,david.cavin,andre.schier}@efl.ch École Polytechnique Fédérale de Lausanne (EPFL)

More information

Improving Satellite Surveillance through Optimal Assignment of Assets

Improving Satellite Surveillance through Optimal Assignment of Assets Imroving Satellite Surveillance through Otimal Assignment of Assets Claire Rivett and Carmine Pontecorvo Intelligence, Surveillance and Reconnaissance Division Defence Science and Technology Organisation

More information

TWO-STAGE SPEECH/MUSIC CLASSIFIER WITH DECISION SMOOTHING AND SHARPENING IN THE EVS CODEC

TWO-STAGE SPEECH/MUSIC CLASSIFIER WITH DECISION SMOOTHING AND SHARPENING IN THE EVS CODEC TWO-STAGE SPEECH/MUSIC CLASSIFIER WITH DECISION OOTHING AND SHARPENING IN THE EVS CODEC Vladimir Malenovsky *, Tommy Vaillancourt *, Wang Zhe, Kihyun Choo, Venkatraman Atti *VoiceAge Cor., Huawei Technologies,

More information

Computer Networks 56 (2012) Contents lists available at SciVerse ScienceDirect. Computer Networks

Computer Networks 56 (2012) Contents lists available at SciVerse ScienceDirect. Computer Networks Comuter Networks 56 (2012) 2221 2236 Contents lists available at SciVerse ScienceDirect Comuter Networks journal homeage: www.elsevier.com/locate/comnet Queen-MAC: A quorum-based energy-efficient medium

More information

Indirect Channel Sensing for Cognitive Amplify-and-Forward Relay Networks

Indirect Channel Sensing for Cognitive Amplify-and-Forward Relay Networks Indirect Channel Sensing for Cognitive Amlify-and-Forward Relay Networs Yieng Liu and Qun Wan Abstract In cognitive radio networ the rimary channel information is beneficial. But it can not be obtained

More information

TO IMPROVE BIT ERROR RATE OF TURBO CODED OFDM TRANSMISSION OVER NOISY CHANNEL

TO IMPROVE BIT ERROR RATE OF TURBO CODED OFDM TRANSMISSION OVER NOISY CHANNEL TO IMPROVE BIT ERROR RATE OF TURBO CODED TRANSMISSION OVER NOISY CHANNEL 1 M. K. GUPTA, 2 VISHWAS SHARMA. 1 Deartment of Electronic Instrumentation and Control Engineering, Jagannath Guta Institute of

More information

There are two basic types of FET s: The junction field effect transistor or JFET the metal oxide FET or MOSFET.

There are two basic types of FET s: The junction field effect transistor or JFET the metal oxide FET or MOSFET. Page 61 Field Effect Transistors The Fieldeffect transistor (FET) We know that the biolar junction transistor or BJT is a current controlled device. The FET or field effect transistor is a voltage controlled

More information

Data-precoded algorithm for multiple-relayassisted

Data-precoded algorithm for multiple-relayassisted RESEARCH Oen Access Data-recoded algorithm for multile-relayassisted systems Sara Teodoro *, Adão Silva, João M Gil and Atílio Gameiro Abstract A data-recoded relay-assisted (RA scheme is roosed for a

More information

Operating Characteristics of Underlay Cognitive Relay Networks

Operating Characteristics of Underlay Cognitive Relay Networks Oerating Characteristics of Underlay Cognitive Relay Networks Ankit Kaushik, Ralh Tanbourgi, Friedrich Jondral Communications Engineering Lab Karlsruhe Institute of Technology (KIT) {Ankit.Kaushik, Ralh.Tanbourgi,

More information

Characteristics of optical bandpass filters employing series-cascaded double-ring resonators q

Characteristics of optical bandpass filters employing series-cascaded double-ring resonators q Otics Communications 8 (003) 91 98 www.elsevier.com/locate/otcom Characteristics of otical bandass filters emloying series-cascaded double-ring resonators q Jianyi Yang a,b, *, Qingjun Zhou b, Feng Zhao

More information

COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS

COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS COMPARISON OF DIFFERENT CDGPS SOLUTIONS FOR ON-THE-FLY INTEGER AMBIGUITY RESOLUTION IN LONG BASELINE LEO FORMATIONS Urbano Tancredi (1), Alfredo Renga (2), and Michele Grassi (3) (1) Deartment for Technologies,

More information

Ground Clutter Canceling with a Regression Filter

Ground Clutter Canceling with a Regression Filter 1364 JOURNAL OF ATMOSPHERIC AND OCEANIC TECHNOLOGY VOLUME 16 Ground Clutter Canceling with a Regression Filter SEBASTIÁN M. TORRES Cooerative Institute for Mesoscale Meteorological Studies, Norman, Oklahoma

More information

Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout

Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout IEEE International Worksho on Imaging Systems and Techniques IST 2008 Chania, Greece, Setember 10 12, 2008 Dynamic Range Enhancement Algorithms for CMOS Sensors With Non-Destructive Readout Anton Kachatkou,

More information

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Paper by: Thomas Knuz IEEE IWCMC Conference Aug. 2008 Presented by: Farzana Yasmeen For : CSE 6590 2013.11.12 Contents Introduction Review:

More information

An Overview of PAPR Reduction Optimization Algorithm for MC-CDMA System

An Overview of PAPR Reduction Optimization Algorithm for MC-CDMA System RESEARCH ARTICLE OPEN ACCESS An Overview of PAPR Reduction Otimization Algorithm for MC-CDMA System Kanchan Singla*, Rajbir Kaur**, Gagandee Kaur*** *(Deartment of Electronics and Communication, Punjabi

More information

Joint Frame Design, Resource Allocation and User Association for Massive MIMO Heterogeneous Networks with Wireless Backhaul

Joint Frame Design, Resource Allocation and User Association for Massive MIMO Heterogeneous Networks with Wireless Backhaul IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL.XXX, NO.XXX, MONTH YEAR 1 Joint Frame Design, Resource Allocation and User Association for Massive MIMO Heterogeneous Networks with Wireless Backhaul Mingjie

More information

A Novel, Robust DSP-Based Indirect Rotor Position Estimation for Permanent Magnet AC Motors Without Rotor Saliency

A Novel, Robust DSP-Based Indirect Rotor Position Estimation for Permanent Magnet AC Motors Without Rotor Saliency IEEE TANSACTIONS ON POWE EECTONICS, VO. 18, NO. 2, MACH 2003 539 A Novel, obust DSP-Based Indirect otor Position Estimation for Permanent Magnet AC Motors Without otor Saliency i Ying and Nesimi Ertugrul,

More information

PROVIDING ANCILLARY SERVICES IN DISTRIBUTION NETWORKS WITH VANADIUM REDOX FLOW BATTERIES: ALPSTORE PROJECT

PROVIDING ANCILLARY SERVICES IN DISTRIBUTION NETWORKS WITH VANADIUM REDOX FLOW BATTERIES: ALPSTORE PROJECT PROVIDING ANCILLARY SERVICES IN DISTRIBTION NETWORKS WITH VANADIM REDOX FLOW BATTERIES: ALPSTORE PROJECT Leoold HERMAN Boštjan BLAŽIČ Igor PAČ Faculty of Electrical Engineering, Faculty of Electrical Engineering,

More information

Laboratory Essay with Online Back-calculation Anti-windup Scheme for a MTG System

Laboratory Essay with Online Back-calculation Anti-windup Scheme for a MTG System PID' Brescia (Italy), March 8-, WeB. Laboratory Essay with Online Back-calculation Anti-windu Scheme for a MTG System Antônio M. S. Neto, Thaise P. Damo, Antonio A. R. Coelho Federal University of Santa

More information

arxiv: v1 [eess.sp] 10 Apr 2018

arxiv: v1 [eess.sp] 10 Apr 2018 Sensing Hidden Vehicles by Exloiting Multi-Path V2V Transmission Kaifeng Han, Seung-Woo Ko, Hyukjin Chae, Byoung-Hoon Kim, and Kaibin Huang Det. of EEE, The University of Hong Kong, Hong Kong LG Electronics,

More information