Skip to content

Commit 5066129

Browse files
committed
actualización
1 parent 30666cf commit 5066129

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plotAoADelay.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767

6868
arrayGainAllPaths=(AntennaResponses.transpose([0,2,1]).conj()@BeamformingVectors[:,None,:,:]).reshape((Npointsplot,Npath))
6969

70-
7170
Ncolors=10
7271
for pind in range(0,Npath):#plot3D needs to be called 1 line at a time
7372
clr = cm.tab10(np.mod(pind,Ncolors)/(Ncolors-1))

plotArrayPolar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
plt.close('all')
2323
fig_ctr=0
24-
print(nClusters)
24+
2525
#2D polar plots of AoA
2626
AoAs = AOA_sp.reshape(-1)*np.pi/180#radians
2727
Npath=np.size(AoAs)

0 commit comments

Comments
 (0)