0% found this document useful (0 votes)
58 views20 pages

Lecture-4 - The Radar Equation

The document discusses the radar range equation, which is used to calculate the signal-to-noise ratio (SNR) for a radar system. It factors in transmitted power, antenna gains, target radar cross-section, range, receiver noise, and pulse integration techniques. Pulse integration, whether coherent or non-coherent, is explained as a method to increase SNR by summing multiple echo signals. MATLAB examples are also provided to demonstrate non-coherent integration. The radar range equation is developed throughout the document considering the key parameters that impact SNR.

Uploaded by

Zeeshan Javed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
58 views20 pages

Lecture-4 - The Radar Equation

The document discusses the radar range equation, which is used to calculate the signal-to-noise ratio (SNR) for a radar system. It factors in transmitted power, antenna gains, target radar cross-section, range, receiver noise, and pulse integration techniques. Pulse integration, whether coherent or non-coherent, is explained as a method to increase SNR by summing multiple echo signals. MATLAB examples are also provided to demonstrate non-coherent integration. The radar range equation is developed throughout the document considering the key parameters that impact SNR.

Uploaded by

Zeeshan Javed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 20

AV-475

RADAR SYSTEMS
Lecture No 04
Radar Range Equation

Text Book : Principles of Modern Radar Vol. I: Basic Principles by M. A. Richards, J.


A. Scheer, W. A. Holm, (2010); Sections 2.1 – 2.6

Number of Slides: 22

1
In the last lecture
• Basic concepts revised
• Physics of EM waves
• Interaction of EM waves with matter
• Diffraction
• Refraction
• Reflection
• Attenuation
• Probability Density Function

2
In this lecture
• Radar range equation

• The equation the radar system designer or analyst uses


to compute the signal-to-interference ratio (SIR) is the
radar range equation (RRE).

3
 Power density of isotropic antenna
•  Suppose the peak power transmitted by radar is . For
isotropic antenna, the power density at a range is

4
Antenna Gain

• Radiation intensity is power density over sphere (watt/steradian)


• Gain is radiation intensity over that of an isotropic source
• The narrower is the beam, the larger is the radar range given the
same transmitted power
5
 Power density of directional antenna
•  For directional antenna, the power density at range
becomes

6
 Radar Cross Section (RCS),
•  is the property of a scattering object or target.

  = 𝑃𝑡
𝑄 𝑖 2
4𝜋𝑅  𝜎

 𝑃𝑡  𝑃refl =𝜎 𝑄𝑖
Radar

  𝑃refl 𝜎 𝑄𝑖 𝜎 𝑃𝑡 𝐺 𝑡
𝑄𝑟 = 2
= 2
=
4𝜋 𝑅 4𝜋𝑅 ( 4 𝜋 )2 𝑅 4

7
Received power at the target
•  The radar receiving antenna “gathers” the amount of
power received depending upon effective antenna area, .
Hence

• It is customary to replace with receive antenna gain ,


which is related as

8
Received power at the target
•  Hence

• For monostatic radars, .


• For bistatic radar,

9
Example
•  Consider an X-band radar (10 GHz) with peak transmitted
power of 1 kW and antenna gain of 26000 (pencil beam
antenna). Suppose an echo is received from an aircraft
with an RCS of 100 m2 at a range of 10 km. Find the
received power.
• Solution:
We have

10
Receive thermal noise
•  As discussed in last lecture, receiver thermal noise always
exist. Its power is

where
Boltzmann’s constant ( W-sec/K),
290 K,
noise figure of the receiver part
instantaneous receiver bandwidth
(measured as half-power bandwidth (HPBW))

11
SNR and radar range equation
•  As a parameter, SNR is more important than the received
power because how much is the target signal detectable in
the inevitable noise will make radar detect a target.

12
Pulse integration
• We have opportunities to sum-up multiple echoes from a
single target to increase the SNR.
• This is called pulse integration.
• There are two types of pulse integration:
1. Coherent integration
2. Non-coherent integration

13
Coherent Integration
•  Consider pulses .
• Then coherently integrated signal is

• Coherent integration is possible when all the received


signal from target are aligned i.e. their phases are known.
• But phases change with Doppler shift and oscillator’s
imperfections at the receiver.
• Hence, coherent integration is limited to the time over
which signal does not change substantially.

14
Non-coherent integration
•  It does not keep track of the phase.

• Coherent integration increases SNR by times.

• Non-coherent integration increases SNR by less than


times.

15
In MATLAB (1/2)
• Example of non-coherent integration:

x = repmat(sin(2*pi*(0:99)'/100),1,10)+0.1*randn(100,10);
y = pulsint(x);
subplot(211), plot(abs(x(:,1)));
axis([0 100 0 4])
ylabel('Magnitude');
title('First Pulse');
subplot(212), plot(abs(y));
ylabel('Magnitude');
title('Integrated Pulse');

16
In MATLAB (2/2)

17
Radar range equation after integration
•  After coherent integration, the radar range equation
becomes:

18
Summary
• Radar range equation is developed considering
• Target’s range
• Power densities
• Transmitted power
• Antenna gains
• Receiver thermal noise
• Pulse integration

19
Next lecture
• Continue with developing the radar range equation
further

20

You might also like