Skip to content

Commit

Permalink
update v2
Browse files Browse the repository at this point in the history
  • Loading branch information
saguileran committed May 27, 2024
1 parent 41a3311 commit 24a1179
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: splash
layout: home
author_profile: true
toc=true
---

<h1 id="BirdSongs">BirdSongs</h1>
Expand Down Expand Up @@ -82,7 +83,8 @@ <h2 id="Python_Implementation">Python Implementation</h2>

<h3 id="Physical_Model">Physical Model</h3>

<p>Schematic description of the physical <b>model motor gestures for birdsongs</b> with the organs involved in the sound production (syrinx, trachea, glottis, OEC, and beak) and their corresponding ODEs.</p>

<p>A schematic description of the <b>motor gestures model for birdsongs</b>, illustrating the organs involved in sound production (syrinx, trachea, glottis, OEC, and beak) along with their corresponding ordinary differential equations (ODEs).</p>

<center><figure>
<img src="assets/img/model.png" alt="Model" width="700" height="400">
Expand All @@ -92,7 +94,7 @@ <h3 id="Physical_Model">Physical Model</h3>

<h3 id="OOP">Object-Oriented Thinking (OOP)</h3>

<p>By taking advantage of the Object-Oriented Programming (OOP) paradigm, long codes can be avoided. Furthermore, the execution and implementation of the model are fast and easy, making it possible to create and compare several syllables with a single line of code. To solve the optimization problem and to analyze and compare real and synthetic birdsongs, five objects are created:</p>
<p>By leveraging the Object-Oriented Programming (OOP) paradigm, lengthy code can be avoided. Additionally, the execution and implementation of the model are efficient and straightforward, allowing for the creation and comparison of several syllables with a single line of code. To solve the optimization problem and to analyze and compare real and synthetic birdsong, five objects are created:</p>

<ul>
<li><b>BirdSong:</b> Read audio using its file name and a path object, it computes the audio spectral and temporal features. It can also split the audio into syllables.</li>
Expand Down

0 comments on commit 24a1179

Please sign in to comment.