-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Known problems:
SNR definition:
"Given a ground truth signal ... and its estimate ..., we define noise as ... . Slightly abusing notation we get: "
In the math expression the numerator and the denominator should be swapped.
from vqe.data.mixing import RandomMixtureSampler
Just remove this line. It is an artifact of testing, which I forgot to remove.
class RandomMixtureSampler, method __call__:
# input_signal and mic_signal should be multiplied by the same factor to match each other
mult_signal = normalize_to_rms(
signal_target, self.normalization_rms_db
)
This snippet is wrong. Instead, it is supposed to calculate the multiplication factor here (that's why the variable is called mult_signal)
Metadata
Metadata
Assignees
Labels
No labels