Skip to content

Commit ae18635

Browse files
committed
fix internal links, add sound output to example in MFCC
1 parent 2f05630 commit ae18635

File tree

4 files changed

+50
-6
lines changed

4 files changed

+50
-6
lines changed

Modelling/Non-negative_Matrix_and_Tensor_Factorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The idea is that $H$ is a fixed matrix corresponding to our model of the
3636
signal, viz. the source model. It describes typical types features of
3737
the data. With the weights $W$, we interpolate between the columns
3838
of $H$. In some sense, this is then a generalization of a codebook (see
39-
[vector quantization](Vector_quantization_VQ.md)), but such that we
39+
[vector quantization](content:vq)), but such that we
4040
interpolate between codevectors. In addition, we require that all
4141
elements of $W$ and $H$ are non-negative, such that we ensure that $V$
4242
is also non-negative.

Modelling/Vector_Quantization.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@
33
{
44
"cell_type": "markdown",
55
"id": "db207325-e3dc-4afc-bea7-25bc76dac2b5",
6-
"metadata": {},
6+
"metadata": {
7+
"editable": true,
8+
"slideshow": {
9+
"slide_type": ""
10+
},
11+
"tags": []
12+
},
713
"source": [
14+
"(content:vq)=\n",
815
"# Vector quantization (VQ)\n",
916
"\n",
1017
"\n",

Representations/Melcepstrum.ipynb

Lines changed: 40 additions & 3 deletions
Large diffs are not rendered by default.

Transmission_storage_and_telecommunication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For a comprehensive review of speech coding, see {cite}`oshaughnessy2023coding`.
1010
2. [Entropy coding](Transmission/Entropy_coding.md)
1111
3. [Perceptual modelling in speech and audio
1212
coding](Transmission/Perceptual_modelling_in_speech_and_audio_coding.md)
13-
4. [Vector quantization (VQ)](Modelling/Vector_quantization_VQ.md)
13+
4. [Vector quantization (VQ)](content:vq)
1414
5. [Linear prediction](Representations/Linear_prediction.ipynb)
1515
4. [Code-excited linear prediction
1616
(CELP)](Transmission/Code-excited_linear_prediction_CELP.md)

0 commit comments

Comments
 (0)