alexis-michaud / egg

electroglottography
GNU Lesser General Public License v3.0
3 stars 2 forks source link
egg electroglottography laryngography matlab

EGG: tools for electroglottographic analysis

This repository hosts scripts for analysis of the electroglottographic signal, and data samples.

1) a gallery of signals exemplifying different types of glottalization (work in progress)

See this folder. This strand of work is linked to the project of devising new scripts for the detection and characterization of various phonetic subtypes of glottalization.

2) peakdet_inter: a tool for semi-automatic analysis of electroglottographic signals

peakdet is a script for analyzing electroglottographic signals based on the detection of positive and negative peaks on the derivative of the EGG signal.

Average curve of fundamental frequency for the High, Mid and Low tone of the Naxi language

An earlier version of peakdet is hosted

The version available in the present repository has an interface for visual verification of the results token by token. This script is now called peakdet_inter to distinguish it from the core function, peakdet. The version proposed here has:

Praat users are advised to try out James Kirby's praatdet or Cédric Gendrot's oq1praat.

3) a script for visualizing average curves for sets of tokens: aver

See this folder.

About the language

Currently the scripts are in Matlab. They work on Matlab 5 and later versions. The current version of peakdet_inter uses the function audioread to open WAV files (electroglottographic signals are handled like audio signals); this function was introduced in R2012b. If you use an earlier version of Matlab, simply revert to the older function: wavread.

For a complete overhaul in future, adopting Julia would seem the way to go, for three main reasons: