How to plot the two dimensional transmitter antenna pattern?
19 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 7 Août 2020
Modifié(e) : MathWorks Support Team
le 31 Mar 2024
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.
Réponse acceptée
MathWorks Support Team
le 31 Mar 2024
Modifié(e) : MathWorks Support Team
le 31 Mar 2024
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!