Replies: 1 comment 1 reply
-
Hi, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi:
The index of SNR is caculated in test_py3gpp file. The calculation formula is:
SNR = 10*np.log10((np.linalg.norm(waveform) / np.linalg.norm(noise)))
I think the formula should be:
SNR = 20*np.log10((np.linalg.norm(waveform) / np.linalg.norm(noise)))
what do you think?thanks
Beta Was this translation helpful? Give feedback.
All reactions