Skip to content

Commit 1437ebf

Browse files
committed
Update http to https and new SFS URLs
1 parent a385036 commit 1437ebf

File tree

270 files changed

+484
-495
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+484
-495
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ New releases are made using the following steps:
3535
#. Create an (annotated) tag with ``git tag -a x.y.z``
3636
#. Check that all author details in ``.zenodo.json`` are correct
3737
#. Push the commit and the tag to Github and `add release notes`_ containing a
38-
link to the documentation with http://matlab.sfstoolbox.org/en/x.y.z and the
39-
bullet points from ``NEWS``
38+
link to the documentation with https://sfs-matlab.readthedocs.io/en/x.y.z and
39+
the bullet points from ``NEWS``
4040
#. Check that the new release was built correctly on RTD_, delete the "stable"
4141
version and select the new release as default version
4242
#. Check that the new release was registered at Zenodo_ and edit the release
4343
notes on Github to include the DOI badge
4444

4545
.. _add release notes: https://github.com/sfstoolbox/sfs-matlab/tags
46-
.. _RTD: http://readthedocs.org/projects/sfs-matlab/builds/
46+
.. _RTD: https://readthedocs.org/projects/sfs-matlab/builds/
4747
.. _Zenodo: https://zenodo.org/search?page=1&size=20&q=SFS%20Toolbox&sort=bestmatch

README.rst

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ with the `SoundScape Renderer`_.
1313
.. _SoundScape Renderer: http://spatialaudio.net/ssr
1414

1515
Theory:
16-
http://sfstoolbox.org/
16+
https://sfs.readthedocs.io/
1717

1818
Documentation:
19-
http://matlab.sfstoolbox.org/
19+
https://sfs-matlab.readthedocs.io/
2020

2121
Source code and issue tracker:
22-
http://github.com/sfstoolbox/sfs-matlab/
22+
https://github.com/sfstoolbox/sfs-matlab/
2323

2424
SFS Toolbox for Python:
25-
http://python.sfstoolbox.org/
25+
https://sfs-python.readthedocs.io/
2626

2727
License:
2828
MIT -- see the file ``LICENSE`` for details.
@@ -35,7 +35,8 @@ Installation
3535
``SFS_start`` which will add all needed paths to Matlab/Octave. If
3636
you want to remove them again, run ``SFS_stop``.
3737

38-
.. _Download the Toolbox: https://github.com/sfstoolbox/sfs-matlab/releases/latest
38+
.. _Download the Toolbox:
39+
https://github.com/sfstoolbox/sfs-matlab/releases/latest
3940

4041

4142
Requirements
@@ -46,14 +47,14 @@ Matlab:
4647
versions the Toolbox should also work, but you need to add `narginchk.m`_ to
4748
the ``SFS_helper`` directory.
4849

49-
.. _narginchk.m: http://gist.github.com/hagenw/5642886
50+
.. _narginchk.m: https://gist.github.com/hagenw/5642886
5051

5152
Octave:
5253
You need Octave version 3.6 or newer to run the Toolbox. In addition,
5354
you will need the ``audio`` and ``signal`` packages from
5455
`octave-forge`_.
5556

56-
.. _octave-forge: http://octave.sourceforge.net/
57+
.. _octave-forge: https://octave.sourceforge.io/
5758

5859
audioread:
5960
If ``audioread()`` is not available in your Matlab or Octave version,
@@ -72,10 +73,12 @@ Backward compatibility:
7273
Toolbox. If you still need this you should download `the latest version with
7374
irs file support`_.
7475

75-
.. _SOFA: http://sofaconventions.org/
76+
.. _SOFA: https://sofaconventions.org/
7677
.. _SOFA API for Matlab/Octave: https://github.com/sofacoustics/API_MO
77-
.. _irs file format: https://dev.qu.tu-berlin.de/projects/measurements/wiki/IRs_file_format
78-
.. _the latest version with irs file support: https://github.com/sfstoolbox/sfs-matlab/releases/tag/1.2.0
78+
.. _irs file format:
79+
https://dev.qu.tu-berlin.de/projects/measurements/wiki/IRs_file_format
80+
.. _the latest version with irs file support:
81+
https://github.com/sfstoolbox/sfs-matlab/releases/tag/1.2.0
7982

8083

8184
Getting started
@@ -113,7 +116,7 @@ can look like this:
113116
For a detailed description of all available features the SFS Toolbox, have a
114117
look at the `online documentation`_.
115118

116-
.. _online documentation: http://matlab.sfstoolbox.org
119+
.. _online documentation: https://sfs-matlab.readthedocs.io/
117120

118121

119122
Credits and feedback

SFS_HRTF_extrapolation/extrapolate_farfield_hrtfset.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5050
% methods like wave field synthesis or higher order ambisonics. *
5151
% *
52-
% http://sfstoolbox.org sfstoolbox@gmail.com *
52+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5353
%*****************************************************************************
5454

5555

SFS_analysis/freq_response_line_source.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
4545
% methods like wave field synthesis or higher order ambisonics. *
4646
% *
47-
% http://sfstoolbox.org sfstoolbox@gmail.com *
47+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
4848
%*****************************************************************************
4949

5050

SFS_analysis/freq_response_localwfs_sbl.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5252
% methods like wave field synthesis or higher order ambisonics. *
5353
% *
54-
% http://sfstoolbox.org sfstoolbox@gmail.com *
54+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5555
%*****************************************************************************
5656

5757

SFS_analysis/freq_response_localwfs_vss.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5252
% methods like wave field synthesis or higher order ambisonics. *
5353
% *
54-
% http://sfstoolbox.org sfstoolbox@gmail.com *
54+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5555
%*****************************************************************************
5656

5757

SFS_analysis/freq_response_nfchoa.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5252
% methods like wave field synthesis or higher order ambisonics. *
5353
% *
54-
% http://sfstoolbox.org sfstoolbox@gmail.com *
54+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5555
%*****************************************************************************
5656

5757

SFS_analysis/freq_response_point_source.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
4545
% methods like wave field synthesis or higher order ambisonics. *
4646
% *
47-
% http://sfstoolbox.org sfstoolbox@gmail.com *
47+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
4848
%*****************************************************************************
4949

5050

SFS_analysis/freq_response_wfs.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5252
% methods like wave field synthesis or higher order ambisonics. *
5353
% *
54-
% http://sfstoolbox.org sfstoolbox@gmail.com *
54+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5555
%*****************************************************************************
5656

5757

SFS_analysis/time_response_line_source.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
4646
% methods like wave field synthesis or higher order ambisonics. *
4747
% *
48-
% http://sfstoolbox.org sfstoolbox@gmail.com *
48+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
4949
%*****************************************************************************
5050

5151

SFS_analysis/time_response_localwfs_sbl.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5353
% methods like wave field synthesis or higher order ambisonics. *
5454
% *
55-
% http://sfstoolbox.org sfstoolbox@gmail.com *
55+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5656
%*****************************************************************************
5757

5858

SFS_analysis/time_response_localwfs_vss.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5353
% methods like wave field synthesis or higher order ambisonics. *
5454
% *
55-
% http://sfstoolbox.org sfstoolbox@gmail.com *
55+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5656
%*****************************************************************************
5757

5858

SFS_analysis/time_response_nfchoa.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5353
% methods like wave field synthesis or higher order ambisonics. *
5454
% *
55-
% http://sfstoolbox.org sfstoolbox@gmail.com *
55+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5656
%*****************************************************************************
5757

5858

SFS_analysis/time_response_point_source.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
4848
% methods like wave field synthesis or higher order ambisonics. *
4949
% *
50-
% http://sfstoolbox.org sfstoolbox@gmail.com *
50+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5151
%*****************************************************************************
5252

5353

SFS_analysis/time_response_wfs.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5353
% methods like wave field synthesis or higher order ambisonics. *
5454
% *
55-
% http://sfstoolbox.org sfstoolbox@gmail.com *
55+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5656
%*****************************************************************************
5757

5858

SFS_analysis/wave_fronts_wfs.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5858
% methods like wave field synthesis or higher order ambisonics. *
5959
% *
60-
% http://sfstoolbox.org sfstoolbox@gmail.com *
60+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
6161
%*****************************************************************************
6262

6363

@@ -141,7 +141,7 @@
141141
vdB = zeros(nls,3);
142142
for ii = 1:nls
143143
% === Direction and amplitude in vector notation ===
144-
% Rotation matrix (see: http://en.wikipedia.org/wiki/Rotation_matrix)
144+
% Rotation matrix (see: https://en.wikipedia.org/wiki/Rotation_matrix)
145145
% RM = [cos(alpha) -sin(alpha); ...
146146
% sin(alpha) cos(alpha)];
147147
RM = rotation_matrix(alpha(ii),3,'counterclockwise');

SFS_binaural_synthesis/auralize_ir.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
4646
% methods like wave field synthesis or higher order ambisonics. *
4747
% *
48-
% http://sfstoolbox.org sfstoolbox@gmail.com *
48+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
4949
%*****************************************************************************
5050

5151

SFS_binaural_synthesis/compensate_headphone.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
4646
% methods like wave field synthesis or higher order ambisonics. *
4747
% *
48-
% http://sfstoolbox.org sfstoolbox@gmail.com *
48+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
4949
%*****************************************************************************
5050

5151

SFS_binaural_synthesis/ir_generic.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5050
% methods like wave field synthesis or higher order ambisonics. *
5151
% *
52-
% http://sfstoolbox.org sfstoolbox@gmail.com *
52+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5353
%*****************************************************************************
5454

5555

SFS_binaural_synthesis/ir_localwfs.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5151
% methods like wave field synthesis or higher order ambisonics. *
5252
% *
53-
% http://sfstoolbox.org sfstoolbox@gmail.com *
53+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5454
%*****************************************************************************
5555

5656

SFS_binaural_synthesis/ir_nfchoa.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5252
% methods like wave field synthesis or higher order ambisonics. *
5353
% *
54-
% http://sfstoolbox.org sfstoolbox@gmail.com *
54+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5555
%*****************************************************************************
5656

5757

SFS_binaural_synthesis/ir_point_source.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
4848
% methods like wave field synthesis or higher order ambisonics. *
4949
% *
50-
% http://sfstoolbox.org sfstoolbox@gmail.com *
50+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5151
%*****************************************************************************
5252

5353

SFS_binaural_synthesis/ir_wfs.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5353
% methods like wave field synthesis or higher order ambisonics. *
5454
% *
55-
% http://sfstoolbox.org sfstoolbox@gmail.com *
55+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5656
%*****************************************************************************
5757

5858

SFS_config.m

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
4242
% methods like wave field synthesis or higher order ambisonics. *
4343
% *
44-
% http://sfstoolbox.org sfstoolbox@gmail.com *
44+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
4545
%*****************************************************************************
4646

4747

@@ -150,8 +150,8 @@
150150
%
151151
% === Driving functions ===
152152
% Implementation of driving functions. For the default ones use 'default'. These
153-
% functions are described at http://sfstoolbox.org. For possible other flags
154-
% have a look into the driving functions as they can be quite specific.
153+
% functions are described at https://sfs.readthedocs.io/. For possible other
154+
% flags have a look into the driving functions as they can be quite specific.
155155
% Most users can safely use the 'default' flag here.
156156
conf.driving_functions = 'default'; % string
157157
%
@@ -259,12 +259,12 @@
259259
% 'equally_spaced_points' - Sphere with equal distance between grid points
260260
% 'gauss' - Gauss grid
261261
% 'fabian' - grid of 3D HRTF measurement, available at
262-
% http://dx.doi.org/10.14279/depositonce-5718
262+
% https://doi.org/10.14279/depositonce-5718
263263
%
264264
% Note, that 'equally_spaced_points' and 'fabian' are precomputed grids that
265265
% will be automatically downloaded and cached on your disk. All available number
266266
% of secondary sources for those grids can be seen at:
267-
% http://github.com/sfstoolbox/data/tree/master/spherical_grids
267+
% https://github.com/sfstoolbox/data/tree/master/spherical_grids
268268
% An exception are Gauss grids, which are available via 'gauss' and will be
269269
% calculated on the fly allowing very high number of secondary sources.
270270
conf.secondary_sources.grid = 'equally_spaced_points'; % string
@@ -416,7 +416,7 @@
416416
% the phase information at low frequencies which is often the
417417
% case for measured HRTFs. Low frequencies can be corrected
418418
% according to theory, see e.g. the corrected KEMAR HRTFs published
419-
% at http://github.com/spatialaudio/lf-corrected-kemar-hrtfs.
419+
% at https://github.com/spatialaudio/lf-corrected-kemar-hrtfs.
420420
% The implementation of this method suffers from circular shifting,
421421
% see test_interpolation_methods.m in the validation folder. For
422422
% typical HRIRs with leading and trailing zeros, the error is
@@ -470,7 +470,7 @@
470470
% Default colormap to use
471471
% The Toolbox comes with two own color maps, if you set 'default' or 'moreland'
472472
% you will get a blue/red-colormap after
473-
% http://www.sandia.gov/~kmorel/documents/ColorMaps/
473+
% http://www.kennethmoreland.com/color-advice/
474474
% If you set 'gray' or 'grey' you will get a colormap ranging from white to
475475
% black. In addition you can add every other map you can specify in
476476
% Matlab/Octave. For example to get the Matlab default colormap set 'parula'.

SFS_general/aliasing_frequency.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5959
% methods like wave field synthesis or higher order ambisonics. *
6060
% *
61-
% http://sfstoolbox.org sfstoolbox@gmail.com *
61+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
6262
%*****************************************************************************
6363

6464

SFS_general/asslegendre.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
4040
% methods like wave field synthesis or higher order ambisonics. *
4141
% *
42-
% http://sfstoolbox.org sfstoolbox@gmail.com *
42+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
4343
%*****************************************************************************
4444

4545

SFS_general/bandpass.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
4141
% methods like wave field synthesis or higher order ambisonics. *
4242
% *
43-
% http://sfstoolbox.org sfstoolbox@gmail.com *
43+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
4444
%*****************************************************************************
4545

4646

SFS_general/bilinear_transform.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
4242
% methods like wave field synthesis or higher order ambisonics. *
4343
% *
44-
% http://sfstoolbox.org sfstoolbox@gmail.com *
44+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
4545
%*****************************************************************************
4646

4747

SFS_general/check_dimensionality.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
% The SFS Toolbox allows to simulate and investigate sound field synthesis *
5151
% methods like wave field synthesis or higher order ambisonics. *
5252
% *
53-
% http://sfstoolbox.org sfstoolbox@gmail.com *
53+
% https://sfs.readthedocs.io sfstoolbox@gmail.com *
5454
%*****************************************************************************
5555

5656

0 commit comments

Comments
 (0)