SFS Toolbox 2.0.0
New version including SOFA file format support for impulse responses, usage of custom grids for sound field simulations, a 3D-plotting routine, and lots of small bug fixes.
NOTE: this version of the SFS Toolbox is no longer compatible with the old irs mat-file based file format for HRIRs and BRIRs. If you want still to use these one, you have to use SFS Toolbox 1.2.0, which is the latest version released using the old file format.
NEWS:
- add support for SOFA
- add SOFA convention SimpleFreeFieldHRIR
- add SOFA convention MultiSpeakerBRIR
- calculate integration weights (x0(:,7)) of secondary sources based on their
distances to their neighbours
- add rounded-box as new loudspeaker array geometry
- fix bugs in local sound field synthesis time domain implementation
- speedup local sound field synthesis processing by fewer calls to
delayline()
- add heuristic to find a good local wave field synthesis pre-filter
- loudspeaker geometry can now be read from a SOFA file
- now custom grids can be used during sound field simulations
- add 3D plot routine
- change plot_sound_field(P,x,y,z) to plot_sound_field(P,X,Y,Z)
- normalization of sound field now only happens in plot_sound_field(); this
comes with the new config option conf.plot.normalisation
- remove interaural_level_difference() and interaural_time_difference()
- change default config setting conf.ir.usehcomp to false
- lots of small bug fixes