Analysis on DV-Hop Algorithm and its variants by considering threshold

Size: px
Start display at page:

Download "Analysis on DV-Hop Algorithm and its variants by considering threshold"

Transcription

1 Analysis on DV-Hop Algorith and its variants by considering threshold Aanpreet Kaur 1, Pada Kuar 1, Govind P Gupta 2 1 Departent of Coputer Science & Engineering Jaypee Institute of Inforation Technology, Noida, India 2 Departent of Inforation Technology National Institute of Technology, Raipur, India aanpreet.kaur1410@gail.co Abstract Wireless Sensor networks is a network of lowpriced, sall sized and energy constraint sensor nodes where each sensor node is prograed to sense the events and send it to the Base station using ulti-hop counication. In alost all applications of Wireless Sensor Networks, event detection inforation is required along with the location of the event. Thus, to find the location of event, node localization plays an iportant role. Many researchers have put treendous efforts in designing localization algoriths. In the literature, it is confired that DV-Hop algorith and its variants are the ost suitable range-free based algoriths for node localization, due to its cost effectiveness, siplicity and feasibility for ediu to large scale networks, but these algoriths consue very high energy. The DV-Hop algorith works in three phases. The first phase allows all the nodes to get their distance fro few localized nodes called anchors in ters of hop. The hop is the count of neighboring nodes between two nodes. Then in second phase, the anchor nodes find out their approxiate distances fro every node. The third phase coputes the location of node using the inforation obtained fro first two phases and by applying trilateration ethod. The high energy is consued due to transission of large nuber of packets in the first two phases by anchor nodes. In order to reduce counication overhead of the first two phase of DV-Hop, an iproved DV-Hop is proposed that considers only k-hop transission of the anchor packet which reduces the counication overheads to the large extent. Siulation experients and results prove that the proposed ethod reduces the energy consuption by approxiately 50% copare to the traditional DV-Hop algorith. Index Ters DV-Hop; Localization; Threshold; Wireless Sensor Networks. I. INTRODUCTION A typical Wireless sensor network (WSN) contains a collection of low-priced, sall, and energy constraint sensor nodes which are used to detect soe events in the target area of the interest [1]. These sensor nodes identify event and pass this inforation to the base station by eans of their neighboring nodes [1]. WSNs are broadly utilized for different applications, for exaple, ilitary and national security application, environental observing, health application, air control, pollution control, fire location, etc[1-2]. In ost application of WSNs, any event data without its location is good for nothing. For instance, in ilitary application, both event (intruder) and place (location) where intruder is recognized are required. In this anner, Localization is a critical requireent in alost all application of WSNs. In literature, nuerous algoriths have been proposed in recent decade. According to cost, the localization algoriths have been arranged into two classes: Range-based and Range- free ethods [3]. Range-based localization ethods require costly equipent to localize the sensor node with high exactness. Soe of Range-based ethods are: received signal strength indicator (RSSI) [4], tie of arrival (TOA) [5], tie difference of arrival (TDOA) [6], and angle of arrival (AOA)[7], and so on. On the other hand, Range-free ethods apply estiation techniques to decide node s location and do not require any costly equipent. They utilize few anchor nodes that have knowledge about their position. There are any Range-free ethods, for exaple, Centroid [8], DV-Hop [9], Aorphous [10], MDS [11] and APIT [12]. Although Range-based algoriths give precise results, Range-free based ethod is favored because of their ease and less cost. In this paper, we concentrate on Range-free DV-Hop algorith and its variants that are popular because of its siplicity, feasibility for sall to large scale WSNs and useful for those nodes that are having less than three neighbors [13]. But, DV-Hop has a few drawbacks, for exaple, low localization precision, high power utilization and high counication overhead. In this paper, we have focused in reducing the counication overheads of the first two-phase of the traditional DV-Hop [9] algorith and its variants by proposing an iproveent to restrict the transission of packets by using threshold paraeter. Siulation experients deonstrate that the proposed ethod reduces energy consuption approxiately 50% when copared with traditional DV-Hop [9] algorith. This paper akes following two contributions to the localization issue in WSNs: i) An iproved DV-Hop is proposed that considers only k-hop transission of the anchor packet which reduces the counication overheads to the large extent.. ii) Perforance analysis and its coparison with the traditional DV-Hop [9] and Weighted-DV-Hop [14] algorith in ters of energy consuption are discussed in detail. The reaining part of the paper is coposed as follows. Section 2 gives the survey of related work. In Section 3, the proposed ethod is clarified. Section 4 shows the siulation results and ain findings of the paper. At last, we put the concluding rearks in Section 5. ISSN: e-issn: Vol. 9 No. 4 79

2 Journal of Telecounication, Electronic and Coputer Engineering II. RELATED WORK A. DV-Hop algorith The DV-Hop was proposed by D. Niculesco et al. [9]. It can be described using three steps as described below. i. Getting the sallest nuber of hops In this phase, each anchor node broadcast an anchor essage in the network. The organization of the anchor essage is {id, xi, yi, hops i}. The hops i is used to find the shortest path between anchor and the node by counting least nuber of hops between these two. The beginning value of hops i is 0 at the anchor. Each receiving node aintains an anchor data table and keeps the sallest nuber of hops fro different anchor nodes in the table. After a tie frae, all nodes in the syste will have the sallest nuber of hops fro every anchor node. ii. Estiation of the distance aongst Anchors and nonanchor nodes In this phase, the anchor nodes get distance of different anchor nodes in ters of hop count using Step 1 of DV- Hop. After the first step, anchor node i finds average distance per hop (AvgHopDistance i ) by using sallest hops and distance between anchors. Forula for calculating the AvgHopDistance i is described as follows: AvgHopDistance i = i=1 i#j (x j x i ) 2 + (y j y i ) 2 i=1 i#j hops i Where is quantity of anchor nodes, hops i is the sallest nuber of hops between anchor nodes i and j, (x i,y i) and (x j,y j) are the locations of anchors i and j, respectively. Each anchor counicates its AverageHopSize to the entire syste. Each non-anchor node gets all anchors AvgHopDistances and chooses the AvgHopDistance j of a nearest anchor as its AverageHopDistance j. In the end, it calculates the distance (d i) fro each anchor i by using Eq. (2) as follows: (1) d i = AvgHopDistance j hops i (2) iii. Estiation of location. In the final step, the non-anchor nodes can estiate their positions by applying either trilateration [9] or ultilateration echanis [9]. B. Iproved Variants of DV-Hop Nuerous researchers have proposed nuerous iproveents to iprove perforance of the DV-Hop algorith. In this section, we have discussed soe iproved variants of DV-Hop algorith. In [14], the weighted centroid based algorith (Weighted DV-Hop) was proposed to reduce coputational coplexity and consued energy of DV-Hop. It used the weight factor that was inversely proportional to sallest nuber of hops to find the location (x nb,y nb) of the non-anchor by applying equation (3). where w i = x nb = 1 hops i i=1 w ix i i=1 w i, y nb = i=1 w iy i i=1 w i (3), is the weight of each anchor i. The weight factor gives higher priority to nearest anchor. This algorith has low coputational coplexity as it skips one step involving coputing average distance per hop by anchors and broadcasting it to other nodes. Also, it consues less energy due to broadcasting of fewer packets (required only for first step). Another iproved weighted centroid algorith (IWCA) was proposed in [14] which consist of three steps. The refineent is done in the second step by taking average of average-hop-distances (say, HopSize). In the third step, the weight factor is deterined by applying Equation (4). w i = ( 1 r HopSize ) hops i Where r is the transission radius of the sensor node. This algorith achieves higher localization accuracy, but consues ore energy due to broadcasting of ore nuber of packets. In [15], G.Song et al. designed an iproved weighted centroid DV-Hop (IDWCA). This algorith uses Equation (5) to get weight value by non-anchor sensor node. w i = i=1 hops i (4) hops i (5) In [16], the algorith adds a fourth step (correction step) to enhance its localization precision. In [16], one ore algorith was introduced that picks only three best anchors to locate a sensor node in the last step of the DV-Hop algorith. In [17], the algorith adds a inor change by taking the difference of average hop distance and transission radius, while coputing distance between nodes to get ore accuracy. In [18], the algorith adds a coefficient in the distance between various nodes to reduce error. In [19], genetic algorith was used with DV-Hop for better accuracy. G.Song et al. [14] designed one ore algorith that substitutes hyperbolic ethod in the last step of DV-Hop to achieve better results in ters of accuracy. In [20], three algoriths were introduced. The first two algoriths added one ore step that uses trigonoetry to achieve higher accuracy. The third algorith replaces the linear proble into non-linear proble in the last step and then solves it by applying quadratic prograing ethod. In all above algoriths, the first two steps are sae and consues large aount of energy due to broadcasting. If soehow, this transission is controlled, then energy consuption can be significantly reduced. Despite the fact that all the related work entioned above iproves the localization accuracy, but very few works have concentrated on reducing consued energy. In this paper, we have proposed an iproved DV-Hop algorith which reduces the energy consuption of the network. III. PROPOSED METHOD In this section, we present an iproveent in the first two steps of the DV-Hop algorith, by restricting the broadcasting of the anchor essage to few hops. The assuption used is that the anchor nodes are distributed uniforly in the WSN area and their percentage is at least 10% of total nodes in the WSN. A detail discussion of iproved DV-Hop is given beneath: 80 ISSN: e-issn: Vol. 9 No. 4

