필터 지우기
필터 지우기

How do I generate a 3 dimensional beam pattern?

조회 수: 17 (최근 30일)
Charles
Charles 2013년 12월 28일
편집: Honglei Chen 2014년 1월 14일
I want to reproduce the plot shown here:
It's on one of the promotional pages for the phased array system toolbox, but I cannot for the life of me figure out how to make that plot. Any help would be greatly appreciated. The image was found on the following page:
Thanks,
Chuck

채택된 답변

Yinguang Li
Yinguang Li 2014년 1월 13일
편집: Honglei Chen 2014년 1월 14일
By using the following command, you should be able to get what you want.
ha = phased.URA(10);
ha.Element.BackBaffled = true;
plotResponse(ha,3e8,3e8,'RespCut','3D','Format','Polar')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with Phased Array System Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by