design and analysis using antenna designer -凯发k8网页登录
this example shows how to construct, visualize, and analyze a helix antenna element using the app.
open antenna designer app
to open the app, at the matlab
command prompt, enter:
antennadesigner
this command opens a blank canvas.
design helix antenna
in the blank canvas, click new. in the antenna gallery, under helix family, select a helix antenna. set the design frequency to 1.8 ghz.
to analyze the helix antenna, click accept.
change helix antenna properties
in the antenna properties tab, change the following:
radius = 0.0280
width = 0.0012
turns = 4
spacing = 0.0350
groundplaneradius = 0.0750
click apply to see the change in the helix antenna structure.
plot impedance and s-parameters
open the load-helix section and change the impedance of the antenna to 72
ohms. click apply. in the toolstrip, under input tab, change the frequency range to 1.7e9:1e6:2.2e9
hz
.
click impedance to plot the impedance of the helix antenna. click s parameter to plot the s11 value of the helix antenna. click tile to view the plots together.
plot current distribution, 3-d, azimuth, and elevation patterns
in the scalar frequency analysis section of the toolstrip, click current to view the current distribution of the helix at 1.8 ghz.
click 3d pattern, az pattern, and el pattern to view the radiation, azimuth, and elevation patterns of the helix antenna, respectively. click tile again to view all the plots together.
you can compare the results of this tutorial with the results of tutorial.
export to matlab workspace
click the export button arrow and then click export to workspace. in the export to workspace window, type the name of the antenna file. click on the variable in the workspace to view the properties of the helix antenna.
export to matlab script
click the export button arrow again and then click export to script to view the helix antenna and analysis in matlab script format. the script has two sections: antenna properties and antenna analysis.