3 Analysis on DV-Hop Algorith and its variants by considering threshold A. Iproved DV-Hop Algorith The proposed iproveent in the DV-Hop algorith works as follows: Step 1: In the first step, anchor packet is only forwarded to a specified nuber of hops fro each anchor node. This specified nuber of hops is called threshold value which is defined as k- hops. By liiting the broadcasting of the anchor packet to a threshold value (i.e. k- hops), we can lessen the energy consuption of the network which relies on the nuber of packets transitted in the network. The working of the first step is as follows: At first, each anchor node i counicates its position (x i,y i) to all non-anchor nodes in the for of packet that are forwarded to a fixed nuber of hops i.e. k.. The packet constitutes <x i, y i, hops i> inforation. The hops i is initialized to 0. Each sensor nodes saves inforation about all the anchor nodes that lies in a threshold region in its hop table containing <i, x i, y i, hops i> for each anchor i. When the packet is received by a particular node, the node verifies it with its hop table, and if the received hops i value is less than stored hops i value in the table and the hops i is less than k, then it saves the new hops i value in the table, and forwards the packet with increented hops i value to other nodes, otherwise it discards the received packet. In this anner, after the first step, all sensor nodes get sallest nuber of hops fro all anchors that lie in their threshold region. Step 2: This step is like the second step in the traditional DV-Hop [9] algorith with the difference that broadcasting is done within threshold region. Here, each anchor node i coputes average distance per hop (AvgHopDistance i) utilizing Equation (1). The value of in Equation (1) is nuber of anchor nodes that are within a threshold region. After this, each anchor node i counicate it to different sensor nodes that are within a threshold range (i.e. k-hop). By considering this iproveent, the energy consuption is further reduced. The non-anchor nodes estiate their distance fro anchor nodes by applying Equation (2). The sensor nodes now have distances fro only those anchor nodes that are within threshold range. By restricting broadcasting to the threshold (only within k hops) range, the anchor nodes transit now fewer packets and thus reduce energy consuption. Step 3: The third step is siilar to the third step of the traditional DV-Hop [9] algorith. Siilarly, other variants of DV-Hop Algoriths can be iproved by refining their first two steps. IV. SIMULATION RESULTS AND FINDINGS To prove the effectiveness of the iproved DV-Hop and its variants, the algorith is siulated in Matlab2013. In this section, we presented the results in ters of consued energy. The consued energy depends upon the nuber of packets transferred between nodes in the network. It ay be expressed as: Consued Energy = 2 (n 1) En (6) Where n is total nuber of nodes, is the total nuber of anchors, En is the average energy used to transit a packet. The siulation experient copares the proposed iproved algorith with other two algoriths (DV-Hop [9] and Weighted DV-Hop [14]) on the basis of consued energy by changing total nuber of anchors. 500 nodes are deployed in a WSN network and the counication radius is assigned to 100. The count of anchors is increased fro 50 to 200 to see the effect on consued energy for different values of threshold (i.e. k) value. Perforance coparison between algoriths for different values of threshold (i.e. k) value is shown in Figure 1 to Figure4. The siulation paraeters used for the experient are displayed in Table 1. Siulation Paraeters Table 1 Siulation paraeters Value WSN Area Total Nodes 500 Anchor Nodes Vary fro 50 to 200 Total iterations 50 threshold value(k) Vary fro 2 to 5 Counication radius 100 Figure 1: Coparison by varying threshold value (total anchors=50) Figure 1 shows the perforance analysis of the proposed iproved DV-Hop with the traditional DV-Hop [9] and Weighted DV-Hop [14] algorith in ters of energy consuption by varying the threshold value k fro 2 to 5. In this experient, total 500 nodes are deployed and 50 of the are anchor nodes. It is observed fro the figure 1 that proposed iproved DV-Hop algorith takes less energy copare to the other two algoriths, traditional DV-Hop [9] and Weighted DV-Hop[14]. This is due to fact that proposed ethod transits less counication overheads copare to the other ethods. During experients, it is observed that for k=2, traditional DV-Hop [9] and weighted DV-Hop [14] transits 50,000 and packets, respectively, whereas our proposed ethod broadcasts packets. As the value of k increases, the proposed ethod starts consuing ore energy and is equal to Weighted DV-Hop[14] for k=5. Figure 2 shows the result for the WSN network with 100 anchor nodes. It is shown that the proposed algoriths consue packets fro to for different values of k. The proposed algorith consues alost 70% less energy for k=2 when copared with DV-Hop and 20% less energy when copared with Weighted DV-Hop. ISSN: e-issn: Vol. 9 No. 4 81

