TUD-STKS / VocalTractLab-dev

VocalTractLab development repo
GNU General Public License v3.0
16 stars 3 forks source link

The representation of geometric glottis parameter "Phase lag" is inconsistent #9

Closed paul-krug closed 2 years ago

paul-krug commented 2 years ago

Phase lag is a parameter measured in radians but is shown as an angle in degrees in the glottis model window. This is inconsistent with the supra glottal parameter JA, which is measured and displayed in degrees.

Simon-Stone commented 2 years ago

This is by design. The field userFactor in the struct Parameter can be used to convert between displayed ("user") units and CGS units (used in the actual calculations).