Question

Use matlab to design the antenna and explain the steps. Plot the radiation pattern of the...

Use matlab to design the antenna and explain the steps.
Plot the radiation pattern of the broadside array (polar plot) for n = 6,d = 0.75? and ? = 0°.

Homework Answers

Answer #1

clc;
clear all;
close all;
lam=1/2;
n=6;%no of antennas in the array
d1=0.75;%distance from the question
d=d1*lam;
alpha=('Enter the value of phase difference=');
phi=0:0.01:2*pi;
%psi=(2*pi/lam)*d*cos(phi)-(2*pi/lam)*d; % end fire array
psi=(2*pi/lam)*d*cos(phi); % broadside array
num=sin(n*psi/2);
den=sin(psi/2);
E=abs(num./den);
deg=phi*180/pi;
subplot(1,2,1);
polar(phi,E);
subplot(1,2,2);
plot(deg,E);

% ? means , i have understood that we need to take input so ,have considered and has simulated the output, hope that you ask the doubt in case if you have any other clarification regarding simulated pattern file or any MATLAB code.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Design E shape microstrip patch array antenna in ansys for a frequency and write the matlab...
Design E shape microstrip patch array antenna in ansys for a frequency and write the matlab code for it. a) Find S parameters. b)Find Gain,Beamwidth,all pattern. i need this all with matlab code.if you are able to do then try or else leave it for other.
Design a E-shape 4 elements array antenna in ansys.and also matlab code for that. dnt copy...
Design a E-shape 4 elements array antenna in ansys.and also matlab code for that. dnt copy from chegg answer because that is for 2 elements array. if you know then only do or else leave for other.This is second time i am posting Electrical engineering antenna
A dish antenna with a diameter of 15.0 m receives a beam of radio radiation at...
A dish antenna with a diameter of 15.0 m receives a beam of radio radiation at normal incidence. The radio signal is a continuous wave with an electric field given by: E = 0.75 sin[(0.838/m)x − (2.51 × 108 /s)t] N/C. Here, x is in meters and t is in seconds. Assume that all the radiation that falls on the dish is absorbed. (a) Calculate the speed of the radiation. Don’t assume it must be equal to c: use the...
Write Matlab script to plot the spectrum (-? to ? radians) of DTMF signal for keys...
Write Matlab script to plot the spectrum (-? to ? radians) of DTMF signal for keys 1, A and B. Choose an appropriate sampling frequency. The DTMF frequencies are indicated in table 1.     Critically analyze the design specification.                                           Row/column 1209HZ 1336Hz 1477HZ 1633HZ 697 1 2 3 A 770 4 5 6 B 852 7 8 9 C 941 * 0 # D     Write Matlab script to plot the spectrum (-? to ? radians) of DTMF signal for...
Show all steps please Using Matlab: Generate a random signal ‘x’ with a length of 8000...
Show all steps please Using Matlab: Generate a random signal ‘x’ with a length of 8000 and sampling rate of 8kHz. Plot a section of the signal In the time domain. Is it possible to observe significant trends in the time domain signal? Plot the magnitude of the DFT of segments of ‘x’ of different lengths. Use a decibel scale for the vertical axis. What do you observe as the segment length increases? Use the Matlab function ‘periodogram’ to obtain...
Curve-Fit Function USING MATLAB Using the top-down design approach, develop a MATLAB function A8P2RAlastname.m that reads...
Curve-Fit Function USING MATLAB Using the top-down design approach, develop a MATLAB function A8P2RAlastname.m that reads data from a file and performs regression analysis using polyfit and polyval. The function shall have the following features: The input arguments shall include the file name (string), a vector of integers for the degrees of polynomial fits to be determined, and an optional plot type specifier (‘m’ for multiple plots, ‘s’ for a single plot - default). The data files will be text...
DON'T USE MATLAB to design a digital filter using the window method to meet the following...
DON'T USE MATLAB to design a digital filter using the window method to meet the following requirements: Stop band attenuation: ≥43 dB and <49 dB Pass band edge frequency: 3.2 kHz Stop band: 0 to 2.4 kHz Maximum pass band ripple: 0.0546 dB Phase response: Linear. Sampling frequency: 16 kHz Determine the first 6 filter coefficients. NB: Please don't use MATLAB to get the answers. do it manually!
You can use dsolve in MATLAB...run simplify(...) on the solution...You should plot the homogeneous and the...
You can use dsolve in MATLAB...run simplify(...) on the solution...You should plot the homogeneous and the inhomogeneous solutions on the same graph, using the "plot" function of MATLAB. set the arbitrary constants to 1 Consider the homogeneous equation y'' + 3y' + 2y = 0. a) Solve it and set the c's to 1. Graph this transient solution using large dots in MATLAB. b) Now add on the right-hand side the linear term 12x. Solve the inhomogeneous equation y'' +...
Use Matlab to solve the following (a) Create a plot with a sphere at the center...
Use Matlab to solve the following (a) Create a plot with a sphere at the center of the graph (origin) representing the sun with a radius of 6955000 km. Make sure that the outside of the sphere is painted in ’autumn’ colors. (Hint: look up the sphere() function, the colormap() function, and the surf() function). (b) Create a variable t ranging from 0 to 2? with increments of 0.01. (c) The following Table gives you important values needed to compute...
You can use dsolve in MATLAB...run simplify(...) on the solution...You should plot the homogeneous and the...
You can use dsolve in MATLAB...run simplify(...) on the solution...You should plot the homogeneous and the inhomogeneous solutions on the same graph, using the "plot" function of MATLAB. set the arbitrary constants to 1 Consider the homogeneous equation y'' + y = 0. a) Solve it and set the c's to 1. Graph this periodic solution using large dots in MATLAB. b) Now add on the right-hand side the term -cos(2x). Solve the forced harmonic oscillator y'' + y =...