Antenna Utilities

lyceanem.electromagnetics.antenna_utilities.antenna_size(freq, antenna)[source]

Utility for calculating the electrical size of a given antenna structure

Parameters:
  • freq (float) – frequency of the antenna in Hz

  • antenna_structure – antenna structure

Returns:

ka – electrical size of antenna structure for given frequency

Return type:

float

lyceanem.electromagnetics.antenna_utilities.antenna_stats(freq, x, y, z)[source]

Utility for evaluating electrical size

Parameters:
  • freq (float) – frequency of the antenna in Hz

  • x (float) – largest dimension in x, or half width in x direction (m)

  • y (float) – largest dimension in y, or half width in y direction (m)

  • z (float) – largest dimension in z, or half width in z direction (m)