SLL problems in a large phased array antenna
조회 수: 2 (최근 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!