File:Monopole radiation pattern 1.5 wavelength.png
Monopole_radiation_pattern_1.5_wavelength.png (589 × 363 pixels, file size: 56 KB, MIME type: image/png)
Captions
Summary
[edit]DescriptionMonopole radiation pattern 1.5 wavelength.png |
English: Far field vertical radiation pattern of 1.5 wavelength monopole antenna over a perfectly conducting infinite ground plane. The radial axis is relative signal strength (electric field magnitude) and the circumferential axis is in degrees. The distance of the line from the origin in any direction is proportional to the signal strength of the radio wave radiated in that direction. Made with:
# GNU Octave program # Directivity equation from Balanis 2005 Antenna Theory, 3rd Ed, p.172, eq. 4-62a and # Johnson 1993 Antenna Engineering Handbook, 3rd Ed, eq.4-6 #-------------------------------------------------------------------- function mpole( length ) #length of monopole in wavelengths kl = 2.*pi.*length; #length of monopole in radians theta = linspace(-pi./2,pi/2,100); rho = (cos(kl .* cos(theta)) - cos(kl)) ./ sin(theta); #directivity eq rhomax = max( abs( rho ) ); #scale rho so graph is relative to 1.0 handle = polar( theta + pi./2, abs( rho )./rhomax ); #draw graph set(gca, "rtick", 0.2:0.2:1.0, "ttick", 0:15:180); #axis properties set(gca, "fontsize", 10, "linewidth", 1 ); #axes properties set(handle, "color", 'b', "linewidth", 1.5); #change color and width of plot str = sprintf("%g wavelengths", length ); htitle = title(str); #lists wavelength of antenna in title at top set(htitle, "fontsize", 15 ); #set fontsize of title print -dpng mpolepattern.png; #save image in file endfunction; |
Date | |
Source | Own work |
Author | Chetvorno |
Licensing
[edit]This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. | |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.enCC0Creative Commons Zero, Public Domain Dedicationfalsefalse |
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 22:53, 7 December 2024 | 589 × 363 (56 KB) | Chetvorno (talk | contribs) | Uploaded own work with UploadWizard |
You cannot overwrite this file.
File usage on Commons
There are no pages that use this file.
File usage on other wikis
The following other wikis use this file:
- Usage on en.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Horizontal resolution | 118.11 dpc |
---|---|
Vertical resolution | 118.11 dpc |
File change date and time | 14:20, 6 December 2024 |