メインコンテンツ

hornConical

円錐ホーン アンテナの作成

説明

既定の hornConical オブジェクトは、9.26 GHz 付近で共振する円錐形の導波管を作成します。このタイプのホーンは、大型の電波天体望遠鏡、衛星追跡用、パラボラ アンテナの給電素子として広く使用されています。

作成

説明

ant = hornConical は、既定のプロパティ値をもつ円錐ホーン アンテナを作成します。既定の寸法は、約 9.26 GHz の動作周波数に合わせて選択されています。

ant = hornConical(PropertyName=Value) は、名前と値の引数を 1 つ以上使用してプロパティを設定します。PropertyName はプロパティ名、Value は対応する値です。PropertyName1=Value1,...,PropertyNameN=ValueN のように、複数の名前と値の引数を任意の順番で指定できます。指定されなければ、プロパティは既定値を保持します。

たとえば、ant = hornConical(Radius=1) は半径 1 メートルの円錐ホーン アンテナを作成します。

プロパティ

すべて展開する

導波管の半径。メートル単位の実数値スカラーとして指定します。

例: 0.760

データ型: double

導波管の高さ。メートル単位の実数値スカラーとして指定します。

例: 0.0340

データ型: double

給電点の高さ。メートル単位の実数値スカラーとして指定します。

例: 0.0085

データ型: double

給電点の幅。メートル単位の実数値スカラーとして指定します。

例: 0.0200

データ型: double

y 軸に沿った符号付き距離。メートル単位の実数値スカラーとして指定します。

例: 0.03627

データ型: double

円錐の高さ。メートル単位の実数値スカラーとして指定します。

例: 0.0540

データ型: double

円錐開口部の半径。メートル単位の実数値スカラーとして指定します。

例: 0.0760

データ型: double

導体として使用する金属のタイプ。metal オブジェクトとして指定します。MetalCatalog から金属を選択することも、任意の金属を指定することもできます。金属導体のメッシングの詳細については、Meshingを参照してください。

例: metal("Copper")

アンテナ給電点に追加する集中定数素子。lumpedElement オブジェクトとして指定します。アンテナ表面上の任意の位置に負荷を追加できます。既定では、負荷は給電点に配置されます。

例: lumpedElement(Impedance=75)

アンテナの傾斜角 (度単位)。スカラーまたはベクトルとして指定します。詳細については、アンテナとアレイの回転を参照してください。

例: 90

例: Tilt=[90 90]TiltAxis=[0 1 0;0 1 1] は、ベクトルで定義された 2 つの軸を中心にアンテナを 90 度傾けます。

データ型: double

アンテナの傾斜軸。次のいずれかの値として指定します。

  • メートル単位の直交座標から成る 3 要素ベクトル。この場合、ベクトルの各座標は、原点を始点とし、x 軸、y 軸、z 軸上の指定された点に沿って配置されます。

  • 空間内の 2 つの点。直交座標から成る 2 つの 3 要素ベクトルに対応する 2 行 3 列の行列として指定します。この場合、アンテナは 2 つの点を結ぶ線を中心に回転します。

  • "x""y"、または "z"。それぞれ x 軸、y 軸、または z 軸を軸とした回転を表します。

詳細については、アンテナとアレイの回転を参照してください。

例: [0 1 0]

例: [0 0 0;0 1 0]

例: "Z"

データ型: double | string

オブジェクト関数