4 Journal of Telecounication, Electronic and Coputer Engineering nuber of nodes and a fixed nuber of anchors. The Weighted DV-Hop skips packet transission in its second phase, so it consues energy equal to half as that traditional DV-Hop [9]. In the proposed algorith, the consued energy increases with the increase in threshold (k) value. Thus we should take the iniu value of k is 2 as an optiu threshold value to iniize energy consuption. It is also observed that with the increase in threshold value, the energy consuption increases. V. CONCLUSION Figure 2: Coparison by varying threshold value (total anchors=100) For the results as shown in Figures 3 and 4, the anchor nodes are raised to 150 and 200 respectively. The perforance of the proposed algorith is best for k=2 in ters of energy consuption. In Figure 3, the proposed algorith iproves by 66% in ters of energy reduction when copared with DV-Hop[9] and by 33% when copared with Weighted DV-hop[14 when k is equal to 2. Figure 4 shows that the proposed algorith reduces energy by 75% when copared with DV-Hop[9] and by 33% when copared with Weighted DV-Hop[14] algorith when k is equal to 2. Figure 3: Coparison by varying threshold value (total anchors=150) Figure 4: Coparison by varying threshold value (total anchors=200) Fro the result as shown in fro Figure 1 to Figure 4, it is proved that proposed algorith perfors better in ters of energy consuption. It is also observed that the consued energy in traditional DV-Hop [9] and Weighted DV-Hop [14] algoriths depends upon the total nubers of nodes and anchor percentage. Thus the consued energy is constant for both algoriths in each experient for fixed This paper gives the suary of issues of DV-Hop algorith and its variants. The priary issues are low accuracy and high energy consuption. In order to reduce energy consuption, we have proposed an iproved DV- Hop algorith which reduces the power consuption by liiting the transission of the anchor packet to the axiu k-hop. Through siulation results, it is deonstrated that the iproved algorith perfors superior to other algoriths in ters of consued energy. In the future, we will plan to expand this work for 3D WSNs. REFERENCES [1] Nayak and I. Stojenovic, Applications, Models, probles, and Solution Strategies, in Wireless Sensor and Actuator Network, Ed. New Jersey: Wiley, ch. 1, pp. 3-4, [2] J. Zhao, W. Xi, Y. He, Y. Liu, X.-Y. Li, L. Mo, and Z. Yang, Localization of Wireless Sensor Networks in the Wild: Pursuit of Ranging Quality,IEEE/ACM Transactions on Networking, vol 21, no.1,pp ,Feb [3] H.Chen, K.Sezaki, P.Deng and H.C.So, "An iproved DV-hop localization algorith for wireless sensor networks," In Proceedings of IEEE Conference on Industrial Electronics and Applications, Singapore, pp , [4] L. Girod, V. Bychobvskiy, J.Elson and D. Estrin,.Locating tiny sensors in tie and space: a case study., In Proceedings of the 2002 IEEE International Conference on Coputer Design: VLSI in Coputers and Processors, Los Alaitos, pp ,2002 [5] A. Harter, A. Hopper, P. Steggles. A. Ward and P. Webster, The anatoy of a context-aware application, Wireless Networks, Vol 8, no.2, pp ,2002 [6] X. Cheng, A.Thaeler, G. Xue, and D. Chen, TPS: a tie-based positioning schee for outdoor wireless sensor networks, in Proceedings of the 23rd IEEE Annual Joint Conference of the IEEE Coputer and Counications Societies (INFOCOM 04), pp , Hong Kong, China, March [7] D. Niculescu, and B. Nath, Ad hoc positioning syste (APS) using AoA, In Twenty-Second Annual Joint Conference of the IEEE Coputer and Counications. IEEE Societies, Vol. 3, pp ,2003. [8] N. Bulusu, J. Heideann, D. Estrin, GPS-less low cost outdoor localization for very sall devices, IEEE Personal Counications Magazine, Vol 7, no. 5, pp ,2000. [9] D. Niculescu and B. Nath, Ad-hoc positioning syste., In IEEE on Global Telecounications Conference,Vol 5, pp , [10] R. Nagpal, Organizing a global coordinate syste fro local inforation on an aorphous coputer", A.I. Meo1666, MIT A.I. Laboratory,1999. [11] Y. Shang andw. Rul, Iproved MDS-based localization, in Proceedings of the IEEE Conference on Coputer Counications (INFOCOM 04), pp ,HongKong, March [12] T. He, C. D. Huang, B.M. Blu, J.A. Stankovic, and T. Abdelzaher, Range-free localization schees for large scale sensor netowrks, in Proceedings of the 9th the Annual International Conference on Mobile Coputing and Networking, pp , ACM, San Diego, Calif, USA, [13] L.Gui, T. Val, A. Wei, R. Dalce, Iproveent of range-free localization technology by a novel DV-hop protocol in wireless sensor networks,ad Hoc Networks, [14] B. Zhang, M. Ji, and L. Shan, A weighted centroid localization algorith based on DV-hop for wireless sensor network, in 82 ISSN: e-issn: Vol. 9 No. 4

5 Analysis on DV-Hop Algorith and its variants by considering threshold Proceedings of the 8th International Conference on Wireless Counications, Networking and Mobile Coputing, Shanghai, China, pp. 1-5, [15] G. Song, D. Ta, Two Novel DV-Hop Localization Algoriths for Randoly Deployed Wireless Sensor Networks, International Journal of Distributed Sensor Networks, [16] L.Gui, T. Val, A. Wei, R. Dalce, Iproveent of range-free localization technology by a novel DV-hop protocol in wireless sensor networks, Ad Hoc Networks, 24, pp.55-73, [17] X.Fang, Iproved DV Hop Positioning Algorith Based on Copensation Coefficient.", Journal of Software Engineering, Vol. 9(3) (2015), pp , [18] W.Yu, H. Li, An Iproved DV-Hop Localization Method in Wireless Sensor Networks, In Proceedings of Coputer Science and Autoation Engineering (CSAE), (3), pp , [19] B. Peng, L. Li, An iproved localization algorith based on genetic algorith in wireless sensor networks, Cognitive Neurodynaics, Vol. 9(2), pp [20] S. Toic, and I. Mezei, "Iproveents of DV-Hop localization algorith for wireless sensor networks." Telecounication Systes, pp. 1-14, [21] T. Ahad, X. J. Li, and B.C Seet, "A self-calibrated centroid localization algorith for indoor ZigBee WSNs", in 8th IEEE International Conference on. Counication Software and Networks (ICCSN), [22] T.Ahad, X. J. Li, and B.C. Seet, "3D localization based on paraetric loop division and subdivision surfaces for wireless sensor networks", in 25th. IEEE Wireless and Optical Counication Conference (WOCC), [23] A. Kaur, P. Kuar, and G. P. Gupta. "A Weighted Centroid Localization Algorith for Randoly deployed Wireless Sensor Networks", Journal of King Saud University-Coputer and Inforation Sciences, [24] ] A. Kaur, G.P.Gupta, P.Kuar, A survey of Recent Developents in DV-Hop Localization Techniques for Wireless Sensor Network, Journal of Telecounication, Electronic and Coputer Engineering, Vol. 9(2), pp , [25] A.Kaur, P.Kuar, G.P.Gupta, A novel DV-Hop algorith based on Gauss-Newton ethod, In IEEE International Conference on Parallel, Distributed and Grid Coputing,pp , ISSN: e-issn: Vol. 9 No. 4 83

A New Localization and Tracking Algorithm for Wireless Sensor Networks Based on Internet of Things

A New Localization and Tracking Algorithm for Wireless Sensor Networks Based on Internet of Things Sensors & Transducers 203 by IFSA http://www.sensorsportal.co A New Localization and Tracking Algorith for Wireless Sensor Networks Based on Internet of Things, 2 Zhang Feng, Xue Hui-Feng, 2 Zhang Yong-Heng,

More information

Energy-Efficient Cellular Communications Powered by Smart Grid Technology

Energy-Efficient Cellular Communications Powered by Smart Grid Technology Energy-Efficient Cellular Counications Powered by Sart Grid Technology Itiaz Nasi, Mostafa Zaan Chowdhury, and Md. Syadus Sefat Departent of Electrical and Electronic Engineering Khulna University of Engineering

More information

Locali ation z For For Wireless S ensor Sensor Networks Univ of Alabama F, all Fall

Locali ation z For For Wireless S ensor Sensor Networks Univ of Alabama F, all Fall Localization ation For Wireless Sensor Networks Univ of Alabama, Fall 2011 1 Introduction - Wireless Sensor Network Power Management WSN Challenges Positioning of Sensors and Events (Localization) Coverage

More information

SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS

SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS Latin Aerican Applied Research 39:187-192 (2009) SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS L. ARNONE, C. GONZÁLEZ, C. GAYOSO, J. CASTIÑEIRA MOREIRA and M. LIBERATORI

More information

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction , pp.319-328 http://dx.doi.org/10.14257/ijmue.2016.11.6.28 An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction Xiaoying Yang* and Wanli Zhang College of Information Engineering,

More information

Adaptive Harmonic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor

Adaptive Harmonic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor Journal of Counication and Coputer (4 484-49 doi:.765/548-779/4.6. D DAVID PUBLISHING Adaptive Haronic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor Li Tan, Jean Jiang, and Liango

More information

Comparison Between PLAXIS Output and Neural Network in the Guard Walls

Comparison Between PLAXIS Output and Neural Network in the Guard Walls Coparison Between PLAXIS Output and Neural Network in the Guard Walls Ali Mahbod 1, Abdolghafar Ghorbani Pour 2, Abdollah Tabaroei 3, Sina Mokhtar 2 1- Departent of Civil Engineering, Shahid Bahonar University,

More information

Localization in WSN. Marco Avvenuti. University of Pisa. Pervasive Computing & Networking Lab. (PerLab) Dept. of Information Engineering

Localization in WSN. Marco Avvenuti. University of Pisa. Pervasive Computing & Networking Lab. (PerLab) Dept. of Information Engineering Localization in WSN Marco Avvenuti Pervasive Computing & Networking Lab. () Dept. of Information Engineering University of Pisa m.avvenuti@iet.unipi.it Introduction Location systems provide a new layer

More information

Interference Management in LTE Femtocell Systems Using Fractional Frequency Reuse

Interference Management in LTE Femtocell Systems Using Fractional Frequency Reuse Interference Manageent in LTE Fetocell Systes Using Fractional Frequency Reuse Poongup Lee and Jitae Shin School of Inforation and Counication Engineering Sungyunwan University, Suwon, 440-746, Korea {poongup,

More information

Investigating Multiple Alternating Cooperative Broadcasts to Enhance Network Longevity

Investigating Multiple Alternating Cooperative Broadcasts to Enhance Network Longevity Investigating Multiple Alternating Cooperative Broadcasts to Enhance Network Longevity Aravind Kailas School of Electrical and Coputer Engineering Georgia Institute of Technology Atlanta, Georgia 3033-050,

More information

Intermediate-Node Initiated Reservation (IIR): A New Signaling Scheme for Wavelength-Routed Networks with Sparse Conversion

Intermediate-Node Initiated Reservation (IIR): A New Signaling Scheme for Wavelength-Routed Networks with Sparse Conversion Interediate-Node Initiated Reservation IIR): A New Signaling Schee for Wavelength-Routed Networks with Sparse Conversion Kejie Lu, Jason P. Jue, Tiucin Ozugur, Gaoxi Xiao, and Irich Chlatac The Center

More information

Allocation of Multiple Services in Multi-Access Wireless Systems

Allocation of Multiple Services in Multi-Access Wireless Systems Allocation of Multiple Serices in Multi-Access Wireless Systes Anders Furuskär Wireless@KTH, Royal Institute of Technology, Sweden and Ericsson Research anders.furuskar@era.ericsson.se Abstract This paper

More information

Kalman Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environment

Kalman Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environment 16 Kalan Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environent Chin-Der Wann National Sun Yat-Sen University Taiwan 1. Introduction Kalan filter and its nonlinear extension, extended

More information

Performance Evaluation of UWB Sensor Network with Aloha Multiple Access Scheme

Performance Evaluation of UWB Sensor Network with Aloha Multiple Access Scheme 1 Perforance Evaluation of UWB Sensor Network with Aloha Multiple Access Schee Roeo Giuliano 1 and Franco Mazzenga 2 1 RadioLabs Consorzio Università Industria, Via del Politecnico 1, 00133, Roe, Italy,

More information

A Novel NLOS Mitigation Approach for Wireless Positioning System

A Novel NLOS Mitigation Approach for Wireless Positioning System 2 3rd International Conference on Coputer and Electrical Engineering (ICCEE 2) IPCSIT vol. 53 (22) (22) IACSIT Press, Singapore DOI:.7763/IPCSIT.22.V53.No..54 A Novel NLOS Mitigation Approach for Wireless

More information

A Selection Region Based Routing Protocol for Random Mobile ad hoc Networks with Directional Antennas

A Selection Region Based Routing Protocol for Random Mobile ad hoc Networks with Directional Antennas A Selection Region Based Routing Protocol for Rando Mobile ad hoc Networks with Directional Antennas arxiv:1011.6017v1 cs.it] 8 Nov 010 Di Li, Changchuan Yin, and Changhai Chen Key Laboratory of Universal

More information

Implementation of Adaptive Viterbi Decoder

Implementation of Adaptive Viterbi Decoder Ipleentation of Adaptive Viterbi Decoder Devendra Made #1 VIII Se B.E.(Etrx) K.D.K.College of Engineering, Nagpur, Maharashtra(I) Asst. Prof. R.B. Khule *2 M.Tech V.L.S.I. K.D.K.College of Engineering,

More information

Radio Resource Management in a Coordinated Cellular Distributed Antenna System By Using Particle Swarm Optimization

Radio Resource Management in a Coordinated Cellular Distributed Antenna System By Using Particle Swarm Optimization Radio Resource Manageent in a Coordinated Cellular Distributed Antenna Syste By Using Particle Swar Optiization Oer Haliloglu (1), Cenk Toker (1), Gurhan Bulu (1), Hali Yanikoeroglu (2) (1) Departent of

More information

Transmit Power and Bit Allocations for OFDM Systems in a Fading Channel

Transmit Power and Bit Allocations for OFDM Systems in a Fading Channel Transit Power and Bit Allocations for OFD Systes in a Fading Channel Jiho Jang *, Kwang Bok Lee, and Yong-Hwan Lee * Sasung Electronics Co. Ltd., Suwon P.O.Box, Suwon-si, Gyeonggi-do 44-74, Korea School

More information

Distributed Resource Allocation for Proportional Fairness in Multi-Band Wireless Systems

Distributed Resource Allocation for Proportional Fairness in Multi-Band Wireless Systems Distributed Resource Allocation for Proportional Fairness in Multi-Band Wireless Systes I-Hong Hou CSL and Departent of CS University of Illinois Urbana, IL 61801, USA ihou2@illinois.edu Piyush Gupta Bell

More information

PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? Apex Acoustics Ltd, Gateshead, UK

PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? Apex Acoustics Ltd, Gateshead, UK PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? W Wei A Cooke J Havie-Clark Apex Acoustics Ltd, Gateshead, UK Apex Acoustics Ltd, Gateshead, UK Apex Acoustics Ltd, Gateshead,

More information

ELEC2202 Communications Engineering Laboratory Frequency Modulation (FM)

ELEC2202 Communications Engineering Laboratory Frequency Modulation (FM) ELEC Counications Engineering Laboratory ---- Frequency Modulation (FM) 1. Objectives On copletion of this laboratory you will be failiar with: Frequency odulators (FM), Modulation index, Bandwidth, FM

More information

Design and Implementation of Serial Port Ultrasonic Distance Measurement System Based on STC12 Jian Huang

Design and Implementation of Serial Port Ultrasonic Distance Measurement System Based on STC12 Jian Huang International Conference on Education, Manageent and Coputer Science (ICEMC 2016) Design and Ipleentation of Serial Port Ultrasonic Distance Measureent Syste Based on STC12 Jian Huang Xijing University,

More information

Selected RSSI-based DV-Hop Localization for Wireless Sensor Networks

Selected RSSI-based DV-Hop Localization for Wireless Sensor Networks Article Selected RSSI-based DV-Hop Localization for Wireless Sensor Networks Mongkol Wongkhan and Soamsiri Chantaraskul* The Sirindhorn International Thai-German Graduate School of Engineering (TGGS),

More information

Performance Analysis of an AMC System with an Iterative V-BLAST Decoding Algorithm

Performance Analysis of an AMC System with an Iterative V-BLAST Decoding Algorithm I. J. Counications, Network and Syste Sciences, 008,, 105-06 Published Online May 008 in SciRes (http://www.srpublishing.org/journal/ijcns/). Perforance Analysis of an AMC Syste with an Iterative V-BLAST

More information

Group Secret Key Generation in Wireless Networks: Algorithms and Rate Optimization

Group Secret Key Generation in Wireless Networks: Algorithms and Rate Optimization Group Secret Key Generation in Wireless Networks: Algoriths and Rate Optiization Peng Xu, Kanapathippillai Cuanan, Meber, IEEE, Zhiguo Ding, Senior, Meber, IEEE, Xuchu Dai and Kin K. Leung Fellow, IEEE

More information

FORWARD MASKING THRESHOLD ESTIMATION USING NEURAL NETWORKS AND ITS APPLICATION TO PARALLEL SPEECH ENHANCEMENT

FORWARD MASKING THRESHOLD ESTIMATION USING NEURAL NETWORKS AND ITS APPLICATION TO PARALLEL SPEECH ENHANCEMENT FORWARD MASKING THRESHOLD ESTIMATION USING NEURAL NETWORKS AND ITS APPLICATION TO PARALLEL SPEECH ENHANCEMENT T. S. GUNAWAN 1, O. O. KHALIFA 1, E. AMBIKAIRAJAH 2 1 Electrical and Coputer Engineering Departent,

More information

COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS. M.E. Ulug

COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS. M.E. Ulug COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS M.E. Ulug General Electric Corporate Research and Developent Schenectady, New York 1245 ABSTRACT Waiting ties have been calculated

More information

Power Improvement in 64-Bit Full Adder Using Embedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3

Power Improvement in 64-Bit Full Adder Using Embedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3 Power Iproveent in 64-Bit Full Adder Using Ebedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3 1 Departent of ECE, GTBKIET, Chhapianwali Malout, Punjab 2 Director, Principal,

More information

Fundamental study for measuring microflow with Michelson interferometer enhanced by external random signal

Fundamental study for measuring microflow with Michelson interferometer enhanced by external random signal Bulletin of the JSME Journal of Advanced Mechanical Design, Systes, and Manufacturing Vol.8, No.4, 2014 Fundaental study for easuring icroflow with Michelson interferoeter enhanced by external rando signal

More information

Distributed Power Delivery for Energy Efficient and Low Power Systems

Distributed Power Delivery for Energy Efficient and Low Power Systems Distributed Power Delivery for Energy Efficient and Low Power Systes Selçuk Köse Departent of Electrical Engineering University of South Florida Tapa, Florida 33620 kose@usf.edu Eby G. Friedan Departent

More information

Compensated Single-Phase Rectifier

Compensated Single-Phase Rectifier Copensated Single-Phase Rectifier Jānis DoniĦš Riga Technical university jdonins@gail.co Abstract- Paper describes ethods of rectified DC pulsation reduction adding a ensation node to a single phase rectifier.

More information

OPTIMIZE THE POWER CONTROL AND NETWORK LIFETIME USING ZERO - SUM GAME THEORY FOR WIRELESS SENSOR NETWORKS

OPTIMIZE THE POWER CONTROL AND NETWORK LIFETIME USING ZERO - SUM GAME THEORY FOR WIRELESS SENSOR NETWORKS OTIMIZE THE OWER CONTROL AND NETWORK LIFETIME USING ZERO - SUM GAME THEORY FOR WIRELESS SENSOR NETWORKS Vinoba.V 1, Chithra.S.M 1 Departent of Matheatics, K.N. Governent Arts college, Tail Nadu,( India.)

More information

Relation between C/N Ratio and S/N Ratio

Relation between C/N Ratio and S/N Ratio Relation between C/N Ratio and S/N Ratio In our discussion in the past few lectures, we have coputed the C/N ratio of the received signals at different points of the satellite transission syste. The C/N

More information

IMPROVEMENT OF FAR FIELD RADIATION PATTERN OF LINEAR ARRAY ANTENNA USING GENETIC ALGORITHM

IMPROVEMENT OF FAR FIELD RADIATION PATTERN OF LINEAR ARRAY ANTENNA USING GENETIC ALGORITHM ISSN: 2229-6948 (ONLINE) ICTACT JOURNAL OF COMMUNICATION TECHNOLOGY, MARCH 10, VOLUME: 01, ISSUE: 01 DOI: 10.21917/ijct.10.0004 IMPROVEMENT OF FAR FIELD RADIATION PATTERN OF LINEAR ARRAY ANTENNA USING

More information

DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition

DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition International Journal of Signal Processing Systes Vol., No. Deceber 03 DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition David Levy Infineon Austria AG, Autootive Power Train Systes,

More information

Mitigation of GPS L 2 signal in the H I observation based on NLMS algorithm Zhong Danmei 1, a, Wang zhan 1, a, Cheng zhu 1, a, Huang Da 1, a

Mitigation of GPS L 2 signal in the H I observation based on NLMS algorithm Zhong Danmei 1, a, Wang zhan 1, a, Cheng zhu 1, a, Huang Da 1, a 2nd International Conference on Electrical, Coputer Engineering and Electronics (ICECEE 25 Mitigation of GPS L 2 signal in the H I observation based on NLMS algorith Zhong Danei, a, Wang zhan, a, Cheng

More information

OTC Statistics of High- and Low-Frequency Motions of a Moored Tanker. sensitive to lateral loading such as the SAL5 and

OTC Statistics of High- and Low-Frequency Motions of a Moored Tanker. sensitive to lateral loading such as the SAL5 and OTC 61 78 Statistics of High- and Low-Frequency Motions of a Moored Tanker by J.A..Pinkster, Maritie Research Inst. Netherlands Copyright 1989, Offshore Technology Conference This paper was presented at

More information

Power-Efficient Resource Allocation for MC-NOMA with Statistical Channel State Information

Power-Efficient Resource Allocation for MC-NOMA with Statistical Channel State Information Power-Efficient Resource Allocation for MC-NOMA with Statistical Channel State Inforation Zhiqiang Wei, Derrick Wing Kwan Ng, and Jinhong Yuan School of Electrical Engineering and Telecounications, The

More information

Fast Node Cardinality Estimation and Cognitive MAC Protocol Design for Heterogeneous M2M Networks

Fast Node Cardinality Estimation and Cognitive MAC Protocol Design for Heterogeneous M2M Networks Fast Node Cardinality Estiation and Cognitive MAC Protocol Design for Heterogeneous MM Networks Sachin Kada, Chaitanya S. Raut and Gaurav S. Kasbekar Abstract Machine-to-Machine MM networks are an eerging

More information

Simplified Analysis and Design of MIMO Ad Hoc Networks

Simplified Analysis and Design of MIMO Ad Hoc Networks Siplified Analysis and Design of MIMO Ad Hoc Networks Sunil Srinivasa and Martin Haenggi Departent of Electrical Engineering University of Notre Dae Notre Dae, IN 46556, USA Eail: {ssriniv, haenggi}@nd.edu

More information

Precise Indoor Localization System For a Mobile Robot Using Auto Calibration Algorithm

Precise Indoor Localization System For a Mobile Robot Using Auto Calibration Algorithm Precise Indoor Localization Syste For a Mobile Robot Using Auto Calibration Algorith Sung-Bu Ki, JangMyung Lee, and I.O. Lee : Pusan National University, http://robotics.ee.pusan.ac.r, : Ninety syste Abstract:

More information

Performance of Multiuser MIMO System Employing Block Diagonalization with Antenna Selection at Mobile Stations

Performance of Multiuser MIMO System Employing Block Diagonalization with Antenna Selection at Mobile Stations Perforance of Multiuser MIMO Syste Eploying Bloc Diagonalization with Antenna Selection at Mobile Stations Feng Wang, Mare E. Bialowsi School of Inforation Technology and Electrical Engineering The University

More information

Modeling Beam forming in Circular Antenna Array with Directional Emitters

Modeling Beam forming in Circular Antenna Array with Directional Emitters International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volue 5 Issue 3 ǁ Mar. 2017 ǁ PP.01-05 Modeling Bea foring in Circular Antenna Array

More information

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Manijeh Keshtgary Dept. of Computer Eng. & IT ShirazUniversity of technology Shiraz,Iran, Keshtgari@sutech.ac.ir

More information

ELECTROMAGNETIC COVERAGE CALCULATION IN GIS

ELECTROMAGNETIC COVERAGE CALCULATION IN GIS ELECTROMAGNETIC COVERAGE CALCULATION IN GIS M. Uit Guusay 1, Alper Sen 1, Uut Bulucu 2, Aktul Kavas 2 1 Yildiz Technical University, Departent of Geodesy and Photograetry Engineering, Besiktas, Istanbul,

More information

The PAPR and Simple PAPR Reduction of the 2D Spreading Based Communication Systems

The PAPR and Simple PAPR Reduction of the 2D Spreading Based Communication Systems RADIOENGINEERING, VOL. 9, NO., APRIL 7 The PAPR and Siple PAPR Reduction of the D Spreading Based Counication Systes Jiří BLUMENSTEIN, Zbyněk FEDRA Dept. of Radio Electronics, Brno University of Technology,

More information

Dynamic Model Displacement for Model-mediated Teleoperation

Dynamic Model Displacement for Model-mediated Teleoperation Dynaic Model Displaceent for Model-ediated Teleoperation Xiao Xu Giulia Paggetti Eckehard Steinbach Institute for Media Technology, Technische Universität München, Munich, Gerany ABSTRACT In this paper,

More information

Overlapping Signal Separation in DPX Spectrum Based on EM Algorithm. Chuandang Liu 1, a, Luxi Lu 1, b

Overlapping Signal Separation in DPX Spectrum Based on EM Algorithm. Chuandang Liu 1, a, Luxi Lu 1, b nd International Worshop on Materials Engineering and Coputer Sciences (IWMECS 015) Overlapping Signal Separation in DPX Spectru Based on EM Algorith Chuandang Liu 1, a, Luxi Lu 1, b 1 National Key Laboratory

More information

Overlapped frequency-time division multiplexing

Overlapped frequency-time division multiplexing April 29, 16(2): 8 13 www.sciencedirect.co/science/journal/158885 he Journal of China Universities of Posts and elecounications www.buptjournal.cn/xben Overlapped frequency-tie division ultiplexing JIANG

More information

An orthogonal multi-beam based MIMO scheme. for multi-user wireless systems

An orthogonal multi-beam based MIMO scheme. for multi-user wireless systems An orthogonal ulti-bea based IO schee for ulti-user wireless systes Dong-chan Oh o and Yong-Hwan Lee School of Electrical Engineering and IC, Seoul ational University Kwana P.O. Box 34, Seoul, 151-600,

More information

Keywords: Equivalent Instantaneous Inductance, Finite Element, Inrush Current.

Keywords: Equivalent Instantaneous Inductance, Finite Element, Inrush Current. Discriination of Inrush fro Fault Currents in Power Transforers Based on Equivalent Instantaneous Inductance Technique Coupled with Finite Eleent Method Downloaded fro ijeee.iust.ac.ir at 5:47 IRST on

More information

Keywords: International Mobile Telecommunication (IMT) Systems, evaluating the usage of frequency bands, evaluation indicators

Keywords: International Mobile Telecommunication (IMT) Systems, evaluating the usage of frequency bands, evaluation indicators 2nd International Conference on Advances in Mechanical Engineering and Industrial Inforatics (AMEII 206) Entropy Method based Evaluation for Spectru Usage Efficiency of International Mobile Telecounication

More information

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

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,900 116,000 10M Open access books available International authors and editors Downloads Our authors

More information

EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM

EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM Guangrong Zou, Maro Antila, Antti Lanila and Jari Kataja Sart Machines, VTT Technical Research Centre of Finland P.O. Box 00, FI-0 Tapere,

More information

ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS

ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS XVII IMEKO World Congress Metrology in 3rd Millenniu June 22 27, 2003, Dubrovnik, Croatia ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS Ch. Papageorgiou

More information

NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS

NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS first nae & faily nae: Rick Morgans Page nuber: 1 NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS Rick Morgans, Ben Cazzolato, Anthony

More information

A Frequency Domain Approach to Design Constrained Amplitude Spreading Sequences for DS-CDMA Systems for Frequency Selective Fading Channels

A Frequency Domain Approach to Design Constrained Amplitude Spreading Sequences for DS-CDMA Systems for Frequency Selective Fading Channels A Frequency Doain Approach to Design Constrained Aplitude Spreading Sequences for DS-CDMA Systes for Frequency Selective Fading Channels B.J.Peiris, K.R.Narayanan and S.L. Miller Dept. of Electrical Engineering

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICC.2006.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /ICC.2006. Kaya, I., & Kocak, T. (2006). Energy-efficient pipelined bloo filters for network intrusion detection. IEEE International Conference on Counications, 5, 2382-2387. DOI: 10.1109/ICC.2006.255126 Peer reviewed

More information

THE IMPLEMENTATION OF THE HARTEBEESTHOEK94 CO-ORDINATE SYSTEM IN SOUTH AFRICA

THE IMPLEMENTATION OF THE HARTEBEESTHOEK94 CO-ORDINATE SYSTEM IN SOUTH AFRICA THE IMPLEMENTATION OF THE HARTEBEESTHOEK94 CO-ORDINATE SYSTEM IN SOUTH AFRICA Richard Wonnacott Chief Directorate : Surveys and Mapping South Africa ABSTRACT : The Hartebeesthoek94 co-ordinate syste becae

More information

COMBINED FREQUENCY AND SPATIAL DOMAINS POWER DISTRIBUTION FOR MIMO-OFDM TRANSMISSION

COMBINED FREQUENCY AND SPATIAL DOMAINS POWER DISTRIBUTION FOR MIMO-OFDM TRANSMISSION The 8th nnual IEEE International Syposiu on Personal, Indoor and Mobile Radio Counications (PIMRC 07) COMINED FREQUENCY ND SPTIL DOMINS POWER DISTRIUTION FOR MIMO-OFDM TRNSMISSION Wladiir ocquet, Kazunori

More information

A Novel Control Scheme to Reduce Storage Capacitor of Flyback PFC Converter

A Novel Control Scheme to Reduce Storage Capacitor of Flyback PFC Converter International Journal of Electronics and Electrical Engineering Vol. 4, No., April 6 A Novel Control Schee to Reduce Storage Capacitor of Flyback PFC Converter Boyang Chen and Lei Li College of Autoation,

More information

Distributed Resource Allocation Assisted by Intercell Interference Mitigation in Downlink Multicell MC DS-CDMA Systems

Distributed Resource Allocation Assisted by Intercell Interference Mitigation in Downlink Multicell MC DS-CDMA Systems 1 Distributed Resource Allocation Assisted by Intercell Interference Mitigation in Downlin Multicell MC DS-CDMA Systes Jia Shi, Zhengyu Song, IEEE Meber, and Qiang Ni, IEEE Senior Meber Abstract This paper

More information

New Characteristics Analysis Considering Transmission Distance and Load Variation in Wireless Power Transfer via Magnetic Resonant Coupling

New Characteristics Analysis Considering Transmission Distance and Load Variation in Wireless Power Transfer via Magnetic Resonant Coupling New Characteristics nalysis Considering Transission Distance and oad Variation in Wireless Power Transfer via Magnetic Resonant Coupling Masaki Kato, Takehiro ura, Yoichi Hori The Departent of dvanced

More information

SAMPLING PERIOD ASSIGNMENT FOR NETWORKED CONTROL SYSTEMS BASED ON THE PLANT OPERATION MODE

SAMPLING PERIOD ASSIGNMENT FOR NETWORKED CONTROL SYSTEMS BASED ON THE PLANT OPERATION MODE SAMPLING PERIOD ASSIGNMENT FOR NETWORKED CONTROL SYSTEMS BASED ON THE PLANT OPERATION MODE Daniel A. Perez, Ubirajara F. Moreno, Carlos B. Montez, Tito L. M. Santos PGEAS - Prograa de Pós-Graduação e Engenharia

More information

EFFECTS OF MASKING ANGLE AND MULTIPATH ON GALILEO PERFORMANCES IN DIFFERENT ENVIRONMENTS

EFFECTS OF MASKING ANGLE AND MULTIPATH ON GALILEO PERFORMANCES IN DIFFERENT ENVIRONMENTS 1 EFFECTS OF MASKING ANGLE AND MULTIPATH ON GALILEO PERFORMANCES IN DIFFERENT ENVIRONMENTS M. Malicorne*, M. Bousquet**, V. Calettes*** SUPAERO, 1 avenue Edouard Belin BP 43, 3155 Toulouse Cedex, France.

More information

ARecent report pointed out that in 2014 the amount of data

ARecent report pointed out that in 2014 the amount of data IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. XX, NO. XX, JANUARY 2XX 1 QoS-Aware Energy Efficient Association and Resource Scheduling for HetNets Taewoon Ki and J. Morris Chang, Senior Meber, IEEE Abstract

More information

Performance Analysis of Reversible Fast Decimal Adders

Performance Analysis of Reversible Fast Decimal Adders Proceedings of the World Congress on Engineering and Coputer Science 7 WCECS 7, October 4-6, 7, San rancisco, USA Perforance Analysis of Reversible ast Decial Adders Rekha K. Jaes, Shahana T. K., K. Poulose

More information

DIRECT MAPPING OVSF-BASED TRANSMISSION SCHEME FOR UNDERWATER ACOUSTIC MULTIMEDIA COMMUNICATION

DIRECT MAPPING OVSF-BASED TRANSMISSION SCHEME FOR UNDERWATER ACOUSTIC MULTIMEDIA COMMUNICATION Journal of Marine Science and Technology, Vol. 18, No. 3, pp. 413-418 (2010) 413 DIRECT MAPPING OVSF-BASED TRANSMISSION SCHEME FOR UNDERWATER ACOUSTIC MULTIMEDIA COMMUNICATION Chin-Feng Lin*, Jiang-Yao

More information

Developing Active Sensor Networks with Micro Mobile Robots: Distributed Node Localization

Developing Active Sensor Networks with Micro Mobile Robots: Distributed Node Localization Developing Active Networks with Micro Mobile Robots: Distributed Node Localization Weihua Sheng and Gira Tewolde Kettering University/Forerly GMI Flint, MI 484 Eail: wsheng@kettering.edu Abstract Top-down

More information

Design of Ring Oscillator based VCO with Improved Performance

Design of Ring Oscillator based VCO with Improved Performance Abstract Design of Ring Oscillator based VCO with Iproved Perforance Vaishali, Shruti Suan, K.. Shara, P. K. hosh ECE Departent Faculty of Engineering and Technology Mody University of Science and Technology

More information

Efficient Non-linear Changed Mel-filter Bank VAD Algorithm

Efficient Non-linear Changed Mel-filter Bank VAD Algorithm Matheatical Models and Methods in Modern Science Efficient on-linear Changed Mel-filter Bank VAD Algorith DAMJA VLAJ, ZDRAVKO KAČIČ, MARKO KOS Faculty of Electrical Engineering and Coputer Science University

More information

Secondary-side-only Simultaneous Power and Efficiency Control in Dynamic Wireless Power Transfer System

Secondary-side-only Simultaneous Power and Efficiency Control in Dynamic Wireless Power Transfer System 069060 Secondary-side-only Siultaneous Power and Efficiency Control in Dynaic Wireless Power Transfer Syste 6 Giorgio ovison ) Daita Kobayashi ) Takehiro Iura ) Yoichi Hori ) ) The University of Tokyo,

More information

Alternative Encoding Techniques for Digital Loudspeaker Arrays

Alternative Encoding Techniques for Digital Loudspeaker Arrays Alternative Encoding Techniques for Digital Loudspeaer Arrays Fotios Kontoichos, Nicolas Alexander Tatlas, and John Mourjopoulos Audio and Acoustic Technology Group, Wire Counications Laboratory, Electrical

More information

Yield Enhancement Techniques for 3D Memories by Redundancy Sharing among All Layers

Yield Enhancement Techniques for 3D Memories by Redundancy Sharing among All Layers Yield Enhanceent Techniques for 3D Meories by Redundancy Sharing aong All Layers Joohwan Lee, Kihyun Park, and Sungho Kang Three-diensional (3D) eories using through-silicon vias (TSVs) will likely be

More information

Selective Harmonic Elimination for Multilevel Inverters with Unbalanced DC Inputs

Selective Harmonic Elimination for Multilevel Inverters with Unbalanced DC Inputs Selective Haronic Eliination for Multilevel Inverters with Unbalanced DC Inputs Abstract- Selective haronics eliination for the staircase voltage wavefor generated by ultilevel inverters has been widely

More information

Track-Before-Detect for an Active Towed Array Sonar

Track-Before-Detect for an Active Towed Array Sonar 17-20 Noveber 2013, Victor Harbor, Australia Track-Before-Detect for an Active Towed Array Sonar Han X. Vu (1,2), Sauel J. Davey (1,2), Fiona K. Fletcher (1), Sanjeev Arulapala (1,2), Richard Elle (1)

