Skip to content

Commit

Permalink
Update of all literature references to JASA citation style
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHeho committed Jul 19, 2021
1 parent bd50dcb commit 612a59d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
15 changes: 9 additions & 6 deletions sound_field_analysis/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,10 @@ def spherical_head_filter(max_order, full_order, kr, is_tapering=False):
References
----------
.. [1] Ben-Hur, Z., Brinkmann, F., Sheaffer, J., et al. (2017). "Spectral
equalization in binaural signals represented by order-truncated
spherical harmonics. The Journal of the Acoustical Society of America".
.. [1] Ben-Hur, Z., Brinkmann, F., Sheaffer, J., Weinzierl, S., and
Rafaely, B. (2017). “Spectral Equalization in Binaural Signals Represented
by Order-Truncated Spherical Harmonics,” J. Acoust. Soc. Am., 141,
4087–4096. doi:10.1121/1.4983652
"""

def pressure_on_sphere(max_order, kr, taper_weights=None):
Expand Down Expand Up @@ -369,9 +370,11 @@ def tapering_window(max_order):
References
----------
.. [2] Hold, Christoph, Hannes Gamper, Ville Pulkki, Nikunj Raghuvanshi, and
Ivan J. Tashev (2019). “Improving Binaural Ambisonics Decoding by
Spherical Harmonics Domain Tapering and Coloration Compensation.”
.. [2] Hold, C., Gamper, H., Pulkki, V., Raghuvanshi, N., and Tashev, I. J.
(2019). “Improving Binaural Ambisonics Decoding by Spherical Harmonics
Domain Tapering and Coloration Compensation,” Int. Conf. Acoust. Speech
Signal Process., IEEE, Brighton, UK, 261–265.
doi:10.1109/ICASSP.2019.8683751
"""
weights = _np.ones(max_order + 1)

Expand Down
5 changes: 2 additions & 3 deletions sound_field_analysis/lebedev.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
References
----------
.. [3] V.I. Lebedev, and D.N. Laikov 'A quadrature formula for the sphere of the
131st algebraic order of accuracy' Doklady Mathematics, Vol. 59, No. 3,
1999, pp. 477-481.
.. [3] Lebedev, V. I. (1977). “Spherical quadrature formulas exact to orders
25-29,” Sib. Math. J., 18, 99–107. doi:10.1007/BF00966954
"""
from collections import namedtuple

Expand Down
17 changes: 8 additions & 9 deletions sound_field_analysis/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ def BEMA(Pnm, center_sig, dn, transition, avg_band_width=1, fade=True, max_order
References
----------
.. [4] B. Bernschütz, "Bandwidth Extension for Microphone Arrays",
AES Convention 2012, Convention Paper 8751, 2012.
https://www.aes.org/e-lib/browse.cfm?elib=16493
.. [4] Bernschütz, B. (2012). “Bandwidth Extension for Microphone Arrays,”
AES Conv. 133, Audio Engineering Society, San Francisco, USA, 1–10.
"""

if not max_order:
Expand Down Expand Up @@ -302,9 +301,9 @@ def spatFT(
References
----------
.. [5] Boaz Rafaely: Fundamentals of spherical array processing. In.
Springer topics in signal processing. Benesty, J.; Kellermann,
W. (Eds.), Springer, Heidelberg et al. (2015).
.. [5] Rafaely, B. (2015). Fundamentals of Spherical Array Processing,
(J. Benesty and W. Kellermann, Eds.) Springer Berlin Heidelberg, 2nd ed.,
196 pages. doi:10.1007/978-3-319-99561-8
"""
data = _np.atleast_2d(data)
position_grid = SphericalGrid(*position_grid)
Expand Down Expand Up @@ -589,9 +588,9 @@ def rfi(dn, kernelSize=512, highPass=0.0):
References
----------
.. [6] B. Bernschütz, C. Pörschmann, S. Spors, and S. Weinzierl, “SOFiA
Sound Field Analysis Toolbox,” in International Conference on Spatial
Audio, 2011, pp. 7–15.
.. [6] Bernschütz, B., Pörschmann, C., Spors, S., and Weinzierl, S. (2011).
“SOFiA Sound Field Analysis Toolbox,” Int. Conf. Spat. Audio, Verband
Deutscher Tonmeister e.V., Detmold, Germany, 7–15.
TODO
----
Expand Down
5 changes: 3 additions & 2 deletions sound_field_analysis/sph.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,9 @@ def sph_harm(m, n, az, co, kind="complex"):
References
----------
.. [7] scipy.special.sph_harm
.. [8] F. Zotter, “Analysis and synthesis of sound-radiation with
spherical arrays,” University of Music and Performing Arts, 2009.
.. [8] Zotter, F. (2009). Analysis and Synthesis of Sound-Radiation with
Spherical Arrays University of Music and Performing Arts Graz, Austria,
192 pages.
"""
# SAFETY CHECKS
kind = kind.lower()
Expand Down

0 comments on commit 612a59d

Please sign in to comment.