How to plot the two dimensional transmitter antenna pattern?
조회 수: 19 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2020년 8월 7일
편집: MathWorks Support Team
2024년 3월 31일
Is there a way to plot the two-dimensional transmitter antenna pattern vice the colorized 3D plots obtained when one uses the command "pattern(tx,100e6)" for example. Is there a way to place a pointer on a specific spot on the pattern and read the antenna gain. In effect, I want to take a "slice" on the 3D antenna pattern plots.
채택된 답변
MathWorks Support Team
2024년 3월 31일
편집: MathWorks Support Team
2024년 3월 31일
There are several ways of creating a 2D pattern.
1. Using the pattern function on an element from the Antenna Toolbox catalog. Look at the following example in our documentation page.
2. Using the patternAzimuth or patternElevation functions on an element from the Antenna Toolbox catalog
3. Using 'patternCustom' on imported data
Look at the section titled, 'Visualize 2D radiation pattern of helix directivity
4. Using 'polarpattern'
All the plots that are generated from these functions are interactive, meaning you can put markers on the traces and read out the directivity/gain values. Using the right-click inside or outside the axes also allows more control. The polar plot capability for the functions (1-3) is based on (4). Also, this example should be helpful
More information on pattern
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!