Coverage map with custom antenna

조회 수: 8 (최근 30일)
Jozef Mindok
Jozef Mindok 2019년 4월 18일
댓글: matlab06 2022년 4월 8일
I'm playing with Antenna Toolbox, specifically trying to do some coverage maps with functions txsite, show, coverage etc. and I cannot find anywhere if it's possible in defining txsite object to use my own antenna, for which I have a measured 360° radiation antenna pattern in format of Gain/Phi/Theta values (either in E/H 2D slices, or even 3D pattern). Do you have any experience with it, please?
tx = txsite('Name','MathWorks Apple Hill',...
'Latitude',42.3001, ...
'Longitude',-71.3504, ...
'Antenna',MyOwnAntenna, ...)

답변 (1개)

Jacob Halbrooks
Jacob Halbrooks 2019년 5월 13일
The txsite and rxsite objects work with any antenna element or array objects from Antenna Toolbox or Phased Array System Toolbox. You can define a custom antenna using phased.CustomAntennaElement from Phased Array System Toolbox. An example that shows how to define a custom antenna for use with txsite is SINR Map for a 5G Urban Macro-Cell Test Environment.
  댓글 수: 1
matlab06
matlab06 2022년 4월 8일
Hi Jacob, is it possible to load a custom antenna pattern with the SINR Map example without using the Antenna or Phased Array System toolboxes?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Antennas, Microphones, and Sonar Transducers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by