필터 지우기
필터 지우기

Using MATLAB and simulink, simulate the radiation pattern of an omnidirectional antenna

조회 수: 2 (최근 30일)
Using MATLAB and simulink to simulate the radiation pattern of an omnidirectional antenna

답변 (1개)

Chunru
Chunru 2021년 7월 3일
For ominidirectional response, it is a constant over directions. If you use phased array toolbox, you can plot the pattern:
antenna = phased.IsotropicAntennaElement
fc = 1e9;
pattern(antenna,fc,-180:180, 0,'CoordinateSystem','polar', ...
'Type','powerdb','Normalize',true)

카테고리

Help CenterFile Exchange에서 Antenna and Array Analysis에 대해 자세히 알아보기

태그

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by