필터 지우기
필터 지우기

How do I set element gain for phased array

조회 수: 5 (최근 30일)
John Wang
John Wang 2022년 7월 21일
답변: Chunru 2022년 7월 21일
Im designing a phased array, and I want to change the element gain, how would I do that?

답변 (1개)

Chunru
Chunru 2022년 7월 21일
freq = [0 1000 2000]; % freq vector
resp = [3 3 3]; % response in dB at different freq
a = phased.CustomAntennaElement('FrequencyVector', freq, 'FrequencyResponse', resp)
a =
phased.CustomAntennaElement with properties: FrequencyVector: [0 1000 2000] FrequencyResponse: [3 3 3] PatternCoordinateSystem: 'az-el' AzimuthAngles: [-180 -179 -178 -177 -176 -175 -174 -173 -172 -171 -170 -169 -168 -167 -166 -165 -164 -163 -162 -161 -160 -159 -158 -157 -156 -155 -154 -153 -152 -151 -150 -149 -148 -147 -146 -145 -144 -143 -142 -141 -140 -139 -138 … ] ElevationAngles: [-90 -89 -88 -87 -86 -85 -84 -83 -82 -81 -80 -79 -78 -77 -76 -75 -74 -73 -72 -71 -70 -69 -68 -67 -66 -65 -64 -63 -62 -61 -60 -59 -58 -57 -56 -55 -54 -53 -52 -51 -50 -49 -48 -47 -46 -45 -44 -43 -42 -41 -40 -39 -38 -37 … ] SpecifyPolarizationPattern: false MagnitudePattern: [181×361 double] PhasePattern: [181×361 double] MatchArrayNormal: true

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by