axialRatioアンテナまたはアレイの軸比を計算してプロットする
bandwidthCalculate and plot absolute bandwidth of antenna or array
beamwidthBeamwidth of antenna
chargeCharge distribution on antenna or array surface
currentCurrent distribution on antenna or array surface
designCreate antenna, array, or AI-based antenna resonating at specified frequency
efficiencyCalculate and plot radiation efficiency of antenna or array
EHfieldsElectric and magnetic fields of antennas or embedded electric and magnetic fields of antenna element in arrays
feedCurrentCalculate current at feed for antenna or array
impedanceアンテナの入力インピーダンスまたはアレイの走査インピーダンスを計算してプロットする
infoDisplay information about antenna, array, or platform
memoryEstimateEstimate memory required to solve antenna or array mesh
meshGenerate and view mesh for antennas, arrays, and custom shapes
meshconfigChange meshing mode of antenna, array, custom antenna, custom array, or custom geometry
msiwriteWrite antenna or array analysis data to MSI planet file
optimizeOptimize antenna and array catalog elements using SADEA or TR-SADEA algorithm
patternアンテナ、アレイ、またはアレイの組み込み素子の放射パターンをプロットする
patternAzimuthアンテナまたはアレイの方位面放射パターン
patternElevationアンテナまたはアレイの仰角面放射パターン
peakRadiationCalculate and mark maximum radiation points of antenna or array on radiation pattern
rcsCalculate and plot monostatic and bistatic radar cross section (RCS) of platform, antenna, or array
resonantFrequencyCalculate and plot resonant frequency of antenna
returnLossCalculate and plot return loss of antenna or scan return loss of array
showアンテナ、アレイ、AI ベースのアンテナ、プラットフォーム、または形状の表示
sparametersCalculate S-parameters for antenna or array
stlwriteメッシュ情報を STL ファイルに書き込む
vswrCalculate and plot voltage standing wave ratio (VSWR) of antenna or array element

すべて折りたたむ

既定の円錐ホーン アンテナを作成して表示します。

ant = hornConical
ant = 
  hornConical with properties:

             Radius: 0.0120
    WaveguideHeight: 0.0300
         FeedHeight: 0.0075
          FeedWidth: 0.0030
         FeedOffset: 0.0100
         ConeHeight: 0.0348
     ApertureRadius: 0.0350
          Conductor: [1×1 metal]
               Tilt: 0
           TiltAxis: [1 0 0]
               Load: [1×1 lumpedElement]

show(ant)

Figure contains an axes object. The axes object with title hornConical antenna element, xlabel x (mm), ylabel y (mm) contains 3 objects of type patch, surface. These objects represent PEC, feed.

7.58 GHz におけるアンテナの放射パターンをプロットします。

pattern(ant,7.58e9)

Figure contains 2 axes objects and other objects of type uicontrol. Axes object 1 contains 3 objects of type patch, surface. Hidden axes object 2 contains 17 objects of type surface, line, text, patch.

次の寸法をもつ円錐ホーン アンテナを作成します。

ant = hornConical(Radius=35.71e-3,WaveguideHeight=200e-3,...
    Feedwidth=26e-3,FeedHeight=34.71e-3,FeedOffset=42.42e-3,...
    ConeHeight=130e-3,ApertureRadius=62.5e-3);
figure
show(ant)
title("Conical Horn Antenna")

Figure contains an axes object. The axes object with title Conical Horn Antenna, xlabel x (mm), ylabel y (mm) contains 3 objects of type patch, surface. These objects represent PEC, feed.

アンテナの S パラメーターとインピーダンスをプロットします。

s = sparameters(ant,2.5e9:20e6:4e9);
figure
rfplot(s);
title("S-parameters")

Figure contains an axes object. The axes object with title S-parameters, xlabel Frequency (GHz), ylabel Magnitude (dB) contains an object of type line. This object represents dB(S_{11}).

figure
impedance(ant,2.5e9,20e6:4e9); 

Figure contains an axes object. The axes object with title Impedance, xlabel Frequency (GHz), ylabel Impedance (ohms) contains 2 objects of type line. One or more of the lines displays its values using only markers These objects represent Resistance, Reactance.

参照

[1] Jadhav, Rohini.P, Vinithkurnar Javnrakash Dongre, Arunkumar Heddallikar. "Design of X-Band Conical Horn Antenna Using Coaxial Feed and Improved Design Technique for Bandwidth Enhancement." In International Conference on Computing, Communication, Control, and Automation (ICCUBEA), 1-6. Pune, India: ICCUBEA 2017

バージョン履歴

R2019b で導入