<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://projectswiki.eleceng.adelaide.edu.au/projects/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=A1693129</id>
	<title>Projects - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://projectswiki.eleceng.adelaide.edu.au/projects/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=A1693129"/>
	<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php/Special:Contributions/A1693129"/>
	<updated>2026-04-17T18:59:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.4</generator>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12697</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12697"/>
		<updated>2019-06-09T14:00:45Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Matched Filter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth [4]. For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
=== Cross-range Profile ===&lt;br /&gt;
A cross-range profile can be formed by collecting the radar returns from a target at different look angles, and the aspect width of the look angles is used to resolve the required cross-range points to form the 1D cross-range profile.&lt;br /&gt;
&lt;br /&gt;
== ISAR Imaging ==&lt;br /&gt;
This section will talk about the ISAR geometry, and generate an ISAR image by using a range profile. The 2D ISAR image is the display of range profile in one axis and the cross-range profile in the other axis [4].&lt;br /&gt;
The following figure shows the ISAR geometry, in which the target rotates around the rotating centre O with an angular velocity ω. The radar collects wideband reflected signals from moving targets at multiple aspects with chirp signal [5].&lt;br /&gt;
&lt;br /&gt;
== Range Alignment ==&lt;br /&gt;
From previous ISAR design part, it can be found that the blurred ISAR image is induced by target radial translational motion. It is because the change of range value from profile to profile results in one scatter to migrate along multiple range bins.&lt;br /&gt;
&lt;br /&gt;
=== Cross Correlation Method ===&lt;br /&gt;
When target rotating speed is slow, the difference in phase shift between adjacent pulses will be small, which means there is strong correlation between the returned pulses. So cross correlation method can be used to estimate the time delay and compensation the time delay between pulses.&lt;br /&gt;
              R12(τ)=∫u1(𝑡̂)u2(𝑡̂−τ), where τ is time delay&lt;br /&gt;
&lt;br /&gt;
=== Minimum Image Entropy Method===&lt;br /&gt;
Miminum image entropy method firstly establishes an image entropy, which is the&lt;br /&gt;
evaluation function of imaging effect. Then, it uses the estimated target motion&lt;br /&gt;
parameters to compensate the target echo data and performs range Doppler&lt;br /&gt;
imaging. Finally, the motion compensation is completed by optimizing the image&lt;br /&gt;
entropy. Minimum image entropy is an iterative motion compensation method,&lt;br /&gt;
which can achieve optimal imaging without any manual intervention.&lt;br /&gt;
The motion parameter estimation method based on image entropy is to link the&lt;br /&gt;
estimation of motion parameters with the image quality. An accurate motion&lt;br /&gt;
compensation will produce images with good focusing effect and high resolution.&lt;br /&gt;
The image quality depends on the ISAR image.&lt;br /&gt;
&lt;br /&gt;
For instance, a target is moving towards ISAR LOS, the range is changing as&lt;br /&gt;
              ΔR_t = R_t − 𝑅0 = 𝑣0 + 0.5 𝑎 ∗ 𝑡^2&lt;br /&gt;
Where R_t is the range of the target to the ISAR LOS at time t, R0 is the initial&lt;br /&gt;
distance, v0 is the target’s initial velocity and a is the acceleration. ΔR_t can be used to compensate the target echo signals where the optimal solution spaces are v0 and&lt;br /&gt;
a.&lt;br /&gt;
&lt;br /&gt;
== Auto Focusing ==&lt;br /&gt;
After translational motion compensation ISAR image is still smeared due to phase errors induced by the target rotation and residual translation errors.&lt;br /&gt;
&lt;br /&gt;
Two nonparametric auto focusing methods will be designed and tested, which are phase gradient alignment (PGA) and single prominent point processing (SPPP).&lt;br /&gt;
&lt;br /&gt;
As the ISAR library is not capable of rational error compensation, it is not expected to work effectively on rotational error. However, the library has strong features of translational motion compensation, therefore the following design will more focus on eliminating residue translation errors.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
Based on the implementations for ISAR simulator and motion compensation&lt;br /&gt;
methods, the final ISAR images obtained using the Matlab sotware library is&lt;br /&gt;
constructed. Figure f49 shows ISAR images for the B2 boomer. However, the ISAR images for a same target may be different when the object&lt;br /&gt;
performs different movements.&lt;br /&gt;
&lt;br /&gt;
[[File:Boomer.PNG|thumb|ISAR images for B2 boomer]]&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
Through the ISAR software project, several important features of ISAR imaging are learned. Firstly the ISAR image depends on the target’s motion and RLOS, that different targets motion can generate different ISAR image. Secondly, in range-Doppler plane, the phase difference of the scatters located at the same range bin is proportional to the difference in cross range.&lt;br /&gt;
&lt;br /&gt;
=== Future Work ===&lt;br /&gt;
In this project, the rotation motion compensation function is not contained in the software library which can be built up in the future. Then in the radar simulator part, the target RCS and radar power dissipation are not considered. These features can be added to the software library to make the simulation more real.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;br /&gt;
&lt;br /&gt;
[5] S. Li, G. Zhao, W. Zhang, Q. Qiu and H. Sun, &amp;quot;ISAR Imaging by Two-Dimensional Convex Optimization-Based Compressive Sensing&amp;quot;, IEEE Sensors Journal, vol. 16, no. 19, pp. 7088-7093, 2016. Available: 10.1109/jsen.2016.2599540.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12696</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12696"/>
		<updated>2019-06-09T13:56:09Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Conclusion */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth [4]. For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
=== Cross-range Profile ===&lt;br /&gt;
A cross-range profile can be formed by collecting the radar returns from a target at different look angles, and the aspect width of the look angles is used to resolve the required cross-range points to form the 1D cross-range profile.&lt;br /&gt;
&lt;br /&gt;
== ISAR Imaging ==&lt;br /&gt;
This section will talk about the ISAR geometry, and generate an ISAR image by using a range profile. The 2D ISAR image is the display of range profile in one axis and the cross-range profile in the other axis [4].&lt;br /&gt;
The following figure shows the ISAR geometry, in which the target rotates around the rotating centre O with an angular velocity ω. The radar collects wideband reflected signals from moving targets at multiple aspects with chirp signal [5].&lt;br /&gt;
&lt;br /&gt;
== Range Alignment ==&lt;br /&gt;
From previous ISAR design part, it can be found that the blurred ISAR image is induced by target radial translational motion. It is because the change of range value from profile to profile results in one scatter to migrate along multiple range bins.&lt;br /&gt;
&lt;br /&gt;
=== Cross Correlation Method ===&lt;br /&gt;
When target rotating speed is slow, the difference in phase shift between adjacent pulses will be small, which means there is strong correlation between the returned pulses. So cross correlation method can be used to estimate the time delay and compensation the time delay between pulses.&lt;br /&gt;
              R12(τ)=∫u1(𝑡̂)u2(𝑡̂−τ), where τ is time delay&lt;br /&gt;
