We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"double db_min = std::max(log10(totle) * 10 - 60, -99.0);" 能帮忙解释一下这个db_min的取值吗,为什么用rms减去60呢,很好奇这个超参数是怎么选取的,如果我改大些,指纹数减少,会对性能损失影响大吗?
The text was updated successfully, but these errors were encountered:
這個60是60分貝的意思,目的是排除掉背景雜訊。我只是隨便選一個數字而已,並沒有調整過這個參數
Sorry, something went wrong.
No branches or pull requests
"double db_min = std::max(log10(totle) * 10 - 60, -99.0);" 能帮忙解释一下这个db_min的取值吗,为什么用rms减去60呢,很好奇这个超参数是怎么选取的,如果我改大些,指纹数减少,会对性能损失影响大吗?
The text was updated successfully, but these errors were encountered: