You are on page 1of 4

2009 International Conference on Electrical Engineering and Informatics

5-7 August 2009, Selangor, Malaysia

Optimization of Microstrip Patch Antenna using


Particle Swarm Optimization with Curve Fitting
Mohammad Tariqul Islam◊1, Norbahiah Misran◊*2, Tan Chuen Take*3, Mohd. Moniruzzaman*4

Institute of Space Science (ANGKASA),
Universiti Kebangsaan Malaysia, 43600 UKM, Bangi, Selangor, Malaysia.
1
titareq@yahoo.com
*Dept. of Electrical, Electronic and Systems Engineering, Faculty of Engineering and Built Environment,
Universiti Kebangsaan Malaysia, 43600 UKM, Bangi, Selangor, Malaysia.
2
bahiah@vlsi.eng.ukm.my
3
technetium@live.com.my
4
Mohd.Moniruzzaman@gmail.com

Abstract— An optimization technique for microstrip patch human interaction. Therefore we must implement
antenna using particle swarm optimization (PSO) with curve optimization techniques to automate the process and speed it
fitting is introduced in this paper. An inverted E-shaped up.
microstrip patch antenna designed for IMT-2000 band is utilized In this work, Particle Swarm Optimization (PSO) with
to demonstrate the optimization technique. The data for curve
curve fitting is used to optimize antenna performance. PSO
fitting is obtained from Zealand IE3D software by varying
different geometrical parameters of the antenna. Using the data, alleviated the need for standard brute-force design techniques.
the equations representing the relationship among different The PSO serves as an effective optimizing tool for difficult
parameters of a microstrip antenna are generated. Graphmatica multidimensional discontinuous problems for a large array of
curve fitting software was used to generate the curve. The PSO fields.
program was developed and executed in MATLAB and finally In this paper, we investigated a PSO implementation with
the optimized antenna was simulated in Zealand IE3D. curve fitting. Zealand IE3D, Graphmatica and MATLAB are
Comparison between conventional antenna and curve fitting used as simulation, curve fitting and optimization tools. We
based PSO optimized antenna showed remarkable improvement used a microstrip patch antenna designed in [6] targeted for
over bandwidth. For the inverted E-shaped microstrip patch
IMT-2000 band to evaluate the optimization technique.
antenna, the bandwidth increased by 15%.
II. PARTICLE SWARM OPTIMIZATION (PSO)
Keywords— Particle swarm optimization, curve fitting,
microstrip patch antenna, inverted E-shaped. PSO is a kind of swarm intelligence, based on social-
psychological principles and provides insights into social
I. INTRODUCTION behaviour, as well as contributing to engineering applications.
Wireless communication is widely recognized as one of the The particle swarm optimization algorithm was first described
fastest growing industries in today’s global marketplace [1]. in 1995 by Kennedy and Eberhart [7].
As the demand continues to grow, and 3G voice and wireless It uses a number of agents (particles) that constitute a
internet services move into the mainstream, wireless operators swarm moving around in the search space looking for the best
will be facing a great challenge in providing adequate capacity solution. Each particle is treated as a point in an N-
and high data rate services with a limited amount of radio dimensional space which adjusts its “flying” according to its
spectrum into the network as well as maintaining the quality own flying experience as well as the flying experience of
of services. other particles. Each particle tries to modify its position using
Microstrip antennas are low profile and lightweight. They the information of the current positions, the current velocities,
are also can be made conformal and well suited to be the distance between the current position and the personal best
integrated with microwave integrated circuit. In terms of position (pbest), the distance between the current position and
fabrication, such system offers simplicity, which allows mass the global best position (gbest).
production and cost-effective manufacturing as well as high Each particle keeps track of its coordinates in the solution
performance [4], [5]. However, a conventional patch antenna space which are associated with the best solution (fitness) that
suffers from very narrow bandwidth [4], [5] and this pose a has achieved so far by that particle. This value is called
challenge for the microstrip antenna designer to meet the personal best, pbest. Another best value that is tracked by the
proposed broadband IMT-2000 band specification PSO is the best value obtained so far by any particle in the
(1.885-2.200GHz). Patch antennas that meet these neighbourhood of that particle. This value is called gbest.
requirements generally involve complex geometries with no The basic concept of PSO lies in accelerating each particle
analytical representation. Simulations generally allow analysis toward its pbest and the gbest locations, with a random
of the antenna, but manual optimization requires hours of weighted acceleration at each time step as shown in Fig. 1.

978-1-4244-4913-2/09/$25.00 ©2009 IEEE

EE-42

711
The modification of the particle’s position can be A. Curve Fitting
mathematically modelled according the following equation: To generate the relationship equations over L, fc and BW,
Vik+1 = wVik + c1 rand1(…) x (pbesti-sik) the value of L is varied while keeping the values of other
+ c2 rand2(…) x (gbest-sik) (1) parameters in Table I as constant. The value of L in the
where, conventional antenna was 53mm. Therefore L was varied
vik : velocity of agent i at iteration k, from 42 to 60mm with an increment of 1 mm. For each value
w: weighting function, of L, one antenna is designed in IE3D and the resultant fc and
cj : weighting factor BW are recorded. Total 19 (42 to 60) antennas are designed to
rand : uniformly distributed random number between 0 and 1, get the data for L. For the sake of brevity, values of three
sik : current position of agent i at iteration k, antennas of the above 19 antennas are presented in Table II.
pbesti : pbest of agent i,
gbest: gbest of the group.

The following weighting function is usually utilized in the


above equation.
w = wMax - [ (wMax-wMin) x iter] / maxIter
where
wMax = initial weight,
wMin = final weight,
maxIter = maximum iteration number,
iter = current iteration number.

III. ANTENNA DESIGN


The geometry of the probe-fed inverted E-shaped
rectangular patch antenna is shown in Fig-2. The antenna is
designed with the parameters presented in Table I. The patch
Fig. 1 Basic concept of PSO
with a width W and length L is supported by a low dielectric
superstrate with dielectric constant ε1 and thickness h1. An
air-filled substrate with dielectric constant ε0 and thickness h0
is sandwiched between the superstrate and a ground plane.
The radiating patch is fed by a probe along the centreline (y-
axis) of the patch at a distance from the bottom edge of the
patch as shown in the Fig. 2. Two parallel slots with slot
length, width, and spacing between slots, ls, ws, and s
respectively are incorporated onto the rectangular patch,
symmetrically with respect to the centreline.

IV. OPTIMIZATION BY PSO


Over the 10 parameters stated in Table I, four parameters
are taken for optimization: L, ls, W, ws. The goal of the
optimization process was to maximize the bandwidth (BW) by
varying L, ls, W, Ws while keeping centre frequency (fc) near
to 2.1 GHz for the IMT-2000 band.
TABLE I
PARAMETERS FOR INVERTED E-SHAPED PATCH ANTENNA

Superstrate RT 5880 (ε1=2.2, h1=1.5748mm)


Substrate Air (ε0=1, h0=12.5mm)
Rectangular
Width and Length, {W, L} = {79, 53} mm
patch
Fig. 2 Geometry of the inverted E-shaped rectangular patch antenna
Feed fp= 13.5mm from bottom edge along y-axis
Position (centreline of the patch), TABLE II
Slots L VERSUS FC AND BW
{ls, s, ws} = {47, 15, 10} mm
parameters
Antenna # L fc BW
(mm) (GHz) (GHz)
1 52 2.15631 0.64219
2 53 2.10923 0.60641

712
54 2.05273 0.56497 The parameter values are represented in Table III and the
Applying the values of Table II in Graphmatica (curve return loss graph is presented in Fig. 3. The achieved
fitting software), the following equations are obtained, which bandwidth at -10dB return loss for the conventionally
represent the relationship between L, fc and BW: optimized antenna was 0.61GHz and for the curve fitting
based PSO optimized antenna, it was 0.70GHz which has
BW = 0.136 fc4 - 0.078 fc3 - 0.558 fc2 - 0.630 fc + 2.37 shown the overall bandwidth increase of about 15%.
fc = -14.37 BW4 + 10.27 BW3 + 4.07 BW2 - 3.69 BW + 2.44
L = 2.02 fc4 - 2.09 fc3 - 8.95 fc2 - 2.42 fc + 75.7
L = 437.6 BW4 - 436 BW3 - 153.7 BW2 + 235.8 BW + 4.73

Again ls is varied, while keeping the values of other


parameters in Table I as constant. For each value of ls, one
antenna is designed in IE3D and the resultant fc and BW are
recorded. Applying the values of ls, fc and BW in Graphmatica,
the following equations were obtained, which represent the
relationship between ls, fc and BW:

