Minimizing Distribution Cost of Distributed Neural Networks in Wireless Sensor Networks

Size: px
Start display at page:

Download "Minimizing Distribution Cost of Distributed Neural Networks in Wireless Sensor Networks"

Transcription

1 1 Minimizing Distribution Cost of Distributed Neura Networks in Wireess Sensor Networks Peng Guan and Xiaoin Li Scaabe Software Systems Laboratory, Department of Computer Science Okahoma State University, Stiwater, OK {pguan, Abstract This paper presents a nove study on how to distribute neura networks in a wireess sensor networks (WSNs) such that the energy consumption is minimized whie improving the accuracy and training efficiency Artificia neura network (ANN) earning has been shown robust to noisy and uncertain sensory data for function approximation and pattern cassification appications With the advances of miniature hardware technoogies for powerfu sensor nodes, embedded neura networks wi emerge as important decision-making brains for WSNs and vast surveiance appications to enabe adaptive data quaity and sef-managing capabiities To distribute neura networks in WSNs in an energy-efficient manner, we propose parae transmission and adaptive neura seection agorithms(ansa) in mutiayer backpropagation(mlbp) earning process of neura networks, which is a popuar supervised earning technique used for training feedforward artificia neura networks We further anayze the energy consumption components in the onine training process and evauate the reduced energy consumption using our proposed agorithms I INTRODUCTION Wireess sensor networks (WSNs) have ushered in enormous opportunities bridging the gap between information systems and the physica word [1], [2] Meanwhie, WSN introduces new chaenges due to imited resources incuding energy Artificia neura network (ANN) earning has been shown robust to noisy and uncertain sensory data for function approximation and pattern cassification appications [3], [4], [5] With the advances of miniature hardware technoogies for powerfu sensor nodes, embedded neura networks wi emerge as important decision-making brains for WSNs and vast surveiance appications to enabe adaptive data quaity and sef-managing capabiities [6], [7] Motivated by this potentia significance, we investigate how to distribute neura networks in WSN such that the energy consumption is minimized whie improving the accuracy and training efficiency Characterized by imited resources and mutihop wireess inks, WSN has imited computation and communication capabiities and each node is typicay suppied with battery power However, training a neura network entais significant amount of computation and communication, which resuts in significant energy cost Energy consumption is infuenced by two main factors: computing and communication The radio communication is considered the most expensive one in terms of energy consumption To embed neura networks into a sensor network, it requires to substantiay reduce communication and energy costs We consider such a neura network, where each ayer is partitioned into a number of disjoint bocks and each bock is mapped onto a sensor node Assuming ANN is distributed eveny among sensor nodes, the computation and communication costs are anayzed according to each sensor node and their interactions To reduce communication and energy costs, we propose a parae transmission scheme which takes advantage of the pipeined communication to reduce communication overheads, and ANSA to further remove redundant neurons so as to reduce communication and energy costs and aso improve the training efficiency compared to traditiona methods without pruning The rest of the paper is organized as foows Section II briefy introduces the MLBP training agorithm and presents reated work Section III presents the improved transmission scheme and the adaptive neuron seection agorithm urther, Section IV presents numerica anaysis to demonstrate the improvement in energy consumption Section V concudes the paper I 1 I 2 I n 1 ig 1 II BACKGROUND AND RELATED WORK W 1 W n O 1 O L uy connected feedforward mutiayer neura network We consider feedforward neura networks where neurons are arranged in each ayer with the outer most ayers caed input ayer and output ayer [8], [9] The resut is a non-inear squashing function, which scaed between 0 and 1, and the output activity vaue is passed to the neurons in the next ayer No cyces are aowed inside, meaning each neuron propagates signas to ony ogica higher ayers ig 1 shows an exampe of mutiayer backpropagation neura networks n O 1 O 2 O n L

2 2 Based on gradient descent in error, MLBP can be viewed as a generaized east mean squared agorithm towards minimizing the sum of the squares of the errors between the actua and target outputs E = n L (EL i )2, where the non-inear error is given by, Ei L = Oi L (1 Oi L ) (T i Oi L ) (1) T i and Oi L are the target vaue and the activity output respectivey for the i-th neuron n L is the number of neurons in the output ayer The gradient descent equation is given by, Gd i = Gd i + α E i (2) where Gd i and E i are the gradient descent and the noninear error of i-th neuron on -th ayer, respectivey; and α is the earning rate So we use the BP agorithm by the foowing steps During each forward phase, we cacuate the output for each ayer using Oi = (Gd i + Wij O 1 j ) (3) n j=1 where Wij is the weight from the i-th input to the j-th hidden unit on -th ayer incuding output ayer, and ( ) is the sigmoid function (x) = 1 1+e x The backward phase incudes the cacuation of the error signa for each hidden ayers and update of the weight group, as prescribed by the foowing two equations n(+1) Ei = α Oi (1 Oi) (E +1 k W +1 ki ) (4) k=1 W ij = W ij + αe i O 1 j (5) for = L 1,, 1 To cacuate the errors effectivey, we introduce the foowing product expression, which wi be expained in the next section P P i = (E k W ki) (6) for k = 1, 2,, n We propose an improved parae transmission pattern and adaptive neuron seection agorithms to reduce energy costs and increase the convergence speed of traditiona MLBP agorithms for distributing neura networks in WSN Most works in sensor networks have been focused on designing efficient routing, ocaization, target tracking, and supporting systems [1], [10] Recenty, a handfu researchers started to appy neura networks in sensor networks [11], [12], [13] Kuakov et a [13] presented a combined approach using waveet method for data processing and ART neura network for cassification in wireess sensor networks However, they appy neura network agorithms as in other appications without expicity considering mapping ANN into WSN Recent papers [11], [12] studied the anaogy of neura networks and sensor networks considering mapping ANN into WSN to improve data quaity robustness Our investigation goes one step further to study dynamic reconfigurabe ANN to both minimize energy costs and improve data quaity and training efficiency III MODIIED MLBP ALGORITHMS A Anaysis of Communication and Computation of MLBP A neura network is eveny distributed among sensor nodes; a partition of the weight set and the corresponding neurons are mapped to each sensor node Energy cost in this setup consists of four components: communication and computation costs in both forward and backward phases C f (p) = C f comm(p) + C f comp(p) (7) C b (p) = C b comm(p) + C b comp(p) (8) where C f (p) and C b (p) denote the energy cost of a sensor in forward and backward phases, respectivey; C comm and C comp denote the energy cost due to communication and computation, respectivey We assume that C comm incudes the initia energy cost for initiaizing communication C i and energy cost of transferring unit data C u = C radio + C receive, where C radio, C receive represent the energy cost of transmitting and receiving In addition, energy cost due to oca data processing is aso counted In the forward phase, as the cacuation of an neuron activity vaue O in -th ayer needs a neuron activity vaues O 1 in the adjacent ower ayer, each sensor has to receive other sensor s data as iustrated in ig 2 The set of weight vaues in each sensor resides in rows of the matrix shown in Eq (13) It therefore needs n 1 transmissions of data to cacuate one of the outputs on the next ayer In terms of computation, we introduce C vo and C sig denoting the convoution and sigmoid computation respectivey Hence, the costs of MLBP forwarding process are given by, C f comm = (n 1) (C u + C i ) (9) C f comp = C vo + C sig (10) In the backward phase, simiary, there are two parts in energy costs The first part is for the top ayer L s error cacuation using Eq (1) and weight gradient descent update using Eqs (2) (5) The second part is for the other ayers = 1,, L 1 error cacuation by Eq (4) and weight Gradient descent updated by Eqs (2) (5) The difference between the first and second parts is caused by using Eq (1) or Eq (4) C b comm = 2 (n 1) (C u + C i ) (11) C b comp = 2 C vo + n C ex (12) where C ex represents the extra computation of summation and mutipication Note that athough communication and computation are both critica in wireess sensor networks, in genera communication costs are hundred to thousand times more expensive than computation costs O i = W ij O i (13)

3 3 node1 node2 node3 node(n-2) node(n-1) noden where C u is defined as the cost of unit transmission through a given distance shorter than that of C u Since the change of transmission pattern between sensors as iustrated in ig 3, the energy cost is ess than before node1 node2 node3 node(n-2) node(n-1) noden data sent from one node to another one computation for activity vaue time ig 2 Transmission process of MLBP [ Ei ] = [ E k ] W k (14) Therefore, the new transmission scheme wi change the route for acquiring adjacent output activity vaues or this pattern, we assume that each neuron cacuate its output activity vaue by obtaining adjacent ayer s data through sequentia shifting In order to reaize such a shifting, each sensor transfers its own adjacent ower ayer data to a neighbor sensor of one side whie receiving the other neighbor sensor s data from the other side Therefore it is ike that i-th sensor receives O 1 i 1 from (i-1)-st sensor and transmits O 1 i to (i+1)-st sensor, and then repeats to transmit the data it received ast oop before cacuating the activity vaue Assume that there exists n sensors for each ayer, then the n-th sensor transmits the data to the 1-st sensor as its next neighbor, and aso 1-st sensor assumes the n-th sensor as its previous neighbor to receive data from Eq (13) shows matrix expressions of convoution parts of Eq (3) In this pattern, this communication is done in pipeined fashion, during which cacuation of convoutions of Eq (3) using received data, O 1 j s, j=1,2,j, is done concurrenty and energy costs of such a scheme are expressed in Eq (15) (16) (17) (18) In forward phase, the Ccomm f and Ccomp f are given by, C f comm = (n 1)C u + C i (15) C f comp = C vo + C sig (16) or backward phase, the energy cost of the first part incudes the cacuation of Eq (2), which can be cacuated independenty in each sensor without any communication Whereas, Eq (4) and Eq (5) needs the other sensors data ike the forward phase, so it aso needs n 1 transmission of data to cacuate one of the outputs on the next adjacent ayer It is crucia to cacuate Eq (4), because this equation needs spread its weights to a of the sensors The way we use is ike the reverse pattern of data distribution in forward phase The other equations can be cacuated in the same way of sequentia shift as it in the forward phase C b comm = 2 (n 1) C u + C i (17) C b comp = 2 C vo + C ex (18) ig 3 data sent from one node to another one computation for activity vaue Transmission process using adaptive neuron seection In the second part, Eqs (2) (4) (5) are cacuated repeatedy L-1 times from =L-1 to 1 As described before, weights are distributed on each neuron, which provide the possibiity to cacuate O j without a communication of weight W ij Eq (14) show matrix expressions of convoution parts of Eq (4) The set of weight vaues in each sensor resides in rows of the matrix shown in Eq (14), though the set of weight vaues which each sensor needs when cacuating Eq (4) resides in coumns of the weight matrix in Eq (14) In order to cacuate Eq (4), we empoy the product shifting Such technique in a n sensors system is shown in Eq (6), where P P represents a set of partia product in Eqs (4) And then Eq (4) can be cacuated by using summation over Eq (6) and additiona cacuation, which is a coumn i s partia product of the rows which are hod in each sensor In order to summate a product of the same coumn i, each sensor transfers the sets of product to the corresponding sensor The technique is an summation of product for cacuating Eq (4), which is consist of two steps The first step is the cacuation of Eq (6) for a coumns in each sensor In the second step, the product shifting and auxiiary cacuation of Eqs (4) in each sensor s oca memory are repeated in the number of sensor minus 1 times After n 1 repetition, each sensor obtains the accumuation of a PP s which has the same coumn number, and abe to cacuate Eqs (4) Such an agorithm of energy cost in the backward phase is presented in Eq (19) or each ayer s energy cost, using Eq (7) and Eq (8), we obtain the cost of -th ayer C() as foows, C() = (C f (p i ) + C b (p i )) n Therefore, for a ayers, we have, C = = L n (C f (p i ) + C b (p i )) =1 (19) L n 3(n 1)C u + 2C i + 3C vo + C sig + C ex =1

4 4 B Adaptive Neuron Seection for Mutiayer Neura Networks In the previous section, we appied the new transmission pattern to reaize the training procedure, resuting in ess energy costs in WSNs In this section, we further empoy ANSA for the weight group to prune redundant neurons during each training epoch Reca that the proposed energy efficiency scheme of MLBP earning procedure aims to estabish an optima neura network through neuron seection in each epoch The detais of the neuron seection scheme are presented in this section The mode of earning procedure is ring shaped communication among sensors, as iustrated in ig 3 The eigenvaue change of covariance matrix appears the most significant variation occurred in the weight group or a weight group, we have severa weight sets for each cyce in a specific earning epoch, which provides the determinant indicating how much energy has been consumed [14], [15] In this paper, we use the characteristic of determinant for each neuron to seect perceptrons after each training epoch [16] to optimize the neura network or simpicity we define the neura network as a fuy connected feedforward mutiayer network containing L ayers and I neurons for each ayer at the very beginning of training, and the weight vector Wi is defined by Wi = [Wi1, W i2,, W ii ]T The covariance matrix of Wi is cacuated by cov(w i ) = E[(Wi E[W i ])(W i E[W i ])T ], where Wi represents the weights vector of i-th neuron on -th ayer, i = 1,, I and = 1,, L During the whoe earning procedure of severa epoches, we try to obtain a group of weights, which satisfies the east mean squared error for the given probem In this perspective, the earning process tries to adjust weights of a ANN to find the optima group of weights Lots of researches on weights distribution of ANN reveaed that the resuting set of weights can be quite different, though outputs of the ANN are quite simiar [17] According to such concusion, it eads us to assume that there exist a few soutions for one given probem, meaning the desired weights set are not unique Then we can save the energy of training ANN distributed in WSN by pruning redundant neurons In each epoch of training, we assume there is no difference among weights on each ayer for optimizing the whoe ANN Therefore, we prune neurons possessing minimum determinant using the foowing equation: N(, i) = arg min W i W ( cov(w i ) ) (20) Since the whoe earning procedure consists of a number of epoches, the variations of average weight change are aso dynamic during the earning period To reduce energy costs, for each neuron N i, we propose to prune its neuron N i based on the foowing rue: TABLE I ADAPTIVE NEURON SELECTION ALGORITHM (ANSA) 1 acquiring I i from n different paces for each sensor,transmitting I i to (i + 1)st neuron,the first sensor is reviewed as the next one of the ast one unti a sensors get a input for oca cacuation of output activity; 2 cacuate the output activity of 1 th ayer and transmit each output activity vaue Oi to (i + 1)st neuron, the first sensor is reviewed as the next one of the ast one; 3 repeat step 2 unti a sensors get a output activity vaue from adjacent ower ayer; 4 repeat step 3 unti finishing the feedforward process for a L ayers; 5 cacuate a error signas of L ayer and transmit partia products of them through sequentia shifting and cacuate the error signas of the adjacent ower ayer unti reach 1 st ayer 6 repeat forward and backward processes unti reach the one before the given cyces of each training epoch 7 do the forward training as before, and then cacuate the determinant for each neuron on L th ayer whie doing backward process on L th ayer, transmitting the minimum θ n L to the next ayer unti reach the 1 st ayer 8 if the east mean squared vaue satisfies the requirement then stop training, if not, prune the avaiabe minimum neurons and do next epoch { 0, cov(wi ) > θ Ψ(, i) P (N(, i)) = 1, cov(wi ) < θ Ψ(, i) (21) L n =1 Ψ(, i) = cov(w i ) L n (22) =1 where 1 θ is in the range of 005 to 015 based on the scae of ANN and the accuracy criterion The P ( ) function determines the neurons of network in each epoch period, and then hats the negative neurons by testing whether the eigenvector change of an certain neuron is more negative than a given criterion or not in order to ameiorate the energy consumption for MLBP training process of the whoe network During each epoch of training ANN wi mitigate its communication workoad through optimizing neuron group Starting from a fuy connected feedforwad neura network with n neurons on each of the L ayers, the operations of ANSA are described in Tabe I Therefore, the entire energy cost of each training cyce is given by C = L =1 θ n 3( θ n 1)C u + 2C i + 3C vo + C sig + C ex where 1 θ = L θ, The energy cost of each epoch can be generaized as C epoch = γ L e=1 =1 θ n (23) (C f (p i ) + C b (p i )) (24) where γ is the iteration of training cyces for each epoch

5 5 IV NUMERICAL ANALYSIS O ENERGY COST ANSA scheme ig 5 shows the decrease of inactive nodes during each epoch training procedure In ig 5, we choose γ = 50 to evauate the energy cost for whoe network rom the figure, we observe that that, as the training epoch proceeds, the seected neurons are graduay reduced This resut is due to the convergence characteristic of ANN training agorithm In the fina steps of the training process, the network wi enter a steady stage unti reach the given east mean squared vaue ig 4 Energy cost of sensor network with L =1 n neurons by using adaptive neuron seection parae agorithm, where γ = 50 V CONCLUSION We have presented a modified MLBP agorithm for distributing artificia neura network (ANN) in WSNs To enabe inteigent decision making and sef-adaptation for data quaity assurance in an energy-efficient way, ANN is emerging to pay important roes in WSNs As the resuts show, using the determinants of neurons to prune the most negative neurons in the sensor network wi reduce energy cost and proong the ifetime of the whoe WSNs Our ongoing work is to deveop an efficient scheme suitabe for imited memory in sensor nodes and an embedded reconfigurabe sef-adaptive ANN in a rea-word sensor network for target appications such as fire detection and precision agricuture ig 5 Improvement percentage each epoch The modified MLBP earning scheme is appied to WSNs to reduce energy costs and acceerate the convergence speed or each pattern cassification probem, assume that the weight and bias are initiaized by a uniform distribution, and the training procedure of ANN is performed unti the difference between the cassification error estimated by east mean squared vaue is smaer than 1% 5% based on various criteria of appications To evauate the scheme, we have estabished the fuy connected neura network mode, choosing γ = 50 and θ [085, 095] to evauate different energy costs in different scenarios ig 4 shows the tota energy cost with different θ vaues As expected, we observe that energy cost increases as the scae of ANN grows or ANN with over 80 neurons, the new scheme resuts in 1% 2% energy saving Through comparing traditiona MLBP with the new scheme, we found the decrease of energy cost depends more on the scae of network and determinant distribution of the whoe network Since the communication energy is infuenced significanty by the scae of sensor network, the communication times between sensors coud be reduced by the REERENCES [1] D Cuer, DEstrin, and M Srivastava, Overview of sensor networks, IEEE Computer, vo 37, no 8, pp 41 49, 2004 [2] D Estrin, D Cuer, K Pister, and G Sukhatme, Connecting the physica word with pervasive networks, Pervasive Computing, IEEE, vo 1, no 1, pp 59 69, Jan Mar 2002 [3] C Bishop, Neura Networks for Pattern Recognition Oxford, 1995 [4] R O Duda, P E Hart, and D G Stork, Pattern Cassification (2nd Edition) Wiey-Interscience, 2000 [5] T M Mitche, Machine Learning McGraw-Hi, 1997 [6] M Hoenderski, J Lukkien, and T C Khong, Trade-offs in the distribution of neura networks in a wireess sensor network, in Inteigent Sensors, Sensor Networks and Information Processing Conference 2005 [7] I P Stoyanov, An improved backpropagation neura network earning, in ICPR 1996, Pattern Recognition, 1996 [8] S Abid, naiech, and M Najim, A fast feedforward training agorithm using a modified form of the standard bankpropagation agorithm, in IEEE Transactions on neura networks, vo 12, 2001 [9] K Hara and K Nakayama, Seection of minimum training data for generaization and on-ine training by mutiayer neura networks, in IEEE ICNN (Neura Networks) 1996 [10] K Whitehouse, C Karof, A Woo, Jiang, and D Cuer, The effects of ranging noise on mutihop ocaization: an empirica study, in Information Processing in Sensor Networks, 2005 IPSN 2005 ourth Internationa Symposium on, 2005, pp [11] Odewurte and P Mahonen, Neura wireess sensor networks, in Systems and Networks Communication, ICSNC 2006 [12] J Patra, E Ang, N Chaudhari, and A Das, Neura-network-based smart sensor framework operating in a harsh environment, in EURASIP Journa on Appied Signa Processing, 2005, pp [13] A Kuakov, D Davcev, and G Trajkovski, Appication of waveet neura-networks in wireess sensor networks, in irst ACIS Internationa Workshop on Sef-Assembing Wireess Networks, 2005 [14] J Go and C Lee, Anayzing weight distribution of neura networks, in IJCNN 1999, vo 2, Ju 1999, pp [15] J Go, B Baek, and C Lee, Anayzing weight distribution of feedforward neura networks and efficient weight initiaization, in IJCNN99 [16] I ieser and E Beido, Do backpropagation trained neura networks have norma weight distributions? in ICANN 1993 [17] P Pames, T Hayasaka, and S Usui, Evoution and adaptation of neura networks, in IJCNN 2003

DESIGN OF SHIP CONTROLLER AND SHIP MODEL BASED ON NEURAL NETWORK IDENTIFICATION STRUCTURES

DESIGN OF SHIP CONTROLLER AND SHIP MODEL BASED ON NEURAL NETWORK IDENTIFICATION STRUCTURES DESIGN OF SHIP CONROLLER AND SHIP MODEL BASED ON NEURAL NEWORK IDENIFICAION SRUCURES JASMIN VELAGIC, FACULY OF ELECRICAL ENGINEERING SARAJEVO, BOSNIA AND HERZEGOVINA, asmin.veagic@etf.unsa.ba ABSRAC his

More information

Improving the Active Power Filter Performance with a Prediction Based Reference Generation

Improving the Active Power Filter Performance with a Prediction Based Reference Generation Improving the Active Power Fiter Performance with a Prediction Based Reference Generation M. Routimo, M. Sao and H. Tuusa Abstract In this paper a current reference generation method for a votage source

More information

Dealing with Link Blockage in mmwave Networks: D2D Relaying or Multi-beam Reflection?

Dealing with Link Blockage in mmwave Networks: D2D Relaying or Multi-beam Reflection? Deaing with Lin Bocage in mmwave etwors: DD Reaying or Muti-beam Refection? Mingjie Feng, Shiwen Mao Dept. Eectrica & Computer Engineering Auburn University, Auburn, AL 36849-5, U.S.A. Tao Jiang Schoo

More information

Radial basis function networks for fast contingency ranking

Radial basis function networks for fast contingency ranking Eectrica Power and Energy Systems 24 2002) 387±395 www.esevier.com/ocate/ijepes Radia basis function networks for fast contingency ranking D. Devaraj a, *, B. Yegnanarayana b, K. Ramar a a Department of

More information

arxiv: v4 [physics.soc-ph] 31 Dec 2013

arxiv: v4 [physics.soc-ph] 31 Dec 2013 A Cascading Faiure Mode by Quantifying Interactions Junjian Qi and Shengwei Mei Department of Eectrica Engineering, Tsinghua University, Beijing, China 100084 arxiv:1301.2055v4 [physics.soc-ph] 31 Dec

More information

Joint Optimization of Scheduling and Power Control in Wireless Networks: Multi-Dimensional Modeling and Decomposition

Joint Optimization of Scheduling and Power Control in Wireless Networks: Multi-Dimensional Modeling and Decomposition This artice has been accepted for pubication in a future issue of this journa, but has not been fuy edited. Content may change prior to fina pubication. Citation information: DOI 10.1109/TMC.2018.2861859,

More information

ADAPTIVE ITERATION SCHEME OF TURBO CODE USING HYSTERESIS CONTROL

ADAPTIVE ITERATION SCHEME OF TURBO CODE USING HYSTERESIS CONTROL ADATIV ITRATION SCHM OF TURBO COD USING HYSTRSIS CONTROL Chih-Hao WU, Kenichi ITO, Yung-Liang HUANG, Takuro SATO Received October 9, 4 Turbo code, because of its remarkabe coding performance, wi be popuar

More information

Availability Analysis for Elastic Optical Networks with Multi-path Virtual Concatenation Technique

Availability Analysis for Elastic Optical Networks with Multi-path Virtual Concatenation Technique Progress In Eectromagnetics Research Symposium Proceedings, Guangzhou, China, Aug. 25 28, 2014 849 Avaiabiity Anaysis for Eastic Optica Networks with Muti-path Virtua Concatenation Technique Xiaoing Wang

More information

Utility-Proportional Fairness in Wireless Networks

Utility-Proportional Fairness in Wireless Networks IEEE rd Internationa Symposium on Persona, Indoor and Mobie Radio Communications - (PIMRC) Utiity-Proportiona Fairness in Wireess Networks G. Tychogiorgos, A. Gkeias and K. K. Leung Eectrica and Eectronic

More information

Georgia Institute of Technology. simulating the performance of a 32-bit interconnect bus. referenced to non-ideal planes. A transient simulation

Georgia Institute of Technology. simulating the performance of a 32-bit interconnect bus. referenced to non-ideal planes. A transient simulation Power ntegrity/signa ntegrity Co-Simuation for Fast Design Cosure Krishna Srinivasan1, Rohan Mandrekar2, Ege Engin3 and Madhavan Swaminathan4 Georgia nstitute of Technoogy 85 5th St NW, Atanta GA 30308

More information

Run to Potential: Sweep Coverage in Wireless Sensor Networks

Run to Potential: Sweep Coverage in Wireless Sensor Networks Run to Potentia: Sweep Coverage in Wireess Sensor Networks Min Xi,KuiWu,Yong Qi,Jizhong Zhao, Yunhao Liu,MoLi Department of Computer Science, Xi an Jiaotong University, China Department of Computer Science,

More information

New Image Restoration Method Based on Multiple Aperture Defocus Images for Microscopic Images

New Image Restoration Method Based on Multiple Aperture Defocus Images for Microscopic Images Sensors & Transducers, Vo. 79, Issue 9, September 204, pp. 62-67 Sensors & Transducers 204 by IFSA Pubishing, S. L. http://www.sensorsporta.com New Image Restoration Method Based on Mutipe Aperture Defocus

More information

Rateless Codes for the Gaussian Multiple Access Channel

Rateless Codes for the Gaussian Multiple Access Channel Rateess Codes for the Gaussian Mutipe Access Channe Urs Niesen Emai: uniesen@mitedu Uri Erez Dept EE, Te Aviv University Te Aviv, Israe Emai: uri@engtauaci Devavrat Shah Emai: devavrat@mitedu Gregory W

More information

Model of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobile Ad Hoc Network

Model of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobile Ad Hoc Network Mode of Neuro-Fuzzy Prediction of Confirmation Timeout in a Mobie Ad Hoc Network Igor Konstantinov, Kostiantyn Poshchykov, Sergej Lazarev, and Oha Poshchykova Begorod State University, Pobeda Street 85,

More information

BER Performance Analysis of Cognitive Radio Physical Layer over Rayleigh fading Channel

BER Performance Analysis of Cognitive Radio Physical Layer over Rayleigh fading Channel Internationa Journa of Computer ppications (0975 8887) Voume 5 No.11, Juy 011 BER Performance naysis of Cognitive Radio Physica Layer over Rayeigh fading mandeep Kaur Virk Dr. B R mbedkar Nationa Institute

More information

Iterative Transceiver Design for Opportunistic Interference Alignment in MIMO Interfering Multiple-Access Channels

Iterative Transceiver Design for Opportunistic Interference Alignment in MIMO Interfering Multiple-Access Channels Journa of Communications Vo. 0 No. February 0 Iterative Transceiver Design for Opportunistic Interference Aignment in MIMO Interfering Mutipe-Access Channes Weipeng Jiang ai Niu and Zhiqiang e Schoo of

More information

Channel Division Multiple Access Based on High UWB Channel Temporal Resolution

Channel Division Multiple Access Based on High UWB Channel Temporal Resolution Channe Division Mutipe Access Based on High UWB Channe Tempora Resoution Rau L. de Lacerda Neto, Aawatif Menouni Hayar and Mérouane Debbah Institut Eurecom B.P. 93 694 Sophia-Antipois Cedex - France Emai:

More information

An Approach to use Cooperative Car Data in Dynamic OD Matrix

An Approach to use Cooperative Car Data in Dynamic OD Matrix An Approach to use Cooperative Car Data in Dynamic OD Matrix Estimation L. Montero and J. Barceó Department of Statistics and Operations Research Universitat Poitècnica de Cataunya UPC-Barceona Tech Abstract.

More information

Performance Comparison of Cyclo-stationary Detectors with Matched Filter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 2

Performance Comparison of Cyclo-stationary Detectors with Matched Filter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 2 ISSN 319-8885 Vo.3,Issue.39 November-14, Pages:7859-7863 www.ijsetr.com Performance Comparison of Cyco-stationary Detectors with Matched Fiter and Energy Detector M. SAI SINDHURI 1, S. SRI GOWRI 1 PG Schoar,

More information

Performance Measures of a UWB Multiple-Access System: DS/CDMA versus TH/PPM

Performance Measures of a UWB Multiple-Access System: DS/CDMA versus TH/PPM Performance Measures of a UWB Mutipe-Access System: DS/CDMA versus TH/PPM Aravind Kaias and John A. Gubner Dept. of Eectrica Engineering University of Wisconsin-Madison Madison, WI 53706 akaias@wisc.edu,

More information

Capacity of Data Collection in Arbitrary Wireless Sensor Networks

Capacity of Data Collection in Arbitrary Wireless Sensor Networks This artice has been accepted for pubication in a future issue of this journa, but has not been fuy edited. Content may change prior to fina pubication. 1 Capacity of Data Coection in Arbitrary Wireess

More information

Distribution of Path Durations in Mobile Ad-Hoc Networks and Path Selection

Distribution of Path Durations in Mobile Ad-Hoc Networks and Path Selection Distribution of ath Durations in Mobie Ad-Hoc Networks and ath Seection Richard J. La and Yijie Han Abstract We investigate the issue of path seection in mutihop wireess networks with the goa of identifying

More information

: taking service robots to play soccer

: taking service robots to play soccer Virbot@fied : taking service robots to pay soccer Larena Adaberto, Escaante Boris, Torres Luis, Abad Verónica, Vázquez Lauro Bio-Robotics Laboratory, Department of Eectrica Engineering Universidad Naciona

More information

BACKPROPAGATION GENERALIZED DELTA RULE FOR THE SELECTIVE ATTENTION SIGMA IF ARTIFICIAL NEURAL NETWORK

BACKPROPAGATION GENERALIZED DELTA RULE FOR THE SELECTIVE ATTENTION SIGMA IF ARTIFICIAL NEURAL NETWORK Int. J. App. Math. Comput. Sci., 12, Vo. 22, No. 2, 449 459 DOI: 10.2478/v06-012-0034-5 BACPROPAGATION GENERALIZED DELTA RULE FOR THE SELECTIVE ATTENTION SIGMA IF ARTIFICIAL NEURAL NETWOR MACIEJ HU Institute

More information

Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information

Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information Estimation and Contro of Latera Dispacement of Eectric Vehice Using WPT Information Pakorn Sukprasert Binh Minh Nguyen Hiroshi Fujimoto Department of Eectrica Engineering and Information Systems, The University

More information

Distributed Resource Allocation for Relay-Aided Device-to-Device Communication: A Message Passing Approach

Distributed Resource Allocation for Relay-Aided Device-to-Device Communication: A Message Passing Approach Distributed Resource Aocation for Reay-Aided Device-to-Device Communication: A Message Passing Approach Monowar Hasan and Ekram Hossain arxiv:406.323v [cs.ni] 2 Jun 204 Abstract Device-to-device D2D communication

More information

CAPACITY OF UNDERWATER WIRELESS COMMUNICATION CHANNEL WITH DIFFERENT ACOUSTIC PROPAGATION LOSS MODELS

CAPACITY OF UNDERWATER WIRELESS COMMUNICATION CHANNEL WITH DIFFERENT ACOUSTIC PROPAGATION LOSS MODELS CAPACITY OF UNDERWATER WIRELESS COMMUNICATION CHANNEL WITH DIFFERENT ACOUSTIC PROPAGATION LOSS MODELS Susan Joshy and A.V. Babu, Department of Eectronics & Communication Engineering, Nationa Institute

More information

LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION

LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION LSTM TIME AND FREQUENCY RECURRENCE FOR AUTOMATIC SPEECH RECOGNITION Jinyu Li, Abderahman Mohamed, Geoffrey Zweig, and Yifan Gong Microsoft Corporation, One Microsoft Way, Redmond, WA 98052 { jinyi, asamir,

More information

Pulsed RF Signals & Frequency Hoppers Using Real Time Spectrum Analysis

Pulsed RF Signals & Frequency Hoppers Using Real Time Spectrum Analysis Pused RF Signas & Frequency Hoppers Using Rea Time Spectrum Anaysis 1 James Berry Rohde & Schwarz Pused Rea Time and Anaysis Frequency Seminar Hopper Agenda Pused Signas & Frequency Hoppers Characteristics

More information

Resource Allocation for Network-Integrated Device-to-Device Communications Using Smart Relays

Resource Allocation for Network-Integrated Device-to-Device Communications Using Smart Relays Resource Aocation for Network-Integrated Device-to-Device Communications Using Smart Reays Monowar Hasan and Ekram Hossain Department of Eectrica and Computer Engineering, University of Manitoba, Winnipeg,

More information

PROPORTIONAL FAIR SCHEDULING OF UPLINK SINGLE-CARRIER FDMA SYSTEMS

PROPORTIONAL FAIR SCHEDULING OF UPLINK SINGLE-CARRIER FDMA SYSTEMS PROPORTIONAL FAIR SCHEDULING OF UPLINK SINGLE-CARRIER SYSTEMS Junsung Lim, Hyung G. Myung, Kyungjin Oh and David J. Goodman Dept. of Eectrica and Computer Engineering, Poytechnic University 5 Metrotech

More information

Power Control and Transmission Scheduling for Network Utility Maximization in Wireless Networks

Power Control and Transmission Scheduling for Network Utility Maximization in Wireless Networks roceedings of the 46th IEEE Conference on Decision and Contro New Oreans, LA, USA, Dec. 12-14, 27 FrB2.5 ower Contro and Transmission Scheduing for Network Utiity Maximization in Wireess Networks Min Cao,

More information

Joint Beamforming and Power Optimization with Iterative User Clustering for MISO-NOMA Systems

Joint Beamforming and Power Optimization with Iterative User Clustering for MISO-NOMA Systems This artice has been accepted for pubication in a future issue of this journa, but has not been fuy edited. Content may change prior to fina pubication. Citation information: DOI 0.09/ACCESS.07.70008,

More information

Fuzzy Model Predictive Control Applied to Piecewise Linear Systems

Fuzzy Model Predictive Control Applied to Piecewise Linear Systems 10th Internationa Symposium on Process Systems Engineering - PSE2009 Rita Maria de Brito Aves, Caudio Augusto Oer do Nascimento and Evaristo Chabaud Biscaia Jr. (Editors) 2009 Esevier B.V. A rights reserved.

More information

Rate-Allocation Strategies for Closed-Loop MIMO-OFDM

Rate-Allocation Strategies for Closed-Loop MIMO-OFDM Rate-Aocation Strategies for Cosed-Loop MIMO-OFDM Joon Hyun Sung and John R. Barry Schoo of Eectrica and Computer Engineering Georgia Institute of Technoogy, Atanta, Georgia 30332 0250, USA Emai: {jhsung,barry}@ece.gatech.edu

More information

Resource Allocation via Linear Programming for Multi-Source, Multi-Relay Wireless Networks

Resource Allocation via Linear Programming for Multi-Source, Multi-Relay Wireless Networks Resource Aocation via Linear Programming for Muti-Source, Muti-Reay Wireess Networs Nariman Farsad and Andrew W Ecford Dept of Computer Science and Engineering, Yor University 4700 Keee Street, Toronto,

More information

Distributed Learning for Multi-Channel Selection in Wireless Network Monitoring

Distributed Learning for Multi-Channel Selection in Wireless Network Monitoring Distributed Learning for Muti-Channe Seection in Wireess Network Monitoring Yuan Xue, Pan Zhou, ao Jiang, Shiwen Mao and Xiaoei Huang Department of Computer Science and Engineering, Lehigh University,

More information

SCHEDULING the wireless links and controlling their

SCHEDULING the wireless links and controlling their 3738 IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 13, NO. 7, JULY 2014 Minimum Length Scheduing With Packet Traffic Demands in Wireess Ad Hoc Networks Yacin Sadi, Member, IEEE, and Sinem Coeri Ergen,

More information

Secure Physical Layer Key Generation Schemes: Performance and Information Theoretic Limits

Secure Physical Layer Key Generation Schemes: Performance and Information Theoretic Limits Secure Physica Layer Key Generation Schemes: Performance and Information Theoretic Limits Jon Waace Schoo of Engineering and Science Jacobs University Bremen, Campus Ring, 879 Bremen, Germany Phone: +9

More information

Joint Spectrum Access and Pricing in Cognitive Radio Networks with Elastic Traffic

Joint Spectrum Access and Pricing in Cognitive Radio Networks with Elastic Traffic Joint Spectrum Access and Pricing in Cognitive Radio Networks with Eastic Traffic Joceyne Eias University of Bergamo E-mai: joceyne.eias@unibg.it Fabio Martignon University of Bergamo E-mai: fabio.martignon@unibg.it

More information

Comparison of One- and Two-Way Slab Minimum Thickness Provisions in Building Codes and Standards

Comparison of One- and Two-Way Slab Minimum Thickness Provisions in Building Codes and Standards ACI STRUCTURAL JOURNAL Tite no. 107-S15 TECHNICAL PAPER Comparison of One- and Two-Way Sab Minimum Thickness Provisions in Buiding Codes and Standards by Young Hak Lee and Andrew Scanon Minimum thickness

More information

Sparse Beamforming Design for Network MIMO System with Per-Base-Station Backhaul Constraints

Sparse Beamforming Design for Network MIMO System with Per-Base-Station Backhaul Constraints Sparse Beamforming Design for Networ MIMO System with Per-Base-Station Bachau Constraints Binbin Dai and Wei Yu Department of Eectrica and Computer Engineering University of Toronto, Toronto, Ontario M5S

More information

Cascade-Net: a New Deep Learning Architecture for OFDM Detection

Cascade-Net: a New Deep Learning Architecture for OFDM Detection : a New Deep Learning Architecture for OFDM Detection Qisheng Huang 1, Chunming Zhao 1, Ming Jiang 1, Xiaoming Li 1, Jing Liang 1 Nationa Mobie Communications Research Lab., Southeast University, Nanjing

More information

Spatial Reuse in Dense Wireless Areas: A Cross-layer Optimization Approach via ADMM

Spatial Reuse in Dense Wireless Areas: A Cross-layer Optimization Approach via ADMM IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS 1 Spatia Reuse in Dense Wireess Areas: A Cross-ayer Optimization Approach via ADMM Haeh Tabrizi, Member, IEEE, Borja Peeato, Member, IEEE, Gonaz Farhadi, Member,

More information

A Low Complexity VCS Method for PAPR Reduction in Multicarrier Code Division Multiple Access

A Low Complexity VCS Method for PAPR Reduction in Multicarrier Code Division Multiple Access 0 JOURNAL OF ELECTRONIC SCIENCE AND TECHNOLOGY OF CHINA, VOL. 5, NO., JUNE 007 A Low Compexity VCS Method for PAPR Reduction in Muticarrier Code Division Mutipe Access Si-Si Liu, Yue iao, Qing-Song Wen,

More information

Automation of the Solution of Kakuro Puzzles

Automation of the Solution of Kakuro Puzzles Automation of the Soution of Kakuro Puzzes R. P. Davies, P. A. Roach, S. Perkins Department of Computing and Mathematica Sciences, University of Gamorgan, Pontypridd, CF37 1DL, United Kingdom, rpdavies@gam.ac.uk

More information

Fuzzy Logic System for Opportunistic Spectrum Access using Cognitive Radio

Fuzzy Logic System for Opportunistic Spectrum Access using Cognitive Radio IJCSI Internationa Journa of Computer Science Issues, Vo. 10, Issue 1, No 1, January 2013 ISSN (Print): 1694-0784 ISSN (Onine): 1694-0814 www.ijcsi.org 703 uzzy Logic System for Opportunistic Spectrum

More information

Distributed Resource Allocation for Relay-Aided Device-to-Device Communication Under Channel Uncertainties: A Stable Matching Approach

Distributed Resource Allocation for Relay-Aided Device-to-Device Communication Under Channel Uncertainties: A Stable Matching Approach Distributed Resource Aocation for Reay-Aided Device-to-Device Communication Under Channe Uncertainties: A Stabe Matching Approach Monowar Hasan, Student Member, IEEE, and Ekram Hossain, Feow, IEEE Abstract

More information

FAULT-TOLERANT AND REAL-TIME WIRELESS SENSOR NETWORK FOR CONTROL SYSTEM

FAULT-TOLERANT AND REAL-TIME WIRELESS SENSOR NETWORK FOR CONTROL SYSTEM FAULT-TOLERANT AND REAL-TIME WIRELESS SENSOR NETWORK FOR CONTROL SYSTEM by Wenchen Wang Bacheor of Engineering, Northeastern University, China 2013 M.S. in Computer Science, University of Pittsburgh, 2017

More information

NEW RISK ANALYSIS METHOD to EVALUATE BCP of SUPPLY CHAIN DEPENDENT ENTERPRISE

NEW RISK ANALYSIS METHOD to EVALUATE BCP of SUPPLY CHAIN DEPENDENT ENTERPRISE The 14 th Word Conference on Earthquake Engineering NEW RISK ANALYSIS ETHOD to EVALUATE BCP of SUPPLY CHAIN DEPENDENT ENTERPRISE Satoru Nishikawa 1, Sei ichiro Fukushima 2 and Harumi Yashiro 3 ABSTRACT

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journas Austraian Journa of Basic and Appied Sciences ISSN:1991-8178 Journa home page: www.ajbasweb.com Improvement of Faut Identification and Locaization Using Gustafson-Kesse Agorithm In Adaptive

More information

Learning Deterministic Spiking Neuron Feedback Controllers

Learning Deterministic Spiking Neuron Feedback Controllers Learning Deterministic Spiking Neuron Feedback Controers Tae Seung Kang and Arunava Banerjee Computer & Information Science & ngineering University of Forida Gainesvie, FL 6 mai: {tsk, arunava}@cise.uf.edu

More information

Optimum Fault Current Limiter Placement

Optimum Fault Current Limiter Placement Optimum aut urrent Limiter acement Jen-Hao Teng han-an Lu Abstract: Due to the difficuty in power network reinforcement and the interconnection of more distributed generations, faut current eve has become

More information

Predicting Eye Fixations using Convolutional Neural Networks

Predicting Eye Fixations using Convolutional Neural Networks Predicting Eye Fixations using Convoutiona Neura Networks Nian Liu 1, Junwei Han 1*, Dingwen Zhang 1, Shifeng Wen 1 and Tianming Liu 2 1 Northwestern Poytechnica University, P.R. China 2 University of

More information

An Exact Algorithm for Power Grid Interdiction Problem with Line Switching

An Exact Algorithm for Power Grid Interdiction Problem with Line Switching 1 An Exact Agorithm for Power Grid Interdiction Probem with Line Switching Long Zhao, Student Member, IEEE, and Bo Zeng, Member, IEEE, Abstract Power grid vunerabiity anaysis is often performed through

More information

Cross-layer queuing analysis on multihop relaying networks with adaptive modulation and coding K. Zheng 1 Y. Wang 1 L. Lei 2 W.

Cross-layer queuing analysis on multihop relaying networks with adaptive modulation and coding K. Zheng 1 Y. Wang 1 L. Lei 2 W. www.ietd.org Pubished in IET Communications Received on 18th June 2009 Revised on 30th Juy 2009 ISSN 1751-8628 Cross-ayer queuing anaysis on mutihop reaying networks with adaptive moduation and coding

More information

GRAY CODE FOR GENERATING TREE OF PERMUTATION WITH THREE CYCLES

GRAY CODE FOR GENERATING TREE OF PERMUTATION WITH THREE CYCLES VO. 10, NO. 18, OCTOBER 2015 ISSN 1819-6608 GRAY CODE FOR GENERATING TREE OF PERMUTATION WITH THREE CYCES Henny Widowati 1, Suistyo Puspitodjati 2 and Djati Kerami 1 Department of System Information, Facuty

More information

AN Ω(D log(n/d)) LOWER BOUND FOR BROADCAST IN RADIO NETWORKS

AN Ω(D log(n/d)) LOWER BOUND FOR BROADCAST IN RADIO NETWORKS SIAM J. COMPUT. c 1998 Society for Industria and Appied Mathematics Vo. 27, No. 3, pp. 702 712, June 1998 008 AN Ω(D og(n/d)) LOWER BOUND FOR BROADCAST IN RADIO NETWORKS EYAL KUSHILEVITZ AND YISHAY MANSOUR

More information

Theoretical Profile of Ring-Spun Slub Yarn and its Experimental Validation

Theoretical Profile of Ring-Spun Slub Yarn and its Experimental Validation Chong-Qi Ma, Bao-Ming Zhou, Yong Liu, Chuan-Sheng Hu Schoo of Texties, Tianjin Poytechnic University, 399 West Binshui Road, Xiqing District, Tianjin, 300387, China E-mai: iuyong@tjpu.edu.cn Theoretica

More information

Group Sparse Beamforming for Green Cloud-RAN

Group Sparse Beamforming for Green Cloud-RAN IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 13, NO. 5, MAY 2014 2809 Group Sparse Beamforming for Green Coud-RAN Yuanming Shi, Student Member, IEEE, Jun Zhang, Member, IEEE, and Khaed B. Letaief,

More information

WIFI-BASED IMAGING FOR GPR APPLICATIONS: FUNDAMENTAL STUDY AND EXPERIMENTAL RESULTS

WIFI-BASED IMAGING FOR GPR APPLICATIONS: FUNDAMENTAL STUDY AND EXPERIMENTAL RESULTS WIFI-BASED IMAGING FOR GPR APPICATIONS: FUNDAMENTA STUDY AND EXPERIMENTA RESUTS Weike Feng *, Jean-Miche Friedt, Zhipeng Hu 3, Grigory Cherniak, and Motoyuki Sato 4 Graduate Schoo of Environmenta Studies,

More information

Blind Multiuser Detection in Asynchronous DS-CDMA Systems over Nakagami-m Fading Channels

Blind Multiuser Detection in Asynchronous DS-CDMA Systems over Nakagami-m Fading Channels Bind Mutiuser Detection in Asynchronous DS-CDMA Systems over akagami-m Fading Channes Vinay Kumar Pamua JU Kakinada, Andhra Pradesh, India 533 003 pamuavk@yahoo.com ABSRAC his paper presents a technique

More information

Path Delay Estimation using Power Supply Transient Signals: A Comparative Study using Fourier and Wavelet Analysis

Path Delay Estimation using Power Supply Transient Signals: A Comparative Study using Fourier and Wavelet Analysis Path Deay Estimation using Power Suppy Transient Signas: A Comparative Study using Fourier and Waveet Anaysis Abhishek Singh, Jitin Tharian and Jim Pusqueic VLSI Research Laboratory Department of Computer

More information

Application of Improved BP Neural Network in Controlling the Constant-Force Grinding Feed

Application of Improved BP Neural Network in Controlling the Constant-Force Grinding Feed Appication of Iproved BP Neura Networ in Controing the Constant-Force Grinding Feed Zhaoxia Chen, Baiin He, and Xianfeng Xu Key Laboratory of Ministry of Education for Conveyance and Equipent, East China

More information

Cross-Layer Design for Downlink Multi-Hop Cloud Radio Access Networks with Network Coding

Cross-Layer Design for Downlink Multi-Hop Cloud Radio Access Networks with Network Coding Cross-Layer Design for Downin Muti-Hop Coud Radio Access Networs with Networ Coding Liang Liu, Member, IEEE and Wei Yu, Feow, IEEE Abstract arxiv:1606.08950v1 [cs.it] 29 Jun 2016 There are two fundamentay

More information

COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS

COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS COMPARATIVE ANALYSIS OF ULTRA WIDEBAND (UWB) IEEE80.15.3A CHANNEL MODELS FOR nlos PROPAGATION ENVIRONMENTS Ms. Jina H. She PG Student C.C.E.T, Wadhwan, Gujarat, Jina_hshet@yahoo.com Dr. K. H. Wandra Director

More information

THE TRADEOFF BETWEEN DIVERSITY GAIN AND INTERFERENCE SUPPRESSION VIA BEAMFORMING IN

THE TRADEOFF BETWEEN DIVERSITY GAIN AND INTERFERENCE SUPPRESSION VIA BEAMFORMING IN THE TRADEOFF BETWEEN DIVERSITY GAIN AND INTERFERENCE SUPPRESSION VIA BEAMFORMING IN A CDMA SYSTEM Yan Zhang, Laurence B. Mistein, and Pau H. Siege Department of ECE, University of Caifornia, San Diego

More information

DESIGN OF A DIPOLE ANTENNA USING COMPUTER SIMULATION

DESIGN OF A DIPOLE ANTENNA USING COMPUTER SIMULATION Undergraduate Research Opportunity Project (UROP ) DESIGN OF A DIPOLE ANTENNA USING COMPUTER SIMULATION Student: Nguyen, Tran Thanh Binh Schoo of Eectrica & Eectronic Engineering Nayang Technoogica University

More information

Resource Allocation via Linear Programming for Fractional Cooperation

Resource Allocation via Linear Programming for Fractional Cooperation 1 Resource Aocation via Linear Programming for Fractiona Cooperation Nariman Farsad and Andrew W Ecford Abstract In this etter, resource aocation is considered for arge muti-source, muti-reay networs empoying

More information

STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY

STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY STUDY ON AOTF-BASED NEAR-INFRARED SPECTROSCOPY ANALYSIS SYSTEM OF FARM PRODUCE QUALITY Xiaochao Zhang *, Xiaoan Hu, Yinqiao Zhang, Hui Wang, Hui Zhang 1 Institute of Mechatronics Technoogy and Appication,

More information

SURGE ARRESTERS FOR CABLE SHEATH PREVENTING POWER LOSSES IN M.V. NETWORKS

SURGE ARRESTERS FOR CABLE SHEATH PREVENTING POWER LOSSES IN M.V. NETWORKS SURGE ARRESTERS FOR CABLE SHEATH PREVENTING POWER LOSSES IN M.V. NETWORKS A. Heiß Energie-AG (EAM), Kasse G. Bazer Darmstadt University of Technoogy O. Schmitt ABB Caor Emag Schatanagen, Mannheim B. Richter

More information

CO-ORDINATE POSITION OF SENSOR IN MASS OF CUTTING TOOL

CO-ORDINATE POSITION OF SENSOR IN MASS OF CUTTING TOOL XIV Internationa PhD Worshop OWD 00 3 October 0 CO-ORDINATE POSITION OF SENSOR IN MASS OF CUTTING TOOL G. Tymchi I. Diorditsa S. Murahovsyy R. Tymchi Nationa Technica University of Uraine "Kiev Poytechnic

More information

Airborne Ultrasonic Position and Velocity Measurement Using Two Cycles of Linear-Period-Modulated Signal

Airborne Ultrasonic Position and Velocity Measurement Using Two Cycles of Linear-Period-Modulated Signal Airborne Utrasonic Position and Veocity Measurement Using Two Cyces of Linear-Period-Moduated Signa Shinya Saito 1, Minoru Kuribayashi Kurosawa 1, Yuichiro Orino 1, and Shinnosuke Hirata 2 1 Department

More information

TEMPORAL FAIRNESS ENHANCED SCHEDULING FOR COOPERATIVE RELAYING NETWORKS IN LOW MOBILITY FADING ENVIRONMENTS

TEMPORAL FAIRNESS ENHANCED SCHEDULING FOR COOPERATIVE RELAYING NETWORKS IN LOW MOBILITY FADING ENVIRONMENTS TEMPORAL FAIRNESS ENHANCED SCHEDULING FOR COOPERATIVE RELAYING NETWORKS IN LOW MOBILITY FADING ENVIRONMENTS Ingmar Hammerström, Jian Zhao, and Armin Wittneben Swiss Federa Institute of Technoogy (ETH)

More information

FAST ANALYSIS OF ELECTRICALLY LARGE RADOME IN MILLIMETER WAVE BAND WITH FAST MULTIPOLE ACCELERATION

FAST ANALYSIS OF ELECTRICALLY LARGE RADOME IN MILLIMETER WAVE BAND WITH FAST MULTIPOLE ACCELERATION Progress In Eectromagnetics Research, Vo. 120, 371 385, 2011 FAST ANALYSIS OF ELECTRICALLY LARGE RADOME IN MILLIMETER WAVE BAND WITH FAST MULTIPOLE ACCELERATION H. F. Meng * and W. B. Dou State Key Laboratory

More information

ARTI: An Adaptive Radio Tomographic Imaging System

ARTI: An Adaptive Radio Tomographic Imaging System 1 ARTI: An Adaptive Radio Tomographic Imaging System Ossi Katiokaio, Riku Jäntti Senior Member, IEEE and Nea Patwari Member, IEEE Abstract Radio tomographic imaging systems use received signa strength

More information

Multi-user video streaming using unequal error protection network coding in wireless networks

Multi-user video streaming using unequal error protection network coding in wireless networks Vukobratović and Stanković EURASIP Journa on Wireess Communications and Networking 202, 202:28 RESEARCH Open Access Muti-user video streaming using unequa error protection network coding in wireess networks

More information

Energy-Aware Scheduling with Quality of Surveillance Guarantee in Wireless Sensor Networks

Energy-Aware Scheduling with Quality of Surveillance Guarantee in Wireless Sensor Networks Energy-Aware Scheduing with Quaity of Surveiance Guarantee in Wireess Sensor Networks Jaehoon Jeong, Sarah Sharafkandi, and David H.C. Du Dept. of Computer Science and Engineering, University of Minnesota

More information

Fox-1E (RadFxSat-2) Telemetry and Whole Orbit Data Simulation. Burns Fisher, W2BFJ Carl Wick, N3MIM

Fox-1E (RadFxSat-2) Telemetry and Whole Orbit Data Simulation. Burns Fisher, W2BFJ Carl Wick, N3MIM Fox-1E (RadFxSat-2) Teemetry and Whoe Orbit Data Simuation Burns Fisher, W2BFJ Car Wick, N3MIM 1 Review: Fox-1 DUV Teemetry Fox-1A through Fox-1D are FM Repeater Sateites» Ony a singe downink frequency»

More information

Generalized constrained energy minimization approach to subpixel target detection for multispectral imagery

Generalized constrained energy minimization approach to subpixel target detection for multispectral imagery Generaized constrained energy minimization approach to subpixe target detection for mutispectra imagery Chein-I Chang, MEMBER SPIE University of Maryand Batimore County Department of Computer Science and

More information

AI Solutions for Biomedical and Industrial Data From Data to Decisions

AI Solutions for Biomedical and Industrial Data From Data to Decisions AI Soutions for Biomedica and Industria Data From Data to Decisions Moncef Gabbouj Laboratory of Signa Processing Tampere University of Technoogy moncef.gabbouj@tut.fi From Data to Decision Our Approach

More information

Joint Congestion Control, Routing and Media Access Control Optimization via Dual Decomposition for Ad Hoc Wireless Networks

Joint Congestion Control, Routing and Media Access Control Optimization via Dual Decomposition for Ad Hoc Wireless Networks Joint Congestion Contro, Routing and Media Access Contro Optimization via Dua Decomposition for Ad Hoc Wireess Networks Francesco Lo Presti Dipartimento di Informatica Università de L Aquia opresti@di.univaq.it

More information

Information Theoretic Radar Waveform Design for Multiple Targets

Information Theoretic Radar Waveform Design for Multiple Targets 1 Information Theoretic Radar Waveform Design for Mutipe Targets Amir Leshem and Arye Nehorai Abstract In this paper we use information theoretic approach to design radar waveforms suitabe for simutaneousy

More information

Short Notes Lg Q in the Eastern Tibetan Plateau

Short Notes Lg Q in the Eastern Tibetan Plateau Buetin of the Seismoogica Society of America, Vo. 92, No. 2, pp. 87 876, March 2002 Short Notes Q in the Eastern Tibetan Pateau by Jiakang Xie Abstract spectra are coected from the 99 992 Tibetan Pateau

More information

A Heuristic Method for Bus Rapid Transit Planning Based on the Maximum Trip Service

A Heuristic Method for Bus Rapid Transit Planning Based on the Maximum Trip Service 0 0 A Heuristic Method for Bus Rapid Transit Panning Based on the Maximum Trip Service Zhong Wang Associate professor, Schoo of Transportation & Logistics Daian University of Technoogy No., Linggong Road,

More information

LT1176/LT Step-Down Switching Regulator FEATURES APPLICATIONS DESCRIPTION TYPICAL APPLICATION

LT1176/LT Step-Down Switching Regulator FEATURES APPLICATIONS DESCRIPTION TYPICAL APPLICATION Step-Down Switching Reguator FEATURES n 1.2A Onboard Switch n 100kHz Switching Frequency n Exceent Dynamic Behavior n DIP and Surface Mount Packages n Ony 8mA Quiescent Current n Preset 5 Output Avaiabe

More information

IJEET Number 2, May - July (2011), pp I A E M E IAEME,

IJEET Number 2, May - July (2011), pp I A E M E IAEME, Internationa Journa of of Eectrica Engineering and Technoogy (IJEET), ISSN 0976 6545(Print), and ISSN Technoogy 0976 6553(Onine) (IJEET), Voume ISSN 2, 0976 Number 6545(Print) 2, May - Juy (2011), IAEME

More information

FOR energy limited data networks, e.g., sensor networks,

FOR energy limited data networks, e.g., sensor networks, 578 IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 8, NO., DECEMBER 009 An Optima Power Aocation Scheme for the STC Hybrid ARQ over Energy Limited Networks Hongbo Liu, Member, IEEE, Leonid Razoumov,

More information

Resource management for network-assisted D2D communication DEMIA DELLA PENDA

Resource management for network-assisted D2D communication DEMIA DELLA PENDA Resource management for network-assisted D2D communication DEMIA DELLA PENDA Licentiate Thesis Stockhom, Sweden 2016 TRITA-EE 2016:035 ISSN 1653-5146 ISBN 978-91-7595-885-9 KTH Roya Institute of Technoogy

More information

WITH THE rapid growth of the demand for low-power,

WITH THE rapid growth of the demand for low-power, IEEE TRANSACTIONS ON ELECTRON DEVICES, VOL. 55, NO. 11, NOVEMBER 2008 3267 Accurate Systematic Mode-Parameter Extraction for On-Chip Spira Inductors Hao-Hui Chen, Member, IEEE, Huai-Wen Zhang, Shyh-Jong

More information

3-D BSS Geometric Indicator for WLAN Planning

3-D BSS Geometric Indicator for WLAN Planning 3-D BSS Geometric Indicator for WLAN Panning Aexandre Gondran, Oumaya Baaa, Aexandre Caminada and Haim Mabed University of Technoogy Befort-Montbéiard, SET Lab, 90010 Befort, France E-mai: {aexandre.gondran,

More information

Satellite Link Layer Performance Using Two Copy SR-ARQ and Its Impact on TCP Traffic

Satellite Link Layer Performance Using Two Copy SR-ARQ and Its Impact on TCP Traffic Sateite Link Layer Performance Using Two Copy SR-ARQ and Its Impact on TCP Traffic Jing Zhu and Sumit Roy Department of Eectrica Engineering, University of Washington Box 352500, Seatte, WA 98195, USA

More information

A Neural Attention Model for Urban Air Quality Inference: Learning the Weights of Monitoring Stations

A Neural Attention Model for Urban Air Quality Inference: Learning the Weights of Monitoring Stations The Thirty-Second AAAI Conference on Artificia Inteigence (AAAI-18) A Neura Attention Mode for Urban Air Quaity Inference: Learning the Weights of Monitoring Stations Weiyu Cheng, Yanyan Shen, Yanmin Zhu,

More information

Equivalent length design equations for right-angled microstrip bends Visser, H.J.

Equivalent length design equations for right-angled microstrip bends Visser, H.J. Equivaent ength design equations for right-anged microstrip ends Visser, H.J. Puished in: The Second European Conference on Antennas and Propagation,. EuCAP. - Novemer, Edinurgh, UK Puished: // Document

More information

ENERGY MANAGEMENT OF WIRELESS SENSOR NETWORK WITH MIMO TECHNIQUES

ENERGY MANAGEMENT OF WIRELESS SENSOR NETWORK WITH MIMO TECHNIQUES EERGY MAAGEMET OF WIRELESS SESOR ETWORK WITH MIMO TECHIQUES TRUPTI MAYEE BEHERA Schoo of Eectronics, KIIT University Bhubaneswar, Odisha,India trupti_behera@rediffmai.com SUDHASU SEKHAR SIGH Schoo of Eectronics,

More information

Energy-efficient Video Streaming from High-speed Trains

Energy-efficient Video Streaming from High-speed Trains Energy-efficient Video Streaming from High-speed Trains Xiaoqiang Ma, Jiangchuan Liu Computing Science Schoo Simon Fraser University xma10,jciu@cs.sfu.ca Hongbo Jiang Department of EIE Huazhong University

More information

Lesson Objective Identify the value of a quarter and count groups of coins that include quarters.

Lesson Objective Identify the value of a quarter and count groups of coins that include quarters. LESSON 9.9C Hands On Quarters PROFESSIONAL PROFESSIONAL DEVELOPMENT DEVELOPMENT LESSON AT A GLANCE Mathematics Forida Standard Te and write time. MAFS.MD.a.a Identify and combine vaues of money in cents

More information

13th COTA International Conference of Transportation Professionals (CICTP 2013)

13th COTA International Conference of Transportation Professionals (CICTP 2013) Avaiabe onine at www.sciencedirect.com ScienceDirect Procedia - Socia and Behaviora Scien ce s 96 ( 03 ) 383 394 3th COTA Internationa Conference of Transportation Professionas (CICTP 03) Optima design

More information

Sparse Channel Estimation Based on Compressed Sensing for Massive MIMO Systems

Sparse Channel Estimation Based on Compressed Sensing for Massive MIMO Systems Sparse Channe Estimation Based on Compressed Sensing for Massive MIMO Systems Chenhao Qi, Yongming Huang, Shi Jin and Lenan Wu Schoo of Information Science and Engineering, Southeast University, Nanjing

More information

Effect of Estimation Error on Adaptive L-MRC Receiver over Nakagami-m Fading Channels

Effect of Estimation Error on Adaptive L-MRC Receiver over Nakagami-m Fading Channels Internationa Journa of Appied Engineering Research ISSN 973-456 Voume 3, Number 5 (8) pp. 77-83 Research India Pubications. http://www.ripubication.com Effect of Estimation Error on Adaptive -MRC Receiver

More information