필터 지우기
필터 지우기

Export from PCB antenna designer into workspace for radiation pattern definition

조회 수: 6 (최근 30일)
Louise Hazelton
Louise Hazelton 2024년 5월 10일
편집: Umeshraja 2024년 9월 21일 12:15
I have designed an antenna using PCB antenna designer and am now trying to work out how to create the radiation pattern description (gain values against phi and theta) for use in an RF propagation and link modelling application. Any suggestions gratefully received.

답변 (1개)

Umeshraja
Umeshraja 2024년 9월 2일
편집: Umeshraja 2024년 9월 21일 12:15
To export the radiation pattern from the PCB Antenna Designer to the workspace, you should first export the PCB antenna to the MATLAB workspace or as a MATLAB script in the Analysis tab. Please refer to the image below to see how the options in toolbox appear.
Once exported as 'pcbobj' variable, you can obtain the radiation pattern using the following code:
>>[D, A, Z] = pattern(pcbobj, frequency);
In this code:
D represents the Directivity.
A is an array of azimuth angles.
Z is an array of elevation angles.
These outputs can be used for RF propagation and link modeling applications. For more information on plotting the radiation pattern, please refer to following documentation

카테고리

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

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by