Representation of sound fields and driving functions as circular and spherical harmonics#63
Conversation
added 30 commits
March 27, 2014 11:25
…ressure level compared to pressure of virtual source
added 6 commits
February 10, 2016 16:13
added 13 commits
June 23, 2016 11:55
Member
|
Can you please make sure that you use always 4 spaces as tab in for loops etc. and also that you have no spaces between |
Member
Author
|
I added it to the TODO list |
Member
|
If I remember correctly, we included some (or most?) of your proposals by other pull requests. |
Member
Author
|
I would suggest to wait for the upcoming discussions on the DAGA poster for SFS Toolbox. Then I will have a more holistic view on what is already implemented and what might be taken from this PR. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Background
Data based Sound Field Synthesis has not been covered in the Sound Field Synthesis Toolbox, so far, as most of the implemented algorithms are based on mathematical models of the desired sound field. The expansion of sound fields into circular or spherical basis functions is common approach to describe arbitrary sound fields. It is also implicitly used in Near-Field-Compensated Higher Order Ambisonics.
Scheme
The image illustrates the current implementations in
master(blue) and the additional implementations inharmonics(red) for the spherical case. Same holds for the circular case. The graph shows, how to get from a parameterization, i.ex_s, to the desired sound fieldSor the synthesized sound fieldP.Ddenotes the driving function.TODO List
Circular/Spherical Expansion of Sound Fields
sound_field_< >expfunctions to support recently introduced non-regular gridsDriving Functions in spatial domain
SFS_monochromatic/driving_functions_mono/driving_function_mono_wfs_sphexp.mSFS_monochromatic/driving_functions_mono/driving_function_mono_wfs_circexp.mSFS_monochromatic/driving_functions_mono/driving_function_mono_nfchoa_sphexp.mSFS_monochromatic/driving_functions_mono/driving_function_mono_nfchoa_circexp.mDriving Functions in spatio-spectral domain
kxdriving functions to seperate directorySFS_monochromatic/kx/SFS_monochromatic/cht/SFS_monochromatic/sht/Testing/Validation functions
test_sfs_expMisc.