You are on page 1of 4

Neural Network Based Particle Swarm Optimizer for

Design of Dual Resonance X/Ku Band Stacked Patch


Antenna
S.K.Jain*, A. Patnaik , S.N.Sinha,
Electronics and Computer Engineering Department
Indian Institute of Technology Roorkee
Roorkee, India-247667
satishjain.jain@ieee.org , apatnaik@ieee.org , sn_sinha@ieee.org

Abstract—With the increase in number of layers in a stacked antenna as compared to single layer antenna, the role of soft-
patch microstrip antenna, for multiband operation, the number computing based methods becomes important as compared to
of parameters, deciding the frequency of operation, increases. the available analytical methods. In this paper design aspect of
Then it becomes a difficult task to optimize all the parameters dual layer, dual patch stacked square patch antenna have been
simultaneously for specified frequencies of operation. In this
considered, using softcomputing based methods viz. NN and
paper, a particle swarm optimization (PSO) based algorithm
have been developed to decide the patch dimensions of dual band PSO, for satellite communication application.
square stacked patch antenna (SPA) operating in the X/Ku band. With the congestion in the lower frequency range for
The cost function for the PSO is evaluated with the help of satellite communication application, space scientist are now
trained neural network (NN) to reduce the lengthy simulation looking for higher frequency bands for their use. There was a
time. The results from this PSO based CAD model have been requirement to make dual frequency planar antennas in
cross verified with the experimental results for some typical stacked patch form to work in X/Ku band. The further
stacked patch antennas. stringent requirements for this dual band antenna was that
there should be sufficient frequency gap (of order of 4.5 GHz)
Keywords-stacked patch antenna; neural network; paricle
swarm optimization;
between two resonant frequencies for uplink and downlink
use. In order to design these antennas, we have used the PSO
optimizer in conjunction with NN technique. The role of PSO
I. INTRODUCTION is to find the optimized dimensions of the two radiating
Multilayer stacked microstrip antennas are used in a wide patches along with the height of air gap for specified
range of application like mobile communication, satellite frequency of operation, whereas the role of NN is to find out
communication and missile tracking by remote, which the instantaneous resonant frequencies of the stacked patch
demands multi-band and/or wide band frequency operation. In antenna to use in the cost function of the PSO. The validity of
microstrip antenna technology, stacked configuration is one of the developed model was cross checked with experimental
the easy and viable solution for getting multiband, because in results.
this, the size of the structure doesn't increase in the planar
direction, giving flexibility in making microstrip antenna II. ANTENNA STRUCTURE
arrays. But with the increase in the number of layers in stacked In the antenna structure (Fig.1), lower patch was the
configuration, the design parameters deciding the frequency of activated patch whereas the upper patch, that is hanging from
operation of the antennas, also increases. From designers point the superstrate, is parasitically coupled. In the design problem
of view, it becomes a difficult task to decide the optimized of SPA, for the specific frequencies, usually the dielectric are
values of all the design parameters for the antenna to have supplied (so εr, h is fixed ) and the designer have to find out
specified operating frequencies. Commercially available the dimensions of the radiating patch. We have introduced air
packages for microstrip antenna design are computer gap between two radiating patches. This gives another degree
intensive and require large number of computer resources. In of flexibility in controlling frequency band positions and
order to reach to a final optimized structure, it might need width as well. The initial dimensions of this structure were
several simulations. In order to reduce this time of calculated using cavity model [6].
computation, some commercially available packages are now
coming with optimizer, but for this also, number of h2(İr2, air)
simulations are required. h3(İr3)
In recent past, several softcomputing based methods have
been applied for analysis and design of microstrip antennas [1- h1(İr1) L1 L2
5]. As far as our understanding goes, these techniques have not 2r
feed
been used for stacked patch antenna analysis and design. As
the number of design variables are more in stacked patch Figure 1. Dual patch coaxial feed stacked microstrip antenna.
Indian Space Research Organization India.

978-1-4244-9561-0/11/$26.00 ©2011 IEEE 2932 AP-S/URSI 2011

Authorized licensed use limited to: National Institute of Technology- Delhi. Downloaded on February 05,2021 at 11:22:11 UTC from IEEE Xplore. Restrictions apply.
III. PROBLEM FORMULATION
The entire problem was divided in two phases, (i)ANN
vn = w × vn + c1 × rand () × ( pbest n − xn ) + c2 × rand () ×
implementation and (ii) PSO. In first phase a trained NN was ( g best n − xn ) (1)
developed for finding the resonant frequencies of the SPA.
The output of this trained NN was used to formulate the cost xn = xn + Δt × vn ( 2)
function for the PSO.
where vn is particle velocity, xn is particle position, pbest is
A. ANN Implementation particles personal best, gbest is global best, w is inertia weight,
The role of NN is basically to form a black box model c1 and c2 are the acceleration coefficients in (1) and (2). In (1),
between the dimensional parameters of the antenna with its rand () generates random values between 0 and 1. In case of
resonance frequencies. The inputs to the networks were the explosion of particle velocity, it was restricted as per the
length of square patches ( L1,L2) and height of the air gap (h2) following:
as shown in Fig.2. The permittivity of the lower dielectric if vn > vmax ; then vn = vmax ; vmax = xmax
substrate and the upper dielectric superstrate were fixed at a
lower value of 2.2, in order to reduce the surface wave, that
usually exists in high permittivity dielectric substrates. These The following cost function was minimized for the
input parameters were varied and IE3D [7] simulation were optimization process.
done to create the data set for the NN training. A multilayer ª ( f − f + 4.5)º
perceptron trained in the backpropagation mode has been used F = «[(FR1 − fr1)2 + (FR2 − fr2 )2 ]× r2 r1 » (3)
for the training of the NN [8]. The parameters of the trained ¬ ( fr2 − fr1) ¼
NN is shown in Table I.
In (3), fr1 and fr2 are two resonance frequencies during
B. PSO Implementation
heuristic search when FR1 and FR2 are the two target (desired)
PSO is a form of evolutionary computational technique resonant frequencies that are given as inputs. The purpose of
based on the movement and intelligence of swarm [9]. This first term of cost function is to locate the two frequencies at
technique has already been applied in the field of their desired positions. and second term in the cost function
Electromagnetics [10]. helps in maintaining the gap between two resonant
In this technique, it has a population of random solutions. frequencies. This cost function is minimized w.r.t. W1,W2 and
Each potential solution is called a ‘particle’. These particles h2 . A flow chart for the PSO algorithm is shown in Fig.3. Here
are allowed to fly within the solution space, which is the it may be noted that, we have not taken the feed position as a
optimum range of variable, where solution is sought to exist. varying parameter.
While in journey, particle can keep track of previous best
position and corresponding fitness. The previous best position IV. RESULTS AND DISCUSSION
is called ‘pbest’ and one ‘gbest’ is selected, which is a best value After several iterations of the PSO loop, the optimized
among all ‘pbest’. Each particle accelerates towards its ‘pbest’ values of the varying parameters W1,W2 and h2 were stored.
and ‘gbest ‘locations in every time step. Velocity and positions These parameters were then used to simulate structures in
of the particle can be updated as per the following basic IE3D and for antenna fabrication purpose. The return loss
mathematical equations. plots from IE3D were observed to note the frequency of
operation of the optimized structures. Fabricated antenna
structure were measured for its resonant frequencies using HP
L1 Lower resonant frequency
h2 ANN 8720B VNA. Numerical results of some typical antenna
L2 Upper resonant frequency structures are given in Table II. Fabricated antenna return loss
plot and corresponding IE3D return loss plot, for one of the
Figure 2. ANN Model. optimized structures are shown in Fig.4 and Fig.5 respectively.
From the figures, the close resemblance of the optimizer
output with the experimental values can be marked clearly.
TABLE I. NEURAL NETWORK PARAMETERS
Antenna VI. CONCLUSION
Parameter Values
No.
An NN assisted PSO algorithm was developed for
1 No. of layer in network 2
2 designing dual band stacked patch antenna to work in X/Ku
No. of hidden layer neurons 8
3 No. of output layer neurons 2 band. A suitable cost function was framed to satisfy the
4 Training algorithm Backpropagation requirements for the antenna to be used in satellite
5 Learning rate 0.72 communication applications. This developed methodology
6 Momentum 0.71
drastically reduces the lengthy simulation time to land up with
an optimized structure.

2933

