主要内容

phased.CardioidAntennaElement

心脏化天线元件

描述

TheCardioidAntennaElementSystem Object™模型的天线与Cardioid Response。有心细胞天线通常用于方向发现。可以通过将两个各向同性辐射器放在阵列中,相距四分之一波长和相位90°来实现心脏响应。心形模式的默认旋转在180°方位角和0°海拔时为无效。0°方位角和0°升高被认为是天线的主要响应轴。当放置在线性或矩形阵列中时,主响应轴与阵列正常对齐。

To compute the response of the antenna element for specified directions:

  1. 创建phased.CardioidAntennaElementobject and set its properties.

  2. Call the object with arguments, as if it were a function.

要了解有关系统对象如何工作的更多信息,请参阅What Are System Objects?

Creation

描述

天线= phased.CardioidAntennaElement创建有心脏的天线系统对象,天线。This object models an antenna element whose response is a cardioid with a null at 180° azimuth and 0° elevation.

example

天线=分阶段。核苷剂(Name=Value)creates a cardioid antenna object,天线, with each specified property set to the specified value. You can specify multiple name-value arguments in any order. For example,频率范围=[1e6 1e9]指定天线在1 MHz至1 GHz的频率范围内运行。

Properties

展开全部

Unless otherwise indicated, properties are不可否认,这意味着您在调用对象后不能更改其值。呼叫时锁定对象,然后发布功能解锁它们。

如果a property istunable, you can change its value at any time.

For more information on changing property values, seeSystem Design in MATLAB Using System Objects

天线的工作频率范围,以形式为非负值,实价1-2行矢量[较低的较高范围]。The antenna element has no response outside the specified frequency range. Units are in Hz.

Data Types:双倍的

空轴方向,指定为其中之一:

"-x" "-y" "-z"

带有零轴方向减去的心形图案减去x

带有零轴方向减去y的心形图案

带有零轴方向减去Z的心脏模式模式

"+x" "+y" "+z"

带有零轴方向加上X的心形图案

带有零轴方向加上y的心脏模式图案

带有零轴方向加Z的心形图案

有关更多信息,请参阅Cardioid Response

Data Types:双倍的

用法

描述

example

解答=天线(FREQ,ang)returns the antenna voltage response解答以操作频率指定FREQ和指定的指示ang

Note

对象第一次执行对象执行初始化。此初始化锁定不可否认properties和input specifications, such as dimensions, complexity, and data type of the input data. If you change a nontunable property or an input specification, the System object issues an error. To change nontunable properties or inputs, you must first call the发布method to unlock the object.

输入参数

展开全部

天线元件的工作频率,被指定为非负标量或非负标量的1 by-L行矢量。Frequency units are in Hz.

FREQmust lie within the range of values specified by the频率范围或者频率向量property of the element. Otherwise, the element produces no response and the response is returned as–Inf。元素对象使用频率范围财产,除了phased.CustomAntennaElement,使用频率向量property.

例子:[1e8 2e6]

Data Types:双倍的

响应方向的方位角和高程角,指定为实现的1乘1乘M行矢量or a real-valued 2-by-M矩阵,哪里M是角方向的数量。角度单位为程度。方位角必须位于–180°至180°的范围内,包括。高程角必须位于–90°至90°的范围内,包括。

  • 如果ang是1 -M向量,每个元素指定方向的方位角。在这种情况下,假定相应的高程角为零。

  • 如果angis a 2-by-Mmatrix, each column of the matrix specifies the direction in the form[方位角;高程]

方位角是x-axis and the projection of the direction vector onto thexy-飞机。This angle is positive when measured from thex- 轴向y-axis. The elevation angle is the angle between the direction vector andxy-飞机。当测量朝向z-axis. See the definition of方位角

例子:[110 125; 15 10]

Data Types:双倍的

Output Arguments

展开全部

Voltage response of the antenna element, returned as a matrix of sizeM-经过-L。In this matrix,M表示在angL表示在FREQ

Data Types:双倍的

Object Functions

To use an object function, specify the System object as the first input argument. For example, to release system resources of a System object namedobj,使用此语法:

释放(OBJ)

展开全部

模式增长 Plot antenna or transducer element directivity and pattern versus elevation
图案Azimuth 绘制天线或换能器元件方向性和模式与方位角
图案 Plot antenna or transducer element directivity and patterns
梁宽 Compute and display beamwidth of sensor element pattern
directivity Directivity of antenna or transducer element
Ispolarization copcap Antenna element polarization capability
step Run系统对象算法
发布 Release resources and allow changes to系统对象property values and input characteristics
重置 重置内部状态系统对象

例子

全部收缩

创建有心脏的天线并绘制其方位角响应。天线可以在800 MHz和1.2 GHz之间工作,并且工作频率为1 GHz。

元素=分阶段。核苷剂(。。。频率范围=[800e6 1.2e9]); fc = 1e9; pattern(element,fc,-180:180,0,CoordinateSystem=“极性”)

在孔中找到天线的响应。

ang = [0 0]'; resp = element(fc,ang)
RESS = 1

More About

展开全部

Extended Capabilities

他的版本tory

在R2021b中引入