Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

ELEC 3320 Project

Project:

1.   Design parameters will be based on the last four digits of your student ID. For example ID =  xxxxxx3806.  For  the  purpose  of  this  document,  test  digits  will  be  referenced as ID1 , ID2 , ID3 , and ID4 . Your student ID should be at the top of your code.

2.   Common design parameters

a.   Frequency = 3 MHz

b.   Angular Steps can be no larger than 0.25 degrees

c.   Far-field condition is assumed true in all cases

d.   We will only consider radiation patterns in the x-y plane.

3.   Type of antennas: Each ID digit will give the antenna type for each of four antennas:

a.   For ID digits with values 0 to 4, the antenna will be a Hertzian dipole l = λ20

b.   For ID digits with values 5 to 9, the antenna will be a half-wave dipole.

4.   Spatial position (center feed point) in meters

a.   Note: ID digits with a value of zero ‘0’ will be changed to a value of ‘10’ .

b.   Antenna 1: (10)ID1ax  + (10)ID1ay

c.   Antenna 2: (10)ID2 ax  + (− 10)ID2 ay

d.   Antenna 3: (−10)ID3ax  + (− 10)ID3ay

e.   Antenna 4: (−10)ID4 ax  + (10)ID4 ay

5.   Orientation

a.   All antennas are oriented in direction.

6.   Drive Currents

a.   Note: ID digits with a value of zero will be changed to a value of ‘10’ .

b.   The currents for each antenna will be the ID digit value in amps.

c.   For the example case:

i.   Antenna 1: 3 Amps

ii.   Antenna 2: 8 Amps

iii.   Antenna 3: 10 Amps

iv.   Antenna 4: 6 Amps

Deliverables:

1.   A concise and professional document that is free from any form of internet (or other) plagiarism. Document will describe how you developed the code including all requested figures, tables and the code itself.

2.   Your  code WITH DETAILED  COMMENTS.  (the  following three  options  should be selectable when I run your code using a switch statement)

a.   Plot of the net power pattern in the x-y plane. Add the figure to your report.

b.   Find the total radiated power and radiation resistance for each antenna as well as the total power radiated by all antennas (in watts) (create a table) (must be solved with MATLAB)

c.   The E-field magnitude and phase angle at any given point in the x-y plane (input from prompter). This point will not be directly on top of any antenna and will be sufficiently far from the origin such that the change in angle from one antenna to the next will be negligible.

3.   Comment your code clearly. Poorly commented code will result in an automatic loss of 20% points.

Assignment Format Instructions:

Please follow these instructions when writing your report on your project assignments:

1.   The presentation should numbered according to the steps you used in developing the code.

2.   MATLAB output must be copied/pasted as text, not shown as screen captures.

3.   Figures must not be screen captures.  They should be exported or copied as a figure or an image and imported or pasted into your document.

4.   Text and equations should be formatted in a word processor.  Handwritten text or formulas are not acceptable.

5.   Do not attach any requested MATLAB code as an appendix. Show it in the body of the report where you are asked to use or generate the code.

6.   Also submit your code as single matlab .m or .mlx file

7.   Comment your code.

Hints:

1.   Be careful Phase terms cannot be neglected.

2.   Since the fields and power patterns are defined as θ from 0 to π and φ from 0 to 2*π, and problem statement is asking you to plot the net power pattern for θ = 0 to 2*pi, you will have to take the absolute value of the pattern factor part of the H field (or E field) for antennas.