Commit 881ae311 authored by Steve Tjoa's avatar Steve Tjoa

doc links

parent 7f5a62d7
...@@ -312,7 +312,7 @@ div#notebook { ...@@ -312,7 +312,7 @@ div#notebook {
<div class="output_text output_subarea output_execute_result"> <div class="output_text output_subarea output_execute_result">
<pre>&lt;matplotlib.collections.PolyCollection at 0x108dcc9d0&gt;</pre> <pre>&lt;matplotlib.collections.PolyCollection at 0x10cf3f9d0&gt;</pre>
</div> </div>
</div> </div>
...@@ -729,7 +729,7 @@ TkSuQmCC ...@@ -729,7 +729,7 @@ TkSuQmCC
<div class="output_text output_subarea output_execute_result"> <div class="output_text output_subarea output_execute_result">
<pre>[&lt;matplotlib.lines.Line2D at 0x109d46f10&gt;]</pre> <pre>[&lt;matplotlib.lines.Line2D at 0x10de40f10&gt;]</pre>
</div> </div>
</div> </div>
...@@ -1013,7 +1013,7 @@ CIIAEQNBEAQBIgaCIAgCRAwEQRAEAP8fEFcNbCdlPF0AAAAASUVORK5CYII= ...@@ -1013,7 +1013,7 @@ CIIAEQNBEAQBIgaCIAgCRAwEQRAEAP8fEFcNbCdlPF0AAAAASUVORK5CYII=
</div> </div>
<div class="inner_cell"> <div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"> <div class="text_cell_render border-box-sizing rendered_html">
<p>To compute a Fourier transform in NumPy or SciPy, use <code>fft</code>:</p> <p>To compute a Fourier transform in NumPy or SciPy, use <a href="http://docs.scipy.org/doc/scipy/reference/generated/scipy.fftpack.fft.html#scipy.fftpack.fft"><code>scipy.fft</code></a>:</p>
</div> </div>
</div> </div>
...@@ -1040,7 +1040,7 @@ CIIAEQNBEAQBIgaCIAgCRAwEQRAEAP8fEFcNbCdlPF0AAAAASUVORK5CYII= ...@@ -1040,7 +1040,7 @@ CIIAEQNBEAQBIgaCIAgCRAwEQRAEAP8fEFcNbCdlPF0AAAAASUVORK5CYII=
<div class="output_text output_subarea output_execute_result"> <div class="output_text output_subarea output_execute_result">
<pre>[&lt;matplotlib.lines.Line2D at 0x109d85810&gt;]</pre> <pre>[&lt;matplotlib.lines.Line2D at 0x10de7f810&gt;]</pre>
</div> </div>
</div> </div>
...@@ -1191,7 +1191,7 @@ sJAkdTIsJEmdDAtJUifDQpLUybCQJHX6/8XZCUYMTKqXAAAAAElFTkSuQmCC ...@@ -1191,7 +1191,7 @@ sJAkdTIsJEmdDAtJUifDQpLUybCQJHX6/8XZCUYMTKqXAAAAAElFTkSuQmCC
<div class="output_text output_subarea output_execute_result"> <div class="output_text output_subarea output_execute_result">
<pre>[&lt;matplotlib.lines.Line2D at 0x109db8f10&gt;]</pre> <pre>[&lt;matplotlib.lines.Line2D at 0x10deb2f10&gt;]</pre>
</div> </div>
</div> </div>
...@@ -1391,7 +1391,7 @@ FEREpEChICIiBQoFEREpUCiIiEjB/wflyINyZVenTAAAAABJRU5ErkJggg== ...@@ -1391,7 +1391,7 @@ FEREpEChICIiBQoFEREpUCiIiEjB/wflyINyZVenTAAAAABJRU5ErkJggg==
<div class="inner_cell"> <div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"> <div class="text_cell_render border-box-sizing rendered_html">
<p>Musical signals are highly non-stationary, i.e., their statistics change over time. It would be rather meaningless to compute a spectrum over an entire 10-minute song.</p> <p>Musical signals are highly non-stationary, i.e., their statistics change over time. It would be rather meaningless to compute a spectrum over an entire 10-minute song.</p>
<p>Instead, we compute a spectrum for small frames of the audio signal. The resulting sequence of spectra is called a <code>spectrogram</code>.</p> <p>Instead, we compute a spectrum for small frames of the audio signal. The resulting sequence of spectra is called a <a href="https://en.wikipedia.org/wiki/Spectrogram"><em>spectrogram</em></a>.</p>
</div> </div>
</div> </div>
...@@ -1410,7 +1410,7 @@ FEREpEChICIiBQoFEREpUCiIiEjB/wflyINyZVenTAAAAABJRU5ErkJggg== ...@@ -1410,7 +1410,7 @@ FEREpEChICIiBQoFEREpUCiIiEjB/wflyINyZVenTAAAAABJRU5ErkJggg==
</div> </div>
<div class="inner_cell"> <div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"> <div class="text_cell_render border-box-sizing rendered_html">
<p>Matplotlib has <code>specgram</code> which computes and displays a spectrogram:</p> <p>Matplotlib has <a href="http://matplotlib.org/api/mlab_api.html#matplotlib.mlab.specgram"><code>specgram</code></a> which computes and displays a spectrogram:</p>
</div> </div>
</div> </div>
...@@ -1437,7 +1437,7 @@ FEREpEChICIiBQoFEREpUCiIiEjB/wflyINyZVenTAAAAABJRU5ErkJggg== ...@@ -1437,7 +1437,7 @@ FEREpEChICIiBQoFEREpUCiIiEjB/wflyINyZVenTAAAAABJRU5ErkJggg==
<div class="output_text output_subarea output_execute_result"> <div class="output_text output_subarea output_execute_result">
<pre>&lt;matplotlib.text.Text at 0x109dc4e10&gt;</pre> <pre>&lt;matplotlib.text.Text at 0x10de476d0&gt;</pre>
</div> </div>
</div> </div>
...@@ -4522,7 +4522,7 @@ QIECBS4LhQApUKBAgQKXhf8PtqSTC1yiWnwAAAAASUVORK5CYII= ...@@ -4522,7 +4522,7 @@ QIECBS4LhQApUKBAgQKXhf8PtqSTC1yiWnwAAAAASUVORK5CYII=
</div> </div>
<div class="inner_cell"> <div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"> <div class="text_cell_render border-box-sizing rendered_html">
<p><code>librosa</code> has some outstanding spectral representations, including <a href="http://bmcfee.github.io/librosa/librosa.html#librosa.feature.melspectrogram"><code>librosa.feature.melspectrogram</code></a>:</p> <p><code>librosa</code> has some outstanding spectral representations, including <a href="http://bmcfee.github.io/librosa/generated/librosa.feature.melspectrogram.html#librosa.feature.melspectrogram"><code>librosa.feature.melspectrogram</code></a>:</p>
</div> </div>
</div> </div>
...@@ -4571,7 +4571,7 @@ QIECBS4LhQApUKBAgQKXhf8PtqSTC1yiWnwAAAAASUVORK5CYII= ...@@ -4571,7 +4571,7 @@ QIECBS4LhQApUKBAgQKXhf8PtqSTC1yiWnwAAAAASUVORK5CYII=
<div class="output_text output_subarea output_execute_result"> <div class="output_text output_subarea output_execute_result">
<pre>&lt;matplotlib.image.AxesImage at 0x109e5ff90&gt;</pre> <pre>&lt;matplotlib.image.AxesImage at 0x10df59f90&gt;</pre>
</div> </div>
</div> </div>
...@@ -5471,7 +5471,7 @@ w7HtuM7G4XA4HNuO62wcDofDse38PydbK+GGuCTgAAAAAElFTkSuQmCC ...@@ -5471,7 +5471,7 @@ w7HtuM7G4XA4HNuO62wcDofDse38PydbK+GGuCTgAAAAAElFTkSuQmCC
</div> </div>
<div class="inner_cell"> <div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"> <div class="text_cell_render border-box-sizing rendered_html">
<p>Using NumPy:</p> <p>Using <a href="http://docs.scipy.org/doc/numpy/reference/generated/numpy.correlate.html"><code>numpy.correlate</code></a>:</p>
</div> </div>
</div> </div>
...@@ -5507,7 +5507,7 @@ w7HtuM7G4XA4HNuO62wcDofDse38PydbK+GGuCTgAAAAAElFTkSuQmCC ...@@ -5507,7 +5507,7 @@ w7HtuM7G4XA4HNuO62wcDofDse38PydbK+GGuCTgAAAAAElFTkSuQmCC
<div class="output_text output_subarea output_execute_result"> <div class="output_text output_subarea output_execute_result">
<pre>&lt;matplotlib.text.Text at 0x109e6ac10&gt;</pre> <pre>&lt;matplotlib.text.Text at 0x10df64a10&gt;</pre>
</div> </div>
</div> </div>
...@@ -5675,7 +5675,7 @@ XO+5KXBX1vFvVlVumVir2RqYIakPaSKqz3S3UUS0S/qqpCEVvNek3P+T+xQwvczvabZe3DIxM7PC ...@@ -5675,7 +5675,7 @@ XO+5KXBX1vFvVlVumVir2RqYIakPaSKqz3S3UUS0S/qqpCEVvNek3P+T+xQwvczvabZe3DIxM7PC
</div> </div>
<div class="inner_cell"> <div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html"> <div class="text_cell_render border-box-sizing rendered_html">
<p>Using Essentia:</p> <p>Using <a href="http://essentia.upf.edu/documentation/reference/std_AutoCorrelation.html"><code>essentia.standard.AutoCorrelation</code></a>:</p>
</div> </div>
</div> </div>
...@@ -5704,7 +5704,7 @@ XO+5KXBX1vFvVlVumVir2RqYIakPaSKqz3S3UUS0S/qqpCEVvNek3P+T+xQwvczvabZe3DIxM7PC ...@@ -5704,7 +5704,7 @@ XO+5KXBX1vFvVlVumVir2RqYIakPaSKqz3S3UUS0S/qqpCEVvNek3P+T+xQwvczvabZe3DIxM7PC
<div class="output_text output_subarea output_execute_result"> <div class="output_text output_subarea output_execute_result">
<pre>&lt;matplotlib.text.Text at 0x109602550&gt;</pre> <pre>&lt;matplotlib.text.Text at 0x10cf5f610&gt;</pre>
</div> </div>
</div> </div>
...@@ -5910,7 +5910,7 @@ XO+5KXBX1vFvVlVumVir2RqYIakPaSKqz3S3UUS0S/qqpCEVvNek3P+T+xQwvczvabZe3DIxM7PC ...@@ -5910,7 +5910,7 @@ XO+5KXBX1vFvVlVumVir2RqYIakPaSKqz3S3UUS0S/qqpCEVvNek3P+T+xQwvczvabZe3DIxM7PC
<div class="output_text output_subarea output_execute_result"> <div class="output_text output_subarea output_execute_result">
<pre>&lt;matplotlib.image.AxesImage at 0x10d1306d0&gt;</pre> <pre>&lt;matplotlib.image.AxesImage at 0x1107986d0&gt;</pre>
</div> </div>
</div> </div>
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment