[ieee 2010 international symposium on intelligence information processing and trusted computing...

5
Impact of Group Delay on Tunable Impedance Matching Networks Based on Barium-Strontium-Titanate Varactors Erick Gonz´ alez-Rodr´ ıguez 1 , Holger Maune 1 , Yuliang Zheng 1 , Lufei Shen 2 , Ibrahim Asghar Shah 3 , Klaus Hofmann 2 , Dirk Dahlhaus 3 , Rolf Jakoby 1 1 Institute for Microwave Engineering and Photonics, Technische Universit¨ at Darmstadt 2 Integrated Electronic Systems Lab, Technische Universit¨ at Darmstadt 3 Communications Laboratory, University of Kassel, Germany Email: [email protected] Abstract—In this paper the bit error rate (BER) performance of a tunable impedance matching network (TMN) is shown using a QAM digital modulation scheme over an AWGN channel. The characterized TMN is based on Barium-Strontium-Titanate (BST) ferroelectric thick-film varactors with a maximum DC tuning voltage of 90V. Inherent dispersive behavior is subsumed in the forward transmission of the passive components. Due to this nonlinear phase response, in general to maximize the overall system performance, an agile selection of the varactor values is demonstrated, taking into account the phase and group delay. Detailed simulation results of a testbed are presented and the influence of different matched impedances on the tuning behavior is discussed at a center frequency of 1.9 GHz. I. I NTRODUCTION In practice, the maximum bandwidth efficiency of a de- termined radio requires perfect transmission paths, matching networks and filters. Furthermore, diverse portable devices are subject to different environmental scenarios which lead to a change of their input impedance. Therefore, matching networks with tunable components could be used to balance this mismatch of the impedance Z(f, P in , environment). The scope of this work is to show the importance of considering group delay variations, when a matching network fixes the emerging mismatch of the antenna at the receiver side. Thus, a fundamental enhancement of the same communication system can be achieved by proper adjustment and tuning of those components with the strongest influence on the quality of a signal during its propagation towards the receiver. The signal path represented in Fig. 1 shows a receiver architecture only, with RF components such as antenna, matching network, filter, low noise amplifier (LNA), mixer and voltage controlled oscillator (VCO) via IF filter and A/D converter down to the digital baseband. It is known, that modulation schemes with high spectral efficiency are more vulnerable to system imperfections, arou- sing other transmission impairments that become stronger, e.g. intermodulation distortion, echo or crosstalk [1]–[3]. There- fore, in order to clearly show an influence of group delay on the reception side of a reconfigurable frontend, a comparative Antenna Impedance Matching Filter LNA Mixer VCO Filter A D A/D- Converter Digital Baseband Fig. 1: Receiver chain with different RF components. low-order Quadrature Amplitude Modulation (QAM) scheme has been chosen for evaluation. Among the most important factors dealing with digital phase modulation schemes, group delay variations take an important place regarding BER degra- dation [4]–[6]. Nevertheless most analyses are performed by considering a response with ideal flat amplitude |s 21 | =1 for transmission within the available bandwidth at a fixed RF center frequency f c only. II. SYSTEM DESIGN In the system under investigation, coherent modulation and demodulation of a transmitted 16-QAM signal of the form [7] s i (t)= r 2 T s g a (t) cos 2πf c t + r 2 T s g b (t) sin 2πf c t (1) through an Additive White Gaussian Noise (AWGN) channel is used, where g a and g b represent the i-th message point at coordinates a i ε and b i ε with energy signal ε. The complete setup is based on a typical digital modulation scheme under the influence of AWGN so that theoretical performance according to [8] can be used for comparison. A. Communication System Testbed Different kinds of testbeds have been developed in recent years by means of simulations, including theoretical models to represent the channel only. They are also used to evaluate new algorithms and robust techniques that may improve the overall performance of a communication system [9]–[13]. Nevertheless, only little attention has been given to the analysis 978-1-4673-4455-5/12/$31.00 ©2012 IEEE

Upload: zejun

Post on 16-Mar-2017

213 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: [IEEE 2010 International Symposium on Intelligence Information Processing and Trusted Computing (IPTC) - Huanggang, China (2010.10.28-2010.10.29)] 2010 International Symposium on Intelligence

Small World-based Query Mechanism

Zhiqiang Liu1, Lifang Wang2, Zhike Zhang2, Aihua Zhang1, Zejun Jiang2 1. College of software and microelectronics, Northwestern Polytechnical University, Xian China, 710072 2. School of Computer Science and Technology, Northwestern Polytechnical University, Xian China, 710072

Email: [email protected], [email protected], [email protected], [email protected], [email protected]

Abstract—the majority of routing protocols for wireless sensor networks attempt to obtain optimal or shortest paths that lead to target resources. It is energy inefficient to search and establish those paths. CZQueen, a Small World-based resource query mechanism, is presented to reduce energy overhead of resource queries in large-scale and location-free sensor networks. Based on the Small World Model, CZQueen uses contacts as shortcuts to reduce the average path length of networks. The mechanism introduces Tight-Zone to cut down the number of shortcuts, and gives relative positions of vicinage nodes to achieve a sense of direction without location information in queries. We execute a set of simulation experiments used to evaluate performance of CZQueen. Analytical performance evaluation shows that CZQueen achieves high performance in workload balance with the same algorithmic complexity as CAPTURE. The simulation results indicate that CZQueen has lower energy overhead compared to ZRP and CAPTURE, which is robust and scalable as well.

Keywords- query mechanism; Small World; Contact; sensor networks; overhead

I. INTRODUCTION Wireless sensor networks are designed as self-configuring,

infrastructure-less, unattended, rapidly-deployable networks. It is composed of a large number of nodes with low-cost, small size, limited power and transmission range. These tiny nodes have very limited computation, storage, and communication capability. The features described above make resource query a challenging problem in wireless sensor networks.

Sensor network can be viewed as distributed sense database. One of the main functions of such networks is to resolve queries and carry out transactions and small transfers. So, resource query product a large proportion of network traffic.

This paper introduces CZQueen query mechanism, a location-free, energy efficient query mechanism based on the concept of small worlds [1] [2]. The main design goal in such target applications is to reduce communication overhead and power consumption, rather than route optimization. CZQueen is suitable for resource discovery as well as routing very small data transfers in which the cost of data transfer is much smaller than the cost of route discovery.

II. RELATED WORK Small world theory [1-2] has shown that adding a few

numbers of random links, called shortcuts, to regular graphs results in graphs with low average path length and high clustering. Many people are devoted to the applicability of the small world concept to wireless multi-hop networks, including ad-hoc and sensor networks. E.g. Gaurav Sharma investigate the use of wired link act as shortcuts to bring down the average hop count of wireless sensor network [3]. Prof. Ahmed Helmy introduce concept of contacts (based on the concept of small-world) to enhance nodes' view and aid in route and resource discovery in [4], in that architecture, nodes within a limited number of hops from each node form the vicinity of that node. Resources within the vicinity can be readily accessed with the help of a proactive scheme within the vicinity. For accessing resources beyond the vicinity, each node also maintains a few distant nodes by special method, those distant nodes called contacts. Contacts act as short cuts to transform the wireless network into a small world and hence reduce the average degrees of separation between the query source and the target. Subsequently, based on concept of contacts, Prof. Ahmed Helmy presented CARD [5-6], TRANSFER [7], and MARQ [8] protocol for large-scale ad-hoc networks.

CZQueen is on the basis of production of CARD and TRANSFER protocol, and laid a strong emphasis on improves on contact selection mechanism. In the rest of this paper, by analysis of CARD and TRANSFER protocol, CZQueen will be presented as an elaborate case study for the design, evaluation and analysis of an efficient resource discovery protocol for large-scale wireless sensor networks.

III. NETWORK MODEL AND DESIGN IDEAS

A. Network model We consider a sensor network that is present as follow: • N sensor nodes are distributed uniformly inside a

square area whose side length is Y. there isn’t hole, where can not be sensed by any sensor node, exist in the area.

• Each sensor node adopts Boolean Sensing Model, i.e. each sensor has a certain sensing range, r. all the sensors have identical circular coverage areas, and a sensor node can only sense the environment and detect events within its coverage area.

2010 International Symposium on Intelligence Information Processing and Trusted Computing

978-0-7695-4196-9/10 $26.00 © 2010 IEEE

DOI 10.1109/IPTC.2010.161

250

Page 2: [IEEE 2010 International Symposium on Intelligence Information Processing and Trusted Computing (IPTC) - Huanggang, China (2010.10.28-2010.10.29)] 2010 International Symposium on Intelligence

• All the nodes remain stationary. • No sensor node is equipped with component which

can determine position, distance and direction, like GPS.

There is a kind of query in sensor networks: A query only acquires very small data (e.g., inquiring about one variable, such as temperature). One distinguishing characteristic of such queries is that the communication cost for route discovery (to resolve the query) may exceed the cost of data transfer. Thus, the idea that we reduce overall cost is to find accessible path from source to target instead of to find optimal path.

IV. CZQUEEN MECHANISM OVERVIEW

A. Definitions An overview of the CZQueen mechanism is shown in

Fig.1: Following are some terminology definitions: Neighbors (of a node): All nodes within one hop from the

node. Tight-Zone: A group of nodes that each node in the group

is neighbor of the others is a Tight-Zone, a Tight-Zone maintain a group of contacts.

Vicinity (of a Tight-Zone): All nodes within a particular number of hops (R) from the Tight-Zone. H is the radius of the vicinity.

Edge nodes (of a Tight-Zone): All nodes at a distance of H hops from the Tight-Zone.

Number of Contacts (NoC): NoC specifies the value of the maximum number of contacts to be searched for each source node.

Depth of search (D): D specifies the levels of contacts (i.e., contacts of contacts) queried by a source.

B. Establishing Tight-Zone

Tight-Zone is established as follow: 1) Each node broadcast a hello message. Every node

discovers Neighbors by received hello messages, as shown in Fig 2(a).

2) Each node broadcast its Neighbor information. Every node receives all of Neighbors’ Neighbors information, as

shown in Fig 2(b). 3) If a node isn’t a member of any Tight-Zone, and can find one or above of its Neighbors which do not belong to any Tight-Zone, it became head node of Zone randomly. 4) Head node establishes Tight-Zone, as shown in Fig 2(c), and broadcasts Tight-Zone information to its Neighbors.

C. Maintaining Vicinity information

Every Tight-Zone collects and stores information of its vicinities within R hops away. The vicinity is maintained using a proactive localized link state protocol. Tight-Zone distinguishes edge nodes from all of its vicinities. As shown in Fig 3(a), node 2 is node 1’s neighbor, and node 3 is node 2’s neighbor, and isn’t node 1’ neighbor. Therefore, node 3 locates in grey area. By this approach, Tight-Zone can learn relatively position of all its edge nodes. As shown in Fig 3(b). Each Tight-Zone divides its edge nodes into NoC number of groups that named edge node group.

Each Tight-Zone also maintains state for (a few) nodes

that lie outside its vicinities. These nodes serve as contacts for accessing resources beyond the vicinities.

Contact Selection starts when a node S within a Tight-Zone sends a Contact Selection (CS) message through each of its edge node group. CS message include: 1. ID of S; 2. list of edge nodes of S; 3. d, number of hops from S; 4. List of middle node from S to target node.

When a node receive a CS, lets d=d+1. if 2H≤d≤Y/2, the node become Contact with probability

/ 2CdRPY

= . C≥1 is

constant. If the node did not become Contact, the node forwards CS to one of its edge nodes which locate in the opposite direction to the CS come from.

① ② ③

(a) (b) Fig. 3. Determine position of edge nodes

Fig. 2. Establishing Tight-Zone.

H

R

Fig. 1. Overview of CZQUEEN mechanism.

251

Page 3: [IEEE 2010 International Symposium on Intelligence Information Processing and Trusted Computing (IPTC) - Huanggang, China (2010.10.28-2010.10.29)] 2010 International Symposium on Intelligence

D. Search Policy Search Policies of contact-based architecture include

Single-shot Policy [6] and Level-by-level Policy [7]. Single-shot Policy will be analyzed in this paper. In Single-shot Policy, the request is sent out from source node once in a single attempt. The request is forwarded directly from level-1 contacts to level-2 contacts, up to level-D contacts. As shown in Fig 4.

V. EVALUATION AND ANALYSIS OF CZQUEEN NS-2 [9] along with CZQueen and its extensions was used

to generate various scenarios of wireless sensor networks. Our simulations did not consider MAC-layer issues.

Here we present results for a topology of N nodes uniformly spread over area of Ym×Ym, node transmission range is 110m. H=3,NoC=6. Values of N and Y are listed in table I.

TABLE I. VALUES OF N AND Y

N Y(m)

200 1000

500 1400

1000 2000

2000 2800

4000 3700

First we try to understand the effect of various parameters such as number of nodes and Depth of search D.

Fig.5 illustrates the Query Success Rate for different number of nodes and D. As number of nodes increases, the Query Success Rate decreases. The Query Success Rate increases along with D increases.

Fig.6 illustrates the energy overhead for different network scale. Results in Fig.6 show that energy overhead increases when network size and D increase.

We compare the performance of CZQueen to that of

CARD in terms of average overall overhead.

Simulations were repeated several times with varying

source-target node pairs which is selected randomly in the network. The same pairs were used for those mechanisms. Fig.10. shows the average overall overhead (measured by traffic) for random queries with different network sizes. According to this figure and analysis of all above, we can draw a conclusion that CZQueen outperforms CAPTURE and ZRP in overhead and query success rate.

Fig. 7 Energy overhead for CZQueen, CAPTURE and ZRP.

Ove

rhea

d(N

umbe

r of P

acke

ts)

Que

ry S

ucce

ss R

ate(

%)

Fig 4 Search Policy

252

Page 4: [IEEE 2010 International Symposium on Intelligence Information Processing and Trusted Computing (IPTC) - Huanggang, China (2010.10.28-2010.10.29)] 2010 International Symposium on Intelligence

VI. CONCLUSIONS In this paper we investigate the issues of contact-based

architecture, CZQueen, for resource discovery in large-scale wireless sensor networks. Contacts act as shortcuts to transform wireless sensor network into a Small-World and hence reduce the average degrees of separation between query source and target. Due to the lack of direction, CARD architecture contact selection mechanism begets a mass of backtracks overhead and curve route from source node to contact. CZQueen is on the basis of production of CARD and CAPTURE protocol, and improve on contact selection method of those protocols by make node have a sense of direction. CZQueen architecture is suitable for resource discovery as well as routing very small data transfers in which the cost of data transfer is much smaller than the cost of route discovery. As a result, compare with CAPTURE and ZRP was found to result in more query success rate and less overhead.

ACKNOWLEDGMENT This work was supported by the Shaanxi province NSF

grants 2009JQ8021 and 2009JM8017, and by aviation science foundation grant 2009ZD53044.

REFERENCES [1] Watts D.J., S. H. Strogatz. “Collective dynamics of ‘small-world’

networks”. Nature, 1998, Volume.393.pp.440-42. [2] Newman M E J, Watts D J. “Scaling and percolation in the small-

world network model”. Phys Rev E, 1999, 60, pp.7332-7342

[3] Gaurav Sharma, Ravi Mazumdar, R. “Hybrid sensor networks- A small world”. In Mobihoc 2005, Urbana.

[4] Ahmed Helmy,"Architectural framework for large-scale multicast in mobile ad hoc networks," in IEEE Int. Conf. Communications (ICC’02), vol. 4, New York, Apr. 2002, pp.2036-2042.

[5] A. Helmy, S. Garg, P. Pamu, N. Nahata. “Contact Based Architecture for Resource Discovery (CARD) in Large Scale MANets”. IEEE/ACM IPDPS Int’l Workshop on Wireless, Mobile and Ad Hoc Networks (WMAN) , Apr 2003, pp.219-227.

[6] A. Helmy, S. Garg, P. Pamu, N. Nahata. “CARD: A Contact-based Architecture for Resource Discovery in Ad Hoc Networks”, ACM Baltzer Mobile Networks and Applications (MONET) Journal, Kluwer publications, Special issue on Algorithmic Solutions for Wireless, Mobile, Ad Hoc and Sensor Networks. 2005, pp.99-113.

[7] A. Helmy. “TRANSFER: Transactions Routing for Adhoc NetworkS with eFficient EneRgy”. IEEE GLOBECOM, 2003.

[8] A. Helmy. “Mobility-Assisted Resolution of Queries in Large-Scale Mobile Sensor Networks (MARQ)”. Computer Networks Journal - Elsevier Science (Special Issue on Wireless Sensor Networks), Vol. 43, Issue 4, 437-458, 2003.

[9] L.Breslau, D.Estrin, K.Fall, S.Floyd, J.Heidemann, A.Helmy, P.Huang, S.McCanne, K.Varadhan, Y.Xu and H.Yu, “Advances in network simulation”. IEEE Computer (May 2000).

[10] A. Helmy, "Small worlds in wireless networks," IEEE Communications Letters, no. 10, pp. 490--492, Oct. 2003.

[11] N. Sadagopan, B. Krishnamachari, A. Helmy, "Active Query Forwarding in Sensor Networks (ACQUIRE)", AdHoc Networks Journal - Elsevier, Vol.3, No.1, pp.91-113, January 2005.

[12] Haas Z, Pearlman M, Samar P. “The zone routing protocol (ZRP) for ad hoc networks”. Internet Draft: draft-ietf-manet-zone-zrp- 04.txt, 2002.

253