-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zenodo.json
53 lines (53 loc) · 2.55 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"title": "Acoular – Acoustic testing and source mapping software",
"upload_type": "software",
"description": "<p>Acoular is a framework for acoustic beamforming that is written in the Python programming language. It is aimed at applications in acoustic testing. Multichannel data recorded by a microphone array can be processed and analyzed in order to generate mappings of sound source distributions. The maps (acoustic photographs) can then be used to locate sources of interest and to characterize them using their spectra.</p><p>A few highlights of the framework:</p><blockquote><div><ul class=\"simple\"><li><p>covers several beamforming algorithms</p></li><li><p>different advanced deconvolution algorithms</p></li><li><p>both time-domain and frequency-domain operation included</p></li><li><p>3D mapping possible</p></li><li><p>application for stationary and for moving targets</p></li><li><p>supports both scripting and graphical user interface</p></li><li><p>efficient: intelligent caching, parallel computing with Numba</p></li><li><p>easily extendible and well documented</p></li></ul></div></blockquote>",
"access_right": "open",
"license": "BSD-3-Clause",
"keywords": [
"acoustics",
"beamforming",
"microphone array"
],
"creators": [
{
"affiliation": "Department of Engineering Acoustics, TU Berlin",
"name": "Sarradj, Ennes",
"orcid": "0000-0002-0274-8456"
},
{
"affiliation": "Department of Engineering Acoustics, TU Berlin",
"name": "Herold, Gert",
"orcid": "0000-0001-5284-051X"
},
{
"affiliation": "Department of Engineering Acoustics, TU Berlin",
"name": "Kujawski, Adam",
"orcid": "0000-0003-4579-8813"
},
{
"affiliation": "Department of Engineering Acoustics, TU Berlin",
"name": "Jekosch, Simon"
},
{
"affiliation": "Department of Engineering Acoustics, TU Berlin",
"name": "Pelling, Art J. R.",
"orcid": "0000-0003-3228-6069"
},
{
"affiliation": "Department of Engineering Acoustics, TU Berlin",
"name": "Czuchaj, Mikolaj"
}
],
"contributors": [
{
"name": "Gensch, Tom",
"type": "Other"
},
{
"name": "Oertwig, Sebastian",
"type": "Researcher"
}
],
"references": ["Ennes Sarradj, Gert Herold, A Python framework for microphone array data processing, Applied Acoustics, Volume 116, 2017, Pages 50-58, DOI: 10.1016/j.apacoust.2016.09.015"]
}