30.01.2013 Views

RF MODULE

RF MODULE

RF MODULE

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

maxE = max(EdB);<br />

minE = min(EdB);<br />

EdB = reshape(EdB,size(THETA));<br />

Xr = X.*(EdB-minE)./(maxE-minE);<br />

Yr = Y.*(EdB-minE)./(maxE-minE);<br />

Zr = Z.*(EdB-minE)./(maxE-minE);<br />

6 Use the surf function to plot the radiation pattern, and also specify a few option to<br />

make a nicer plot. The plot should look like Figure 3-37 on page 188.<br />

h = surf(Xr,Yr,Zr,EdB);<br />

set(h,'edgecolor','black');<br />

title('Radiation pattern (dB-scale)');<br />

It may take a minute or so before the plot appears because of the far-field evaluation<br />

in all directions.<br />

BALANCED PATCH ANTENNA FOR 6 GHZ | 203

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!