SLL problems in a large phased array antenna
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Honglei Chen
2016 年 6 月 24 日
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 件のコメント
Honglei Chen
2016 年 6 月 27 日
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
参考
カテゴリ
Help Center および File Exchange で Windows についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!