Trusted by Students Everywhere
Why Choose Us?
0% AI Guarantee

Human-written only.

24/7 Support

Anytime, anywhere.

Plagiarism Free

100% Original.

Expert Tutors

Masters & PhDs.

100% Confidential

Your privacy matters.

On-Time Delivery

Never miss a deadline.

EEEE1043 Coursework Task: For an isotropic point source located in the specific position as indicated in Fig

Electrical Engineering Mar 06, 2022

EEEE1043 Coursework

Task:

For an isotropic point source located in the specific position as indicated in Fig. 1, develop a   general program that calculates the electromagnetic field from point p to point q. Assume the operation frequency is at 2.4 GHz. Plot the electric field vs distance (from point p to point q). You will need to use the reflection coefficient equation to calculate the reflected rays.  

 

Fig. 1. Geometry of the corridor.

 

 

Mathematically, the electric field of direct ray is written as follows:

1 ? j?r ? ??

Ei ? e ? ?      r ?4??

where r is the distance along the direct ray path, λ is the wavelength, ? is the wave

2? ? j?? number (also denoted as k is some literature,??    ), e is the phase factor, and    is

                                                                                                      ?                  4?

a parameter related to the antenna effect.

 

 

 

Submit your code and graphs (up to three figures) in one single document, see sample below:-

 

Sample solution 

% Sample Program  clear all;

    

f = 2.4*10^9;   % frequency (given) c = 3*10^8;     % speed of light beta = 2*pi*f/c;                % wave number

  

% to solve for the direct ray

tx = 0; ty = 4; tz = 2;         % tx [x,y,z] location rx = 10; ry = 3; rz = 2;        % rx [x,y,z] location rxv = rx:.01:22;                  % from p to q d = sqrt(((rxv-tx).^2)+((ry-ty)^2)+((rz-tz)^2)); % distance  Ed = (1./d).*exp(-j*beta*d);    % direct ray (line of sight) Edf = 20*log10(abs(Ed));        % direct ray alone plot(rxv,Edf) xlabel('Line Segment "pq"/m'),ylabel('E-field/dB')

 

 

 

 

 

 

Below is the marking scheme: - 

Sections 

Poor (0-1)

Reasonable (2)

 Excellent (3)

Demonstrate own efforts in coding

without copying

 

 

 

Accuracy of simulation results

 

 

 

The number of rays

considered,

convergence of results

 

 

 

Structure of the submitted file; Quality

of figures

 

 

 

1 mark maximum

 

Expert Solution

Archived Solution
Unlocked Solution

You have full access to this solution. To save a copy with all formatting and attachments, use the button below.

Already a member? Sign In
Important Note: This solution is from our archive and has been purchased by others. Submitting it as-is may trigger plagiarism detection. Use it for reference only.

For ready-to-submit work, please order a fresh solution below.

Or get 100% fresh solution
Get Custom Quote
Secure Payment