More information

Using Adaptive Modulation in a LEO Satellite Communication System

Using Adaptive Modulation in a LEO Satellite Communication System Proceedings of the 11th WSEAS International Conference on COMMUNICATIONS, Agios Nikolaos, Crete Island, Greece, July 26-28, 27 255 Using Adaptive Modulation in a LEO Satellite Counication Syste L. HADJ

More information

Beacon-driven Leader Based Protocol over a GE Channel for MAC Layer Multicast Error Control

Beacon-driven Leader Based Protocol over a GE Channel for MAC Layer Multicast Error Control I. J. Counications, Network and Syste Sciences, 2008, 2, 05-206 Published Online May 2008 in Scies (http://www.spublishing.org/journal/ijcns/. Beacon-driven Leader Based Protocol over a GE Channel for

More information

Power Optimal Signaling for Fading Multi-access Channel in Presence of Coding Gap

Power Optimal Signaling for Fading Multi-access Channel in Presence of Coding Gap Power Optial Signaling for Fading Multi-access Channel in Presence of Coding Gap Ankit Sethi, Prasanna Chaporkar, and Abhay Karandikar Abstract In a ulti-access fading channel, dynaic allocation of bandwidth,

More information

An Automatic Control Strategy of Strip Width in Cold Rolling

An Automatic Control Strategy of Strip Width in Cold Rolling Advanced Materials Research Subitted: 204-06-04 ISSN: 662-8985, Vols. 004-005, pp 22-225 Accepted: 204-06-08 doi:0.4028/www.scientific.net/amr.004-005.22 Online: 204-08-3 204 Trans Tech Publications, Switzerland

More information

Real Time Etch-depth Measurement Using Surface Acoustic Wave Sensor

Real Time Etch-depth Measurement Using Surface Acoustic Wave Sensor Australian Journal of Basic and Applied Sciences, (8): -7, 1 ISSN 1991-8178 Real Tie Etch-depth Measureent Using Surface Acoustic Wave Sensor 1 Reza Hosseini, Navid Rahany, 3 Behrad Soltanbeigi, Rouzbeh

More information

ESTIMATION OF OVERCOVERAGE IN THE CENSUS OF CANADA USING AN AUTOMATED APPROACH. Claude Julien, Statistics Canada Ottawa, Ontario, Canada K1A 0T6

ESTIMATION OF OVERCOVERAGE IN THE CENSUS OF CANADA USING AN AUTOMATED APPROACH. Claude Julien, Statistics Canada Ottawa, Ontario, Canada K1A 0T6 ESTMATON OF OVERCOVERAGE N THE CENSUS OF CANADA USNG AN AUTOMATED APPROACH Claude Julien, Statistics Canada Ottawa, Ontario, Canada K1A 0T6 KEY WORDS: Coverage evaluation, two-phase design, stratification

More information

A 1.2V rail-to-rail 100MHz amplifier.

A 1.2V rail-to-rail 100MHz amplifier. University of Michigan, EECS413 Final project. A 1.2V rail-to-rail 100MHz aplifier. 1 A 1.2V rail-to-rail 100MHz aplifier. Mark Ferriss, Junghwan Han, Joshua Jaeyoung Kang, University of Michigan. Abstract

More information

A soft decision decoding of product BCH and Reed-Müller codes for error control and peak-factor reduction in OFDM

A soft decision decoding of product BCH and Reed-Müller codes for error control and peak-factor reduction in OFDM A soft decision decoding of product BCH and Reed-Müller codes for error control and pea-factor reduction in OFDM Yves LOUET *, Annic LE GLAUNEC ** and Pierre LERAY ** * PhD Student and ** Professors, Departent

More information

This is a repository copy of Group Secret Key Generation in Wireless Networks : Algorithms and Rate Optimization.

This is a repository copy of Group Secret Key Generation in Wireless Networks : Algorithms and Rate Optimization. This is a repository copy of Group Secret Key Generation in Wireless Networks : Algoriths and Rate Optiization. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/0068/ Version:

More information

A Novel TDS-FDMA Scheme for Multi-User Uplink Scenarios

A Novel TDS-FDMA Scheme for Multi-User Uplink Scenarios A Novel TDS-FDMA Schee for Multi-User Uplink Scenarios Linglong Dai, Zhaocheng Wang, Jun Wang, and Zhixing Yang Tsinghua National Laboratory for Inforation Science and Technology, Electronics Engineering

More information

Relay Deployment for AF-MIMO Two-Way Relaying Networks with Antenna Selection

Relay Deployment for AF-MIMO Two-Way Relaying Networks with Antenna Selection Journal of Counications Vol 9, o 7, July 04 elay Deployent for AF-MIMO Two-Way elaying etworks with Antenna Selection Yizhen Zhang,, Guobing Li, Guoei Zhang, Ganging Lv, and Chao Zhang, School of Electronics

More information

Exploring the Electron Tunneling Behavior of Scanning Tunneling Microscope (STM) tip and n-type Semiconductor

Exploring the Electron Tunneling Behavior of Scanning Tunneling Microscope (STM) tip and n-type Semiconductor Page 110 Exploring the of Scanning Tunneling Microscope (STM) tip and n-type Seiconductor M. A. Rahan * and J. U. Ahed Departent of Applied Physics, Electronics & Counication Engineering, University of

More information

AN OPTIMAL DESIGN PROCESS FOR AN ADEQUATE PRODUCT?

AN OPTIMAL DESIGN PROCESS FOR AN ADEQUATE PRODUCT? AN OPTIMAL DESIGN PROCESS FOR AN ADEQUATE PRODUCT? P. J. Clarkson University of Cabridge Departent of Engineering e-ail: pjc10@ca.ac.uk Keywords: process odelling, robustness, optiisation Abstract: The

More information

POWER QUALITY ASSESSMENT USING TWO STAGE NONLINEAR ESTIMATION NUMERICAL ALGORITHM

POWER QUALITY ASSESSMENT USING TWO STAGE NONLINEAR ESTIMATION NUMERICAL ALGORITHM POWER QUALITY ASSESSENT USING TWO STAGE NONLINEAR ESTIATION NUERICAL ALGORITH Vladiir Terzia ABB Gerany vadiir.terzia@de.abb.co Vladiir Stanoevic EPS Yugoslavia vla_sta@hotail.co artin axiini ABB Gerany

More information

PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS

PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS V. Behar 1, Ch. Kabakchiev 2, G. Gaydadjiev 3, G.Kuzanov 4, P. Ganchosov 5

More information

Transmit Beamforming and Iterative Water-Filling Based on SLNR for OFDMA Systems

Transmit Beamforming and Iterative Water-Filling Based on SLNR for OFDMA Systems Transit Beaforing and Iterative Water-Filling Based on SLNR for OFDMA Systes Kazunori Hayashi, Megui Kaneko, Takeshi Fui, Hideaki Sakai Graduate School of Inforatics, Kyoto University, Yoshida Honachi

More information

An improved distance vector-hop localization algorithm based on coordinate correction

An improved distance vector-hop localization algorithm based on coordinate correction Research Article An improved distance vector-hop localization algorithm based on coordinate correction International Journal of Distributed Sensor Networks 2017, Vol. 13(11) Ó The Author(s) 2017 DOI: 10.1177/1550147717741836

More information

International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 3, Issue 9, September 2014

International Journal of Advanced Research in Electronics and Communication Engineering (IJARECE) Volume 3, Issue 9, September 2014 International Journal of Advanced Research in Electronics and Counication Engineering Volue 3, Issue 9, Septeber 2014 High Speed Error Detection and Data Recovery Architecture for Video Testing Applications

More information

Study and Implementation of Complementary Golay Sequences for PAR reduction in OFDM signals

Study and Implementation of Complementary Golay Sequences for PAR reduction in OFDM signals Study and Ipleentation of Copleentary Golay Sequences for PAR reduction in OFDM signals Abstract In this paper soe results of PAR reduction in OFDM signals and error correction capabilities by using Copleentary

More information

Introduction Traditionally, studying outage or cellular systes has been based on the signal-to-intererence ratio (SIR) dropping below a required thres

Introduction Traditionally, studying outage or cellular systes has been based on the signal-to-intererence ratio (SIR) dropping below a required thres Miniu Duration Outages in Rayleigh Fading Channels Jie Lai and Narayan B. Mandaya WINLAB, Rutgers University 73 Brett Rd., Piscataway, NJ 8854-86 Eail: jlai@winlab.rutgers.edu, narayan@winlab.rutgers.edu

More information

Speech Enhancement using Temporal Masking and Fractional Bark Gammatone Filters

Speech Enhancement using Temporal Masking and Fractional Bark Gammatone Filters PAGE 420 Speech Enhanceent using Teporal Masking and Fractional Bark Gaatone Filters Teddy Surya Gunawan, Eliathaby Abikairajah School of Electrical Engineering and Telecounications The University of New

More information

Research Article Dynamic Beamforming for Three-Dimensional MIMO Technique in LTE-Advanced Networks

Research Article Dynamic Beamforming for Three-Dimensional MIMO Technique in LTE-Advanced Networks Antennas and Propagation Volue 213, Article ID 76457, 8 pages http://dx.doi.org/1.1155/213/76457 Research Article Dynaic Beaforing for Three-Diensional MIMO Technique in LTE-Advanced Networks Yan Li, Xiaodong

More information

A Wireless Transmission Technique for Remote Monitoring and Recording System on Power Devices by GPRS Network

A Wireless Transmission Technique for Remote Monitoring and Recording System on Power Devices by GPRS Network Proceedings of the 6th WSEAS International Conference on Instruentation, Measureent, Circuits & Systes, Hangzhou, China, April 15-17, 007 13 A Wireless Transission Technique for Reote Monitoring and Recording

More information