&lt;br /&gt;
=== Minimum Image Entropy Method===&lt;br /&gt;
Miminum image entropy method firstly establishes an image entropy, which is the&lt;br /&gt;
evaluation function of imaging effect. Then, it uses the estimated target motion&lt;br /&gt;
parameters to compensate the target echo data and performs range Doppler&lt;br /&gt;
imaging. Finally, the motion compensation is completed by optimizing the image&lt;br /&gt;
entropy. Minimum image entropy is an iterative motion compensation method,&lt;br /&gt;
which can achieve optimal imaging without any manual intervention.&lt;br /&gt;
The motion parameter estimation method based on image entropy is to link the&lt;br /&gt;
estimation of motion parameters with the image quality. An accurate motion&lt;br /&gt;
compensation will produce images with good focusing effect and high resolution.&lt;br /&gt;
The image quality depends on the ISAR image.&lt;br /&gt;
&lt;br /&gt;
For instance, a target is moving towards ISAR LOS, the range is changing as&lt;br /&gt;
              ΔR_t = R_t − 𝑅0 = 𝑣0 + 0.5 𝑎 ∗ 𝑡^2&lt;br /&gt;
Where R_t is the range of the target to the ISAR LOS at time t, R0 is the initial&lt;br /&gt;
distance, v0 is the target’s initial velocity and a is the acceleration. ΔR_t can be used to compensate the target echo signals where the optimal solution spaces are v0 and&lt;br /&gt;
a.&lt;br /&gt;
&lt;br /&gt;
== Auto Focusing ==&lt;br /&gt;
After translational motion compensation ISAR image is still smeared due to phase errors induced by the target rotation and residual translation errors.&lt;br /&gt;
&lt;br /&gt;
Two nonparametric auto focusing methods will be designed and tested, which are phase gradient alignment (PGA) and single prominent point processing (SPPP).&lt;br /&gt;
&lt;br /&gt;
As the ISAR library is not capable of rational error compensation, it is not expected to work effectively on rotational error. However, the library has strong features of translational motion compensation, therefore the following design will more focus on eliminating residue translation errors.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
Based on the implementations for ISAR simulator and motion compensation&lt;br /&gt;
methods, the final ISAR images obtained using the Matlab sotware library is&lt;br /&gt;
constructed. Figure f49 shows ISAR images for the B2 boomer. However, the ISAR images for a same target may be different when the object&lt;br /&gt;
performs different movements.&lt;br /&gt;
&lt;br /&gt;
[[File:Boomer.PNG|thumb|ISAR images for B2 boomer]]&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
Through the ISAR software project, several important features of ISAR imaging are learned. Firstly the ISAR image depends on the target’s motion and RLOS, that different targets motion can generate different ISAR image. Secondly, in range-Doppler plane, the phase difference of the scatters located at the same range bin is proportional to the difference in cross range.&lt;br /&gt;
&lt;br /&gt;
=== Future Work ===&lt;br /&gt;
In this project, the rotation motion compensation function is not contained in the software library which can be built up in the future. Then in the radar simulator part, the target RCS and radar power dissipation are not considered. These features can be added to the software library to make the simulation more real.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;br /&gt;
&lt;br /&gt;
[5] S. Li, G. Zhao, W. Zhang, Q. Qiu and H. Sun, &amp;quot;ISAR Imaging by Two-Dimensional Convex Optimization-Based Compressive Sensing&amp;quot;, IEEE Sensors Journal, vol. 16, no. 19, pp. 7088-7093, 2016. Available: 10.1109/jsen.2016.2599540.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12695</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12695"/>
		<updated>2019-06-09T13:55:19Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth [4]. For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
=== Cross-range Profile ===&lt;br /&gt;
A cross-range profile can be formed by collecting the radar returns from a target at different look angles, and the aspect width of the look angles is used to resolve the required cross-range points to form the 1D cross-range profile.&lt;br /&gt;
&lt;br /&gt;
== ISAR Imaging ==&lt;br /&gt;
This section will talk about the ISAR geometry, and generate an ISAR image by using a range profile. The 2D ISAR image is the display of range profile in one axis and the cross-range profile in the other axis [4].&lt;br /&gt;
The following figure shows the ISAR geometry, in which the target rotates around the rotating centre O with an angular velocity ω. The radar collects wideband reflected signals from moving targets at multiple aspects with chirp signal [5].&lt;br /&gt;
&lt;br /&gt;
== Range Alignment ==&lt;br /&gt;
From previous ISAR design part, it can be found that the blurred ISAR image is induced by target radial translational motion. It is because the change of range value from profile to profile results in one scatter to migrate along multiple range bins.&lt;br /&gt;
&lt;br /&gt;
=== Cross Correlation Method ===&lt;br /&gt;
When target rotating speed is slow, the difference in phase shift between adjacent pulses will be small, which means there is strong correlation between the returned pulses. So cross correlation method can be used to estimate the time delay and compensation the time delay between pulses.&lt;br /&gt;
              R12(τ)=∫u1(𝑡̂)u2(𝑡̂−τ), where τ is time delay&lt;br /&gt;
&lt;br /&gt;
=== Minimum Image Entropy Method===&lt;br /&gt;
Miminum image entropy method firstly establishes an image entropy, which is the&lt;br /&gt;
evaluation function of imaging effect. Then, it uses the estimated target motion&lt;br /&gt;
parameters to compensate the target echo data and performs range Doppler&lt;br /&gt;
imaging. Finally, the motion compensation is completed by optimizing the image&lt;br /&gt;
entropy. Minimum image entropy is an iterative motion compensation method,&lt;br /&gt;
which can achieve optimal imaging without any manual intervention.&lt;br /&gt;
The motion parameter estimation method based on image entropy is to link the&lt;br /&gt;
estimation of motion parameters with the image quality. An accurate motion&lt;br /&gt;
compensation will produce images with good focusing effect and high resolution.&lt;br /&gt;
The image quality depends on the ISAR image.&lt;br /&gt;
&lt;br /&gt;
For instance, a target is moving towards ISAR LOS, the range is changing as&lt;br /&gt;
              ΔR_t = R_t − 𝑅0 = 𝑣0 + 0.5 𝑎 ∗ 𝑡^2&lt;br /&gt;
Where R_t is the range of the target to the ISAR LOS at time t, R0 is the initial&lt;br /&gt;
distance, v0 is the target’s initial velocity and a is the acceleration. ΔR_t can be used to compensate the target echo signals where the optimal solution spaces are v0 and&lt;br /&gt;
a.&lt;br /&gt;
&lt;br /&gt;
== Auto Focusing ==&lt;br /&gt;
After translational motion compensation ISAR image is still smeared due to phase errors induced by the target rotation and residual translation errors.&lt;br /&gt;
&lt;br /&gt;
Two nonparametric auto focusing methods will be designed and tested, which are phase gradient alignment (PGA) and single prominent point processing (SPPP).&lt;br /&gt;
&lt;br /&gt;
As the ISAR library is not capable of rational error compensation, it is not expected to work effectively on rotational error. However, the library has strong features of translational motion compensation, therefore the following design will more focus on eliminating residue translation errors.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
Based on the implementations for ISAR simulator and motion compensation&lt;br /&gt;
methods, the final ISAR images obtained using the Matlab sotware library is&lt;br /&gt;
constructed. Figure f49 shows ISAR images for the B2 boomer. However, the ISAR images for a same target may be different when the object&lt;br /&gt;
performs different movements.&lt;br /&gt;
&lt;br /&gt;
[[File:Boomer.PNG|thumb|ISAR images for B2 boomer]]&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;br /&gt;
&lt;br /&gt;
[5] S. Li, G. Zhao, W. Zhang, Q. Qiu and H. Sun, &amp;quot;ISAR Imaging by Two-Dimensional Convex Optimization-Based Compressive Sensing&amp;quot;, IEEE Sensors Journal, vol. 16, no. 19, pp. 7088-7093, 2016. Available: 10.1109/jsen.2016.2599540.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Boomer.PNG&amp;diff=12694</id>
		<title>File:Boomer.PNG</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Boomer.PNG&amp;diff=12694"/>
		<updated>2019-06-09T13:54:41Z</updated>

		<summary type="html">&lt;p&gt;A1693129: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12693</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12693"/>
		<updated>2019-06-09T13:53:07Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Minimum Image Entropy Method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth [4]. For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
=== Cross-range Profile ===&lt;br /&gt;
A cross-range profile can be formed by collecting the radar returns from a target at different look angles, and the aspect width of the look angles is used to resolve the required cross-range points to form the 1D cross-range profile.&lt;br /&gt;
&lt;br /&gt;
== ISAR Imaging ==&lt;br /&gt;
This section will talk about the ISAR geometry, and generate an ISAR image by using a range profile. The 2D ISAR image is the display of range profile in one axis and the cross-range profile in the other axis [4].&lt;br /&gt;
The following figure shows the ISAR geometry, in which the target rotates around the rotating centre O with an angular velocity ω. The radar collects wideband reflected signals from moving targets at multiple aspects with chirp signal [5].&lt;br /&gt;
&lt;br /&gt;
== Range Alignment ==&lt;br /&gt;
From previous ISAR design part, it can be found that the blurred ISAR image is induced by target radial translational motion. It is because the change of range value from profile to profile results in one scatter to migrate along multiple range bins.&lt;br /&gt;
&lt;br /&gt;
=== Cross Correlation Method ===&lt;br /&gt;
When target rotating speed is slow, the difference in phase shift between adjacent pulses will be small, which means there is strong correlation between the returned pulses. So cross correlation method can be used to estimate the time delay and compensation the time delay between pulses.&lt;br /&gt;
              R12(τ)=∫u1(𝑡̂)u2(𝑡̂−τ), where τ is time delay&lt;br /&gt;
&lt;br /&gt;
=== Minimum Image Entropy Method===&lt;br /&gt;
Miminum image entropy method firstly establishes an image entropy, which is the&lt;br /&gt;
evaluation function of imaging effect. Then, it uses the estimated target motion&lt;br /&gt;
parameters to compensate the target echo data and performs range Doppler&lt;br /&gt;
imaging. Finally, the motion compensation is completed by optimizing the image&lt;br /&gt;
entropy. Minimum image entropy is an iterative motion compensation method,&lt;br /&gt;
which can achieve optimal imaging without any manual intervention.&lt;br /&gt;
The motion parameter estimation method based on image entropy is to link the&lt;br /&gt;
estimation of motion parameters with the image quality. An accurate motion&lt;br /&gt;
compensation will produce images with good focusing effect and high resolution.&lt;br /&gt;
The image quality depends on the ISAR image.&lt;br /&gt;
&lt;br /&gt;
For instance, a target is moving towards ISAR LOS, the range is changing as&lt;br /&gt;
              ΔR_t = R_t − 𝑅0 = 𝑣0 + 0.5 𝑎 ∗ 𝑡^2&lt;br /&gt;
Where R_t is the range of the target to the ISAR LOS at time t, R0 is the initial&lt;br /&gt;
distance, v0 is the target’s initial velocity and a is the acceleration. ΔR_t can be used to compensate the target echo signals where the optimal solution spaces are v0 and&lt;br /&gt;
a.&lt;br /&gt;
&lt;br /&gt;
== Auto Focusing ==&lt;br /&gt;
After translational motion compensation ISAR image is still smeared due to phase errors induced by the target rotation and residual translation errors.&lt;br /&gt;
&lt;br /&gt;
Two nonparametric auto focusing methods will be designed and tested, which are phase gradient alignment (PGA) and single prominent point processing (SPPP).&lt;br /&gt;
&lt;br /&gt;
As the ISAR library is not capable of rational error compensation, it is not expected to work effectively on rotational error. However, the library has strong features of translational motion compensation, therefore the following design will more focus on eliminating residue translation errors.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;br /&gt;
&lt;br /&gt;
[5] S. Li, G. Zhao, W. Zhang, Q. Qiu and H. Sun, &amp;quot;ISAR Imaging by Two-Dimensional Convex Optimization-Based Compressive Sensing&amp;quot;, IEEE Sensors Journal, vol. 16, no. 19, pp. 7088-7093, 2016. Available: 10.1109/jsen.2016.2599540.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12692</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12692"/>
		<updated>2019-06-09T13:50:31Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Range Alignment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth [4]. For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
=== Cross-range Profile ===&lt;br /&gt;
A cross-range profile can be formed by collecting the radar returns from a target at different look angles, and the aspect width of the look angles is used to resolve the required cross-range points to form the 1D cross-range profile.&lt;br /&gt;
&lt;br /&gt;
== ISAR Imaging ==&lt;br /&gt;
This section will talk about the ISAR geometry, and generate an ISAR image by using a range profile. The 2D ISAR image is the display of range profile in one axis and the cross-range profile in the other axis [4].&lt;br /&gt;
The following figure shows the ISAR geometry, in which the target rotates around the rotating centre O with an angular velocity ω. The radar collects wideband reflected signals from moving targets at multiple aspects with chirp signal [5].&lt;br /&gt;
&lt;br /&gt;
== Range Alignment ==&lt;br /&gt;
From previous ISAR design part, it can be found that the blurred ISAR image is induced by target radial translational motion. It is because the change of range value from profile to profile results in one scatter to migrate along multiple range bins.&lt;br /&gt;
&lt;br /&gt;
=== Cross Correlation Method ===&lt;br /&gt;
When target rotating speed is slow, the difference in phase shift between adjacent pulses will be small, which means there is strong correlation between the returned pulses. So cross correlation method can be used to estimate the time delay and compensation the time delay between pulses.&lt;br /&gt;
              R12(τ)=∫u1(𝑡̂)u2(𝑡̂−τ), where τ is time delay&lt;br /&gt;
&lt;br /&gt;
=== Minimum Image Entropy Method===&lt;br /&gt;
Miminum image entropy method firstly establishes an image entropy, which is the&lt;br /&gt;
evaluation function of imaging effect. Then, it uses the estimated target motion&lt;br /&gt;
parameters to compensate the target echo data and performs range Doppler&lt;br /&gt;
imaging. Finally, the motion compensation is completed by optimizing the image&lt;br /&gt;
entropy. Minimum image entropy is an iterative motion compensation method,&lt;br /&gt;
which can achieve optimal imaging without any manual intervention.&lt;br /&gt;
The motion parameter estimation method based on image entropy is to link the&lt;br /&gt;
estimation of motion parameters with the image quality. An accurate motion&lt;br /&gt;
compensation will produce images with good focusing effect and high resolution.&lt;br /&gt;
The image quality depends on the ISAR image.&lt;br /&gt;
&lt;br /&gt;
For instance, a target is moving towards ISAR LOS, the range is changing as&lt;br /&gt;
              ΔR_t = R_t − 𝑅0 = 𝑣0 + 0.5 𝑎 ∗ 𝑡^2&lt;br /&gt;
Where R_t is the range of the target to the ISAR LOS at time t, R0 is the initial&lt;br /&gt;
distance, v0 is the target’s initial velocity and a is the acceleration. ΔR_t can be used to compensate the target echo signals where the optimal solution spaces are v0 and&lt;br /&gt;
a.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;br /&gt;
&lt;br /&gt;
[5] S. Li, G. Zhao, W. Zhang, Q. Qiu and H. Sun, &amp;quot;ISAR Imaging by Two-Dimensional Convex Optimization-Based Compressive Sensing&amp;quot;, IEEE Sensors Journal, vol. 16, no. 19, pp. 7088-7093, 2016. Available: 10.1109/jsen.2016.2599540.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12691</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12691"/>
		<updated>2019-06-09T13:10:45Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Minimum Image Entropy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth [4]. For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
=== Cross-range Profile ===&lt;br /&gt;
A cross-range profile can be formed by collecting the radar returns from a target at different look angles, and the aspect width of the look angles is used to resolve the required cross-range points to form the 1D cross-range profile.&lt;br /&gt;
&lt;br /&gt;
== ISAR Imaging ==&lt;br /&gt;
This section will talk about the ISAR geometry, and generate an ISAR image by using a range profile. The 2D ISAR image is the display of range profile in one axis and the cross-range profile in the other axis [4].&lt;br /&gt;
The following figure shows the ISAR geometry, in which the target rotates around the rotating centre O with an angular velocity ω. The radar collects wideband reflected signals from moving targets at multiple aspects with chirp signal [5].&lt;br /&gt;
&lt;br /&gt;
== Range Alignment ==&lt;br /&gt;
From previous ISAR design part, it can be found that the blurred ISAR image is induced by target radial translational motion. It is because the change of range value from profile to profile results in one scatter to migrate along multiple range bins.&lt;br /&gt;
&lt;br /&gt;
=== Cross Correlation Method ===&lt;br /&gt;
When target rotating speed is slow, the difference in phase shift between adjacent pulses will be small, which means there is strong correlation between the returned pulses. So cross correlation method can be used to estimate the time delay and compensation the time delay between pulses.&lt;br /&gt;
              R12(τ)=∫u1(𝑡̂)u2(𝑡̂−τ), where τ is time delay&lt;br /&gt;
&lt;br /&gt;
=== Minimum Image Entropy ===&lt;br /&gt;
Miminum image entropy method firstly establishes an image entropy, which is the&lt;br /&gt;
evaluation function of imaging effect. Then, it uses the estimated target motion&lt;br /&gt;
parameters to compensate the target echo data and performs range Doppler&lt;br /&gt;
imaging. Finally, the motion compensation is completed by optimizing the image&lt;br /&gt;
entropy. Minimum image entropy is an iterative motion compensation method,&lt;br /&gt;
which can achieve optimal imaging without any manual intervention.&lt;br /&gt;
The motion parameter estimation method based on image entropy is to link the&lt;br /&gt;
estimation of motion parameters with the image quality. An accurate motion&lt;br /&gt;
compensation will produce images with good focusing effect and high resolution.&lt;br /&gt;
The image quality depends on the ISAR image.&lt;br /&gt;
&lt;br /&gt;
For instance, a target is moving towards ISAR LOS, the range is changing as&lt;br /&gt;
              ΔR_t = R_t − 𝑅0 = 𝑣0 + 0.5 𝑎 ∗ 𝑡^2&lt;br /&gt;
Where R_t is the range of the target to the ISAR LOS at time t, R0 is the initial&lt;br /&gt;
distance, v0 is the target’s initial velocity and a is the acceleration. ΔR_t can be used to compensate the target echo signals where the optimal solution spaces are v0 and&lt;br /&gt;
a.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;br /&gt;
&lt;br /&gt;
[5] S. Li, G. Zhao, W. Zhang, Q. Qiu and H. Sun, &amp;quot;ISAR Imaging by Two-Dimensional Convex Optimization-Based Compressive Sensing&amp;quot;, IEEE Sensors Journal, vol. 16, no. 19, pp. 7088-7093, 2016. Available: 10.1109/jsen.2016.2599540.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12690</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12690"/>
		<updated>2019-06-09T13:10:22Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Minimum Image Entropy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth [4]. For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
=== Cross-range Profile ===&lt;br /&gt;
A cross-range profile can be formed by collecting the radar returns from a target at different look angles, and the aspect width of the look angles is used to resolve the required cross-range points to form the 1D cross-range profile.&lt;br /&gt;
&lt;br /&gt;
== ISAR Imaging ==&lt;br /&gt;
This section will talk about the ISAR geometry, and generate an ISAR image by using a range profile. The 2D ISAR image is the display of range profile in one axis and the cross-range profile in the other axis [4].&lt;br /&gt;
The following figure shows the ISAR geometry, in which the target rotates around the rotating centre O with an angular velocity ω. The radar collects wideband reflected signals from moving targets at multiple aspects with chirp signal [5].&lt;br /&gt;
&lt;br /&gt;
== Range Alignment ==&lt;br /&gt;
From previous ISAR design part, it can be found that the blurred ISAR image is induced by target radial translational motion. It is because the change of range value from profile to profile results in one scatter to migrate along multiple range bins.&lt;br /&gt;
&lt;br /&gt;
=== Cross Correlation Method ===&lt;br /&gt;
When target rotating speed is slow, the difference in phase shift between adjacent pulses will be small, which means there is strong correlation between the returned pulses. So cross correlation method can be used to estimate the time delay and compensation the time delay between pulses.&lt;br /&gt;
              R12(τ)=∫u1(𝑡̂)u2(𝑡̂−τ), where τ is time delay&lt;br /&gt;
&lt;br /&gt;
=== Minimum Image Entropy ===&lt;br /&gt;
Miminum image entropy method firstly establishes an image entropy, which is the&lt;br /&gt;
evaluation function of imaging effect. Then, it uses the estimated target motion&lt;br /&gt;
parameters to compensate the target echo data and performs range Doppler&lt;br /&gt;
imaging. Finally, the motion compensation is completed by optimizing the image&lt;br /&gt;
entropy. Minimum image entropy is an iterative motion compensation method,&lt;br /&gt;
which can achieve optimal imaging without any manual intervention.&lt;br /&gt;
The motion parameter estimation method based on image entropy is to link the&lt;br /&gt;
estimation of motion parameters with the image quality. An accurate motion&lt;br /&gt;
compensation will produce images with good focusing effect and high resolution.&lt;br /&gt;
The image quality depends on the ISAR image.&lt;br /&gt;
&lt;br /&gt;
For instance, a target is moving towards ISAR LOS, the range is changing as&lt;br /&gt;
              ΔR_t = R_t − 𝑅^ = 𝑣 + 0.5 𝑎 ∗ 𝑡^2&lt;br /&gt;
Where R_t is the range of the target to the ISAR LOS at time t, R0 is the initial&lt;br /&gt;
distance, v0 is the target’s initial velocity and a is the acceleration. ΔR_t can be used to compensate the target echo signals where the optimal solution spaces are v and&lt;br /&gt;
a.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;br /&gt;
&lt;br /&gt;
[5] S. Li, G. Zhao, W. Zhang, Q. Qiu and H. Sun, &amp;quot;ISAR Imaging by Two-Dimensional Convex Optimization-Based Compressive Sensing&amp;quot;, IEEE Sensors Journal, vol. 16, no. 19, pp. 7088-7093, 2016. Available: 10.1109/jsen.2016.2599540.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12689</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12689"/>
		<updated>2019-06-09T13:09:52Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* ISAR Imaging */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth [4]. For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
=== Cross-range Profile ===&lt;br /&gt;
A cross-range profile can be formed by collecting the radar returns from a target at different look angles, and the aspect width of the look angles is used to resolve the required cross-range points to form the 1D cross-range profile.&lt;br /&gt;
&lt;br /&gt;
== ISAR Imaging ==&lt;br /&gt;
This section will talk about the ISAR geometry, and generate an ISAR image by using a range profile. The 2D ISAR image is the display of range profile in one axis and the cross-range profile in the other axis [4].&lt;br /&gt;
The following figure shows the ISAR geometry, in which the target rotates around the rotating centre O with an angular velocity ω. The radar collects wideband reflected signals from moving targets at multiple aspects with chirp signal [5].&lt;br /&gt;
&lt;br /&gt;
== Range Alignment ==&lt;br /&gt;
From previous ISAR design part, it can be found that the blurred ISAR image is induced by target radial translational motion. It is because the change of range value from profile to profile results in one scatter to migrate along multiple range bins.&lt;br /&gt;
&lt;br /&gt;
=== Cross Correlation Method ===&lt;br /&gt;
When target rotating speed is slow, the difference in phase shift between adjacent pulses will be small, which means there is strong correlation between the returned pulses. So cross correlation method can be used to estimate the time delay and compensation the time delay between pulses.&lt;br /&gt;
              R12(τ)=∫u1(𝑡̂)u2(𝑡̂−τ), where τ is time delay&lt;br /&gt;
&lt;br /&gt;
=== Minimum Image Entropy ===&lt;br /&gt;
Miminum image entropy method firstly establishes an image entropy, which is the&lt;br /&gt;
evaluation function of imaging effect. Then, it uses the estimated target motion&lt;br /&gt;
parameters to compensate the target echo data and performs range Doppler&lt;br /&gt;
imaging. Finally, the motion compensation is completed by optimizing the image&lt;br /&gt;
entropy. Minimum image entropy is an iterative motion compensation method,&lt;br /&gt;
which can achieve optimal imaging without any manual intervention.&lt;br /&gt;
The motion parameter estimation method based on image entropy is to link the&lt;br /&gt;
estimation of motion parameters with the image quality. An accurate motion&lt;br /&gt;
compensation will produce images with good focusing effect and high resolution.&lt;br /&gt;
The image quality depends on the ISAR image.&lt;br /&gt;
&lt;br /&gt;
For instance, a target is moving towards ISAR LOS, the range is changing as&lt;br /&gt;
              ΔR_t = R_t − 𝑅^ = 𝑣 + 0.5 𝑎 ∗ 𝑡^2&lt;br /&gt;
Where R(t) is the range of the target to the ISAR LOS at time t, R0 is the initial&lt;br /&gt;
distance, v0 is the target’s initial velocity and a is the acceleration. ΔR() can be used to compensate the target echo signals where the optimal solution spaces are v and&lt;br /&gt;
a.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;br /&gt;
&lt;br /&gt;
[5] S. Li, G. Zhao, W. Zhang, Q. Qiu and H. Sun, &amp;quot;ISAR Imaging by Two-Dimensional Convex Optimization-Based Compressive Sensing&amp;quot;, IEEE Sensors Journal, vol. 16, no. 19, pp. 7088-7093, 2016. Available: 10.1109/jsen.2016.2599540.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12688</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12688"/>
		<updated>2019-06-09T13:04:41Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth [4]. For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
