微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 电磁仿真讨论 > radiation pattern matlab

radiation pattern matlab

时间:03-30 整理:3721RD 点击:
Hi all:

I want to know how to plot radiation pattern in dB (Logarithmic) in MATLAB?

Thanks.

1) which version of MatLab
2) What is your INPUTS ?

Hi Kohi_boy:

The version is 2006Ra.
My inputs are angles(rad) and for example Gain in dB or Mag. I export them from HFSS.

Hello masud_809,

Plotting radiation patterns in matlab is simple but little tricky. I use normalised radiation patterns i.e. max gain is '0' and then it decreases so the scale look likes 0,-5,-10 ...-40(dB) . Other important thing to keep in mind is the POLAR function in matlab do not plot the negative gains and returns you with an error so you have to keep everything positive or zero values.
So to plot the normalised radiation patterns :

1. open your data in excel sheet.

2. look for the max. gain value for particular angle, say for example its 6 dB. Now to make a plot with scale 0 to -40 dB which is most common, add 40-6 i.e 34 to all the gain. This make the highest gain of your result which is 6 dB in our example to 40 dB and other decreases accordingly.

3. Now look for any negative values in gain column and replace it to 'Zero'. Once done now you can plot this normalised radiation pattern data using POLAR command and since you already have angles in radians so just directly use that.
Once you plot the pattern just change the scale in matlab plot as 0 to -40.

Hope this solve your query.
Thanks & Regards
Praful

Dear prafuldeo:

Thank you very much for your description! I appreciate your time. I will check it out today.

Cheers.

Hello masud_809,
Give it a try and let me know how did it go.

Cheers

by far the easiest way is to download the m-file 'mmpolar'.

It automatically generates polar radiation plots that are of the style we are all used to seeing.

http://blogs.mathworks.com/pick/2005...le-polar-plot/

http://www.mathworks.com/matlabcentr...eexchange/1251

radiation pattern plot

I've tried mmpolar function, seems it doesn't support the hold on command so multiple plots in same figure is not possible.

hi everybody,
can anybody expalin how to make 3D polar radiation pattern in matlab?
I am using UV plot where with mesh(x,y,z) command
x=sin(theta)cos(phi)
y=sin(theta)sin(phi)
ans
z=calculated gain
all are NxN square matrix
But I want to plot in polar form
Thanks

Hi mns,
I've never tried 3D polar plots in matlab but seems an interesting exercise. I'll try and let you know.

Regards

Dear all,
I think you can use sisotool function to draw it.
With my best wishes.

Added after 4 minutes:

hai mns..

pls give me idea about taking theta and phi values in matlab as iam doing project on plotting antenna radiation pattern using matlab for all type of antennas...
hope i will get reply soon


thanku

Hi:

What do you mean by "taking theta and phi values"?
For this post, as you can see, I used MATLAB to re-plot a radiation pattern which I generated with HFSS.
So my angle data were ready and I just needed a function to SHOW that data in 2d/3d.
Regards

thanks for ur reply.....

can u give me some idea to how to plot radiation pattern for rectangular aperture with a=3lambda,b=2lambda in matlab....hope for the reply...
thnku

In order to plot the radiation pattern, you need to have the electric(magnetic) fields. There are some classic shapes, for example rectangular apertures with classic radiation patterns.
You can find the radiation pattern for these apertures in any antenna text books. My suggestion is Balanis.
Cheers

hi all,
can anyone say me the commands for plotting the radiation pattern for patch antennas clearly

Hello,

how can i plot radiation pattern of an antenna in Matlab?

thanks

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top