Authorized licensed use limited to: National Institute of Technology- Delhi. Downloaded on February 05,2021 at 11:22:11 UTC from IEEE Xplore. Restrictions apply.
Initialize population with Range of ACKNOWLEDGMENT
random position(x) and W1, W2 and Authors wish to thank ISRO-India for granting a
velocity (v) vectors h2
technology development project under which, this work is
done.
Each set of W1, W2 and h2
REFERENCES
[1] A.Egemen Yilmaz and M.Kuzuoglu, "Calculation of optimized
ANN parameters of rectangular microstrip patch antenna using particle swarm
fr1
optimization," Microwave and Optical Technology Letters vol.49,No.12,
fr2 pp.2905-2907.December 2007.
Fr1, [2] F.afshinmanesh, A. Marandi, "Design of single feed dual band polarized
Fr2
Evaluate Next set of printed microstrip antenna using a boolean particle swarm
Fitness W1,W2 and h2 optimization,"IEEE Tran. On Antennas and Prop., vol.56, no.7, pp.1845-
1851, July 2008.
[3] S. sagiroglu, K.guney, “ Calculation for resonant frequency for an
If fitness(x)>fitness (pbest) Update Position equitriangular microstrip antenna with the use of artificial neural
pbest = x x = x + v*¨t networks,”Microwave and Optical Technology Letter,
vol.14,no.2,pp.89-93,February 1997.
[4] N.P.Somasiri, X.Chen, A.A. Rezazadeh, “ Neural network modeller for
If fitness(x)>fitness (gbest) Update design optimization of multilayer patch antennas,”IEE.Proc.-
gbest = x NO Velocity Microw.Antemmas Propag.,vol 151,no 6, pp.514-18,December 2004.
yes [5] S. K. Jain, S. N. Sinha, A. Patnaik, “Analysis of coaxial fed dual patch
If not enough iteration multilayer X/Ku band antenna using artificial neural networks,” Proc. of
Int. Symp. On Biologically Inspired Computing and Applications (BICA
09) Bhubaneshawar India, pp. 1111 – 1114, Dec. 2009.[Nature and
gbest = best value of W1, biologically inspired computing,2009, word congress,
W2 and h2 NABIC.2009.5393812.]
[6] C.A Balanis, Antenna Theory: Analysis and Design, 3rd ed., New York,
Figure 3. PSO flow chart. 2003, Wiley Inc. pp.826–842.
[7] IE3D Zelnad Software Inc.
[8] S.Haykins, Neural Networks- A Comprehensive Foundation, 2nd ed.,
Although developed for two layer structure, same Prentice-Hall, Inc., Boston, 1999, pp.183-197
methodology can be extended for other multilayer stacked [9] Russell C.Eberhart and Yuhui Shi,"Particle Swarm Optimization
patch antennas. :Developments, Applications and Resources," IEEE Procedings of
Evolutionary Computation, pp.81-86. 2001.
[10] J.Robinson and Y.Rahmat–Samii,"Particle swarm optimization in
electromagnetics," IEEE Trans Ant Propagat., vol. 52, no.2, pp.397-407,
February 2004.

Figure 4. Fabricated antenna return loss plot.

Figure 5. IE3D return loss plot.

2934

Authorized licensed use limited to: National Institute of Technology- Delhi. Downloaded on February 05,2021 at 11:22:11 UTC from IEEE Xplore. Restrictions apply.
TABLE II. PSO PERFORMENCE COMPARISION WITH IE3D AND FABRICTED ANTENNA

Desired frequencies PSO outputs


Simulator Resonant Experimental Resonant
(Optimizer inputs) (mm)
Ant. No. frequencies frequencies

fr1(GHz) fr2 (GHz) L1(mm) L2 (mm) h2 (mm) fr1(GHz) fr2 (GHz) fr1 (GHz) fr2 (GHz)

1 10.2 14.3 9.45 12.28 16.36 10.26 14.52 10.14 14.32


2 12.2 16.5 8.56 8.7 5.17 12.12 16.52 12.33 16.34
3 10.2 14.4 9.62 9.14 11.91 10.28 14.14 10.34 14.36
4 11.2 15.9 8.62 10.83 11.33 11.39 16.04 11.52 16.28
5 13.2 17.5 8.04 8.81 4.30 13.05 17.57 13.21 17.22
6 12.4 16.6 8.60 7.05 9.24 12.32 16.40 12.53 16.80

2935

Authorized licensed use limited to: National Institute of Technology- Delhi. Downloaded on February 05,2021 at 11:22:11 UTC from IEEE Xplore. Restrictions apply.

You might also like