SLL problems in a large phased array antenna
3 views (last 30 days)
Show older comments
Hi!
I have designed a phased array antenna using Matlab's Phased array tool box and I have few doubts regarding the same.
1) While simulating an 8X8 array with uniform distrubition, the values obtained for SLL and Power were matching to that of theoritical calculations (say -13dB SLL etc.,).
But, when i make the array larger (say roughly 5000+ elements), my SLL is going down to '-18dB' with the same uniform excitation. Is it a limitation of Toolbox (or) that is the closest value to practical observation? Please explain.
2) I have tried applying Taylor tapering(windowing) to my larger array discussed in the previous problem. Here, I couldn't notice any difference in the max power obtained at the boresight with changing order(nbar) of the taylor window. But, there should be a slight variation as per the theory. Could someone please explain?
Thanks & Regards, Sricharan, Deputy Engineer, Bharat Electronics Limited, Email:sricharan@bel.co.in
0 Comments
Answers (1)
Honglei Chen
on 24 Jun 2016
Hi Sricharan,
Could you share a bit more info how you determine the SLL, is it by looking the beam pattern plotted in the figure. If so, you may need to use a finer grid when plotting, otherwise, for a 5000+ element array, the default one degree grid is too loose to accurately represent the beam pattern.
HTH
2 Comments
Honglei Chen
on 27 Jun 2016
Hi Sricharan,
For example, in your call to plot pattern, you did
pattern(hura,freq,-45:45,[-45:45],'PropagationSpeed',c,... 'CoordinateSystem','rectangular',... 'Type','powerdb',... 'Normalize',false)
The first -45:45 is azimuth grid and the second -45:45 is elevation grid. Therefore, if you want a finer grid, you can try things like -45:0.1:45. However, if you want to measure beamwidth, it might be easier to plot in cuts. For example, if you want the azimuth cut, you can do
pattern(hura,freq,-45:0.1:45,0,'PropagationSpeed',c,... 'CoordinateSystem','rectangular',... 'Type','powerdb',... 'Normalize',false)
HTH
See Also
Categories
Find more on Windows in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!