BW = 0.0147 fc4 - 0.032 fc3 - 0.15 fc2 - 0.086 fc + 1.39


fc = -10.66 BW4 + 12.7 BW3 - 1.19 BW2 - 3.82 BW + 3.44
ls = 0.7642 fc4 - 2.27 fc3 - 7.77 fc2 + 1.18 fc + 76.84
ls = -51.58 BW4 - 168.4 BW3 + 146 BW2 + 42.7 BW + 5.43

Similarly the relationship equations among W, fc, BW and


ws, fc, BW were obtained. Fig. 3 Return loss graph of the inverted E-shaped antennas

B. Fitness Function TABLE III


COMPARISON BETWEEN CONVENTIONAL OPTIMIZED ANTENNA AND CURVE
The fitness function was generated using the Root Mean FITTING BASED PSO OPTIMIZED ANTENNA
Squared Error (RMSE) based fitness function. The root mean
L ls W Ws fc BW
squared error Ei of an individual program-i is evaluated by the
Unit mm mm mm mm GHz GHz
equation:
1 n (2) Conventional
Ei =
n
∑ ( Pij − Tj ) 2
j =1
optimized 53 47 79 10 1.99 0.61
antenna
where Pij is the value predicted by the individual program i
for fitness case j (out of n fitness cases); and Tj is the target Curve fitting
value for fitness case j. For a perfect fit, all Pij = Tj and thus, based PSO
50.3 39.5 55.4 13.7 2.16 0.70
Ei = 0. Using the above RMSE based fitness function, our optimized
antenna
fitness function was
F(x) = sqrt( M*( fc–fctarget )2 + N* ( BW – BWtarget )2 ) (3) VI. CONCLUSION
Here M and N are the biasing constant to control the In this work, PSO program was developed using equations
contribution of each term to the overall fitness function and obtained by curve fitting. Employing the PSO program, the
fctarget and BWtarget are the desired central frequency and the bandwidth of the inverted E-shaped patch antenna was
desired bandwidth. Increasing M will bias the developed PSO increased by 15%. The optimization technique demonstrated
to optimize the Microstrip patch antenna towards the central its ability to generate IMT-2000 band antennas with an
frequency fc, while increasing N will bias the optimized value inverted E-shaped microstrip patch antenna.
towards bandwidth BW.
REFERENCES
V. RESULTS AND DISCUSSIONS [1] S. M. Metev and V. P. Veiko, Laser Assisted Microtechnology, 2nd ed.,
R. M. Osgood, Jr., Ed. Berlin, Germany: Springer-Verlag, 1998.
We wrote the PSO program using the above relationship [2] R. H. Roy. Application of Smart Antenna Technology in Wireless
equations and the RMSE based fitness function and then run Communication Systems. ArrayComm White Paper
in MATLAB. The value of M and N were set to 0.1 and 1.0 to URL:http://www.arraycomm.com/Company/white_papers.html
[3] P. H. Lehne and M. Pettersen. An Overview of Smart Antenna
apply more emphasis on bandwidth expansion. After Technology for Mobile Communications System. IEEE
approximately 60 iterations with 36 particles, we obtained the communications Survey, URL: Http://www.comsoc.org/pubs/surveys,
optimized values of the four geometrical parameters L, ls, W Fourth Quarter, 2(4). 1999.
and ws. [4] A. O. Boukalov & S-G. Häggman. System aspect of smart-antenna
technology in cellular wireless communications - An overview. IEEE
We designed and simulated the optimized antenna in IE3D Trans. Antennas Propagat., 48(6). 2000.
and the results were compared with the conventional antenna.
[5] K.-L, Lau, , K.-M., Luk and K.-F., Lee. 2006. Design of a circularly-
polarized vertical patch antenna. IEEE Transactions on Antennas and
Propagation, 54(4). 2006.
[6] N. Misran, M. T. Islam and N. K. Jiunn. Design and Development of
Broadband Inverted E-shaped Patch Microstrip Array. American
Journal of Applied Sciences 5 (4): 2008.
[7] J. Kennedy and R. Eberhart. Particle swarm optimization in Proc. 1995
Int.Conf. Neural Networks, vol. IV. Perth. Australia. 1995.

714

You might also like