-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
vocoder_eva/vocoder_eva/eval.py
Lines 19 to 21 in 2bf4652
| def eval_snr(x_r, x_s): | |
| # TODO: slide x_s to find max matched value 原論文有做滑動x_s,找到最大匹配的snr值,這邊還沒實作 | |
| return 10 * np.log10(np.sum(x_s ** 2) / np.sum((x_s - x_r) ** 2)) |
- 把moving window snr做出來
- 跑ground truth 以及"他的論文的結果"
- 看論文比較數據有沒有差,差很多的話幫check公式和實作有沒有做對
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels