SlideShare a Scribd company logo
1 of 21
MICROCONTROLLER BASED MISSILE
DETECTION AND DESTROYING SYSTEM
SUBMITTED BY :
MOHAMMED MAJEED 160314735308
www.SeminarsTopics.com
CONTENT
 Introduction
 History of anti-missile system
 Hardware components of the system
 Working of the system
 Software Description
 Conclusion
INTRODUCTION:
 Basically any object thrown at a target with
the aim of hitting it is a missile.
 In modern world,missiles are detected and
destroyed by anti-aircraft system whose path
is controlled by radio signals or by internal
homing devices.
HISTORY OF ANTI –MISSILE SYSTEM:
 The first serious attempts at
SAM development took place
during World War II, although
no operational system were
introduced.
 Historically notable systems
include the American Nike Ajax,
the first operational guided
missile SAM system, and the
Soviet Union's S-75 Dvina, the
most-produced SAM.
HARDWARE COMPONENTS OF THE SYSTEM:
• AVR ATMEGA 32
Microcontroller
• L293D Motor Driver IC
• Voltage regulator 7805
• Diode IN4007
• RF Receiver And Transmitter
• Robot Chassis
• Stepper Motor
• Ultrasonic Sensor
• Laser
• Wireless Video Camera
• Alarm
AVR ATMEGA 32 MICROCONTROLLER:
 ATmega32 is an 8-bit high performance
microcontroller of Atmel’s Mega AVR family
with low power consumption.
 Atmega16 is based on enhanced RISC.
 Most of the instructions execute in one
machine cycle.
 Atmega16 can work on a maximum Clock
frequency of 16MHz.
 ATmega32 has 16 KB programmable flash
memory, static RAM of 1 KB and EEPROM
of 512 Bytes bound by Harvard
Architecture.
 The endurance cycle of flash memory and
EEPROM is 10,000 and 100,000
respectively.
 ATmega32 has various in-built peripherals
like USART, ADC, Analog Comparator, SPI,
JTAG etc. Each I/O pin has an alternative
task related to in-built peripherals.
PIN DIAGRAM
 ATmega32 is a 40 pin
microcontroller.
 There are 32 I/O lines
which are divided into four
8-bit ports designated as
Port A , port B, port C and
port D.
 ATmega32 has various in-
built peripherals like
USART, ADC, Analog
Comparator, SPI, JTAG
etc. Each I/O pin has an
alternative task related to
in-built peripherals.
L293D MOTOR DRIVER IC
 The most common method to
drive DC motors in two
directions under control of a
computer is with an H-bridge
motor driver.
 We can make our own H bridge
using transistors but it will be
better if we use a ready made IC
named as L293D, it’s a dual half
H brige IC.
 We can drive a maximum of two
DC motor and one stepper motor
using one L293D.
VOLTAGE REGULATOR 7805
 7805 is a voltage
regulator integrated circuit. It is a
member of 78xx series of fixed linear
voltage regulator ICs.
 The voltage source in a circuit may
have fluctuations and would not give
the fixed voltage output
 The voltage regulator IC maintains
the output voltage at a constant value.
 The xx in 78xx indicates the fixed
output voltage it is designed to
provide. 7805 provides +5V regulated
power supply
 . Capacitors of suitable values can be
connected at input and output pins
depending upon the respective
voltage levels.
DIODE IN4007
 These diodes are used to convert
AC into DC these are used as half
wave rectifier or full wave rectifier.
 Diodes of number IN4001,
IN4002, IN4003, IN4004, IN4005,
IN4006 and IN4007 have
maximum reverse bias voltage
capacity of 50V and maximum
forward current capacity of 1A.
 Diode of low capacity cannot be
used in place of diode of high
capacity.
RF MODULE:
 The RF module operates
at Radio Frequency(RF) .
The corresponding
frequency range varies
between 30 kHz & 300
GHz.
 RF signals can travel even
through obstruction
between transmitter &
receiver.
 Any RF module comprises
of an RF Transmitter and
an RF Receiver
ROBOT CHASSIS:
 A chassis is a base -
the physical frame or
structure of an
automobile, an
airplane, a desktop
computer or other
multi-component
device. In military
terms, it refers to the
frame on which a
cannon carriage
moves backwards and
forwards
 A stepper motor is
another kind of
electric motor used in
the robotics industry.
 Stepper motors move
