Auto-Track Receiver

Motivation

Electronic warfare is a special field of electronics required for defense personnel to manage the peace and tactical scenarios. It has two segments namely,Electronic Support Measures (ESM) and Electronic Counter Measures (ECM). ESM system is used to measure the parameters of radar emissions in the operating frequency range along with pulse width, pulse repetition frequency, signal strength, antenna scan period, direction of arrival etc. ECM is used to jam the radars to make it ineffective during the peace and war scenarios. ECM has two techniques, namely noise jamming and deception jamming.

Radar transmits electromagnetic pulses (i.e., radio frequency waves) towards the aircraft which is then reflected from the aircraft. A small portion of the reflected energy returns to the radar set. This returned energy is called an ECHO. Radar sets use the echo to determine the direction and distance of the reflecting object.

The main objective of my part of the project is to determine the direction of the target object (like aircraft) by calculating its azimuth and elevation angle by processing the weak echo signals received by the antenna.

Methodology

The Design of Auto Track Receiver circuit for Electronic Warfare systems broadly includes following steps.
  1. Study of FPGA and microcontroller.
  2. Preparation of schematic diagram.
  3. Selection of proper IC's and interface devices.
  4. Code development for FPGA and microcontroller.
  5. Simulation testing of the code.
The block diagram of the circuit is shown below.

Fig.1 - Block Diagram of ATR circuit.

Experiences/Takeaways

The major challenge faced was to design the receiver circuit with an operating speed of below 100ns. I have gained deep insight into the Radars, Electronic Support measure (ESM), Electronic Counter Measure (ECM) and the parameters for detecting the signal i. carrier frequency, ii.amplitude, iii.pulse width, iv.pulse repetition interval, v.direction of arrival. During the course of design work I have been exposed to the BEL standard processing techniques. I have been familiarised with the selection of required components suitable for each block by studying the datasheets of each integrated circuit (IC). I have gained a lot of practical knowledge about the design of electronic circuits,software development and its cycle
To the Top