=== Cross-range Profile ===&lt;br /&gt;
A cross-range profile can be formed by collecting the radar returns from a target at different look angles, and the aspect width of the look angles is used to resolve the required cross-range points to form the 1D cross-range profile.&lt;br /&gt;
&lt;br /&gt;
== ISAR Imaging ==&lt;br /&gt;
This section will talk about the ISAR geometry, and generate an ISAR image by using a range profile. The 2D ISAR image is the display of range profile in one axis and the cross-range profile in the other axis [4].&lt;br /&gt;
The following figure shows the ISAR geometry, in which the target rotates around the rotating centre O with an angular velocity ω. The radar collects wideband reflected signals from moving targets at multiple aspects with chirp signal [5].&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;br /&gt;
&lt;br /&gt;
[5] S. Li, G. Zhao, W. Zhang, Q. Qiu and H. Sun, &amp;quot;ISAR Imaging by Two-Dimensional Convex Optimization-Based Compressive Sensing&amp;quot;, IEEE Sensors Journal, vol. 16, no. 19, pp. 7088-7093, 2016. Available: 10.1109/jsen.2016.2599540.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12687</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12687"/>
		<updated>2019-06-09T13:04:25Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Range Profile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth [4]. For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
=== Cross-range Profile ===&lt;br /&gt;
A cross-range profile can be formed by collecting the radar returns from a target at different look angles, and the aspect width of the look angles is used to resolve the required cross-range points to form the 1D cross-range profile.&lt;br /&gt;
&lt;br /&gt;
== ISAR Imaging ==&lt;br /&gt;
This section will talk about the ISAR geometry, and generate an ISAR image by using a range profile. The 2D ISAR image is the display of range profile in one axis and the cross-range profile in the other axis [4].&lt;br /&gt;
The following figure shows the ISAR geometry, in which the target rotates around the rotating centre O with an angular velocity ω. The radar collects wideband reflected signals from moving targets at multiple aspects with chirp signal [5].&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12686</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12686"/>
		<updated>2019-06-09T13:03:04Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Range Profile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth [4]. For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12685</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12685"/>
		<updated>2019-06-09T13:02:48Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Range &amp;amp; Cross-range Profile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth. [3] For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
[[File:Radar range profile.PNG|thumb|Radar range profile]]&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Radar_range_profile.PNG&amp;diff=12684</id>
		<title>File:Radar range profile.PNG</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Radar_range_profile.PNG&amp;diff=12684"/>
		<updated>2019-06-09T13:02:06Z</updated>

		<summary type="html">&lt;p&gt;A1693129: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12683</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12683"/>
		<updated>2019-06-09T13:00:36Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth. [3] For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;br /&gt;
&lt;br /&gt;
[4] C. Özdemir and C. èOzdemir, Inverse synthetic aperture radar imaging with MATLAB algorithms. Hoboken, NJ: Wiley, 2012.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12682</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12682"/>
		<updated>2019-06-09T13:00:17Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Target Simulation &amp;amp; Range Updating */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Range &amp;amp; Cross-range Profile ==&lt;br /&gt;
=== Range Profile ===&lt;br /&gt;
A range profile is the returned waveform reflected from a target that has been illuminated by the radar with sufficient frequency bandwidth. [3] For the LFM waveform, the reflected signal will have 1D characteristics, intensity versus range.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12674</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12674"/>
		<updated>2019-06-09T11:42:04Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Target simulation &amp;amp; range Updating */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target Simulation &amp;amp; Range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12673</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12673"/>
		<updated>2019-06-09T11:41:44Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Target simulation &amp;amp; range updating */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target simulation &amp;amp; range Updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12670</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12670"/>
		<updated>2019-06-09T11:19:45Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Matched Filter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target simulation &amp;amp; range updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12669</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12669"/>
		<updated>2019-06-09T11:19:28Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Translational Motion Function */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target simulation &amp;amp; range updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12668</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12668"/>
		<updated>2019-06-09T11:19:13Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* ISAR Signal Modelling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Target simulation &amp;amp; range updating ==&lt;br /&gt;
=== Target Design ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Rotate Function ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Translational Motion Function ===&lt;br /&gt;
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&lt;br /&gt;
23&lt;br /&gt;
               range(i)=r+scatterlocation(i)+V∗Time&lt;br /&gt;
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.&lt;br /&gt;
Time is the target travelling time, in the radar system it can be expressed as&lt;br /&gt;
               Time=PRI∗pulse_index(n)&lt;br /&gt;
Where PRI is the pulse duration interval of the target, Pulse index shows the target travels n number of PRI.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12666</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12666"/>
		<updated>2019-06-09T11:00:35Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* ISAR Signal Modelling */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
=== Pulse Train ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Matched Filter ===&lt;br /&gt;
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: &lt;br /&gt;
               h(t)=k∗tx(Δ−t) (3.7) &lt;br /&gt;
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.&lt;br /&gt;
[[File:Matched filter.PNG|thumb|Matched filter]]&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Matched_filter.PNG&amp;diff=12665</id>
		<title>File:Matched filter.PNG</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Matched_filter.PNG&amp;diff=12665"/>
		<updated>2019-06-09T11:00:05Z</updated>

		<summary type="html">&lt;p&gt;A1693129: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12664</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12664"/>
		<updated>2019-06-09T10:56:39Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Transmitted Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12663</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12663"/>
		<updated>2019-06-09T10:55:25Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Transmitted Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Received Signal ====&lt;br /&gt;
The radar received signal arrives with a time delay of td. This time delay can be expressed as&lt;br /&gt;
               td=2∗R/c&lt;br /&gt;
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.&lt;br /&gt;
The LFM received signal with a time delay can be expressed as&lt;br /&gt;
               Rx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2(t−2R/c))∗(t−2R/c))&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12662</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12662"/>
		<updated>2019-06-09T10:39:49Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Transmitted Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12661</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12661"/>
		<updated>2019-06-09T10:37:58Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Transmitted Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
[[File:Transmitted signal.PNG|thumb|LFM’s waveform and frequency spectrum]]&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Transmitted_signal.PNG&amp;diff=12660</id>
		<title>File:Transmitted signal.PNG</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Transmitted_signal.PNG&amp;diff=12660"/>
		<updated>2019-06-09T10:30:53Z</updated>

		<summary type="html">&lt;p&gt;A1693129: A1693129 uploaded a new version of &amp;amp;quot;File:Transmitted signal.PNG&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12659</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12659"/>
		<updated>2019-06-09T10:26:11Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Transmitted Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
[[File:Transmitted Signal.PNG]]&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Transmitted_signal.PNG&amp;diff=12658</id>
		<title>File:Transmitted signal.PNG</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:Transmitted_signal.PNG&amp;diff=12658"/>
		<updated>2019-06-09T10:24:31Z</updated>

		<summary type="html">&lt;p&gt;A1693129: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12657</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12657"/>
		<updated>2019-06-09T10:22:46Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* LFM Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* The LFM signal can have wide bandwidth.&lt;br /&gt;
* The frequency of LFM pulse waveform changes linearly within a single pulse.&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12656</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12656"/>
		<updated>2019-06-09T10:22:22Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Transmitted Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* &amp;lt;The LFM signal can have wide bandwidth.&amp;gt;&lt;br /&gt;
* &amp;lt;The frequency of LFM pulse waveform changes linearly within a single pulse.&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
Based on the formula, a transmitted signal function is defined as&lt;br /&gt;
               function TX=Chirp_isar(fc,beta,t)&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12655</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12655"/>
		<updated>2019-06-09T10:05:00Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Transmitted Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* &amp;lt;The LFM signal can have wide bandwidth.&amp;gt;&lt;br /&gt;
* &amp;lt;The frequency of LFM pulse waveform changes linearly within a single pulse.&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth/𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12654</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12654"/>
		<updated>2019-06-09T10:04:51Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Transmitted Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* &amp;lt;The LFM signal can have wide bandwidth.&amp;gt;&lt;br /&gt;
* &amp;lt;The frequency of LFM pulse waveform changes linearly within a single pulse.&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth / 𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12653</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12653"/>
		<updated>2019-06-09T10:04:31Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Transmitted Signal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* &amp;lt;The LFM signal can have wide bandwidth.&amp;gt;&lt;br /&gt;
* &amp;lt;The frequency of LFM pulse waveform changes linearly within a single pulse.&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta/2*t)t) (3.1)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth / 𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛 (3.1)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12652</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12652"/>
		<updated>2019-06-09T10:03:52Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Method */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== ISAR Signal Modelling ==&lt;br /&gt;
=== LFM Signal ===&lt;br /&gt;
Firstly, a chirp or LFM (Linear Frequency Modulation) signal model is built up as the radar transmitted signal.&lt;br /&gt;
&lt;br /&gt;
For chirp signal, it has the features,&lt;br /&gt;
* &amp;lt;The LFM signal can have wide bandwidth.&amp;gt;&lt;br /&gt;
* &amp;lt;The frequency of LFM pulse waveform changes linearly within a single pulse.&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Transmitted Signal ====&lt;br /&gt;
The transmitted LFM signal with a rectangular envelope can be expressed as:&lt;br /&gt;
               tx=ones(1,length(𝑡𝑥))∗exp⁡(j2π(fc+beta2t)t) (3.1)&lt;br /&gt;
Where fc is the carrier frequency&lt;br /&gt;
               ones (1,length(𝑡𝑥)) is the rectangular envelope&lt;br /&gt;
beta is the frequency changing rate,&lt;br /&gt;
               beta=bandwidth𝑃𝑢𝑙𝑠𝑒⁡𝑑𝑢𝑟𝑎𝑡𝑖𝑜𝑛 (3.1)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12651</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12651"/>
		<updated>2019-06-09T09:56:30Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Motivation ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12650</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12650"/>
		<updated>2019-06-09T09:52:22Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Radar monitoring system is now widely used in signal processing and data analysis. With the development of military and civilian fields, detecting targets of a radar are no longer confined to be static, such as flights or ships. Under this situation, a new technique – ISAR – was engendered that uses a static antenna to detect moving targets, whose software library will be developed in this project.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The purpose of Project 226: Software Library for Inverse Synthetic Aperture Radar is to write a signal processing software library to form images and implement a variety of algorithms, including converting analogue information into digital data, time and frequency domain analysis, and radar image generation. In addition, all evaluations will be performed in Matlab using both simulated and real data [1].&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;br /&gt;
&lt;br /&gt;
[3] L. Zhang, “Study of high resolution ISAR Imaging for mono- and bistatic radar”, Xidian&lt;br /&gt;
University, p. 1, Sep. 2011.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12649</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12649"/>
		<updated>2019-06-09T09:51:53Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* ISAR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Radar monitoring system is now widely used in signal processing and data analysis. With the development of military and civilian fields, detecting targets of a radar are no longer confined to be static, such as flights or ships. Under this situation, a new technique – ISAR – was engendered that uses a static antenna to detect moving targets, whose software library will be developed in this project.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The purpose of Project 226: Software Library for Inverse Synthetic Aperture Radar is to write a signal processing software library to form images and implement a variety of algorithms, including converting analogue information into digital data, time and frequency domain analysis, and radar image generation. In addition, all evaluations will be performed in Matlab using both simulated and real data [1].&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12648</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12648"/>
		<updated>2019-06-09T09:30:07Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Radar */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Radar monitoring system is now widely used in signal processing and data analysis. With the development of military and civilian fields, detecting targets of a radar are no longer confined to be static, such as flights or ships. Under this situation, a new technique – ISAR – was engendered that uses a static antenna to detect moving targets, whose software library will be developed in this project.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The purpose of Project 226: Software Library for Inverse Synthetic Aperture Radar is to write a signal processing software library to form images and implement a variety of algorithms, including converting analogue information into digital data, time and frequency domain analysis, and radar image generation. In addition, all evaluations will be performed in Matlab using both simulated and real data [1].&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12380</id>
		<title>Projects:2018s2-226 Software Library for Inverse Synthetic Aperture Radar</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2018s2-226_Software_Library_for_Inverse_Synthetic_Aperture_Radar&amp;diff=12380"/>
		<updated>2019-03-29T09:55:08Z</updated>

		<summary type="html">&lt;p&gt;A1693129: Created page with &amp;quot;Category:Projects Category:Final Year Projects 226 Abstract here == Introduction == Radar monitoring system is now widely used in signal processing...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
