forcesympol¶
-
pylayers.antprop.antenna.
forcesympol
(A)[source]¶ plot VSH transform vsh basis in 3D plot
n,m : integer values (m<=n) theta : ndarray phi : ndarray sf : boolean
if sf : plotted figures are saved in a *.png file else : plotted figures aren’t saved
>>> from pylayers.antprop.antenna import * >>> import matplotlib.pyplot as plt >>> import numpy as np >>> n=5 >>> m=3 >>> theta = np.linspace(0,np.pi,30) >>> phi = np.linspace(0,2*np.pi,60) >>> plotVW(n,m,theta,phi)