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 correction #51

Closed wantysal closed 2 years ago

wantysal commented 2 years ago

The recent update with frequency domain input led to a change of spectrum calculation in the metrics functions. The input spectrum shall be one-sided, but for the roughness computation, a two-sided spectrum is needed. The confusion between both created a little shift in the results. This has been resolved by creating the 2-sided spectrum corresponding to the input as first step of computation.