1. 程式人生 > 實用技巧 >【原始碼】垂直偶極子天線的矩量法

【原始碼】垂直偶極子天線的矩量法

在這裡插入圖片描述

用Galerkin方法求解中心饋電垂直偶極子天線的矩量法算例。

An example of MoM solution for vertical dipole antenna fed at the center via delta gap excitation using Galerkin’s method.

該程式採用Galerkin方法,利用重疊三角形基和測試函式,計算了長度為L、半徑為a的垂直細線偶極子天線上的電流。

This code computes the current on a vertical thin wire dipole antenna of length L and radius a. The solution is based on Galerkin’s method using overlapping triangular (PWL) basis and testing functions.

該程式碼還繪製了與天線相關的電流和輻射方向圖。

This code also plots the currents and the radiation patterns associated with the antenna.

分段N由使用者選擇。

The number of segments N is left for the user to choose.

此程式可作為MoM實現結果的比較和驗證參考程式碼。

This program serves as a reference code for results comparison and validation of a MoM implementation.

此外,如果需要,可以調整程式碼來定義任意形狀的線天線。

Also, it is possible to tweak the code to define an arbitrary shape wire antenna if needed.

更多精彩文章請關注公眾號:在這裡插入圖片描述