Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

are there any ways to calculate the array pattern in HFSS

Status
Not open for further replies.

antenna_abc

Member level 3
Joined
Dec 22, 2005
Messages
58
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,835
Hi, all. I have a question about HFSS.

For example, right now I have simulated a antenna element and get its radiation patterns. Are there any ways for me to calculate a antenna array based on this element by just using the simple vector summation in HFSS, if no mutual coupling is considering at this stage?

Thanks.
 

I would do it in Matlab.

Import the beam pattern of the individual element as simulated by HFSS and apply the basic phased-array equations (see chapter 9 of "Introduction to Radar Sytems" by Skolnik)

I did this for a patch antenna I was trying to phase and as long as you assume no coupling, this gave pretty good results.

If the element is simple enough and you have enough memory, why not manually tile it out? Another option is to use the master-slave boundaries to simulate a "semi-infinite" array. This is explained in the manual somewhere... I could track it down if you like.

By far the fastest solution is Matlab, though. If you ask, I can track down the code for you for that as well.
 
Thanks very much, AndyECE. If possible, would you share the code for your MATLAB program for me?
 

Re: are there any ways to calculate the array pattern in HFS

I have attached a ZIP file which contains the following:

phasedArray.m - script for estimating phased array
locations.mat - 3D locations of each element
singleElementGain - beam pattern of one element
mmpolar - a great file for plotting radiation patterns correctly


I threw in some old data so that you can see how I formatted everything. The script should be fully operational right now. I always find it easier to edit code that works when I start, rather than a chunk of code that doesn't actually do anything.

Let me know how it goes!
 
Re: are there any ways to calculate the array pattern in HFS

Can you send me the mentioned codes. I couldn't find them...

I have attached a ZIP file which contains the following:

phasedArray.m - script for estimating phased array
locations.mat - 3D locations of each element
singleElementGain - beam pattern of one element
mmpolar - a great file for plotting radiation patterns correctly


I threw in some old data so that you can see how I formatted everything. The script should be fully operational right now. I always find it easier to edit code that works when I start, rather than a chunk of code that doesn't actually do anything.

Let me know how it goes!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top