在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):sfstoolbox/sfs-matlab开源软件地址(OpenSource Url):https://github.com/sfstoolbox/sfs-matlab开源编程语言(OpenSource Language):MATLAB 99.1%开源软件介绍(OpenSource Introduction):Sound Field Synthesis Toolbox for MatlabThe SFS Toolbox for Matlab gives you the possibility to play around with sound field synthesis methods like wave field synthesis (WFS) or near-field compensated higher order Ambisonics (NFC-HOA). There are functions to simulate monochromatic sound fields for different secondary source (loudspeaker) setups, time snapshots of full band impulses emitted by the secondary source distributions, or even generate binaural room scanning (BRS) impulse response sets in order to generate binaural simulations of the synthesized sound fields with the SoundScape Renderer.
InstallationDownload the Toolbox, go to the main path of the Toolbox and start it with
Requirements
Getting startedIn order to make a simulation of the sound field of a monochromatic point source with a frequency of 800 Hz placed at (0,2.5,0) m synthesized by WFS run conf = SFS_config;
conf.plot.normalisation = 'center';
sound_field_mono_wfs([-2 2],[-2 2],0,[0 2.5 0],'ps',800,conf) To make a simulation of the same point source - now producing a broadband impulse - in the time domain at a time of 5 ms after the first loudspeaker activity run conf = SFS_config;
conf.plot.normalisation = 'max';
sound_field_imp_wfs([-2 2],[-2 2],0,[0 2.5 0],'ps',0.005,conf) After that have a look at conf = SFS_config;
conf.fs = 48000; For a detailed description of all available features the SFS Toolbox, have a look at the online documentation. Credits and feedbackIf you have questions, bug reports or feature requests, please use the Issue Section to report them. If you use the SFS Toolbox for your publications please cite our AES Convention e-Brief and the DOI for the used Toolbox version, you will find at the official releases page: H. Wierstorf, S. Spors - Sound Field Synthesis Toolbox. In the Proceedings of 132nd Convention of the Audio Engineering Society, 2012 [ pdf ] [ bibtex ] Copyright (c) 2010-2019 SFS Toolbox Developers |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论