Skip to content

Commit

Permalink
Update week8.html
Browse files Browse the repository at this point in the history
  • Loading branch information
user0disconnect authored Nov 25, 2023
1 parent d1606ab commit cdf196f
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions Labs/week8/week8.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,18 +163,38 @@ <h2>Task 1: Extract features</h2>
<div class="row">
<div class="column">
<img src="lametate_full.png" style="width:100%">
<caption style="text-align:center; font-weight: bold;">Lamentate VII.Stridendo</caption>
<caption style="text-align:center;font-weight: bold;">Lamentate VII.Stridendo</caption>
</div>
<div class="column">
<img src="pro_et_full.png" style="width:100%">
<caption style="text-align:center; font-weight: bold;">Pro et contra: III.Allegro</caption>
<caption style="text-align:center;font-weight: bold;">Pro et contra: III.Allegro</caption>
</div>
<div class="column">
<img src="drei_full.png" style="width:100%">
<caption style="text-align:center; font-weight: bold;">Drei Hirtenkinder aus Fátima</caption>
<caption style="text-align:center;font-weight: bold;">Drei Hirtenkinder aus Fátima</caption>
</div>
</div>

<h2>Task 2: Compute and visualize features with histograms</h2>

<p>For this task, we used Jupyter Notebook, uploading the transformed .CSV files of each track to the platform. This action allowed us to visualise the histograms of the functions for the three tracks. You can see the results below. </p>

a) Spectrograms.

<div class="row">
<div class="column">
<img src="lamentate_spectro_analysis.png" style="width:100%">
<caption style="text-align:center;font-weight: bold;">Lamentate VII.Stridendo</caption>
</div>
<div class="column">
<img src="pro_et_spectro_analysis.png" style="width:100%">
<caption style="text-align:center;font-weight: bold;">Pro et contra: III.Allegro</caption>
</div>
<div class="column">
<img src="drei_spectro_analysis.png" style="width:100%">
<caption style="text-align:center;font-weight: bold;">Drei Hirtenkinder aus Fátima</caption>
</div>
</div>

</body>

Expand Down

0 comments on commit cdf196f

Please sign in to comment.