Skip to content

Commit 67aed75

Browse files
committed
initializer visualizers doc page
1 parent e9162ea commit 67aed75

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
("Motivations", "auto_motivations/index"),
101101
("Tutorials", "auto_tutorials/index"),
102102
("Examples", "auto_examples/index"),
103+
("Visualizers", "visualizers"),
103104
("Reference", "reference"),
104105
("GitHub", "https://github.com/fooof-tools/fooof", True),
105106
],

doc/contents.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Table of Contents
99
glossary.rst
1010
reference.rst
1111
changelog.rst
12+
visualizers.rst
1213
auto_tutorials/index.rst
1314
auto_examples/index.rst
1415
auto_motivations/index.rst

doc/visualizers.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Visualizers
2+
===========
3+
4+
This page includes animated visualizers to explore topics related to spectral parameterization.
5+
6+
The source code to create these visualizations is in the
7+
`visualizers repository <https://github.com/fooof-tools/Visualizers/>`_.
8+
9+
Spectral Rotation
10+
-----------------
11+
12+
Animated visualizer showing spectral rotation, emphasizing why offset and exponent are often correlated:
13+
14+
.. image:: https://raw.githubusercontent.com/fooof-tools/Visualizers/main/gifs/specrot.gif

0 commit comments

Comments
 (0)