[New Feature] Add web folder to support web documentation

This commit is contained in:
Rudy Haryanto
2022-10-04 20:17:17 +07:00
parent c27f624ca8
commit a54aa04c9b
251 changed files with 11079 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
id: glottal-to-noise-excitation-ratio
title: Glottal-to-noise Excitation Ratio (GNE)
---
Glottal-to-noise excitation ratio, as introduced by Michaelis and colleagues[^1], is an indirect measure of breathiness, indicating whether a “given voice signal originates from vibrations in the vocal folds or from turbulent noise generated in the vocal tract.”
[^1]: Michaelis, D., Gramss, T., & Strube, H. W. (1997). Glottal-to-noise excitation ratioa new measure for describing pathological voices. Acta Acustica united with Acustica, 83(4), 700-706.
## Raw Variables
| Variable | Description |
| ----------- | ----------- |
| `aco_gne` | **Glottal-to-noise excitation ratio.** Frame-wise measurements of glottal-to-noise excitation ratio. |
## Derived Variables
| Variable | Description |
| ----------- | ----------- |
| `aco_gne_mean` | **Glottal-to-noise excitation ratio mean.** Mean of `aco_hnr` across the audio file. |
| `aco_gne_std` | **Glottal-to-noise excitation ratio standard deviation.** Standard deviation of `aco_gne` across the audio file. |