sfs-matlab
sfs-matlab copied to clipboard
SFS Toolbox for Matlab/Octave
Some of the figures in the documentation are generated by using the implicit plotting functionality of some functions, e.g. ```Matlab time_response_wfs(X,xs,src,conf) ``` Since Matlab has changed its default colors, the...
This includes two points: * Update the documentation on local WFS as `sound_field_mono_localwfs()` is now deprecated. * Repeat the structure of WFS, NFC-HOA, LWFS for the Time Domain See: http://matlab.sfstoolbox.org/en/latest/frequency-domain/...
We might add the driving functions of plane wave, point/line source of the unified 2.5D WFS framework for different referencing schemes / positions of amplitude correct synthesis (PCS) into the...
As discussed in #141 we have some inconsistencies in the description of dimension length in the function header. For example ```Matlab % x0 - position and direction of secondary sources...
I'm not sure if the simple usage of nearest neighbor points for performing the interpolation is the best approach for impulse responses. Here is an easy example: ``` Matlab x0...
I encountered a problem when using dummy_irs() and Matlab's `resample()` function together. `resample()` does not work properly when the to be resampled vector does not contain some zeros at the...
(Monaural) room impulse responses (RIRs) of the loudspeaker array in Rostock are stored as SOFA files with the convention GeneralFIRE. We could include this convention in `get_ir()` so that it's...
In `driving_function_imp_wfs_ls()` the line source has an orientation in the 3D case, which is provided by the user. In `greens_function_imp()` this is not the case for the line source, see...
It might be a good idea to include links to corresponding sections in the online documentation at the end of the header comments of single functions. The problem is that...
This is a follow up on #115. There @VeraE wrote that `delayline()` gets called several times: > 1. when calculating the driving function, > 2. in `ir_correct_distance()` One way to...