SlideShare a Scribd company logo
1 of 9
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1646
Detection of Angle-of-Arrival of the Laser Beam using a Cylindrical Lens
and Gaussian Beam Curve Fitting
Anand Kumar Rai1, Saurabh Bansod2, Satya Prakash3, Ajay Rathee4*
1M. Tech in Electronics Design Technology, National Institute of Electronics & Information technology
Aurangabad, Maharashtra
2Scientist ‘B’, National Institute of Electronics & Information technology Aurangabad, Maharashtra
3Scientist ‘F’, Laser Science and Technology Centre (LASTEC), Defence Research& Development Organization
(DRDO)
4Scientist ‘E’, Laser Science and Technology Centre (LASTEC), Defence Research& Development Organization
(DRDO)
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract – This paper presents a simple approach for
finding the direction of incoming laser radiation on combat
vehicles. This finds application in warning the crew of
combat vehicles about incoming laser threats. The design is
based on a linear array of photo-detectors and a Plano-
convex cylindrical lens. The incoming laser radiation is
focused by the lens on to linear array of photo-detectors and
Gaussian curve fitting is used to find the position of center
or peak of Gaussian, which in turn is calibrated to calculate
the Angle of Arrival (A-o-A). Basic idea behind the design is
the displacement of centroid of Gaussian beam with the
change in angle-of-arrival. The system is able to measure
the angle-of-arrival with the very high angular resolution,
depending upon the number of sampling instants in the
Gaussian fitted curve. The designing of the cylindrical lens
and its simulation with laser beam is performed, at different
angle-of-arrival using OSLO designer. The curve fitting and
error analysis of the samples collected by the detector on
being illuminated by the laser beam is performed using
MATLAB curve fitting tool.
Key Words: Cylindrical lens; Gaussian curve
fitting; angle-of-arrival (A-o-A); Laser Warning
Receivers.
1. INTRODUCTION
The detection of angle-of-arrival (A-o-A) is a technique
used to detect the direction of the incident laser beam. The
detection of A-o-A is useful in the functioning of the laser-
based 3D scanners, and laser warning receivers.
1.1 Previous work
Researchers have proposed many schemes for detection of
the angle-of-arrival of the incident beam of radiation,
some of which employ the linear array of photo-detectors
along with the coded mask or shadow mask techniques
[1,2,3,4,5]. Later an improved method uses a cylindrical
lens along with the top mask for focusing the laser
radiation in the space between the cylindrical lens and the
detector array which is concentric about the backside of
the lens [1]. The top mask or coded mask with one slit or
many parallel slits through it serves the purpose of
encoding. The encoding schemes such as binary encoding
using gray code is used to position slits on the top mask
[2]. Each of these slots or rows of slots is positioned
centrally directly above active area of photo-detectors [3].
The detector array is so arranged in rows that the
radiation bars created by the slits of the mask are
perpendicular to the detector row. The aperture of the
slits is kept equal to the active area aperture of the used
photo-detector [4]. When the radiation directed towards
the device and falls on the detector plate, the radiation
bars are created by slits above the few detectors,
generating the electrical response for each detector. The
generation of radiation bars depends on both the positions
of slits in the encoded mask and the angle-of-arrival of
radiation [3]. The electrical signal generated in photo-
detectors is converted into digital by using reference
signal and analog-to-digital converters which are then
decoded to give the angle-of-arrival of the laser beam
entering to the photo-detector. This scheme depends upon
the use of coded mask and isolated channels, which is
difficult to assemble. However, some proprietary solutions
are available
Another kind of technology to serve the similar purpose
makes use of the four-quadrant detector associated with a
diaphragm formed by the central transparent zone of an
opaque mask. These are kept in parallel with a transparent
window and a circuit to measure deviation to process the
detected Laser beam. This setup measures the angular
deviation of a pinpoint radiation source. With two sensors
of this kind, the locus of the radiating source can be
ascertained [5].
1.2 Theoretical framework
The Laser beam is a coherent monochromatic
electromagnetic radiation. Most of the Lasers follow the
fundamental TEM00 Gaussian mode [6].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1647
The mathematical expression for Gaussian function is:
( )
( )
(
√
)
( )( )
(1)
The fundamental transverse mode, TEM00 is of the lowest
order and has a Gaussian intensity profile
( ) * ( )
+ ( ) (2)
The power contained in a Gaussian beam is
∫ ( ) (3)
In order to understand the intensity and power
distribution, there is a need to know the beamwidth or
beam diameter. The beamwidth is the diameter of the
Laser beam at which its intensity is decremented to a 1/e2
value of its peak or axial value. FWHM (full width at half
maximum) is the diameter of a Laser beam at which its
intensity is decremented to 50% of its peak value [7]. The
figure 1 below, describes both definitions graphically.
Fig - 1: Gaussian function curve showing FWHM and
beamwidth at 1/e2 intensity.
Diffraction leads to the transverse spreading of light
waves while propagation, due to which, it is impossible to
acquire a perfectly collimated beam. Even if a TEM00
Laser beam wavefront is perfectly flat, the beam while
propagation, quickly acquires curvature and spread [7] in
accordance with
( ) [ ( ) ] (4)
And
( ) [ ( ) ]
⁄
(5)
Where z denotes the distance propagated by the wave
from the plane where the wavefront is found to be flat, λ
denotes the wavelength of Laser beam, w0 denotes the
beamwidth radius i.e. radius at 1/e2 intensity contour at
the plane where the flat wavefront achieved, w (z)
represents the radius of the 1/e2 contour at distance z, and
R (z) represents the radius of curvature of the wavefront
at distance z. Plano-convex cylindrical lenses are the
Aspheric lens and are curved only in one direction.
Therefore, they focus or defocus light in the plane parallel
to the Plano axis of the lens, into a line. It compresses the
image along the power axis, which is perpendicular to the
focal line, without altering it in a plane parallel to the
Plano axis [8]. Their focusing behavior can be
characterized by an effective focal length [9]. The same is
represented in figure 2.
Fig - 2: Cylindrical lens showing focusing of light along
Plano axis and Power axis.
The curve fitting tool is used to find a curve that best fits
the data. Interpolation and smoothing are the two possible
ways for curve fitting. There are several algorithms and
method available that serves the purpose of curve fitting.
Few of these methods are iterative method, nonlinear least
square estimation, weighted least square estimation, and
algorithms are Trust-Region algorithm, Caruana’s
algorithm, Guos algorithm, and Levenberg-Marquardt
algorithm. Gaussian curve fitting fits the Gaussian function
on to the given data points. Out of all methods, the Guos
algorithm is the most appropriate method as it is least
sensitive to the random noise [10].
1.3 Problem statement
To develop a simple and cost-effective method for the
measurement of the angle-of-arrival of incident laser
beam, with very high resolution by ascertaining the
centroid of the beam using Gaussian curve fitting.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1648
2. EXPERIMENTAL SETUP
The setup consists of three units, a Gaussian laser source,
detection unit, and a processing unit. The laser source fires
the laser beam towards the cylindrical lens at a specific
angle. The beam suffers turbulence and also gets
dispersed while propagating through the atmosphere. This
effect is simulated in this work by adding white Gaussian
noise to the signal. A cylindrical lens is used to focus the
beam of laser, at the detector plane. The detector samples
the wave and transfers it to the processing unit where
Gaussian curve fitting, error analysis and calculation of
angle-of-arrival is performed. The block diagram of the
working experimental setup is explained in Figure 3
below.
Fig - 3: Block diagram of the experimental setup for Gaussian curve fitting based angle-of-arrival detector.
3. METHODOLOGY
The Gaussian beam (wave) is generated using Gaussian
function in MATLAB and different intensity of white
Gaussian noise is added to the generated wave for
achieving different signal to noise ratios as per
experimental requirements. The Laser beam with a
Gaussian profile is made to pass through a cylindrical lens.
The beam, after propagating through the cylindrical lens
remains Gaussian only at one axis i.e. at Plano axis. This
beam falls on the linear detector array having nine photo-
detectors each working as fixed sampling points or fixed
sampling locations.
The central photo-detector is set to serve as a zero-point
photo-detector which corresponds to the 0o (angle-of-
arrival) of the incident beam at the photo-detector array.
In this case, all nine photo-detectors are illuminated.
As the incident beam changes its angle-of-arrival (A-o-A)
other than 0o, the spot at the detectors and the centroid of
the spot shifts away from the central detector in the
direction of propagation of the refracted beam namely;
positive angle-of-arrival (+A-o-A) and negative angle-of-
arrival (-A-o-A), as the A-o-A increases the beam falls on a
lesser number of detectors i.e. Fewer detectors are
illuminated by beam spot. For both positive and negative
A-o-A at a maximum value of A-o-A, a minimum of three
photo-detectors is needed to be illuminated. This
limitation comes into the picture because minimum three
data points are required for single term Gaussian curve
plotting using a nonlinear least square method using
Trust-Region algorithm by Matlab curve plotting tool. As
the beam falls on photo-detectors and the illuminated
photo-detectors set the data value corresponding to the
Gaussian power and intensity falling on the detectors and
are fed to processing unit as a numerical value for curve
fitting while data value corresponding to non-illuminated
photo-detectors are set to not-a-number (NaN) state. NaN
state is ignored automatically while plotting the curve and
the detectors are treated as no signal or off. The Gaussian
model that fits the intensity peaks of the received Laser
beam and is given by the equation
∑
[
( )
]
(6)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1647
Where a denotes the amplitude, b denotes the centroid of
the Gaussian curve (location of the peak) while c is related
to the FWHM beamwidth. Once the curve is plotted the
system returns the value for three entities, namely a, b and
c. Comparing them to mathematical expression for
Gaussian function, we get
√
(7)
(8)
(9)
Using the values of a, b and c the errors related to noise
and angle-of-arrival can be calculated. Using the locus of
centroid related to the maximum and minimum A-o-A
formula for calculation angle-of-arrival can be computed
as the distance of the centroid increases proportionally to
the increase in angle-of-arrival of the Laser beam.
4. SIMULATION AND RESULT
Using the Oslo designer, a rectangular Plano-convex
cylindrical lens is designed with a radius of curvature
25mm, aperture radius 28mm, length 100mm, width
50mm, thickness 27mm. The ‘BK7’ material with a
reflective index of 1.517 is selected for the lens. The
effective focal length of the lens is 48.639mm.
Fig - 4: Cylindrical lens showing the beam tilt and focusing of the beam at 0° angle-of-arrival (left) and at 27.5° angle-of-
arrival (right) of the incident Laser beam
Described above in figure 4, the cylindrical lens
projecting the image on the detector surface i.e. screen
plane, at two different angle-of-arrival. The lens at left
shows an image projection for 0°A-o-A while the one at
right shows an image projection for +27.5°A-o-A.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1646
Fig - 5: Wavefront analysis of the focused beam showing Gaussian intensity distribution at the detector plane beam at 0°
angle-of-arrival (left) and at 27.5° angle-of-arrival (right) of the incident Laser beam.
Figure 5 describes the wavefront analysis of the beam spot
formed at detector surface i.e. screen plane by the
cylindrical lens for two different angle-of-arrival. The plot
at left shows wavefront and intensity distribution for 0° A-
o-A while the plot at right shows wavefront and intensity
distribution for +27.5° A-o-A. The diagram describes the
intensity distribution follows the Gaussian profile along the
planar axis of the cylindrical lens and is compressed along
power axis i.e. the beam is no more Gaussian in a plane
along the power axis of the lens.
Fig - 6: Spot diagram showing size and shape of the spot formed at detector plane at 0 focal shift beam (i) at 0° angle-of-
arrival, (ii) at 20° angle-of-arrival and (iii) at 27.5° angle-of-arrival of the incident Laser beam.
Figure 6 describes the spot diagram analysis of the
beam spot formed at detector surface i.e. screen plane by
the cylindrical lens for three different angle-of-arrival. The
6(i) shows a spot diagram for 0°A-o-A. The 6(ii) shows a
spot diagram for 20°A-o-A while the 6(iii) shows a spot
diagram for +27.5°A-o-A. The diagram describes the shape,
size and the focal shift for the beam passing through the
lens at some particular A-o-A.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1646
Fig - 7: Gaussian curve fitting of the detected signal and comparison with originally received noisy Gaussian signal.
Figure 7 graphs Gaussian curve of the noisy beam
(green) that illuminate the detectors, and the plotted
Gaussian curve (red) using samples received at the
detectors. The figure 7(iii) describes the curve of wave at
for -3 detector shift indicating that the image is shifted till 3
photo-detectors towards left (if the lens and detector are
placed horizontally) or downward (if the lens and detector
are placed vertically) and 3 detectors from right or upward
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1647
are not getting illuminated and their response is
considered as NaN state. While the figure 7(iv) describes
the curve of wave at +3 detector shift indicating that the
image is shifted till 3 photo-detectors towards right (if the
lens and detector are placed horizontally) or upward (if the
lens and detector are placed vertically) and 3 detectors
from left or downward are not getting illuminated and
their response is considered as NaN state. The same
applies for -6 to 0 and 0 to +6 detector shifts respectively.
The distance corresponding to each detector can be
calculated by multiplying the number of the detector with
5.36mm
Fig - 8: Error analysis of Gaussian fitted curves at showing the performance of the system at different SNRs.
Figure 8 graphs the analysis of the errors in curve
fitting and centroid detection capability of the system for
different signal-to-noise ratios. The figure 8(i) shows the
expected error in curve fitting when there is no noise in
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1647
system, and figure 8(ii), figure 8(iii) and figure 8(iv) shows
the error curves at 20db, 30db, 40db of SNR respectively.
The error curves are generated by determining the total
Euclidian distance, mean difference and standard deviation
of the curve plotted for beam with noise at different SNRs
and comparing it to Euclidian distance, mean difference
and standard deviation of the curve plotted for beam
without noise.
The angle-of-arrival can be computed using formula
(10)
Where A-o-A is the angle-of-arrival, F_o_VMAX is the
maximum field of view, L is the distance of the centroid
from the origin and LMAX is the maximum possible distance
of the centroid from the origin.
Further, it is found that the maximum entrance angle for
the setup is ±27. 5° i.e. maximum angle-of-arrival possible
is ±27. 5°. The maximum possible centroid distance from
origin LMAX increases when SNRs decreases for both +A-o-A
and –A-o-A. The system takes samples at nine points using
nine photo-detectors having 5.36 mm pitch between
centers of active areas of two consecutive photo-detectors.
Table - 1: LMAX at different SNRs for given F_o_VMAX
F_o_VMAX SNR 20db SNR 30db SNR 40db
-27.5° 104.252mm 42.210mm 34.711mm
+27.5° 224.905mm 45.64576mm 35.531mm
Therefore, at an SNR of 40db angle-of-arrival is
(11)
The angular resolution of the system can be computed by
using the formula
(12)
Where Rθ denotes the angular resolution and S denotes the
number sampling instants in the Gaussian fitted curve. The
sampling rate used in the experiment is 261, and the
angular resolution of the system is 0.105°.
5. CONCLUSION
With the fitting of Gaussian curves at different signal-to-
noise ratio for the incident laser beam, it is found that the
location of centroid shifts away from mean position as the
SNR decreases. This results in the different position of the
centroid for maximum and minimum A-o-A at different
SNRs. It is found that the position of centroid of the Laser
beam is different at different angle-of-arrival and moves
correspondingly with the change in angle-of-arrival. The
system works with the assumption that laser beam has a
Gaussian intensity profile. Theoretically, the system is able
to measure the angle-of-arrival with the very high angular
resolution, depending upon the number of sampling
instants in the Gaussian fitted curve. The resolution can be
increased by increasing the sampling instants in the
Gaussian fitted curve. With 261 sampling points the
resolution of the system is 0.105°. Since minimum three
detectors are to be illuminated for Gaussian curve fitting,
total field of view achieved is 55°. This is less than other
techniques mentioned in introduction section. The
minimum SNR required for the operation of system is
30db as below this the errors in curve plotting increase
drastically. This technique can be used as a simple
approach for designing angle-of-arrival sensors for finding
the direction of incoming laser radiation on combat
vehicles.
ACKNOWLEDGEMENT
The Laser Science and Technology Centre (LASTEC),
Defence Research & Development Organization (DRDO) is
the rightful owner of the work, and the work is also
supported by National Institute of Electronics &
Information technology (NIELIT) Aurangabad. The
authors are grateful to the institutions to provide us with
all the necessary facilities, instruments, and materials
required to conduct the experiment.
The authors express their gratitude to Shri Hari Babu
Srivastava, OS & Director, LASTEC, DRDO for his constant
encouragement & support. We are thankful to Shri Deepak
Kumar, Scientist ‘E’, LASTEC, DRDO for his kind guidance
in designing cylindrical lens for this work.
The authors are also grateful to Dr. Sanjeev Kumar Gupta,
Director NIELIT Aurangabad, for his constant
encouragement & support.
REFERENCES
[1] David S.Dunavan & Richard babish (Feb. 21, 1989),
“optical direction of arrival sensor with cylindrical
lens”. Us4806747
[2] David S.Dunavan, Rene Abren, Stephen Messelt &
Edward Slebert (aug.15, 1989), “optical direction
sensor having grey code mask spaced from a plurality
of interdigitated detectors”. Us4857721
[3] Jacques Dubois, André Cantin & Maurice gravel (Jun.
27, 1995), “digital high angular resolution laser
irradiation detector (HARLID)”. Us5428215
[4] Jacques Dubois, André Cantin & Maurice gravel (Feb.
18, 1997), “analog high-resolution laser irradiation
detector (HARLID)”. Us5604695
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1648
[5] Patrice Marquet, Jean-Mare Lemaire & Philippe
Dunouvion (aug.7, 1990), “optoelectronic device for
detecting and locating a radiant source”. Us4946277
[6] Bandres Miguel a., Gutierrez-Vega & Julio c. (2004).
"Ince Gaussian beams". Opt. Lett. Osa. 144–146.
Bibcode:2004optl...29..144b.
Doi:10.1364/ol.29.000144. Pmid 14743992.
[7] https://www.academia.edu/15180935/optical_specif
ications_gaussian_beam_propagation_material_proper
ties_optical_coatings.
[8] Jacobs Donald h. Fundamentals of optical engineering.
Mc Graw-hill book co., 1943
[9] R. Paschotta, article on 'cylindrical lenses' in the
encyclopedia of laser physics and technology, 1.
Edition October 2008, Wiley-vch, ISBN 978-3-527-
40828-3
[10] Pastuchová Elena & Zákopčan Michal. (2015),
“Comparison of Algorithms for Fitting a Gaussian
Function Used in Testing Smart Sensors”. Journal of
Electrical Engineering. 66. 178-181. 10.2478/jee-
2015-0029.
BIOGRAPHIES
Anand Kumar Rai
M.Tech Electronics Design
Technology (pursuing), NIELIT
Aurangabad.
B.Tech Dr. A.P.J. Abdul Kalam
Technical University, Lucknow.
Saurabh Bansod
Scientist ‘B’, NIELIT Aurangabad.
M.Tech in Electronics &
Instrumentation, N.I.T. Rourkela.
B.E. in Electronics
Satya Prakash
Scientist ‘F’, LASTEC, DRDO.
B.tech in Electronics
Communication Engineering,
Delhi College of Engineering.
Ajay Rathee
Scientist ‘E’, LASTEC, DRDO.
M.Tech in Computer Technology,
IIT Delhi.
B.Tech, M.D.U Rohtak, Haryana.

More Related Content

What's hot

Enhancement of SNR for Radars
Enhancement of SNR for RadarsEnhancement of SNR for Radars
Enhancement of SNR for Radarstheijes
 
G041034850
G041034850G041034850
G041034850IOSR-JEN
 
Sidelobe rejection in a uniform linear array antenna using windowing techniques
Sidelobe rejection in a uniform linear array antenna using windowing techniquesSidelobe rejection in a uniform linear array antenna using windowing techniques
Sidelobe rejection in a uniform linear array antenna using windowing techniqueseSAT Publishing House
 
Implementation of Digital Beamforming Technique for Linear Antenna Arrays
Implementation of Digital Beamforming Technique for Linear Antenna ArraysImplementation of Digital Beamforming Technique for Linear Antenna Arrays
Implementation of Digital Beamforming Technique for Linear Antenna Arraysijsrd.com
 
Design of Circularly Polarized Rectangular Patch Antenna with single cut
Design of Circularly Polarized Rectangular Patch Antenna with single cutDesign of Circularly Polarized Rectangular Patch Antenna with single cut
Design of Circularly Polarized Rectangular Patch Antenna with single cutSaurabh Mishra
 
Geometric sensitivity of beacon placement using airborne mobile anchors
Geometric sensitivity of beacon placement using airborne mobile anchorsGeometric sensitivity of beacon placement using airborne mobile anchors
Geometric sensitivity of beacon placement using airborne mobile anchorsjournalBEEI
 
Fusion of Multispectral And Full Polarimetric SAR Images In NSST Domain
Fusion of Multispectral And Full Polarimetric SAR Images In NSST DomainFusion of Multispectral And Full Polarimetric SAR Images In NSST Domain
Fusion of Multispectral And Full Polarimetric SAR Images In NSST DomainCSCJournals
 
Modelling Optical Waveguide Bends by the Method of Lines
Modelling Optical Waveguide Bends by the Method of LinesModelling Optical Waveguide Bends by the Method of Lines
Modelling Optical Waveguide Bends by the Method of LinesTELKOMNIKA JOURNAL
 
IRJET- Design and Analysis of LPDA Antenna for through the Wall Detection ...
IRJET- 	  Design and Analysis of LPDA Antenna for through the Wall Detection ...IRJET- 	  Design and Analysis of LPDA Antenna for through the Wall Detection ...
IRJET- Design and Analysis of LPDA Antenna for through the Wall Detection ...IRJET Journal
 
16 15524 30625-1-sm edit septian
16 15524 30625-1-sm edit septian16 15524 30625-1-sm edit septian
16 15524 30625-1-sm edit septianIAESIJEECS
 
Adaptive analog beamforming
Adaptive analog beamformingAdaptive analog beamforming
Adaptive analog beamformingKhalid Hussain
 
Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...IJECEIAES
 
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...Anax_Fotopoulos
 
A NEW HYBRID METHOD FOR SYNTHETIC APERTURE RADAR DECEPTIVE JAMMING
A NEW HYBRID METHOD FOR SYNTHETIC APERTURE RADAR DECEPTIVE JAMMINGA NEW HYBRID METHOD FOR SYNTHETIC APERTURE RADAR DECEPTIVE JAMMING
A NEW HYBRID METHOD FOR SYNTHETIC APERTURE RADAR DECEPTIVE JAMMINGjmicro
 
Module of fiber coupled diode laser based on 808nm single emitter combination
Module of fiber coupled diode laser based on 808nm single emitter combinationModule of fiber coupled diode laser based on 808nm single emitter combination
Module of fiber coupled diode laser based on 808nm single emitter combinationNaku Technology Co,. Ltd
 

What's hot (18)

Enhancement of SNR for Radars
Enhancement of SNR for RadarsEnhancement of SNR for Radars
Enhancement of SNR for Radars
 
G041034850
G041034850G041034850
G041034850
 
Sidelobe rejection in a uniform linear array antenna using windowing techniques
Sidelobe rejection in a uniform linear array antenna using windowing techniquesSidelobe rejection in a uniform linear array antenna using windowing techniques
Sidelobe rejection in a uniform linear array antenna using windowing techniques
 
Implementation of Digital Beamforming Technique for Linear Antenna Arrays
Implementation of Digital Beamforming Technique for Linear Antenna ArraysImplementation of Digital Beamforming Technique for Linear Antenna Arrays
Implementation of Digital Beamforming Technique for Linear Antenna Arrays
 
Design of Circularly Polarized Rectangular Patch Antenna with single cut
Design of Circularly Polarized Rectangular Patch Antenna with single cutDesign of Circularly Polarized Rectangular Patch Antenna with single cut
Design of Circularly Polarized Rectangular Patch Antenna with single cut
 
Geometric sensitivity of beacon placement using airborne mobile anchors
Geometric sensitivity of beacon placement using airborne mobile anchorsGeometric sensitivity of beacon placement using airborne mobile anchors
Geometric sensitivity of beacon placement using airborne mobile anchors
 
Fusion of Multispectral And Full Polarimetric SAR Images In NSST Domain
Fusion of Multispectral And Full Polarimetric SAR Images In NSST DomainFusion of Multispectral And Full Polarimetric SAR Images In NSST Domain
Fusion of Multispectral And Full Polarimetric SAR Images In NSST Domain
 
Modelling Optical Waveguide Bends by the Method of Lines
Modelling Optical Waveguide Bends by the Method of LinesModelling Optical Waveguide Bends by the Method of Lines
Modelling Optical Waveguide Bends by the Method of Lines
 
Phase Unwrapping Via Graph Cuts
Phase Unwrapping Via Graph CutsPhase Unwrapping Via Graph Cuts
Phase Unwrapping Via Graph Cuts
 
IRJET- Design and Analysis of LPDA Antenna for through the Wall Detection ...
IRJET- 	  Design and Analysis of LPDA Antenna for through the Wall Detection ...IRJET- 	  Design and Analysis of LPDA Antenna for through the Wall Detection ...
IRJET- Design and Analysis of LPDA Antenna for through the Wall Detection ...
 
16 15524 30625-1-sm edit septian
16 15524 30625-1-sm edit septian16 15524 30625-1-sm edit septian
16 15524 30625-1-sm edit septian
 
Adaptive analog beamforming
Adaptive analog beamformingAdaptive analog beamforming
Adaptive analog beamforming
 
Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...
 
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...
A Simple, Accurate Approximation to the Sum of Gamma-Gamma variates and Appli...
 
Mobile Positioning System
Mobile Positioning SystemMobile Positioning System
Mobile Positioning System
 
40120140504004
4012014050400440120140504004
40120140504004
 
A NEW HYBRID METHOD FOR SYNTHETIC APERTURE RADAR DECEPTIVE JAMMING
A NEW HYBRID METHOD FOR SYNTHETIC APERTURE RADAR DECEPTIVE JAMMINGA NEW HYBRID METHOD FOR SYNTHETIC APERTURE RADAR DECEPTIVE JAMMING
A NEW HYBRID METHOD FOR SYNTHETIC APERTURE RADAR DECEPTIVE JAMMING
 
Module of fiber coupled diode laser based on 808nm single emitter combination
Module of fiber coupled diode laser based on 808nm single emitter combinationModule of fiber coupled diode laser based on 808nm single emitter combination
Module of fiber coupled diode laser based on 808nm single emitter combination
 

Similar to IRJET- Detection of Angle-of-Arrival of the Laser Beam using a Cylindrical Lens and Gaussian Beam Curve Fitting

Comparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemsComparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemseSAT Journals
 
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIDesign of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIinventy
 
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...ijwmn
 
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...ijwmn
 
ENABLING RAY TRACING FOR 5G
ENABLING RAY TRACING FOR 5GENABLING RAY TRACING FOR 5G
ENABLING RAY TRACING FOR 5GIJCNCJournal
 
Enabling Ray Tracing for 5G
Enabling Ray Tracing for 5GEnabling Ray Tracing for 5G
Enabling Ray Tracing for 5GIJCNCJournal
 
Design and Simulation of Narrow Beamwidth Dipole Array Antenna for Microwave ...
Design and Simulation of Narrow Beamwidth Dipole Array Antenna for Microwave ...Design and Simulation of Narrow Beamwidth Dipole Array Antenna for Microwave ...
Design and Simulation of Narrow Beamwidth Dipole Array Antenna for Microwave ...IRJET Journal
 
Boosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation EstimationBoosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation Estimationijma
 
SOURCE poster final
SOURCE poster finalSOURCE poster final
SOURCE poster finalWilliam Yang
 
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERS
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERSMODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERS
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERSjmicro
 
Indoor localization in sensor network with
Indoor localization in sensor network withIndoor localization in sensor network with
Indoor localization in sensor network witheSAT Publishing House
 
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERS
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERSMODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERS
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERSjmicro
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) ijceronline
 
Indoor localization in sensor network with estimation of doa and rssi measure...
Indoor localization in sensor network with estimation of doa and rssi measure...Indoor localization in sensor network with estimation of doa and rssi measure...
Indoor localization in sensor network with estimation of doa and rssi measure...eSAT Journals
 
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...sipij
 
Analysis of LED
Analysis of LEDAnalysis of LED
Analysis of LEDrpiitcbme
 
Boosting ced using robust orientation estimation
Boosting ced using robust orientation estimationBoosting ced using robust orientation estimation
Boosting ced using robust orientation estimationijma
 

Similar to IRJET- Detection of Angle-of-Arrival of the Laser Beam using a Cylindrical Lens and Gaussian Beam Curve Fitting (20)

TRS
TRSTRS
TRS
 
Comparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemsComparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systems
 
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIDesign of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
 
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
 
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
 
ENABLING RAY TRACING FOR 5G
ENABLING RAY TRACING FOR 5GENABLING RAY TRACING FOR 5G
ENABLING RAY TRACING FOR 5G
 
Enabling Ray Tracing for 5G
Enabling Ray Tracing for 5GEnabling Ray Tracing for 5G
Enabling Ray Tracing for 5G
 
Design and Simulation of Narrow Beamwidth Dipole Array Antenna for Microwave ...
Design and Simulation of Narrow Beamwidth Dipole Array Antenna for Microwave ...Design and Simulation of Narrow Beamwidth Dipole Array Antenna for Microwave ...
Design and Simulation of Narrow Beamwidth Dipole Array Antenna for Microwave ...
 
Boosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation EstimationBoosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation Estimation
 
HIGH RESOLUTION METHOD FOR DOA ESTIMATION
HIGH RESOLUTION METHOD FOR DOA ESTIMATIONHIGH RESOLUTION METHOD FOR DOA ESTIMATION
HIGH RESOLUTION METHOD FOR DOA ESTIMATION
 
SOURCE poster final
SOURCE poster finalSOURCE poster final
SOURCE poster final
 
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERS
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERSMODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERS
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERS
 
Indoor localization in sensor network with
Indoor localization in sensor network withIndoor localization in sensor network with
Indoor localization in sensor network with
 
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERS
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERSMODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERS
MODELING STUDY OF LASER BEAM SCATTERING BY DEFECTS ON SEMICONDUCTOR WAFERS
 
International Journal of Computational Engineering Research(IJCER)
 International Journal of Computational Engineering Research(IJCER)  International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Indoor localization in sensor network with estimation of doa and rssi measure...
Indoor localization in sensor network with estimation of doa and rssi measure...Indoor localization in sensor network with estimation of doa and rssi measure...
Indoor localization in sensor network with estimation of doa and rssi measure...
 
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
 
Analysis of LED
Analysis of LEDAnalysis of LED
Analysis of LED
 
01031925
0103192501031925
01031925
 
Boosting ced using robust orientation estimation
Boosting ced using robust orientation estimationBoosting ced using robust orientation estimation
Boosting ced using robust orientation estimation
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 

Recently uploaded (20)

247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 

IRJET- Detection of Angle-of-Arrival of the Laser Beam using a Cylindrical Lens and Gaussian Beam Curve Fitting

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1646 Detection of Angle-of-Arrival of the Laser Beam using a Cylindrical Lens and Gaussian Beam Curve Fitting Anand Kumar Rai1, Saurabh Bansod2, Satya Prakash3, Ajay Rathee4* 1M. Tech in Electronics Design Technology, National Institute of Electronics & Information technology Aurangabad, Maharashtra 2Scientist ‘B’, National Institute of Electronics & Information technology Aurangabad, Maharashtra 3Scientist ‘F’, Laser Science and Technology Centre (LASTEC), Defence Research& Development Organization (DRDO) 4Scientist ‘E’, Laser Science and Technology Centre (LASTEC), Defence Research& Development Organization (DRDO) ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract – This paper presents a simple approach for finding the direction of incoming laser radiation on combat vehicles. This finds application in warning the crew of combat vehicles about incoming laser threats. The design is based on a linear array of photo-detectors and a Plano- convex cylindrical lens. The incoming laser radiation is focused by the lens on to linear array of photo-detectors and Gaussian curve fitting is used to find the position of center or peak of Gaussian, which in turn is calibrated to calculate the Angle of Arrival (A-o-A). Basic idea behind the design is the displacement of centroid of Gaussian beam with the change in angle-of-arrival. The system is able to measure the angle-of-arrival with the very high angular resolution, depending upon the number of sampling instants in the Gaussian fitted curve. The designing of the cylindrical lens and its simulation with laser beam is performed, at different angle-of-arrival using OSLO designer. The curve fitting and error analysis of the samples collected by the detector on being illuminated by the laser beam is performed using MATLAB curve fitting tool. Key Words: Cylindrical lens; Gaussian curve fitting; angle-of-arrival (A-o-A); Laser Warning Receivers. 1. INTRODUCTION The detection of angle-of-arrival (A-o-A) is a technique used to detect the direction of the incident laser beam. The detection of A-o-A is useful in the functioning of the laser- based 3D scanners, and laser warning receivers. 1.1 Previous work Researchers have proposed many schemes for detection of the angle-of-arrival of the incident beam of radiation, some of which employ the linear array of photo-detectors along with the coded mask or shadow mask techniques [1,2,3,4,5]. Later an improved method uses a cylindrical lens along with the top mask for focusing the laser radiation in the space between the cylindrical lens and the detector array which is concentric about the backside of the lens [1]. The top mask or coded mask with one slit or many parallel slits through it serves the purpose of encoding. The encoding schemes such as binary encoding using gray code is used to position slits on the top mask [2]. Each of these slots or rows of slots is positioned centrally directly above active area of photo-detectors [3]. The detector array is so arranged in rows that the radiation bars created by the slits of the mask are perpendicular to the detector row. The aperture of the slits is kept equal to the active area aperture of the used photo-detector [4]. When the radiation directed towards the device and falls on the detector plate, the radiation bars are created by slits above the few detectors, generating the electrical response for each detector. The generation of radiation bars depends on both the positions of slits in the encoded mask and the angle-of-arrival of radiation [3]. The electrical signal generated in photo- detectors is converted into digital by using reference signal and analog-to-digital converters which are then decoded to give the angle-of-arrival of the laser beam entering to the photo-detector. This scheme depends upon the use of coded mask and isolated channels, which is difficult to assemble. However, some proprietary solutions are available Another kind of technology to serve the similar purpose makes use of the four-quadrant detector associated with a diaphragm formed by the central transparent zone of an opaque mask. These are kept in parallel with a transparent window and a circuit to measure deviation to process the detected Laser beam. This setup measures the angular deviation of a pinpoint radiation source. With two sensors of this kind, the locus of the radiating source can be ascertained [5]. 1.2 Theoretical framework The Laser beam is a coherent monochromatic electromagnetic radiation. Most of the Lasers follow the fundamental TEM00 Gaussian mode [6].
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1647 The mathematical expression for Gaussian function is: ( ) ( ) ( √ ) ( )( ) (1) The fundamental transverse mode, TEM00 is of the lowest order and has a Gaussian intensity profile ( ) * ( ) + ( ) (2) The power contained in a Gaussian beam is ∫ ( ) (3) In order to understand the intensity and power distribution, there is a need to know the beamwidth or beam diameter. The beamwidth is the diameter of the Laser beam at which its intensity is decremented to a 1/e2 value of its peak or axial value. FWHM (full width at half maximum) is the diameter of a Laser beam at which its intensity is decremented to 50% of its peak value [7]. The figure 1 below, describes both definitions graphically. Fig - 1: Gaussian function curve showing FWHM and beamwidth at 1/e2 intensity. Diffraction leads to the transverse spreading of light waves while propagation, due to which, it is impossible to acquire a perfectly collimated beam. Even if a TEM00 Laser beam wavefront is perfectly flat, the beam while propagation, quickly acquires curvature and spread [7] in accordance with ( ) [ ( ) ] (4) And ( ) [ ( ) ] ⁄ (5) Where z denotes the distance propagated by the wave from the plane where the wavefront is found to be flat, λ denotes the wavelength of Laser beam, w0 denotes the beamwidth radius i.e. radius at 1/e2 intensity contour at the plane where the flat wavefront achieved, w (z) represents the radius of the 1/e2 contour at distance z, and R (z) represents the radius of curvature of the wavefront at distance z. Plano-convex cylindrical lenses are the Aspheric lens and are curved only in one direction. Therefore, they focus or defocus light in the plane parallel to the Plano axis of the lens, into a line. It compresses the image along the power axis, which is perpendicular to the focal line, without altering it in a plane parallel to the Plano axis [8]. Their focusing behavior can be characterized by an effective focal length [9]. The same is represented in figure 2. Fig - 2: Cylindrical lens showing focusing of light along Plano axis and Power axis. The curve fitting tool is used to find a curve that best fits the data. Interpolation and smoothing are the two possible ways for curve fitting. There are several algorithms and method available that serves the purpose of curve fitting. Few of these methods are iterative method, nonlinear least square estimation, weighted least square estimation, and algorithms are Trust-Region algorithm, Caruana’s algorithm, Guos algorithm, and Levenberg-Marquardt algorithm. Gaussian curve fitting fits the Gaussian function on to the given data points. Out of all methods, the Guos algorithm is the most appropriate method as it is least sensitive to the random noise [10]. 1.3 Problem statement To develop a simple and cost-effective method for the measurement of the angle-of-arrival of incident laser beam, with very high resolution by ascertaining the centroid of the beam using Gaussian curve fitting.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1648 2. EXPERIMENTAL SETUP The setup consists of three units, a Gaussian laser source, detection unit, and a processing unit. The laser source fires the laser beam towards the cylindrical lens at a specific angle. The beam suffers turbulence and also gets dispersed while propagating through the atmosphere. This effect is simulated in this work by adding white Gaussian noise to the signal. A cylindrical lens is used to focus the beam of laser, at the detector plane. The detector samples the wave and transfers it to the processing unit where Gaussian curve fitting, error analysis and calculation of angle-of-arrival is performed. The block diagram of the working experimental setup is explained in Figure 3 below. Fig - 3: Block diagram of the experimental setup for Gaussian curve fitting based angle-of-arrival detector. 3. METHODOLOGY The Gaussian beam (wave) is generated using Gaussian function in MATLAB and different intensity of white Gaussian noise is added to the generated wave for achieving different signal to noise ratios as per experimental requirements. The Laser beam with a Gaussian profile is made to pass through a cylindrical lens. The beam, after propagating through the cylindrical lens remains Gaussian only at one axis i.e. at Plano axis. This beam falls on the linear detector array having nine photo- detectors each working as fixed sampling points or fixed sampling locations. The central photo-detector is set to serve as a zero-point photo-detector which corresponds to the 0o (angle-of- arrival) of the incident beam at the photo-detector array. In this case, all nine photo-detectors are illuminated. As the incident beam changes its angle-of-arrival (A-o-A) other than 0o, the spot at the detectors and the centroid of the spot shifts away from the central detector in the direction of propagation of the refracted beam namely; positive angle-of-arrival (+A-o-A) and negative angle-of- arrival (-A-o-A), as the A-o-A increases the beam falls on a lesser number of detectors i.e. Fewer detectors are illuminated by beam spot. For both positive and negative A-o-A at a maximum value of A-o-A, a minimum of three photo-detectors is needed to be illuminated. This limitation comes into the picture because minimum three data points are required for single term Gaussian curve plotting using a nonlinear least square method using Trust-Region algorithm by Matlab curve plotting tool. As the beam falls on photo-detectors and the illuminated photo-detectors set the data value corresponding to the Gaussian power and intensity falling on the detectors and are fed to processing unit as a numerical value for curve fitting while data value corresponding to non-illuminated photo-detectors are set to not-a-number (NaN) state. NaN state is ignored automatically while plotting the curve and the detectors are treated as no signal or off. The Gaussian model that fits the intensity peaks of the received Laser beam and is given by the equation ∑ [ ( ) ] (6)
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1647 Where a denotes the amplitude, b denotes the centroid of the Gaussian curve (location of the peak) while c is related to the FWHM beamwidth. Once the curve is plotted the system returns the value for three entities, namely a, b and c. Comparing them to mathematical expression for Gaussian function, we get √ (7) (8) (9) Using the values of a, b and c the errors related to noise and angle-of-arrival can be calculated. Using the locus of centroid related to the maximum and minimum A-o-A formula for calculation angle-of-arrival can be computed as the distance of the centroid increases proportionally to the increase in angle-of-arrival of the Laser beam. 4. SIMULATION AND RESULT Using the Oslo designer, a rectangular Plano-convex cylindrical lens is designed with a radius of curvature 25mm, aperture radius 28mm, length 100mm, width 50mm, thickness 27mm. The ‘BK7’ material with a reflective index of 1.517 is selected for the lens. The effective focal length of the lens is 48.639mm. Fig - 4: Cylindrical lens showing the beam tilt and focusing of the beam at 0° angle-of-arrival (left) and at 27.5° angle-of- arrival (right) of the incident Laser beam Described above in figure 4, the cylindrical lens projecting the image on the detector surface i.e. screen plane, at two different angle-of-arrival. The lens at left shows an image projection for 0°A-o-A while the one at right shows an image projection for +27.5°A-o-A.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1646 Fig - 5: Wavefront analysis of the focused beam showing Gaussian intensity distribution at the detector plane beam at 0° angle-of-arrival (left) and at 27.5° angle-of-arrival (right) of the incident Laser beam. Figure 5 describes the wavefront analysis of the beam spot formed at detector surface i.e. screen plane by the cylindrical lens for two different angle-of-arrival. The plot at left shows wavefront and intensity distribution for 0° A- o-A while the plot at right shows wavefront and intensity distribution for +27.5° A-o-A. The diagram describes the intensity distribution follows the Gaussian profile along the planar axis of the cylindrical lens and is compressed along power axis i.e. the beam is no more Gaussian in a plane along the power axis of the lens. Fig - 6: Spot diagram showing size and shape of the spot formed at detector plane at 0 focal shift beam (i) at 0° angle-of- arrival, (ii) at 20° angle-of-arrival and (iii) at 27.5° angle-of-arrival of the incident Laser beam. Figure 6 describes the spot diagram analysis of the beam spot formed at detector surface i.e. screen plane by the cylindrical lens for three different angle-of-arrival. The 6(i) shows a spot diagram for 0°A-o-A. The 6(ii) shows a spot diagram for 20°A-o-A while the 6(iii) shows a spot diagram for +27.5°A-o-A. The diagram describes the shape, size and the focal shift for the beam passing through the lens at some particular A-o-A.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1646 Fig - 7: Gaussian curve fitting of the detected signal and comparison with originally received noisy Gaussian signal. Figure 7 graphs Gaussian curve of the noisy beam (green) that illuminate the detectors, and the plotted Gaussian curve (red) using samples received at the detectors. The figure 7(iii) describes the curve of wave at for -3 detector shift indicating that the image is shifted till 3 photo-detectors towards left (if the lens and detector are placed horizontally) or downward (if the lens and detector are placed vertically) and 3 detectors from right or upward
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1647 are not getting illuminated and their response is considered as NaN state. While the figure 7(iv) describes the curve of wave at +3 detector shift indicating that the image is shifted till 3 photo-detectors towards right (if the lens and detector are placed horizontally) or upward (if the lens and detector are placed vertically) and 3 detectors from left or downward are not getting illuminated and their response is considered as NaN state. The same applies for -6 to 0 and 0 to +6 detector shifts respectively. The distance corresponding to each detector can be calculated by multiplying the number of the detector with 5.36mm Fig - 8: Error analysis of Gaussian fitted curves at showing the performance of the system at different SNRs. Figure 8 graphs the analysis of the errors in curve fitting and centroid detection capability of the system for different signal-to-noise ratios. The figure 8(i) shows the expected error in curve fitting when there is no noise in
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1647 system, and figure 8(ii), figure 8(iii) and figure 8(iv) shows the error curves at 20db, 30db, 40db of SNR respectively. The error curves are generated by determining the total Euclidian distance, mean difference and standard deviation of the curve plotted for beam with noise at different SNRs and comparing it to Euclidian distance, mean difference and standard deviation of the curve plotted for beam without noise. The angle-of-arrival can be computed using formula (10) Where A-o-A is the angle-of-arrival, F_o_VMAX is the maximum field of view, L is the distance of the centroid from the origin and LMAX is the maximum possible distance of the centroid from the origin. Further, it is found that the maximum entrance angle for the setup is ±27. 5° i.e. maximum angle-of-arrival possible is ±27. 5°. The maximum possible centroid distance from origin LMAX increases when SNRs decreases for both +A-o-A and –A-o-A. The system takes samples at nine points using nine photo-detectors having 5.36 mm pitch between centers of active areas of two consecutive photo-detectors. Table - 1: LMAX at different SNRs for given F_o_VMAX F_o_VMAX SNR 20db SNR 30db SNR 40db -27.5° 104.252mm 42.210mm 34.711mm +27.5° 224.905mm 45.64576mm 35.531mm Therefore, at an SNR of 40db angle-of-arrival is (11) The angular resolution of the system can be computed by using the formula (12) Where Rθ denotes the angular resolution and S denotes the number sampling instants in the Gaussian fitted curve. The sampling rate used in the experiment is 261, and the angular resolution of the system is 0.105°. 5. CONCLUSION With the fitting of Gaussian curves at different signal-to- noise ratio for the incident laser beam, it is found that the location of centroid shifts away from mean position as the SNR decreases. This results in the different position of the centroid for maximum and minimum A-o-A at different SNRs. It is found that the position of centroid of the Laser beam is different at different angle-of-arrival and moves correspondingly with the change in angle-of-arrival. The system works with the assumption that laser beam has a Gaussian intensity profile. Theoretically, the system is able to measure the angle-of-arrival with the very high angular resolution, depending upon the number of sampling instants in the Gaussian fitted curve. The resolution can be increased by increasing the sampling instants in the Gaussian fitted curve. With 261 sampling points the resolution of the system is 0.105°. Since minimum three detectors are to be illuminated for Gaussian curve fitting, total field of view achieved is 55°. This is less than other techniques mentioned in introduction section. The minimum SNR required for the operation of system is 30db as below this the errors in curve plotting increase drastically. This technique can be used as a simple approach for designing angle-of-arrival sensors for finding the direction of incoming laser radiation on combat vehicles. ACKNOWLEDGEMENT The Laser Science and Technology Centre (LASTEC), Defence Research & Development Organization (DRDO) is the rightful owner of the work, and the work is also supported by National Institute of Electronics & Information technology (NIELIT) Aurangabad. The authors are grateful to the institutions to provide us with all the necessary facilities, instruments, and materials required to conduct the experiment. The authors express their gratitude to Shri Hari Babu Srivastava, OS & Director, LASTEC, DRDO for his constant encouragement & support. We are thankful to Shri Deepak Kumar, Scientist ‘E’, LASTEC, DRDO for his kind guidance in designing cylindrical lens for this work. The authors are also grateful to Dr. Sanjeev Kumar Gupta, Director NIELIT Aurangabad, for his constant encouragement & support. REFERENCES [1] David S.Dunavan & Richard babish (Feb. 21, 1989), “optical direction of arrival sensor with cylindrical lens”. Us4806747 [2] David S.Dunavan, Rene Abren, Stephen Messelt & Edward Slebert (aug.15, 1989), “optical direction sensor having grey code mask spaced from a plurality of interdigitated detectors”. Us4857721 [3] Jacques Dubois, André Cantin & Maurice gravel (Jun. 27, 1995), “digital high angular resolution laser irradiation detector (HARLID)”. Us5428215 [4] Jacques Dubois, André Cantin & Maurice gravel (Feb. 18, 1997), “analog high-resolution laser irradiation detector (HARLID)”. Us5604695
  • 9. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1648 [5] Patrice Marquet, Jean-Mare Lemaire & Philippe Dunouvion (aug.7, 1990), “optoelectronic device for detecting and locating a radiant source”. Us4946277 [6] Bandres Miguel a., Gutierrez-Vega & Julio c. (2004). "Ince Gaussian beams". Opt. Lett. Osa. 144–146. Bibcode:2004optl...29..144b. Doi:10.1364/ol.29.000144. Pmid 14743992. [7] https://www.academia.edu/15180935/optical_specif ications_gaussian_beam_propagation_material_proper ties_optical_coatings. [8] Jacobs Donald h. Fundamentals of optical engineering. Mc Graw-hill book co., 1943 [9] R. Paschotta, article on 'cylindrical lenses' in the encyclopedia of laser physics and technology, 1. Edition October 2008, Wiley-vch, ISBN 978-3-527- 40828-3 [10] Pastuchová Elena & Zákopčan Michal. (2015), “Comparison of Algorithms for Fitting a Gaussian Function Used in Testing Smart Sensors”. Journal of Electrical Engineering. 66. 178-181. 10.2478/jee- 2015-0029. BIOGRAPHIES Anand Kumar Rai M.Tech Electronics Design Technology (pursuing), NIELIT Aurangabad. B.Tech Dr. A.P.J. Abdul Kalam Technical University, Lucknow. Saurabh Bansod Scientist ‘B’, NIELIT Aurangabad. M.Tech in Electronics & Instrumentation, N.I.T. Rourkela. B.E. in Electronics Satya Prakash Scientist ‘F’, LASTEC, DRDO. B.tech in Electronics Communication Engineering, Delhi College of Engineering. Ajay Rathee Scientist ‘E’, LASTEC, DRDO. M.Tech in Computer Technology, IIT Delhi. B.Tech, M.D.U Rohtak, Haryana.