Skip to content

Commit 859c043

Browse files
committed
fix typo in comment
1 parent f0ad7a2 commit 859c043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/modal_beamforming_rigid_circular_array.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Compute the plane wave decomposition for an incident broadband plane wave
3-
on an rigid circular array using a modal beamformer of finite order.
3+
on a rigid circular array using a modal beamformer of finite order.
44
"""
55

66
import numpy as np
@@ -11,7 +11,7 @@
1111
Nsf = 50 # order of the incident sound field
1212
N = 30 # order of modal beamformer/microphone array
1313
pw_angle = 1 * np.pi # incidence angle of plane wave
14-
pol_pwd = np.linspace(0, 2*np.pi, 180, endpoint=False) # angles for plane wave decomposition
14+
pol_pwd = np.linspace(0, 2*np.pi, 180, endpoint=False) # angles for PWD
1515
k = np.linspace(0.1, 20, 100) # wavenumber vector
1616
r = 1 # radius of array
1717

0 commit comments

Comments
 (0)