Friday 11 August 2017

waveform - What does the radiation from an antenna look like?


Just out of curiosity, I searched for antenna on Google Images, and what usually shows is something like this. So I really thought that an antenna radiates in a circular and equal pattern. But as I read the specs of an antenna and understand terms like DBI and Polarization I got more confused. So my question is, what does the signal radiating from an antenna really look like?



Update


For example, how can we draw this linear polarization inside this?



Answer



This image:


enter image description here


Is just a drawing, it has no meaning. It does not represent the radiation pattern of an antenna in any way !


Basically all antennas radiate (and receive) the EM waves in all directions. However, depending on the design it might not radiate and receive in some direction very well but it might do so in a different direction very well. Those are the red parts in the radiation patterns below.


Real Antenna radiation patterns look like this: enter image description here


For an isotropic radiator in this case.


Or this one for a dish antenna: enter image description here



There are as many radiation patterns as there are antenna types.


Antenna designers generally use an EM simulator, for example CST, to calculate/simulate the antenna radiation pattern of a certain antenna structure.


How can we draw this linear polarization in the radiation pattern ?


These radiation patterns do not show the polarization. Since the polarization is usually in the direction of the length of the antenna it also depends on how you place the antenna. Of course, the radiation pattern changes with that placement also.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...