Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heuristic doubling period trick by preprocessing pitch correlation values? #193

Open
YangWangGit opened this issue Jun 23, 2022 · 0 comments

Comments

@YangWangGit
Copy link

YangWangGit commented Jun 23, 2022

I think the trick in this surrounding "for" code block is to suppress insignificant, possible doubling period. Is there any more in-depth motivation, explanation, or paper mentioning this? Thanks.

if (st->xc[2+sub][i] < xc_half*1.1) st->xc[2+sub][i] *= .8;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant