Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask MATLAB Expert

Matab Assignment -

Description of Assessment Task - In this assignment you will develop and test a Matlab program for plotting antenna radiation patterns and antenna parameters calculation. You will be given 4 data files in .csv format that represent results for measured radiated power of an antenna versus azimuthal angle φ and elevation angle θ.

  • File Phi.csv contains a column of azimuthal angles φ from 0-360 degrees.
  • File P_phi.csv contains a column of measured radiated power in Watts in the direction of angle φ with matching index, e.g. fifth row in P_phi.csv (i.e. P(5) value) corresponds to fifth row in Phi.csv (i.e. φ(5) value).
  • File Theta.csv contains a column of elevation angles θ from 0-360 degrees.
  • File P_theta.csv contains a column of measured radiated powers corresponding to θ angles.

You are required to analyse the data by calculating antenna parameters and visually representing radiation patterns in the report.

Step 1: Import files

Copy all required files to the Matlab folder on the computer. Files need to be in the same Matlab folder as the program you run.

Write code to import the contents of the .csv files into Matlab. Import files for azimuthal angles φ and corresponding powers first. (Alternatively use import button in Matlab for lower mark).

Step 2: Preliminary parameter calculations

i. Find the angle in direction of which radiation is maximum.

ii. Normalise powers of radiated field to maximum radiated power.

iii. Convert angles to radians.

Step 3: Plot antenna radiation pattern

Plot radiation pattern for powers in dB versus azimuthal angle φ. You can use "plot_dB.m" Matlab program that is attached in your assignment. Program works similar to inbuilt Matlab "polar plot" command and expects angle in radians and power in normalised ratio form (not dB).

polar_dB (angle, power, rangedb, increments, rays) Matlab program requires the following variables as input:

i. angle - replace with your actual variable name for angle in radians

ii. power - replace with your actual variable name for power in normalised ratio form

iii. rangedb - define minimum polar radius value mark on the axis (find min power in dB and round it a integer number, remove negative sign)

iv. increments - optional, tells how many circular grid lines do you want in the plot (hint: gridline through -3dB level is helpful, adjust increments and rangedb so that radius axis starts and zero and finishes at a suitable integer number)

v. rays - optional, tells how many grid lines for angles do you want in the plot

All input variables have to be calculated before using "polt_dB.m" command.

Write code to export image into a .jpg file. (Alternatively use save button in Matlab for lower mark).

Step 4: Parameter calculations

i. Write code to calculate P ratio in dB and calculate the beamwidth of the antenna in horizontal plane. If exact required power level match is not possible due to discrete data in .csv file, use the nearest available value in.csv file for calculations. Include formula and/or explanation for each calculated parameter. (Alternatively find required data from .csv files for lower mark). Compare the result to what you see on the graph to check for correctness.

ii. Write code and calculate front to back ratio of the antenna in dB in horizontal plane.

iii. Write code and calculate number of antenna side lobes, direction of maximum radiation and powers in dB radiated into direction of each side lobe in horizontal plane. (Alternatively find side lobe levels and directions from .csv files for lower mark).

Step 5: Repeat steps for elevation angles

Repeat steps 1 to 4 for vertical plane (versus elevation angle θ).

Step 6: Export result to a file

Export results of your calculations for each result into a .csv file.

Step 6: Discuss the results

Discuss antenna's properties in the report based on what you have found from calculations and visualisation. Attach your Matlab code to your report as appendix.

General guidelines -

The Assignment report format should include the title page with assignment title, your name and student number and sections entitled: Introduction, Method, Results, Discussion and Conclusion. Subsections may be included as required. References should be in IEEE format.

The report shall include two cases of radiation patterns: one in horizontal plane and one in vertical plane and calculated antenna parameters in each plane. Provide adequate explanation on how you executed the steps.

Section to be included in the report and demonstration -

Introduction, Method, Results, Discussion and Conclusion - Each section is present in the report and adequately covered.

Import and export - Correctly coded import and export commands.

Normalising radiated power - Correctly identified direction of maximum radiation and normalised radiated power.

Plot of radiation pattern in horizontal plane - Image of radiation pattern plotted in polar coordinates in dB scale.

Parameter calculations in horizontal plane - Calculated beamwidth, front to back ratio, number and power level in dB of side lobes with formulas and/or explanation included.

Plot of radiation pattern in vertical plane - Image of radiation pattern plotted in polar coordinates in dB scale.

Parameter calculations in vertical plane - Calculated beamwidth, front to back ratio, number and power level in dB of side lobes with formulas and/or explanation included.

Discussion - Discuss antenna properties based on calculated results and radiation patterns.

Reference style - Follow IEEE reference style.

Attachment:- Assignment Files.rar

MATLAB, Engineering

  • Category:- MATLAB
  • Reference No.:- M93088265
  • Price:- $110

Guranteed 48 Hours Delivery, In Price:- $110

Have any Question?


Related Questions in MATLAB

Lab assignment - matlab matrix relationallogical operators

Lab Assignment - MATLAB Matrix, Relational/Logical Operators and Plotting This laboratory exercise/assignment will involve you 1) practicing multiplication operators in MATLAB; 2) practicing relational and logical operat ...

Assignment matlab programmingusing appropriate matlab

Assignment: MatLab Programming Using appropriate MatLab syntax, write the code required to analyse and display the data as per the problem description. The order of the MatLab Program should be as follows: Variables and ...

Suppose that a student has the option of enrolling for a

Suppose that a student has the option of enrolling for a single elective during a term. The student must select a course from a limited list of options: "English, " "History, " "Biology, " "Computer, " or "Math." Constru ...

Recitation problems -1 determine the highest real root of

Recitation Problems - 1. Determine the highest real root of f(x) = 2x 3 - 11.7x 2 + 17.7x - 5 using the Newton-Raphson method with at least four iterations. Start with an initial guess of x 0 = 3. 2. Determine the real r ...

Question a safe prime is a prime number that can be written

Question : A safe prime is a prime number that can be written in the form 2p + 1 where p is also a prime number. Write a MATLAB script file that finds and displays all safe primes between 1 and 1000.

What comparison of means test was used to answer the

What comparison of means test was used to answer the question

Assignmentq1 find the laplace transforms of the following

Assignment Q.1 Find the Laplace transforms of the following functions: (a) t 2 + at + b and (b) sin(2nΠt/T) Q.2 Find f (t) for the following F(s) = α[ f (t)]. (i) 5/(s + 3), (ii) 1/s 2 + 25, (iii) 1/s(s+1) Q.3 Find the L ...

Question - verify the attached paper with matlab and get

Question - Verify the attached paper with matlab and get all the results in the paper and explain step by step the matlab code. Paper - Improving Massive MIMO Belief Propagation Detector with Deep Neural Network. Attachm ...

Assignment details -need to write a code for connecting

Assignment Details - Need to write a code for connecting segments (Lines) a special case of TSP. The problem is to connect lines in 2d/ 3d space with path obstructions. Can you help me write the code for this? Hope you m ...

Assignment - matlab programmingusing appropriate matlab

Assignment - MatLab Programming Using appropriate MatLab syntax, write the code required to analyse and display the data as per the problem description. The order of the MatLab Program should be as follows: Variables and ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As