Skip to content

Instantly share code, notes, and snippets.

View horwathbd's full-sized avatar

Ben Horwath horwathbd

View GitHub Profile
""" Functions dealing with rectangular patch antenna."""
import math
import matplotlib.pyplot as plt
import numpy as np
from sph2cart1 import sph2cart1
from cart2sph1 import cart2sph1
from math import cos, sin, sqrt
from mpl_toolkits.mplot3d import Axes3D