Main Content

design

Design prototype antenna or arrays for resonance around specified frequency

Description

例子

汉特=设计(天线,,,,频率designs any antenna object from the antenna library to resonate at the specified frequency.

harray=设计(array,,,,频率设计一系列偶极子作为指定的操作频率。元素被半波长隔开。

例子

harray=设计(array,,,,频率,,,,元素sdesigns an array of elements for operation at a specified频率。这元素s are separated by half-wavelength, if possible. If you cannot achieve half-wavelength spacing, the element size is used to calculate inter-element separation and the elements are evenly distributed on a sphere radius proportional to the largest element in元素

harray=设计(Conformalarray,,,,频率设计以指定频率的偶极子和Bowtie元素的共形阵列。这些元素放置在默认情况下指定的位置conformalArrayobject. If the required element positions cannot be achieved due to intersection of elements, the element size is used to compute the inter element spacing and the elements are evenly distributed on a sphere of radius proportional to the largest element in the property元素

harray=设计(Conformalarray,,,,频率,,,,元素sdesigns a conformal array of specified elements at the specified frequency.

harray=设计(Infinitearray,,,,频率designs an infinite array with a reflector element at the specified frequency.

harray=设计(Infinitearray,,,,频率,,,,元素s在指定频率下设计一个指定元素的无限阵列。

笔记

  • 天线或阵列设计designfunction can resonates around the design frequency with 10–15% tolerance. To reduce this tolerance and optimize your antenna or array design use theoptimize功能。

  • Desginfunction usesair作为其默认基板。

Examples

collapse all

Design a prototype microstrip patch antenna that resonates at a frequency of 1 GHz.

p = design(patchMicrostrip,1e9)
p = patchMicrostrip with properties: Length: 0.1439 Width: 0.1874 Height: 0.0030 Substrate: [1x1 dielectric] GroundPlaneLength: 0.2998 GroundPlaneWidth: 0.2998 PatchCenterOffset: [0 0] FeedOffset: [0.0303 0] Conductor: [1x1 metal] Tilt: 0 TiltAxis: [1 0 0] Load: [1x1 lumpedElement]
显示(p)

图包含一个轴对象。带有标题贴片的轴对象,呈贴片天线元件包含5个类型贴片的对象。这些对象代表pec,feed。

Calculate the impedance of the above antenna at the same frequency.

Z = impedance(p,1e9)
Z = 40.8230 - 12.1805i

设计一个矩形阵列的反射式背面的圆形弓形天线,可在500 MHz下运行。

b = bowtierounded('倾斜',90,'tiltaxis',[0 1 0]);r =反射器('Exciter',b);ra =设计(矩形arraray,500E6,r);展示(RA)

图包含一个轴对象。带有标题矩形的轴对象反射器天线包含14个类型贴片的对象。这些对象代表pec,feed。

在500 MHz处绘制矩形阵列的辐射图。

pattern(ra,500e6)

Figure contains an axes object and other objects of type uicontrol. The axes object contains 14 objects of type patch, surface.

Create a default conformal array.

confarraydef = ConformalArray
confarraydef = conformalarray具有属性:元素:{[1x1偶极子] [1x1 bowtietriangular]} elementPosition:[2x3 double]参考:'feed'amplitudeTaper:1 phaseShift:1 phaseShift:0 tilt:0 tilt:0 tilt:0 tiltaxis:0 tiltaxis:0 tiltaxis:[1 0 0] [1 0]

使用偶极天线,折叠偶极天线,曲折偶极天线和1 GHz的单子天线设计一个保形阵列。

desc = design(confarraydef,1e9,{dipole,dipolefled,dipoleMeamer,monopole})
desc = conformalarray具有属性:元素:{1x4 cell}元素置:[4x3 double]参考:'feed'amplitudeTaper:1 phaseShift:0 tilt:0 tilt:0 tiltaxis:[1 0 0]
desc.ElementPosition
ans =4×30 0 -1.3016 0 0 -2.6939 0 0 -2.8594 0 0 -3.1498
节目(desC)

图包含一个轴对象。这axes object with title conformalArray of antennas contains 13 objects of type patch, surface. These objects represent PEC, feed.

Create an infinite array.

Infarrayv1 = InfiniteArray
infarrayv1 =具有属性的InfiniteArray:元素:[1x1反射器] scanazimuth:0 scanelevation:90 remove ground:0
show(Infarrayv1)

图包含一个轴对象。在无限阵列中的反射器上,偶极子的标题单元对象包含7个类型贴片的对象。这些物体代表PEC,饲料,空气,晶胞。

使用单极天线和1 GHz频率设计上述阵列。

infarrayV2 = design(infarrayV1,1e9,monopole)
infarrayV2 = infiniteArray with properties: Element: [1x1 monopole] ScanAzimuth: 0 ScanElevation: 90 RemoveGround: 0
show(infarrayv2)

图包含一个轴对象。无限阵列中带有单子单元的标题单元的轴对象包含6个类型贴片的对象。这些物体代表PEC,饲料,空气,晶胞。

输入参数

collapse all

天线对象from antenna library, specified as a scalar.

Example:偶极子

来自天线库的数组对象,指定为linearArray,,,,rectangularArray, 或者圆形object.

Example:r = reflector;ra = design(rectangularArray,500e6,r);Designs a rectangular array of reflectors operating at a frequency of 500 MHz.

共形数组对象,,,,specified as aconformalArrayobject.

您可以以三种方式将元素放置在共形数组中:

  • 案例1:点位于一条线上。

  • Case 2: Points lie on a plane.

  • Case 3: Points lie in 3-D space.

Example:c = conformalArray;ca = design(c,50e6,{dipole,dipoleFolded, dipoleJ, bowtieTriangular,dipole,dipole,dipole,dipole,dipole});Designs a conformal array of specified elements operating at a frequency of 50 MHz.

Infinite array object, specified as aInfinitearrayobject.

Example:i = infiniteArray; ia = design(i,1e9,monopole);设计一个无限阵列,其单极天线元件以1 GHz的频率工作。

天线的谐振频率,指定为真实的正标量。

Example:55e6

数据类型:双倍的

天线对象from the antenna library used in the array, specified as a single antenna element or a cell array in conformal array. For more information on element positions for conformal array, seeConformalarray

Example:r = reflector;ra = design(rectangularArray,500e6,r);Designs a rectangular array of reflectors operating at a frequency of 500 MHz.

Example:c = conformalArray;ca = design(c,50e6,{dipole,dipoleFolded, dipoleJ, bowtieTriangular,dipole,dipole,dipole,dipole,dipole});Designs a conformal array of specified elements operating at a frequency of 50 MHz.

输出参数

collapse all

天线对象以指定的参考频率工作,作为天线对象返回。

数组对象operating at the specified reference frequency and specified elements, returned as an array object.

Tips

  • 使用meshfunction to refine your antenna or array prototypes.

版本历史记录

在R2016b中引入

也可以看看

|