[[Category:Final Year Projects]]&lt;br /&gt;
[[Category:2018s2|226]]&lt;br /&gt;
Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Radar monitoring system is now widely used in signal processing and data analysis. With the development of military and civilian fields, detecting targets of a radar are no longer confined to be static, such as flights or ships. Under this situation, a new technique – ISAR – was engendered that uses a static antenna to detect moving targets, whose software library will be developed in this project.&lt;br /&gt;
&lt;br /&gt;
=== Project team ===&lt;br /&gt;
==== Project students ====&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
==== Supervisors ====&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The purpose of Project 226: Software Library for Inverse Synthetic Aperture Radar is to write a signal processing software library to form images and implement a variety of algorithms, including converting analogue information into digital data, time and frequency domain analysis, and radar image generation. In addition, all evaluations will be performed in Matlab using both simulated and real data [1].&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
=== Radar ===&lt;br /&gt;
Radar works like eyes and ears, however, it is no longer a masterpiece of nature, and its carrier of information is radio waves. In fact, both visible and radio waves, essentially the same thing, are electromagnetic waves, which travels at the speed of light C in a vacuum, differing in their respective frequencies and wavelengths. The principle is that the transmitter of the radar equipment transmits the electromagnetic wave energy to a certain direction in the space through the antenna, and the object in this direction reflects the electromagnetic wave which it meets; the radar antenna receives the reflected wave, then sends it to the receiving equipment for processing, and extracts some information about the object.&lt;br /&gt;
=== SAR ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
=== ISAR ===&lt;br /&gt;
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].&lt;br /&gt;
&lt;br /&gt;
== Method ==&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
[1] “Project Proposals”, the University of Adelaide, Adelaide, 2018. Available at:&lt;br /&gt;
https://myuni.adelaide.edu.au/courses/35933/files/3348540/download?wrap=&lt;br /&gt;
&lt;br /&gt;
[2] “Inverse synthetic-aperture radar”, Wikipedia. Available at:&lt;br /&gt;
https://en.wikipedia.org/wiki/Inverse_synthetic-aperture_radar.&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12379</id>
		<title>Project Skeleton</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12379"/>
		<updated>2019-03-29T09:43:35Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Supervisors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Abstract here&lt;br /&gt;
== Project team ==&lt;br /&gt;
=== Advisors ===&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Project status ==&lt;br /&gt;
&lt;br /&gt;
=== Sub section ===&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12378</id>
		<title>Project Skeleton</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12378"/>
		<updated>2019-03-29T09:43:29Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Project students */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Abstract here&lt;br /&gt;
== Project team ==&lt;br /&gt;
=== Supervisors ===&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
=== Advisors ===&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Project status ==&lt;br /&gt;
&lt;br /&gt;
=== Sub section ===&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12377</id>
		<title>Project Skeleton</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12377"/>
		<updated>2019-03-29T09:43:21Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Abstract here&lt;br /&gt;
== Project team ==&lt;br /&gt;
=== Project students ===&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
=== Supervisors ===&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
=== Advisors ===&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Project status ==&lt;br /&gt;
&lt;br /&gt;
=== Sub section ===&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12376</id>
		<title>Project Skeleton</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12376"/>
		<updated>2019-03-29T09:38:35Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Project team */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Radar monitoring system is now widely used in signal processing and data analysis. With the development of military and civilian fields, detecting targets of a radar are no longer confined to be static, such as flights or ships. Under this situation, a new technique – ISAR – was engendered that uses a static antenna to detect moving targets, whose software library will be developed in this project.&lt;br /&gt;
&lt;br /&gt;
The purpose Project 226: Software Library for Inverse Synthetic Aperture Radar is to write a signal processing software library to form images and implement a variety of algorithms, including converting analogue information into digital data, time and frequency domain analysis, and radar image generation. In addition, all evaluations will be performed in Matlab using both simulated and real data.&lt;br /&gt;
&lt;br /&gt;
== Project team ==&lt;br /&gt;
=== Project students ===&lt;br /&gt;
* Alfred Lu&lt;br /&gt;
* Ting Jiang&lt;br /&gt;
* Nan Yang&lt;br /&gt;
=== Supervisors ===&lt;br /&gt;
* Dr Brian Ng&lt;br /&gt;
* Dr Hong Gunn Chew&lt;br /&gt;
=== Advisors ===&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Project status ==&lt;br /&gt;
&lt;br /&gt;
=== Sub section ===&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12375</id>
		<title>Project Skeleton</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12375"/>
		<updated>2019-03-29T09:35:18Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Radar monitoring system is now widely used in signal processing and data analysis. With the development of military and civilian fields, detecting targets of a radar are no longer confined to be static, such as flights or ships. Under this situation, a new technique – ISAR – was engendered that uses a static antenna to detect moving targets, whose software library will be developed in this project.&lt;br /&gt;
&lt;br /&gt;
The purpose Project 226: Software Library for Inverse Synthetic Aperture Radar is to write a signal processing software library to form images and implement a variety of algorithms, including converting analogue information into digital data, time and frequency domain analysis, and radar image generation. In addition, all evaluations will be performed in Matlab using both simulated and real data.&lt;br /&gt;
&lt;br /&gt;
== Project team ==&lt;br /&gt;
=== Project students ===&lt;br /&gt;
* &amp;lt;Student 1&amp;#039;s name&amp;gt;&lt;br /&gt;
* &amp;lt;Student 2&amp;#039;s name&amp;gt;&lt;br /&gt;
* &amp;lt;Student 3&amp;#039;s name&amp;gt;&lt;br /&gt;
=== Supervisors ===&lt;br /&gt;
* &amp;lt;Supervisor 1&amp;#039;s name&amp;gt;&lt;br /&gt;
* &amp;lt;Supervisor 2&amp;#039;s name&amp;gt;&lt;br /&gt;
=== Advisors ===&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Project status ==&lt;br /&gt;
&lt;br /&gt;
=== Sub section ===&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12374</id>
		<title>Project Skeleton</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Project_Skeleton&amp;diff=12374"/>
		<updated>2019-03-29T09:32:30Z</updated>

		<summary type="html">&lt;p&gt;A1693129: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Abstract here&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Radar monitoring system is now widely used in signal processing and data analysis. With the development of military and civilian fields, detecting targets of a radar are no longer confined to be static, such as flights or ships. Under this situation, a new technique – ISAR – was engendered that uses a static antenna to detect moving targets, whose software library will be developed in this project.&lt;br /&gt;
&lt;br /&gt;
== Project team ==&lt;br /&gt;
=== Project students ===&lt;br /&gt;
* &amp;lt;Student 1&amp;#039;s name&amp;gt;&lt;br /&gt;
* &amp;lt;Student 2&amp;#039;s name&amp;gt;&lt;br /&gt;
* &amp;lt;Student 3&amp;#039;s name&amp;gt;&lt;br /&gt;
=== Supervisors ===&lt;br /&gt;
* &amp;lt;Supervisor 1&amp;#039;s name&amp;gt;&lt;br /&gt;
* &amp;lt;Supervisor 2&amp;#039;s name&amp;gt;&lt;br /&gt;
=== Advisors ===&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
&lt;br /&gt;
== Project status ==&lt;br /&gt;
&lt;br /&gt;
=== Sub section ===&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;/div&gt;</summary>
		<author><name>A1693129</name></author>
		
	</entry>
</feed>