a known interval for
each pulse of power.
These pulses of
power are provided by
a stepper motor driver
and are referred to as
a step.
STEPPER MOTOR:
ULTRASONIC SENSOR
 Ultrasonic Rangefinder
is used to find range of
an obstacle from the
sensor.
 It works on a principle
similar to RADAR or
SONAR which evaluate
attributes of a target by
interpreting the echoes
from radio or sound
waves respectively.

LASER – LIGHT AMPLIFICATION BY STIMULATED
EMISSION RADIATION
 Any device that emit highly
amplified and coherent
radiation of one or more
discrete frequencies.
 LASER delivers light in an
almost-perfectly parallel
beam (collimated) that is very
pure, approaching a single
wavelength.
 It is used to produce a
coherent non dispersing
beam of light by multiple
refractions inside a highly
polished glass cavity.
WIRELESS VIDEO CAMERA
 It is a wireless transmitter carrying a camera signal.
 The camera is wired to wireless transmitter and the
signal travels between the camera and the receiver.
 The sound you hear on a radio is transmitted
wirelessly and you can tune it to a certain
frequency and hear the sound.
 The power is provided by a battery or transformer.
 The Receiver
A wireless receiver has only one function. After
the camera and wireless transmitters have provided
the wireless video signal the receiver collects this
signal and routes it the Monitor, TV, VCR , DVR
or PC (or alternative recording or viewing device).
 Video Transmitter:
Video Transmitters can be obtained separate from
cameras.. Instead of the wire from the camera to
the recording device or monitor the wireless signal
will send the video. Again you will need to provide
power to the camera and the transmitter.
WORKING:
 The system is designed to detect the target (missile)
moving in multiple directions. The destroying system
moves automatically in the direction of missile and
fires it upon fixing the target.
 This system consists of a SONAR based object
tracking system that continuously monitors the target.
Upon detecting the target it sends the target's
location to a Central Control System. The Central
Control System takes the action of moving the firing
mechanism in the direction of target missile.
 Upon fixing the direction, it sends the control
command to firing system to attack the target.
 This project is divided in three part RF Transmitter,
RF Receiver, and microcontroller.
SOFTWARE DESCRIPTION- CODE VISION AVR
 Code vision AVR is a very powerful and user-friendly
compiler/IDE for Atmel’s AVR series of microcontrollers.
 Application that runs under Windows® XP, Vista, Windows 7,
Windows 8 and Windows 10, 32-bit and 64-bit
 Easy to use Integrated Development Environment and ANSI
C compatible Compiler
 Editor with auto indentation, syntax highlighting for both C and
AVR assembler.
 Fast floating point library with hardware multiplier and
enhanced core instructions support .
 Transparent, easy accessing of the EEPROM & FLASH
memory areas, without the need of special functions like in
other AVR compilers
 Bit level access to I/O registers
 Interrupt support
 Support for placing bit variables in the General Purpose I/O
Registers (GPIOR) available in the new chips .
 Advanced variables to register allocator, allows very efficient
use of the AVR architecture
 Common Block Subroutine Packing replaces repetitive code
sequences with calls to subroutines. This optimizer is
available as Standard in CodeVisionAVR.
CONCLUSION:
 By using ultrasonic waves, we can
detect the missile then micro
controller activates the destroyer.
This can be applied in various
defense fields to protect the
Nation from foreign attacks.
 In case of global military conflict,
the role of anti-missile defense
becomes very important. Although
anti-missile defence with a
hundred percent reliability was not
reached by any country, huge
efforts are put into this area.
 For this purpose early attack
detection systems, controllable
rockets, high power lasers are
used.
www.SeminarsTopics.co
m
microcontroller-based-missile-detection-and-destroying-8154-Rv8KK7q.pptx

More Related Content

Similar to microcontroller-based-missile-detection-and-destroying-8154-Rv8KK7q.pptx

REMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPTREMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPT
kiran bansod
 
Iaetsd autonomous pick and place rover for long distance
Iaetsd autonomous  pick and place rover for long distanceIaetsd autonomous  pick and place rover for long distance
Iaetsd autonomous pick and place rover for long distance
Iaetsd Iaetsd
 
7380969 Line Follower Using At89c51
7380969 Line Follower Using At89c517380969 Line Follower Using At89c51
7380969 Line Follower Using At89c51
biharimukund
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railway
Iaetsd Iaetsd
 
Gsm based smart card information for lost atm cards
Gsm based smart card information for lost atm cardsGsm based smart card information for lost atm cards
Gsm based smart card information for lost atm cards
Somanchi Aditya
 

Similar to microcontroller-based-missile-detection-and-destroying-8154-Rv8KK7q.pptx (20)

REMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPTREMOTE OPERATED SPY ROBO PPT
REMOTE OPERATED SPY ROBO PPT
 
Short Range Radar System using Arduino Uno
Short Range Radar System using Arduino UnoShort Range Radar System using Arduino Uno
Short Range Radar System using Arduino Uno
 
Remote Operated Spy Robot Circuit
Remote Operated Spy Robot CircuitRemote Operated Spy Robot Circuit
Remote Operated Spy Robot Circuit
 
Black Box for a Car
Black Box for a CarBlack Box for a Car
Black Box for a Car
 
robotics and its components
robotics and its componentsrobotics and its components
robotics and its components
 
spy_robot.pptx
spy_robot.pptxspy_robot.pptx
spy_robot.pptx
 
Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]Smart accident detector and intimator [autosaved]
Smart accident detector and intimator [autosaved]
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system ppt
 
Gsm based garbage disposal
Gsm based garbage disposalGsm based garbage disposal
Gsm based garbage disposal
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
 
Metal Detector Robotic Vehicle
Metal Detector Robotic VehicleMetal Detector Robotic Vehicle
Metal Detector Robotic Vehicle
 
Iaetsd autonomous pick and place rover for long distance
Iaetsd autonomous  pick and place rover for long distanceIaetsd autonomous  pick and place rover for long distance
Iaetsd autonomous pick and place rover for long distance
 
7380969 Line Follower Using At89c51
7380969 Line Follower Using At89c517380969 Line Follower Using At89c51
7380969 Line Follower Using At89c51
 
Qaudcopters
QaudcoptersQaudcopters
Qaudcopters
 
A Modified Radar With Missile Tracking and Automatic Destruction
A Modified Radar With Missile Tracking and  Automatic DestructionA Modified Radar With Missile Tracking and  Automatic Destruction
A Modified Radar With Missile Tracking and Automatic Destruction
 
Iaetsd real time implementation of railway
Iaetsd real time implementation of railwayIaetsd real time implementation of railway
Iaetsd real time implementation of railway
 
Analysis and Construction of a Robot controlled by a Universal Remote Control
Analysis and Construction of a Robot controlled by a Universal Remote ControlAnalysis and Construction of a Robot controlled by a Universal Remote Control
Analysis and Construction of a Robot controlled by a Universal Remote Control
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
Gsm based smart card information for lost atm cards
Gsm based smart card information for lost atm cardsGsm based smart card information for lost atm cards
Gsm based smart card information for lost atm cards
 
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
 

Recently uploaded

electrical installation and maintenance.
electrical installation and maintenance.electrical installation and maintenance.
electrical installation and maintenance.
benjamincojr
 

Recently uploaded (20)

litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdflitvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
litvinenko_Henry_Intrusion_Hong-Kong_2024.pdf
 
electrical installation and maintenance.
electrical installation and maintenance.electrical installation and maintenance.
electrical installation and maintenance.
 
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
 
Module-III Varried Flow.pptx GVF Definition, Water Surface Profile Dynamic Eq...
Module-III Varried Flow.pptx GVF Definition, Water Surface Profile Dynamic Eq...Module-III Varried Flow.pptx GVF Definition, Water Surface Profile Dynamic Eq...
Module-III Varried Flow.pptx GVF Definition, Water Surface Profile Dynamic Eq...
 
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptxSLIDESHARE PPT-DECISION MAKING METHODS.pptx
SLIDESHARE PPT-DECISION MAKING METHODS.pptx
 
Introduction to Artificial Intelligence and History of AI
Introduction to Artificial Intelligence and History of AIIntroduction to Artificial Intelligence and History of AI
Introduction to Artificial Intelligence and History of AI
 
Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...Fuzzy logic method-based stress detector with blood pressure and body tempera...
Fuzzy logic method-based stress detector with blood pressure and body tempera...
 
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdfInstruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
 
AI in Healthcare Innovative use cases and applications.pdf
AI in Healthcare Innovative use cases and applications.pdfAI in Healthcare Innovative use cases and applications.pdf
AI in Healthcare Innovative use cases and applications.pdf
 
Raashid final report on Embedded Systems
Raashid final report on Embedded SystemsRaashid final report on Embedded Systems
Raashid final report on Embedded Systems
 
Basics of Relay for Engineering Students
Basics of Relay for Engineering StudentsBasics of Relay for Engineering Students
Basics of Relay for Engineering Students
 
What is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, FunctionsWhat is Coordinate Measuring Machine? CMM Types, Features, Functions
What is Coordinate Measuring Machine? CMM Types, Features, Functions
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility Applications
 
Software Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdfSoftware Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdf
 
Diploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdfDiploma Engineering Drawing Qp-2024 Ece .pdf
Diploma Engineering Drawing Qp-2024 Ece .pdf
 
Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas SachpazisSeismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
Seismic Hazard Assessment Software in Python by Prof. Dr. Costas Sachpazis
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 

microcontroller-based-missile-detection-and-destroying-8154-Rv8KK7q.pptx

  • 1. MICROCONTROLLER BASED MISSILE DETECTION AND DESTROYING SYSTEM SUBMITTED BY : MOHAMMED MAJEED 160314735308 www.SeminarsTopics.com
  • 2. CONTENT  Introduction  History of anti-missile system  Hardware components of the system  Working of the system  Software Description  Conclusion
  • 3. INTRODUCTION:  Basically any object thrown at a target with the aim of hitting it is a missile.  In modern world,missiles are detected and destroyed by anti-aircraft system whose path is controlled by radio signals or by internal homing devices.
  • 4. HISTORY OF ANTI –MISSILE SYSTEM:  The first serious attempts at SAM development took place during World War II, although no operational system were introduced.  Historically notable systems include the American Nike Ajax, the first operational guided missile SAM system, and the Soviet Union's S-75 Dvina, the most-produced SAM.
  • 5. HARDWARE COMPONENTS OF THE SYSTEM: • AVR ATMEGA 32 Microcontroller • L293D Motor Driver IC • Voltage regulator 7805 • Diode IN4007 • RF Receiver And Transmitter • Robot Chassis • Stepper Motor • Ultrasonic Sensor • Laser • Wireless Video Camera • Alarm
  • 6. AVR ATMEGA 32 MICROCONTROLLER:  ATmega32 is an 8-bit high performance microcontroller of Atmel’s Mega AVR family with low power consumption.  Atmega16 is based on enhanced RISC.  Most of the instructions execute in one machine cycle.  Atmega16 can work on a maximum Clock frequency of 16MHz.  ATmega32 has 16 KB programmable flash memory, static RAM of 1 KB and EEPROM of 512 Bytes bound by Harvard Architecture.  The endurance cycle of flash memory and EEPROM is 10,000 and 100,000 respectively.  ATmega32 has various in-built peripherals like USART, ADC, Analog Comparator, SPI, JTAG etc. Each I/O pin has an alternative task related to in-built peripherals.
  • 7. PIN DIAGRAM  ATmega32 is a 40 pin microcontroller.  There are 32 I/O lines which are divided into four 8-bit ports designated as Port A , port B, port C and port D.  ATmega32 has various in- built peripherals like USART, ADC, Analog Comparator, SPI, JTAG etc. Each I/O pin has an alternative task related to in-built peripherals.
  • 8. L293D MOTOR DRIVER IC  The most common method to drive DC motors in two directions under control of a computer is with an H-bridge motor driver.  We can make our own H bridge using transistors but it will be better if we use a ready made IC named as L293D, it’s a dual half H brige IC.  We can drive a maximum of two DC motor and one stepper motor using one L293D.
  • 9. VOLTAGE REGULATOR 7805  7805 is a voltage regulator integrated circuit. It is a member of 78xx series of fixed linear voltage regulator ICs.  The voltage source in a circuit may have fluctuations and would not give the fixed voltage output  The voltage regulator IC maintains the output voltage at a constant value.  The xx in 78xx indicates the fixed output voltage it is designed to provide. 7805 provides +5V regulated power supply  . Capacitors of suitable values can be connected at input and output pins depending upon the respective voltage levels.
  • 10. DIODE IN4007  These diodes are used to convert AC into DC these are used as half wave rectifier or full wave rectifier.  Diodes of number IN4001, IN4002, IN4003, IN4004, IN4005, IN4006 and IN4007 have maximum reverse bias voltage capacity of 50V and maximum forward current capacity of 1A.  Diode of low capacity cannot be used in place of diode of high capacity.
  • 11. RF MODULE:  The RF module operates at Radio Frequency(RF) . The corresponding frequency range varies between 30 kHz & 300 GHz.  RF signals can travel even through obstruction between transmitter & receiver.  Any RF module comprises of an RF Transmitter and an RF Receiver
  • 12. ROBOT CHASSIS:  A chassis is a base - the physical frame or structure of an automobile, an airplane, a desktop computer or other multi-component device. In military terms, it refers to the frame on which a cannon carriage moves backwards and forwards
  • 13.  A stepper motor is another kind of electric motor used in the robotics industry.  Stepper motors move a known interval for each pulse of power. These pulses of power are provided by a stepper motor driver and are referred to as a step. STEPPER MOTOR:
  • 14. ULTRASONIC SENSOR  Ultrasonic Rangefinder is used to find range of an obstacle from the sensor.  It works on a principle similar to RADAR or SONAR which evaluate attributes of a target by interpreting the echoes from radio or sound waves respectively. 
  • 15. LASER – LIGHT AMPLIFICATION BY STIMULATED EMISSION RADIATION  Any device that emit highly amplified and coherent radiation of one or more discrete frequencies.  LASER delivers light in an almost-perfectly parallel beam (collimated) that is very pure, approaching a single wavelength.  It is used to produce a coherent non dispersing beam of light by multiple refractions inside a highly polished glass cavity.
  • 16. WIRELESS VIDEO CAMERA  It is a wireless transmitter carrying a camera signal.  The camera is wired to wireless transmitter and the signal travels between the camera and the receiver.  The sound you hear on a radio is transmitted wirelessly and you can tune it to a certain frequency and hear the sound.  The power is provided by a battery or transformer.  The Receiver A wireless receiver has only one function. After the camera and wireless transmitters have provided the wireless video signal the receiver collects this signal and routes it the Monitor, TV, VCR , DVR or PC (or alternative recording or viewing device).  Video Transmitter: Video Transmitters can be obtained separate from cameras.. Instead of the wire from the camera to the recording device or monitor the wireless signal will send the video. Again you will need to provide power to the camera and the transmitter.
  • 17. WORKING:  The system is designed to detect the target (missile) moving in multiple directions. The destroying system moves automatically in the direction of missile and fires it upon fixing the target.  This system consists of a SONAR based object tracking system that continuously monitors the target. Upon detecting the target it sends the target's location to a Central Control System. The Central Control System takes the action of moving the firing mechanism in the direction of target missile.  Upon fixing the direction, it sends the control command to firing system to attack the target.  This project is divided in three part RF Transmitter, RF Receiver, and microcontroller.
  • 18. SOFTWARE DESCRIPTION- CODE VISION AVR  Code vision AVR is a very powerful and user-friendly compiler/IDE for Atmel’s AVR series of microcontrollers.  Application that runs under Windows® XP, Vista, Windows 7, Windows 8 and Windows 10, 32-bit and 64-bit  Easy to use Integrated Development Environment and ANSI C compatible Compiler  Editor with auto indentation, syntax highlighting for both C and AVR assembler.  Fast floating point library with hardware multiplier and enhanced core instructions support .  Transparent, easy accessing of the EEPROM & FLASH memory areas, without the need of special functions like in other AVR compilers  Bit level access to I/O registers  Interrupt support  Support for placing bit variables in the General Purpose I/O Registers (GPIOR) available in the new chips .  Advanced variables to register allocator, allows very efficient use of the AVR architecture  Common Block Subroutine Packing replaces repetitive code sequences with calls to subroutines. This optimizer is available as Standard in CodeVisionAVR.
  • 19. CONCLUSION:  By using ultrasonic waves, we can detect the missile then micro controller activates the destroyer. This can be applied in various defense fields to protect the Nation from foreign attacks.  In case of global military conflict, the role of anti-missile defense becomes very important. Although anti-missile defence with a hundred percent reliability was not reached by any country, huge efforts are put into this area.  For this purpose early attack detection systems, controllable rockets, high power lasers are used.