0% found this document useful (0 votes)
4 views6 pages

Homework 2

The document outlines Homework 2 for ECE 6272, focusing on familiarizing students with MATLAB resources for radar systems. Students are required to run provided example scripts and report their experiences and opinions on each tool's usefulness. The assignment emphasizes collaboration and submission as a single PDF file by a specified deadline.

Uploaded by

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

Homework 2

The document outlines Homework 2 for ECE 6272, focusing on familiarizing students with MATLAB resources for radar systems. Students are required to run provided example scripts and report their experiences and opinions on each tool's usefulness. The assignment emphasizes collaboration and submission as a single PDF file by a specified deadline.

Uploaded by

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

1

ECE 6272 HOMEWORK 2


Due: 27 January 2025 at 6am.
Space is provided below to type or write your short answers to each task.
Submit your report as a single-file pdf uploaded to Canvas.
You are encouraged to collaborate and discuss with others.

The purpose of this assignment is for you to become more familiar with some of the resources available
in MATLAB for radar systems and software engineering. No custom script development is required at
this time. You are only required to run the example scripts provided by MATLAB. You should be familiar
with the “Live Scripts” tools:

https://www.mathworks.com/help/matlab/matlab_prog/what-is-a-live-script-or-function.html

Links to the reading assignment/live scripts are provided.

MATLAB statements included in “openExample(.)” commands are provided. Copy and paste these
statements into a MATLAB command window to execute and evaluate.

Your assignment for each of the bullet items below is to report back on whether you can run the script
(if provided by “openExample( )”) on your computer. You are also to provide a one sentence statement
about your initial opinion as to the usefulness of each bullet item listed below in the design, modeling,
and simulation of search & track radar systems. Space is provided below to type/write a summary of
your experience & opinion of the tool or material.

• Measure Intensity Levels using the Intensity Scope – MATLAB Phased Array Toolbox

https://www.mathworks.com/help/phased/ug/measure-intensity-levels-using-the-intensity-scope.html

openExample('phased/IntensityScopeDemonstrationExample')

Explore and study the IntensityScopeDemonstrationExample.m script as a live script.

Summarize your experience & opinion:

I was able to run the program. I think this is a very helpful visualization that shows what doppler signals
look like.

• Visualize Multiplatform Scenario – MATLAB Phased Array Toolbox


2

https://www.mathworks.com/help/phased/ug/visualize-multiplatform-scenario.html

openExample('phased/MultiplatformScenarioViewerExample')

Explore and study the MultiplatformScenarioViewerExample.m script as a live script.

Summarize your experience & opinion:

I was able to run this one as well, though it did lag a good bit. A very interesting visualization. It looks
similar to some of the visualizations that we have at my job

• Antenna Array Beam Scanning Visualization on a Map – MATLAB Phased Array Toolbox

https://www.mathworks.com/help/phased/ug/antenna-array-beam-scanning-visualization-on-a-
map.html

openExample('antenna_phased/AntennaArrayBeamScanningOnAMapExample')

Explore and study the AntennaArrayBEamScanningOnAMapExample.mlx script as a live script.

There may be a graphics driver problem on your available machine. If so, see

https://www.mathworks.com/help/matlab/ref/opengl.html

Summarize your experience & opinion:

It worked, but the site viewer pop up thing seemed to glitch out and kept re-generating the coverage
map nonstop. I can see how this would be useful for figuring out what your EM hazard zones are at
radar emplacements.
3

• Visualize Radar and Target Trajectories in System Simulation – MATLAB Phased Array Toolbox

https://www.mathworks.com/help/phased/ug/visualizing-radar-and-target-trajectories-in-system-
simulation.html

openExample('phased/ScenarioViewerExample')

Explore and study the ScenarioViewerExample.m script as a live script.

Summarize your experience & opinion:

It worked. I’m interested in how computationally intensive these simulations are using Matlab and how
fast they run compared to something written in C++ or Java.

• End-to-End Radar Simulation – MATLAB Phased Array Toolbox

https://www.mathworks.com/help/phased/gs/end-to-end-radar-system.html

openExample('phased/EndtoEndRadarSystemExample')

Explore and study the EndtoEndRadarSystemExample.mlx script as a live script.

Summarize your experience & opinion:

This one ran. I don’t know enough about what Matlab is doing under the hood to know if this is
impressive or not.
4

• Global and Local Coordinate Systems – MATLAB Phased Array Toolbox

https://www.mathworks.com/help/phased/ug/global-and-local-coordinate-systems.html

openExample('phased/LocalCoordinatesAdaptedToUniformLinearArrayExample')

openExample('phased/ConvertLocalSphericalCoordinatesToGlobalCoordinatesExample')

openExample('phased/ConvertGlobalRectangularCoordsToLocalSphericalCoordsExample')

Explore and study the Global and Local Coordinate Systems scripts as live scripts.

Summarize your experience & opinion:

It ran. It’s nice that Matlab has these coordinate conversions already done as incorrect coordinate
conversions have been at least 10% of the problems I have run into when creating a new project.

• Local and Global Coordinate Systems – MATLAB Phased Array Toolbox

https://www.mathworks.com/help/phased/ug/local-and-global-coordinate-systems-example-in-
radar.html

openExample('phased/LocalAndGlobalCoordinateSystemsExample')

Explore and study the LocalAndGlobalCoordinateSystemsExample .mlx script as a live script.

Summarize your experience & opinion:

• Units of Measure and Physical Constants – MATLAB Phased Array Toolbox

https://www.mathworks.com/help/phased/gs/units-of-measure-and-physical-constants.html

Read and study the MATLAB material on units of measure and physical constants.
5

Summarize your opinion:

Good to know information

• Rectangular Coordinates – MATLAB Phased Array Toolbox

https://www.mathworks.com/help/phased/ug/rectangular-coordinates.html

Read and study the MATLAB material on rectangular coordinates.

Summarize your opinion:

Pretty standard stuff

• Spherical Coordinates – MATLAB Phased Array Toolbox

https://www.mathworks.com/help/phased/ug/spherical-coordinates.html

Read and study the MATLAB material on spherical coordinates.

Summarize your opinion:

Seems correct to me

• Radar System Design

https://www.mathworks.com/discovery/radar-system-design.html

Familiarize yourself with the examples, videos and software references.

Summarize your opinion:

It seems like a nice tool suite. I’m quite interested in how it holds up when used in a professional setting.

• Phased Array System Overview – MATLAB Phased Array Toolbox

https://www.mathworks.com/help/phased/gs/system-overviews.html

Read and study both the System and Radar overviews.

Summarize your opinion:


6

Looks like a nice object oriented way to decompose a radar into software

You might also like