@@ -30,8 +30,8 @@ Plane Wave
30
30
sfs.fd.wfs.plane_25d(omega, array.x, array.n, npw, xref)
31
31
twin = sfs.tapering.tukey(selection, .3)
32
32
p = sfs.fd.synthesize(d, twin, array, secondary_source, grid=grid)
33
- sfs.plot.soundfield (p, grid, xref)
34
- sfs.plot.secondarysource_2d (array.x, array.n, grid)
33
+ sfs.plot2d.amplitude (p, grid, xref)
34
+ sfs.plot2d.secondary_sources (array.x, array.n, grid)
35
35
36
36
.. plot ::
37
37
:context:
@@ -135,8 +135,8 @@ Point Source
135
135
sfs.fd.wfs.point_25d(omega, array.x, array.n, xs, xref)
136
136
twin = sfs.tapering.tukey(selection, .3)
137
137
p = sfs.fd.synthesize(d, twin, array, secondary_source, grid=grid)
138
- sfs.plot.soundfield (p, grid)
139
- sfs.plot.secondarysource_2d (array.x, array.n, grid)
138
+ sfs.plot2d.amplitude (p, grid)
139
+ sfs.plot2d.secondary_sources (array.x, array.n, grid)
140
140
141
141
.. plot ::
142
142
:context:
@@ -289,8 +289,8 @@ Line Source
289
289
twin = sfs.tapering.tukey(selection, .3)
290
290
p = sfs.fd.synthesize(d, twin, array, secondary_source, grid=grid)
291
291
normalization = 7
292
- sfs.plot.soundfield (normalization * p, grid)
293
- sfs.plot.secondarysource_2d (array.x, array.n, grid)
292
+ sfs.plot2d.amplitude (normalization * p, grid)
293
+ sfs.plot2d.secondary_sources (array.x, array.n, grid)
294
294
295
295
.. plot ::
296
296
:context:
@@ -397,8 +397,8 @@ Focused Source
397
397
sfs.fd.wfs.focused_25d(omega, array.x, array.n, xs, ns, xref)
398
398
twin = sfs.tapering.tukey(selection, .3)
399
399
p = sfs.fd.synthesize(d, twin, array, secondary_source, grid=grid)
400
- sfs.plot.soundfield (p, grid)
401
- sfs.plot.secondarysource_2d (array.x, array.n, grid)
400
+ sfs.plot2d.amplitude (p, grid)
401
+ sfs.plot2d.secondary_sources (array.x, array.n, grid)
402
402
403
403
.. plot ::
404
404
:context:
0 commit comments