Skip to content

Problems in week_10_vqe_noise_reduction/homework.ipynb #28

@zshrav

Description

@zshrav

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions