Eomys / MoSQITo

MoSQITo is a unified and modular development framework of key sound quality metrics favoring reproducible science and efficient shared scripting among engineers, teachers and researchers community.
Apache License 2.0
134 stars 44 forks source link

Roughness ECMA 418-2 #64

Closed wantysal closed 7 months ago

wantysal commented 1 year ago

New version of roughness calculation according to ECMA 418-2. The code uses Sottek's Hearing Model implemented in loudness_ecma. The final roughness values are not validated yet due to some weighting errors.

wantysal commented 7 months ago

Thanks to a collaboration with @fchirono the code has been updated and the model now seems very close to the ECMA 418-2 results. Validation plots have been created : roughness_validation And all tests are running: image And the doc files are ready for the compilation of a new website version ;)

Code is ready for review !

fchirono commented 7 months ago

Excellent work Salomé, the new validation results look great! 😃

wantysal commented 7 months ago

Hi @mglesser,

Requested changes have been made ;)

Tks for your review