-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix modification dates of files updated in 2d4446b
- Loading branch information
Showing
13 changed files
with
19 additions
and
182 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
% the BinauralSDM repository. The BRIRs generated by this script include | ||
% the steps described in Amengual et al. 2020 - DOA Postprocessing | ||
% (smoothing and quantization) and RTMod+AP equalization. | ||
|
||
% | ||
% The overall process is as follows: | ||
% - Spatial data from a multichannel RIR is obtained using the SDM | ||
% utilizing the functions from the SDM Toolbox (Tervo & Patynen). | ||
|
@@ -27,18 +27,17 @@ | |
% using the previous steps by rotating the DOA vectors. | ||
% - The data is saved in a user defined folder. | ||
% | ||
% | ||
% References: | ||
% - (Tervo et al. 2013) - "Spatial Decomposition Method for Room Impulse | ||
% Responses", JAES, 2013. | ||
% - (SDM Toolbox) - "SDM Toolbox", S. Tervo and J. Patynen, Mathworks | ||
% Exchange | ||
% - (Amengual et al. 2020) - "Optimizations of the Spatial Decomposition | ||
% Method for Binaural Reproduction", JAES 2020. | ||
|
||
% | ||
% Author: Sebastia Amengual ([email protected]) | ||
% Last modified: 01/06/2021 | ||
|
||
% Last modified: 11/17/2021 | ||
% | ||
% IMPORTANT NOTE: To ensure that relative paths work, navigate to the | ||
% folder containing this script before executing. | ||
|
||
|
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
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
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
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 |
---|---|---|
|
@@ -32,11 +32,10 @@ | |
% quantized. - default: 0. | ||
% - DOADirections: Number of directions to quantize DOA information. | ||
% This is only relevant if QuantizeDOAFlag == 1 - default: 50. | ||
% | ||
|
||
% | ||
% Author: Sebastia V. Amengual ([email protected]) | ||
% Last modified: 04/30/2019 | ||
|
||
% Last modified: 11/17/2021 | ||
% | ||
% To-Do: | ||
% - Spectral equalization options: If a reference measured BRIR is | ||
% available it could be used to implement spectral equalization. | ||
|
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 |
---|---|---|
|
@@ -22,5 +22,3 @@ | |
Hd = design(d,'freqsamp','SystemObject',true); | ||
fir_filter = Hd.Numerator'; | ||
[~, fir_filter] = rceps(fir_filter); | ||
|
||
|
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
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 |
---|---|---|
|
@@ -57,7 +57,7 @@ | |
% '../../Data/RIRs/' | ||
% | ||
% Author: Sebastià V. Amengual ([email protected]) | ||
% Last Modified: 1/6/20 | ||
% Last Modified: 11/17/2021 | ||
% | ||
% | ||
% TO-DO | ||
|
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 |
---|---|---|
|
@@ -27,4 +27,4 @@ | |
title(num2str(iOb)) | ||
end | ||
|
||
end | ||
end |
This file was deleted.
Oops, something went wrong.
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
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
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