필터 지우기
필터 지우기

understanding how resp in phased.Cus​tomAntenna​Element works

조회 수: 3 (최근 30일)
Philip
Philip 2015년 2월 19일
답변: Honglei Chen 2015년 2월 23일
I am tyring to understand the output from resp in the phased.CustomAntennaElement toolbox
The code is as follows:
myant= phased.CustomAntennaElement('AzimuthAngles',az, ...
'ElevationAngles',el,'RadiationPattern',pat_azel);
az, el is -90:90 and -180:180, pat_azel is the custom pattern 181x361
ang = [0 180];
resp = step(myant,fc,ang) gives 2 numbers ?
From the documentation thus far, ang is the value at az=0 elevation=180
so resp should only have a single value, I check the orginal output and it
is in dB mag. and not a vector. I followed this from the custom antenna element example.
Any feedback is welcome, thanks.
Regards, Philip

채택된 답변

Honglei Chen
Honglei Chen 2015년 2월 23일
Hi Philip,
When you pass in ang = [0 180], it is considered as two angles, az = 0 and az = 180. if you pass in ang = [0;180], then it is one angle pointing at az = 0 and el = 180.
HTH

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by