SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 468
COMPARITIVE ANALYSIS OF DOA AND BEAMFORMING
ALGORITHMS FOR SMART ANTENNA SYSTEMS
Amrita Soni1
, Mukesh Wadhwani2
1
Asst. Professor, Electronics and Communication Engg dept, UEC, Ujjain, M.P, India
2
Student, Electronics and Communication Engg dept, UEC, Ujjain, M.P, India
Abstract
This paper revolves around the implementation of Direction of arrival and Adaptive beam-forming algorithms for Smart Antenna
Systems. This paper also investigates the implementation of algorithms on various planner array geometries viz. circular and
rectangular. Music algorithm is primarily finds the possible location of desired user and adaptive beam-forming algorithms such
as LMS, RLS and CMA algorithms adapts the weights of the array. DOA estimation gives the maximum peak of spectrum with
respect to angle of arrival where the desired user is supposed to exist. After DOA estimation weights of array antenna are
changed with the changing received signal. This methodology is called as Spectral estimation, which allows the antenna pattern
to steer in desired direction estimated by DOA and simultaneously null out the interfering signals. Rate of convergence is the
major criterion for comparison for adaptive beam-forming algorithms.
Keywords: DOA, MUSIC, LMS, RLS, CMA, SAS.
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Due to increasing demands for higher data rate and growing
user base in a limited allotted spectrum, there exist need for
Smart signal processing which is possible through Smart
Antenna [1].The antenna array usually do not adapt to the
time changing Electromagnetic environment. The futuristic
smartness makes the antenna array to form the radiation
pattern in the desired direction. This is called as the adaptive
beam-forming (ABF). This is done via digital signal
processing, thus also called digital beam-forming (DBF).
Figure 1.1 shown below is a two stage block diagram which
shows Smart antenna systems SAS with features of
Direction of Arrival DOA estimation in the first stage and in
the second stage Adaptive beam-forming network with
dynamic weight updates. This figure also suggest the
application of both stage algorithms with linear or planner
array geometries.
Fig- 1.1: Block Diagram of SAS with DOA and Adaptive
Beam-forming Together.
Research shows the implementation of two dimensional
antenna array for handling massive MIMO configurations
which will improve the performance in large user base
situation [3]. Figure 1.2 also shows a conceptual model
where instead of linear array on the base station planner
array is shown.
Fig-1.2: Conceptual 2D Antenna array geometry for
implementation of SAS leading to handle multiple user base.
A single source or transmitter whether constant or moving
may have many propagation paths and angle of arrival, due
to the effects like reflection, refraction, scattering and
dispersion of Electromagnetic signal. It becomes much
important when there is large number of transmitters to
estimate angle of arrival. There exist various Angle of
arrival methods. Godara[12], suggested three different
categories, Spectrum based, Parametric based, and subspace
fitting based. Spectrum based are easier in implementation
namely these are Capon AOA, and MUSIC multiple signal
classification (spectrum with subspace) which is a high
resolution method which gives the graph for pseudo
spectrum and angle of arrival [12]. Practical condition of
application involves the effect of mutual coupling which can
be resolved with proper steering vector [4]. This study
works out with Music algorithm for uniform linear array and
uniform circular array. However it can also be employed for
rectangular planner array.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 469
Another stage of Smart antenna system is the Adaptive
beam forming algorithms. Smartness lies in shaping the
beam according to certain conditions of channel and
receiver. This also controls the performance of antenna.
There exists some parameter for beam-forming such as
maximizing SIR signal to interference ratio, minimizing
noise variance, minimizing mean square error, steering
towards signal of interest, nulling or reducing interference
and tracking moving transmitters [14]. Phase shifting and
dynamic array weighting are premiere objectives of DBF
algorithm. Some of DBF algorithms are Least Mean Square
LMS, Recursive Least Square RLS, Constant Modulus
Algorithm CMA and LS CMA, CGA are named a few. All
are iterative algorithms so number of iterations and
convergence rate are the comparison criterion. This paper
deals with LMS, RLS and CMA with their comparison and
simulation result.
2. DOA AND ADAPTIVE BEAM FORMING
As Discussed above DOA and Adaptive Beam forming are
integral parts of the SAS.
2.1 Direction of Arrival
Due to multipath propagation effects, received signal is
impinge on the receiving antenna from different
directions.DOA is an important property for characterizing
channel [12]. Estimation of direction of arrival can be
helpful at both uplink and downlink processing in mobile
communication. Spectrum based methods are mainly
discussed such as Music algorithm.
DOA algorithm (Music) can be understood with help of
given figure.
Fig- 2: Direction of arrival estimation with D signal towards
M array of antenna with w as the weight of the antenna.
As the above figure shows D signals arrive from D
directions at M elements array with x(k) is the received
signal, s(k) is received signal, a(Ө) is the steering vector
with n(k) as AWGN additive white Gaussian noise and k
are the discrete time sampling instants.
Output of array is y(k) = wT
* x(k) (1)
x(k) = ai (Ө) * si (k) + n(k) where i. is from 1 to D (2)
DOA method are worked out with correlation matrices and
correlation matrix of input signal x is calculated as,
Rxx = E[x * x H
] = a * Rss * aH
+ Rnn (3)
where Rss and Rnn are received signal and noise correlation.
As the noise is AWGN, Rnn is given as σ2
* I with I as
M*M identity matrix.
This subspace DOA method in above equation of input
signal x(k) in eigen vector matrix Es as M*D signal
subspace and eigen vector matrix En as M*(M-D) in noise
subspace. For every DOA Pseudo spectrum P(Ө) is
calculated which gives maximum spectrum peak with
desired angle of arrival. Pseudo spectrum based on desired
angle of arrival Ө is given as
Pmu(Ө) = 1 / | (a(Ө) * En * EnH
* a(Ө)H
| (4)
Music method is a high resolution threshold method. Its
resolution depends on SNR and number of elements [12].
Where as Conventional DOA approach do not uses subspace
approach that is why it has lower resolution.
Pcon(Ө) = | aH
(Ө) * Rrr * a(Ө) | / | (a(Ө)H
* a(Ө)| [12] (4.1)
2.2 Adaptive Beam-Forming
There exist fixed beam forming methods such as maximum
likelihood and minimum variance [14] but are not useful
when the angle of arrival changes with time. As the angle of
arrival keeps on changing with time due to multipath effects
array weights should be optimized. LMS, RLS and CMA are
analyzed and simulated in this paper.
In Least Mean square method, minimum mean square error
MSE is calculated [7]. This error is actually the difference
between desired signal d(k) which is a prior estimated signal
and of weight w(k) and input signal x(k) product as,
ξ (k) = error signal = d(k) - wH
* x(k) (5)
| ξ(k)|2
= | d(k) - wH
* x(k) |2
(6)
Equation 6 shows mean square error it should be minimum
with respect to iterations.
Moreover signal characteristics are not known thus input
signal correlation matrix is involved in the calculation.
Rxx (k) = x(k) * xH
(k) = array correlation matrix (7)
r(k) = (d*(k)) * x(k) = signal correlation vector (8)
Now, iterative approximation for array weights is required
w(k+1) = w(k) – 0.5 * µ * 𝕧 (Rxx *w –r) (9)
𝕧 is gradient function
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 470
The convergence of LMS algorithm is dependent on stepsize
parameter µ which in our simulation is between 0 and 1.
For proper convergence it is given by 0 ≤ µ ≤ 1/λmax .
In Recursive least square method computational efficiency
is improved by using k time sample block and calculating
correlation matrix over that time block. This is called as the
recursive calculation. RLS is improvised by using a
forgetting factor alpha unlike step-size parameter of LMS
algorithm. This factor alpha between 0 and 1 deemphasize
the earlier samples and emphasize the most recent ones[14].
So by RLS algorithm recursive calculation of correlation
matrix is done which improves the computational efficiency.
Mathematically, Rxx(k) = Σk
i=1 [άk-i
*x(i)*xH
(i)] (10)
r(k) = Σk
i=1 [άk-i
*(d*(i))*x(i)] (11)
Weight update is given by
W(k) = w(k-1) + g(k) * [d*(k) - xH
(k)*w(k-1)] (12)
g(k) = Rxx(k)-1
*r(k) (13)
It has much faster convergence as compared to LMS
algorithm. One thing to be noticed is d(t) and s(t) are not
exactly known as they are assumed to be sinusoidal in
nature based on a prior estimate, but there must be some
algorithm that must be blind to the desired reference signal.
Frequency selective channel diminish the property of
constant amplitude, as there are certain modulation schemes
that are having constant amplitude such as FM, PM, FSK
and QPSK. If the incoming signal is of above nature of
constant amplitude then adaptive beam forming must be one
in accordance with that. This algorithm of constant modulus
is called as blind equalization algorithm [14]. It uses a cost
function based on incoming signal and thus error is
calculated based on that cost function [14].
CMA cost function is given as
J(k) =E[(|y(k)|p
- Rp)q
] (14)
Where p and q are dispersion function and taking derivative
of equation 14 gives the value of Rp .
Rp = E[(|s(k)|)2p
/ (|s(k)|)p
] (15)
s(k) is estimated incoming signal
e(k) = error signal = y(k)*|y(k)|p-2
*(Rp -|y(k)|p
) (16)
w(k+1) =w(k) + µ * e*(k) *x(k) (17)
Equation 17 is weight update of CMA algorithm.
Equation ref.’s are from [12, 13, and 14]
3. SIMULATION RESULTS
Simulations are carried out on MATLAB® R2008b; if patch
antenna considerations for array are taken in account the
HFSS and IE3D simulation software can also be used.
First stage simulation includes DOA estimation using music
algorithm. In Figure 3 MUSIC DOA results are shown
desired arrival angles are taken as +/- 20˚ degrees. These are
compared with conventional DOA approach which surely
has a low resolution. These results are shown for linear array
or circular array geometry of N elements defined by the
user; in this case N is taken 8. Figure 4 presents the result
for LMS adaptive beam-forming with 8 element uniform
linear array with desired signal of interest at +20˚ degrees
and interferer at -60˚ degrees, maximized peak of
normalized array factor is obtained at desired angle. LMS
also presents the dynamic change in array weights with the
iterations in figure 5; this plot is for 8 element array which
can be changed according to the user criteria.
Figure 6 and 7 depict the result for planner circular 8
elements and rectangular 8*8 elements array respectively.
These results are plotted with desired signal of interest at
+20˚ degrees and interferer at -60˚ degrees. Deviation can be
clearly seen from the figure 5 as the array factor changes for
planner arrays. Figure 8 and 9 shows the results of RLS
algorithm for 8 element array and with desired signal of
interest at +20˚ degrees and interferer at -60˚ degrees. Faster
convergence of array weights with respect to time samples
can be visualized. RLS can be compared with LMS result of
figure 4 which is much better for interferer rejection.
Figure 10 is the result of constant modulus algorithm with 8
elements array and desired angle at +20˚ degrees and two
interfering signals at -60˚ degrees and -80˚ degrees; this
algorithm works out with one direct path signal as 32 bit
binary sequence and two multipath signal which are 20%
and 10% of the direct path signal. P dispersion factor is
taken as 1. Figure 11 shows the combined constant modulus
for these three signals. And also the arriving signal with
respect to time.
Simulation results are carried out with certain assumptions
such as incoming signal, wavelength and some other
constraints. The effect is found to be very less as the
aforesaid parameters is varied.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 471
Fig- 3: MUSIC DOA estimation in solid line with 8 element
array at +/- 20 degree arrival and its comparison with
conventional DOA approach.
Fig- 4: LMS Beam-forming with 8 element array at +20
degree desired direction and -60 degree interferer direction
Fig- 5: LMS Beam-forming with 8 element array and array
weights setting up with iterations.
Fig- 6: LMS Beam-forming with 8 element uniform circular
array at +20 degree desired direction and -60 degree
interferer direction
Fig- 7: LMS Beam-forming with 8*8 element rectangular
array at +20 degree desired direction and -60 degree
interferer direction
Fig- 8: RLS Beam-forming with 8 element array at +20
degree desired direction and -60 degree interferer direction
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 472
Fig- 9: RLS Beam-forming with 8 element array and array
weights setting up with time-samples.
Fig- 10: CMA Beam-forming with 8 element array at +20
degree desired direction and -60 degree and -80 degree
interferer direction
Fig- 11: Constant Modulus for combined 3 different signals
1st
signal with direct path 2nd
and 3rd
directional signals with
20% and 10% amplitude of the 1st
.
4. CONCLUSION
In this paper DOA and adaptive beam-forming estimation is
done on planner and linear geometry of arrays. Music
algorithm has a sharp resolution for desired angle of interest
as shown in figure, it is compared with conventional DOA
approach, and Music is surely a better method with high
resolution. LMS converges slowly in the dynamic
environment with up to 60 iteration at a minimum. RLS
solves this problem but RLS and CMA are not as better for
rejecting interfering signals as LMS. But if convergence rate
and speed is the major criteria then RLS and CMA are
suitable. Convergence of CMA can be increased with
increasing number of elements. Thus Smart antenna systems
can be considered as the combined system of DOA and
adaptive beam-forming for which algorithms are used in this
paper.
REFERENCES
[1]. Dau- Chyrh Chang, Cheng Nan Hu – Smart Antennas
for Advanced Communication Systems Vol. 100, No. 7,
July 2012 Proceedings of the IEEE, 2012
[2]. RK Jain, Sumit Katiyar and NK Agrawal Smart
Antenna for Cellular Mobile Communication Vol. 1(9), 530-
541, VSRD-IJEECE 2011
[3]. Younsun Kim, Hyoungju Ji, Hyojin Lee, Juho Lee,
Boon Loong Ng and Jianzhong Zhang - Evolution beyond
LTE-Advanced with Full Dimension MIMO - IEEE
International Conference on communication 2013
[4]. Vira rahayu, Kei yokokawa – 2D DOA estimation of
patch antenna array using USV MUSIC algorithm The
Institute of Electronics Information and communication
ICICE 2013
[5]. Afif Osseiran, Federico Boccardi, Volker Braun -
Scenarios for 5G Mobile and Wireless Communications:
The Vision of the METIS Project IEEE Communication
Magazine May 2014
[6]. D.B.Salunke, R.S.Kawaitkar, Analysis of LMS, NLMS
and MUSIC Algorithms for Adaptive Array Antenna
Systems, International Journal of Engineering and Advanced
Technology (IJEAT) Vol. 2 Feb 2013
[7].Amara Prakasa Rao, N.V.S.N Sarma, Adaptive
Beamforming algorithms for Smart Antenna
Systems,WSEAS Transaction on Communications Vol.13
2014
[8].Amarnath Poluri, Ashish Kumar, Beam Steering in
Smart Antennas by Using Low Complex Adaptive
Algorithms, International Journal of Research in
Engineering and Technology IJRET Vol. 2 Issue 10
Oct.2013
[9]. Sumit Katiyar, Prof. R. K. Jain, Prof. N. K. Agarwal,
Proposed Cellular Network for Indian Conditions for
Enhancement of Spectral Density and Reduction of Power
Consumption & RF Pollution, International Conference on
Computer & Communication Technology (ICCCT)-2011
[10]. Umar Mujahid, Jameel Ahmed, Mudassir Mukhtar,
Abdul Rehman, Muhammad Abbas, Umair Shahid, Spectral
Estimation for Smart Antenna System, 2013 IEEE
[11]. David Tse and Pramod Vishwanath – Fundamentals of
Wireless Communication - Cambridge press
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 473
[12]. Godara, Lal Chand - Handbook of Antennas in
Wireless Communications – CRC press
[13]. Dimitris G. Manolakis and Stephen M. Kogon –
Statistical and Adaptive Signal Processing – Artech House
[14]. Frank B Gross Smart Antennas with Matlab – Mcgraw
Hill publication.
BIOGRAPHIES
Amrita Soni: Amrita soni is asst. professor at Ujjain
Engineering college Ujjain M.P. She is having M.Tech in
Microwaves and mm waves. She is having teaching
experience of 12 years. Her areas of interest include mobile
communication, computer networks, antennas and wave
propagation, analog and digital electronics. She is also the
member of ISTE.
Mukesh Wadhwani: Mukesh wadhwani is pursuing M.E in
electronics and communication from Ujjain Engineering
College Ujjain M.P. He completed his B.E in ECE in 2010
and has 3 years of teaching experience. His areas of interest
include Antennas, microwaves and wireless communication.

Más contenido relacionado

La actualidad más candente

La actualidad más candente (18)

Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
 
2009 asilomar
2009 asilomar2009 asilomar
2009 asilomar
 
Microstrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collectionMicrostrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collection
 
23
2323
23
 
20120130406017
2012013040601720120130406017
20120130406017
 
Eigen Subspace based Direction of Arrival Estimation for Coherent Sources
Eigen Subspace based Direction of Arrival Estimation for Coherent SourcesEigen Subspace based Direction of Arrival Estimation for Coherent Sources
Eigen Subspace based Direction of Arrival Estimation for Coherent Sources
 
A Novel Low Complexity Histogram Algorithm for High Performance Image Process...
A Novel Low Complexity Histogram Algorithm for High Performance Image Process...A Novel Low Complexity Histogram Algorithm for High Performance Image Process...
A Novel Low Complexity Histogram Algorithm for High Performance Image Process...
 
Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...
Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...
Closed-Form Performance Analysis of Dual Polarization Based MIMO System in Sh...
 
Single Channel Speech De-noising Using Kernel Independent Component Analysis...
	Single Channel Speech De-noising Using Kernel Independent Component Analysis...	Single Channel Speech De-noising Using Kernel Independent Component Analysis...
Single Channel Speech De-noising Using Kernel Independent Component Analysis...
 
Expert system design for elastic scattering neutrons optical model using bpnn
Expert system design for elastic scattering neutrons optical model using bpnnExpert system design for elastic scattering neutrons optical model using bpnn
Expert system design for elastic scattering neutrons optical model using bpnn
 
Stochastic Computing Correlation Utilization in Convolutional Neural Network ...
Stochastic Computing Correlation Utilization in Convolutional Neural Network ...Stochastic Computing Correlation Utilization in Convolutional Neural Network ...
Stochastic Computing Correlation Utilization in Convolutional Neural Network ...
 
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
CONFIGURABLE TASK MAPPING FOR MULTIPLE OBJECTIVES IN MACRO-PROGRAMMING OF WIR...
 
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
Firefly Algorithm to Opmimal Distribution of Reactive Power Compensation Units
 
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...Discrete-wavelet-transform recursive inverse algorithm using second-order est...
Discrete-wavelet-transform recursive inverse algorithm using second-order est...
 
non parametric methods for power spectrum estimaton
non parametric methods for power spectrum estimatonnon parametric methods for power spectrum estimaton
non parametric methods for power spectrum estimaton
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Wireless communication without pre shared secrets using spread spectrum techn...
Wireless communication without pre shared secrets using spread spectrum techn...Wireless communication without pre shared secrets using spread spectrum techn...
Wireless communication without pre shared secrets using spread spectrum techn...
 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna using
 

Destacado

Smart antenna systems
Smart antenna systems Smart antenna systems
Smart antenna systems
Apoorva Shetty
 

Destacado (9)

Project
ProjectProject
Project
 
Smart Penalty System (SPS) in Traffic Signals
Smart Penalty System (SPS) in Traffic SignalsSmart Penalty System (SPS) in Traffic Signals
Smart Penalty System (SPS) in Traffic Signals
 
Speaker recognition.
Speaker recognition.Speaker recognition.
Speaker recognition.
 
Smart antenna
Smart antennaSmart antenna
Smart antenna
 
Transparent electronics
Transparent electronicsTransparent electronics
Transparent electronics
 
Memristor ppt
Memristor pptMemristor ppt
Memristor ppt
 
ppt on Smart antennas
ppt on Smart antennasppt on Smart antennas
ppt on Smart antennas
 
Smart antenna systems
Smart antenna systems Smart antenna systems
Smart antenna systems
 
Eye gaze communication
Eye gaze communicationEye gaze communication
Eye gaze communication
 

Similar a Comparitive analysis of doa and beamforming algorithms for smart antenna systems

Beam steering in smart antennas by using low complex adaptive algorithms
Beam steering in smart antennas by using low complex adaptive algorithmsBeam steering in smart antennas by using low complex adaptive algorithms
Beam steering in smart antennas by using low complex adaptive algorithms
eSAT Journals
 

Similar a Comparitive analysis of doa and beamforming algorithms for smart antenna systems (20)

K010217785
K010217785K010217785
K010217785
 
HEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNAS
HEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNASHEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNAS
HEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNAS
 
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
 
Effects of Weight Approximation Methods on Performance of Digital Beamforming...
Effects of Weight Approximation Methods on Performance of Digital Beamforming...Effects of Weight Approximation Methods on Performance of Digital Beamforming...
Effects of Weight Approximation Methods on Performance of Digital Beamforming...
 
40120140504004
4012014050400440120140504004
40120140504004
 
HIGH RESOLUTION METHOD FOR DOA ESTIMATION
HIGH RESOLUTION METHOD FOR DOA ESTIMATIONHIGH RESOLUTION METHOD FOR DOA ESTIMATION
HIGH RESOLUTION METHOD FOR DOA ESTIMATION
 
Path Loss Prediction by Robust Regression Methods
Path Loss Prediction by Robust Regression MethodsPath Loss Prediction by Robust Regression Methods
Path Loss Prediction by Robust Regression Methods
 
Beam steering in smart antennas by using low complex
Beam steering in smart antennas by using low complexBeam steering in smart antennas by using low complex
Beam steering in smart antennas by using low complex
 
Beam steering in smart antennas by using low complex adaptive algorithms
Beam steering in smart antennas by using low complex adaptive algorithmsBeam steering in smart antennas by using low complex adaptive algorithms
Beam steering in smart antennas by using low complex adaptive algorithms
 
A reduced complexity and an efficient channel
A reduced complexity and an efficient channelA reduced complexity and an efficient channel
A reduced complexity and an efficient channel
 
Fault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms andFault diagnosis using genetic algorithms and
Fault diagnosis using genetic algorithms and
 
Energy detection technique for
Energy detection technique forEnergy detection technique for
Energy detection technique for
 
Bit error rate analysis of miso system in rayleigh fading channel
Bit error rate analysis of miso system in rayleigh fading channelBit error rate analysis of miso system in rayleigh fading channel
Bit error rate analysis of miso system in rayleigh fading channel
 
Particle Swarm Optimization for the Path Loss Reduction in Suburban and Rural...
Particle Swarm Optimization for the Path Loss Reduction in Suburban and Rural...Particle Swarm Optimization for the Path Loss Reduction in Suburban and Rural...
Particle Swarm Optimization for the Path Loss Reduction in Suburban and Rural...
 
Fault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curvesFault diagnosis using genetic algorithms and principal curves
Fault diagnosis using genetic algorithms and principal curves
 
Microstrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collectionMicrostrip circular patch array antenna for electronic toll collection
Microstrip circular patch array antenna for electronic toll collection
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transform
 
Medical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transformMedical image analysis and processing using a dual transform
Medical image analysis and processing using a dual transform
 
Simulation of an adaptive digital beamformer using matlab
Simulation of an adaptive digital beamformer using matlabSimulation of an adaptive digital beamformer using matlab
Simulation of an adaptive digital beamformer using matlab
 
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems     Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
 

Más de eSAT Journals

Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 

Más de eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Último

notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
MsecMca
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 

Último (20)

COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 

Comparitive analysis of doa and beamforming algorithms for smart antenna systems

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 468 COMPARITIVE ANALYSIS OF DOA AND BEAMFORMING ALGORITHMS FOR SMART ANTENNA SYSTEMS Amrita Soni1 , Mukesh Wadhwani2 1 Asst. Professor, Electronics and Communication Engg dept, UEC, Ujjain, M.P, India 2 Student, Electronics and Communication Engg dept, UEC, Ujjain, M.P, India Abstract This paper revolves around the implementation of Direction of arrival and Adaptive beam-forming algorithms for Smart Antenna Systems. This paper also investigates the implementation of algorithms on various planner array geometries viz. circular and rectangular. Music algorithm is primarily finds the possible location of desired user and adaptive beam-forming algorithms such as LMS, RLS and CMA algorithms adapts the weights of the array. DOA estimation gives the maximum peak of spectrum with respect to angle of arrival where the desired user is supposed to exist. After DOA estimation weights of array antenna are changed with the changing received signal. This methodology is called as Spectral estimation, which allows the antenna pattern to steer in desired direction estimated by DOA and simultaneously null out the interfering signals. Rate of convergence is the major criterion for comparison for adaptive beam-forming algorithms. Keywords: DOA, MUSIC, LMS, RLS, CMA, SAS. --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Due to increasing demands for higher data rate and growing user base in a limited allotted spectrum, there exist need for Smart signal processing which is possible through Smart Antenna [1].The antenna array usually do not adapt to the time changing Electromagnetic environment. The futuristic smartness makes the antenna array to form the radiation pattern in the desired direction. This is called as the adaptive beam-forming (ABF). This is done via digital signal processing, thus also called digital beam-forming (DBF). Figure 1.1 shown below is a two stage block diagram which shows Smart antenna systems SAS with features of Direction of Arrival DOA estimation in the first stage and in the second stage Adaptive beam-forming network with dynamic weight updates. This figure also suggest the application of both stage algorithms with linear or planner array geometries. Fig- 1.1: Block Diagram of SAS with DOA and Adaptive Beam-forming Together. Research shows the implementation of two dimensional antenna array for handling massive MIMO configurations which will improve the performance in large user base situation [3]. Figure 1.2 also shows a conceptual model where instead of linear array on the base station planner array is shown. Fig-1.2: Conceptual 2D Antenna array geometry for implementation of SAS leading to handle multiple user base. A single source or transmitter whether constant or moving may have many propagation paths and angle of arrival, due to the effects like reflection, refraction, scattering and dispersion of Electromagnetic signal. It becomes much important when there is large number of transmitters to estimate angle of arrival. There exist various Angle of arrival methods. Godara[12], suggested three different categories, Spectrum based, Parametric based, and subspace fitting based. Spectrum based are easier in implementation namely these are Capon AOA, and MUSIC multiple signal classification (spectrum with subspace) which is a high resolution method which gives the graph for pseudo spectrum and angle of arrival [12]. Practical condition of application involves the effect of mutual coupling which can be resolved with proper steering vector [4]. This study works out with Music algorithm for uniform linear array and uniform circular array. However it can also be employed for rectangular planner array.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 469 Another stage of Smart antenna system is the Adaptive beam forming algorithms. Smartness lies in shaping the beam according to certain conditions of channel and receiver. This also controls the performance of antenna. There exists some parameter for beam-forming such as maximizing SIR signal to interference ratio, minimizing noise variance, minimizing mean square error, steering towards signal of interest, nulling or reducing interference and tracking moving transmitters [14]. Phase shifting and dynamic array weighting are premiere objectives of DBF algorithm. Some of DBF algorithms are Least Mean Square LMS, Recursive Least Square RLS, Constant Modulus Algorithm CMA and LS CMA, CGA are named a few. All are iterative algorithms so number of iterations and convergence rate are the comparison criterion. This paper deals with LMS, RLS and CMA with their comparison and simulation result. 2. DOA AND ADAPTIVE BEAM FORMING As Discussed above DOA and Adaptive Beam forming are integral parts of the SAS. 2.1 Direction of Arrival Due to multipath propagation effects, received signal is impinge on the receiving antenna from different directions.DOA is an important property for characterizing channel [12]. Estimation of direction of arrival can be helpful at both uplink and downlink processing in mobile communication. Spectrum based methods are mainly discussed such as Music algorithm. DOA algorithm (Music) can be understood with help of given figure. Fig- 2: Direction of arrival estimation with D signal towards M array of antenna with w as the weight of the antenna. As the above figure shows D signals arrive from D directions at M elements array with x(k) is the received signal, s(k) is received signal, a(Ө) is the steering vector with n(k) as AWGN additive white Gaussian noise and k are the discrete time sampling instants. Output of array is y(k) = wT * x(k) (1) x(k) = ai (Ө) * si (k) + n(k) where i. is from 1 to D (2) DOA method are worked out with correlation matrices and correlation matrix of input signal x is calculated as, Rxx = E[x * x H ] = a * Rss * aH + Rnn (3) where Rss and Rnn are received signal and noise correlation. As the noise is AWGN, Rnn is given as σ2 * I with I as M*M identity matrix. This subspace DOA method in above equation of input signal x(k) in eigen vector matrix Es as M*D signal subspace and eigen vector matrix En as M*(M-D) in noise subspace. For every DOA Pseudo spectrum P(Ө) is calculated which gives maximum spectrum peak with desired angle of arrival. Pseudo spectrum based on desired angle of arrival Ө is given as Pmu(Ө) = 1 / | (a(Ө) * En * EnH * a(Ө)H | (4) Music method is a high resolution threshold method. Its resolution depends on SNR and number of elements [12]. Where as Conventional DOA approach do not uses subspace approach that is why it has lower resolution. Pcon(Ө) = | aH (Ө) * Rrr * a(Ө) | / | (a(Ө)H * a(Ө)| [12] (4.1) 2.2 Adaptive Beam-Forming There exist fixed beam forming methods such as maximum likelihood and minimum variance [14] but are not useful when the angle of arrival changes with time. As the angle of arrival keeps on changing with time due to multipath effects array weights should be optimized. LMS, RLS and CMA are analyzed and simulated in this paper. In Least Mean square method, minimum mean square error MSE is calculated [7]. This error is actually the difference between desired signal d(k) which is a prior estimated signal and of weight w(k) and input signal x(k) product as, ξ (k) = error signal = d(k) - wH * x(k) (5) | ξ(k)|2 = | d(k) - wH * x(k) |2 (6) Equation 6 shows mean square error it should be minimum with respect to iterations. Moreover signal characteristics are not known thus input signal correlation matrix is involved in the calculation. Rxx (k) = x(k) * xH (k) = array correlation matrix (7) r(k) = (d*(k)) * x(k) = signal correlation vector (8) Now, iterative approximation for array weights is required w(k+1) = w(k) – 0.5 * µ * 𝕧 (Rxx *w –r) (9) 𝕧 is gradient function
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 470 The convergence of LMS algorithm is dependent on stepsize parameter µ which in our simulation is between 0 and 1. For proper convergence it is given by 0 ≤ µ ≤ 1/λmax . In Recursive least square method computational efficiency is improved by using k time sample block and calculating correlation matrix over that time block. This is called as the recursive calculation. RLS is improvised by using a forgetting factor alpha unlike step-size parameter of LMS algorithm. This factor alpha between 0 and 1 deemphasize the earlier samples and emphasize the most recent ones[14]. So by RLS algorithm recursive calculation of correlation matrix is done which improves the computational efficiency. Mathematically, Rxx(k) = Σk i=1 [άk-i *x(i)*xH (i)] (10) r(k) = Σk i=1 [άk-i *(d*(i))*x(i)] (11) Weight update is given by W(k) = w(k-1) + g(k) * [d*(k) - xH (k)*w(k-1)] (12) g(k) = Rxx(k)-1 *r(k) (13) It has much faster convergence as compared to LMS algorithm. One thing to be noticed is d(t) and s(t) are not exactly known as they are assumed to be sinusoidal in nature based on a prior estimate, but there must be some algorithm that must be blind to the desired reference signal. Frequency selective channel diminish the property of constant amplitude, as there are certain modulation schemes that are having constant amplitude such as FM, PM, FSK and QPSK. If the incoming signal is of above nature of constant amplitude then adaptive beam forming must be one in accordance with that. This algorithm of constant modulus is called as blind equalization algorithm [14]. It uses a cost function based on incoming signal and thus error is calculated based on that cost function [14]. CMA cost function is given as J(k) =E[(|y(k)|p - Rp)q ] (14) Where p and q are dispersion function and taking derivative of equation 14 gives the value of Rp . Rp = E[(|s(k)|)2p / (|s(k)|)p ] (15) s(k) is estimated incoming signal e(k) = error signal = y(k)*|y(k)|p-2 *(Rp -|y(k)|p ) (16) w(k+1) =w(k) + µ * e*(k) *x(k) (17) Equation 17 is weight update of CMA algorithm. Equation ref.’s are from [12, 13, and 14] 3. SIMULATION RESULTS Simulations are carried out on MATLAB® R2008b; if patch antenna considerations for array are taken in account the HFSS and IE3D simulation software can also be used. First stage simulation includes DOA estimation using music algorithm. In Figure 3 MUSIC DOA results are shown desired arrival angles are taken as +/- 20˚ degrees. These are compared with conventional DOA approach which surely has a low resolution. These results are shown for linear array or circular array geometry of N elements defined by the user; in this case N is taken 8. Figure 4 presents the result for LMS adaptive beam-forming with 8 element uniform linear array with desired signal of interest at +20˚ degrees and interferer at -60˚ degrees, maximized peak of normalized array factor is obtained at desired angle. LMS also presents the dynamic change in array weights with the iterations in figure 5; this plot is for 8 element array which can be changed according to the user criteria. Figure 6 and 7 depict the result for planner circular 8 elements and rectangular 8*8 elements array respectively. These results are plotted with desired signal of interest at +20˚ degrees and interferer at -60˚ degrees. Deviation can be clearly seen from the figure 5 as the array factor changes for planner arrays. Figure 8 and 9 shows the results of RLS algorithm for 8 element array and with desired signal of interest at +20˚ degrees and interferer at -60˚ degrees. Faster convergence of array weights with respect to time samples can be visualized. RLS can be compared with LMS result of figure 4 which is much better for interferer rejection. Figure 10 is the result of constant modulus algorithm with 8 elements array and desired angle at +20˚ degrees and two interfering signals at -60˚ degrees and -80˚ degrees; this algorithm works out with one direct path signal as 32 bit binary sequence and two multipath signal which are 20% and 10% of the direct path signal. P dispersion factor is taken as 1. Figure 11 shows the combined constant modulus for these three signals. And also the arriving signal with respect to time. Simulation results are carried out with certain assumptions such as incoming signal, wavelength and some other constraints. The effect is found to be very less as the aforesaid parameters is varied.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 471 Fig- 3: MUSIC DOA estimation in solid line with 8 element array at +/- 20 degree arrival and its comparison with conventional DOA approach. Fig- 4: LMS Beam-forming with 8 element array at +20 degree desired direction and -60 degree interferer direction Fig- 5: LMS Beam-forming with 8 element array and array weights setting up with iterations. Fig- 6: LMS Beam-forming with 8 element uniform circular array at +20 degree desired direction and -60 degree interferer direction Fig- 7: LMS Beam-forming with 8*8 element rectangular array at +20 degree desired direction and -60 degree interferer direction Fig- 8: RLS Beam-forming with 8 element array at +20 degree desired direction and -60 degree interferer direction
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 472 Fig- 9: RLS Beam-forming with 8 element array and array weights setting up with time-samples. Fig- 10: CMA Beam-forming with 8 element array at +20 degree desired direction and -60 degree and -80 degree interferer direction Fig- 11: Constant Modulus for combined 3 different signals 1st signal with direct path 2nd and 3rd directional signals with 20% and 10% amplitude of the 1st . 4. CONCLUSION In this paper DOA and adaptive beam-forming estimation is done on planner and linear geometry of arrays. Music algorithm has a sharp resolution for desired angle of interest as shown in figure, it is compared with conventional DOA approach, and Music is surely a better method with high resolution. LMS converges slowly in the dynamic environment with up to 60 iteration at a minimum. RLS solves this problem but RLS and CMA are not as better for rejecting interfering signals as LMS. But if convergence rate and speed is the major criteria then RLS and CMA are suitable. Convergence of CMA can be increased with increasing number of elements. Thus Smart antenna systems can be considered as the combined system of DOA and adaptive beam-forming for which algorithms are used in this paper. REFERENCES [1]. Dau- Chyrh Chang, Cheng Nan Hu – Smart Antennas for Advanced Communication Systems Vol. 100, No. 7, July 2012 Proceedings of the IEEE, 2012 [2]. RK Jain, Sumit Katiyar and NK Agrawal Smart Antenna for Cellular Mobile Communication Vol. 1(9), 530- 541, VSRD-IJEECE 2011 [3]. Younsun Kim, Hyoungju Ji, Hyojin Lee, Juho Lee, Boon Loong Ng and Jianzhong Zhang - Evolution beyond LTE-Advanced with Full Dimension MIMO - IEEE International Conference on communication 2013 [4]. Vira rahayu, Kei yokokawa – 2D DOA estimation of patch antenna array using USV MUSIC algorithm The Institute of Electronics Information and communication ICICE 2013 [5]. Afif Osseiran, Federico Boccardi, Volker Braun - Scenarios for 5G Mobile and Wireless Communications: The Vision of the METIS Project IEEE Communication Magazine May 2014 [6]. D.B.Salunke, R.S.Kawaitkar, Analysis of LMS, NLMS and MUSIC Algorithms for Adaptive Array Antenna Systems, International Journal of Engineering and Advanced Technology (IJEAT) Vol. 2 Feb 2013 [7].Amara Prakasa Rao, N.V.S.N Sarma, Adaptive Beamforming algorithms for Smart Antenna Systems,WSEAS Transaction on Communications Vol.13 2014 [8].Amarnath Poluri, Ashish Kumar, Beam Steering in Smart Antennas by Using Low Complex Adaptive Algorithms, International Journal of Research in Engineering and Technology IJRET Vol. 2 Issue 10 Oct.2013 [9]. Sumit Katiyar, Prof. R. K. Jain, Prof. N. K. Agarwal, Proposed Cellular Network for Indian Conditions for Enhancement of Spectral Density and Reduction of Power Consumption & RF Pollution, International Conference on Computer & Communication Technology (ICCCT)-2011 [10]. Umar Mujahid, Jameel Ahmed, Mudassir Mukhtar, Abdul Rehman, Muhammad Abbas, Umair Shahid, Spectral Estimation for Smart Antenna System, 2013 IEEE [11]. David Tse and Pramod Vishwanath – Fundamentals of Wireless Communication - Cambridge press
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 04 Issue: 05 | May-2015, Available @ http://www.ijret.org 473 [12]. Godara, Lal Chand - Handbook of Antennas in Wireless Communications – CRC press [13]. Dimitris G. Manolakis and Stephen M. Kogon – Statistical and Adaptive Signal Processing – Artech House [14]. Frank B Gross Smart Antennas with Matlab – Mcgraw Hill publication. BIOGRAPHIES Amrita Soni: Amrita soni is asst. professor at Ujjain Engineering college Ujjain M.P. She is having M.Tech in Microwaves and mm waves. She is having teaching experience of 12 years. Her areas of interest include mobile communication, computer networks, antennas and wave propagation, analog and digital electronics. She is also the member of ISTE. Mukesh Wadhwani: Mukesh wadhwani is pursuing M.E in electronics and communication from Ujjain Engineering College Ujjain M.P. He completed his B.E in ECE in 2010 and has 3 years of teaching experience. His areas of interest include Antennas, microwaves and wireless communication.