Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar
Abstract here
Contents
Introduction
Motivation
Radar is an electrical system which transmits radiofrequency (RF) electromagnetic (EM) waves toward a region of interest and receives the EM waves reflected from the targets for detecting and ranging the target. [1] For the modern radar system, it has much powerful features such as, tracking, classifying and imaging the target. Inverse synthetic aperture radar (ISAR) is such a useful technology to obtain high-resolution images of moving targets under conditions of all-weather and all-day, which has been wildly used in many field such to recognise and classify targets. This project aims to obtain a better understanding of ISAR and the principle of modern radar system.
Objectives
The purpose of the project is to write a software library for ISAR system by using signal processing knowledge. Our project group need to write functions to achieve multiple radar features starting from building up a radar signal simulator and 3D point scatterer targets with arbitrary motions. Then the ISAR library will follow the design process of range-Doppler algorithm to generate ISAR image. Other functions such as = bistatic radar modelling and image auto-focusing are also included.
Project team
Project students
- Alfred Lu
- Ting Jiang
- Nan Yang
Supervisors
- Dr Brian Ng
- Dr Hong Gunn Chew
Background
Radar
Radar is an electrical system which transmits EM waves toward a region of interest and receives the reflected signal from the targets for detecting and ranging it. The major components in a radar include transmitter which generates EM waves, transmit antenna which transmit the signal into propagation medium, receive antenna which receive the EM waves reflected from the target, a detector which can demodulate the carrier signal and finally a signal processor which can sort and analyse the received signal.
SAR
Developed in 1950s, synthetic Aperture Radar (SAR), based on the principle of synthetic aperture, realises high-resolution microwave imaging. It has the characteristics of all-weather, high-resolution and wide-range etc. It was firstly mainly used in airborne and spaceborne platform. With the development of technology, missile-borne, ground-based SAR, UAV SAR, near-space platform SAR and hand-held SAR etc. have appeared. SAR equipped with various forms of platforms is widely used in military and civilian fields.
SAR transmits electromagnetic waves in turn. Radar antenna collects, digitalises and stores reflected echoes for later processing. As sending and receiving occur at different times, they are mapped to different locations. A good combination of received signals has constructed a virtual aperture which is much longer than the physical antenna length. This is why it is called “synthetic aperture”, giving it the attribute of imaging radar. The target direction is parallel to the flight path and perpendicular to the azimuth direction, also known as the orbit direction because it is in line with the position of the object in the antenna’s field of view.
ISAR
Inverse synthetic aperture radar (ISAR) is a radar technique using radar imaging to generate two-dimensional high resolution image pf a target, which is an important branch in the development of SAR. ISAR is capable of imaging long-range targets with high resolution, so it has great potential for long- range targets. To achieve ISAR imaging, motion compensation must be carried out [2].
The basic principles of SAR and ISAR imaging are the same, which is to obtain high range resolution by transmitting broadband signal and high azimuth resolution by large observation angles. However, different from SAR which is installed on a moving platform to detect static targets, ISAR is a ground-based system to form images for moving objects. Due to the non-cooperation of targets, the development of ISAR was relatively slower than SAR. In 1980, C. C. Chen and Andrew in the United States published the first real ISAR image for an aircraft and researched about signal pre-processing, distance bending and motion compensation. After that, more and more publicly reported ISAR images appeared including Boeing 727, DC-9 and even Venus. In recent years, V. C. Chen and Jian Li had introduced micro-Doppler analysis into ISAR imaging to analyse target moving components. With the in-depth and extensive research of ISAR technology, ISAR has been able to obtain the detailed images of most moving targets (such as aircraft, ships, missiles, satellites and other targets), and has become an extremely important means of target recognition in strategic defence systems [3].
ISAR Signal Modelling
LFM Signal
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.
For chirp signal, it has the features,
- The LFM signal can have wide bandwidth.
- The frequency of LFM pulse waveform changes linearly within a single pulse.
Transmitted Signal
The transmitted LFM signal with a rectangular envelope can be expressed as:
tx=ones(1,length(𝑡𝑥))∗exp(j2π(fc+beta/2*t)t)
Where fc is the carrier frequency
ones (1,length(𝑡𝑥)) is the rectangular envelope
beta is the frequency changing rate,
beta=bandwidth/𝑃𝑢𝑙𝑠𝑒𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛
Based on the formula, a transmitted signal function is defined as
function TX=Chirp_isar(fc,beta,t)
The function takes the carrier frequency, frequency changing rate and time vector as the input, and outputs a single chirp pulse as the transmitted signal.
Received Signal
The radar received signal arrives with a time delay of td. This time delay can be expressed as
td=2∗R/c
Where R is the distance from the signal transmitter to the target, c is the wave propagation velocity, constant 2 represents round trip travelling time. The LFM received signal with a time delay can be expressed as
Rx=ones(1,length(𝑡𝑥))∗exp(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))
Pulse Train
In the ISAR simulator, the radar system is designed to emit N number of chirp pulses to build up a discernible echo. And the sequence of pulses used to generate the multiple range profiles over slow time.
Matched Filter
The transmitted signal is defined as tx (t), the filter matched to the signal, can be defined as the impulse response of the transmitted signal:
h(t)=k∗tx(Δ−t) (3.7)
Where k is a constant representing the magnitude of the impulse response Δ is an arbitrary constant where range compression occurs The pulse compression occurs when processing the returned chirp signal through a matched Filter. If the signal is noisy, the matched filter can also filter out the noise.
Target simulation & range Updating
Target Design
In the ISAR radar library, several 2D and 3D targets are plotted. The targets will help with radar tests in different scenarios. The air plane models are designed as translational motion object; and a helicopter model is designed for rotational motion. Also, the simple targets are used for testing simulation results, and the large scale 3D objects are used for the exhibition.
Rotate Function
In order to realise the target rotating motion, the next step is to design a 3D rotation function. For a certain target, such as aircraft, will have three motions, which are yaw, pitch and roll.
Translational Motion Function
In the radar simulator, targets are defined as scattered objects. Therefore the range updating function have to track all scatters’ location of the target. The range update function can be expressed as 23
range(i)=r+scatterlocation(i)+V∗Time
Where r is the location of the target centre, scatterlocation is the scatter position in target’s own frame, i is the ith scatter of the target and V is the target translational velocity. Time is the target travelling time, in the radar system it can be expressed as
Time=PRI∗pulse_index(n)
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.
Results
Conclusion
References
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at: https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at: https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian University, p. 1, Sep. 2011.