forked from acoular/acoular
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,52 @@ | ||
{ | ||
"title": "Acoular – Acoustic testing and source mapping software", | ||
"license": "BSD", | ||
"keywords": [ | ||
"acoustics", | ||
"beamforming", | ||
"microphone array" | ||
], | ||
"upload_type": "software", | ||
"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" | ||
}, | ||
{ | ||
"affiliation": "Department of Engineering Acoustics, TU Berlin", | ||
"name": "Gensch, Tom" | ||
} | ||
] | ||
} | ||
"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" | ||
}, | ||
{ | ||
"affiliation": "Department of Engineering Acoustics, TU Berlin", | ||
"name": "Gensch, Tom" | ||
}, | ||
{ | ||
"affiliation": "Deutsches Zentrum für Luft- und Raumfahrt (DLR)", | ||
"name": "Oertwig, Sebastian", | ||
"orcid": "0009-0003-9014-1041" | ||
} | ||
], | ||
"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"] | ||
} |