0% found this document useful (0 votes)
20 views1 page

Read Me

This MATLAB and FORTRAN program calculates the maximum directivity, radiation resistance, directivity pattern in dB, and normalized far-field amplitude pattern in dB for a circular loop antenna with a uniform current distribution. It also plots the directivity pattern and normalized far-field polar amplitude pattern in dB. The program calculates these parameters using the trailing edge method in increments of 1 degree in theta, for a loop with a user-input radius in wavelengths.

Uploaded by

manisht74
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views1 page

Read Me

This MATLAB and FORTRAN program calculates the maximum directivity, radiation resistance, directivity pattern in dB, and normalized far-field amplitude pattern in dB for a circular loop antenna with a uniform current distribution. It also plots the directivity pattern and normalized far-field polar amplitude pattern in dB. The program calculates these parameters using the trailing edge method in increments of 1 degree in theta, for a loop with a user-input radius in wavelengths.

Uploaded by

manisht74
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

c************************************************************ c Loop c*********************************************************** c This is a MATLAB and FORTRAN based program that computes the: c c I.

Maximum directivity (dimensionless and in dB) c II. Radiation resistance Rr c III. Directivity pattern (in dB) c III. Normalized far-field amplitude pattern (E in dB) c c and plots the: c I. Directivity pattern (in dB) in polar form c II. Normalized far-field polar amplitude pattern (E in dB) c for a circular loop with a uniform current distribution. c c The directivity and radiation resistance are calculated using the trailing c edge method in increments of 1o in theta. c c **Input parameters: c 1. a: Loop radius (in wavelengths) c c **Note: c The far-zone electric field component E exists for c 0o < < 180o and 0o < < 360o. c c************************************************************

You might also like