Skip to content

noise.py amp_total wrong #61

@MASHtm

Description

@MASHtm

get_noise_profile() always returns the same value for amp_total.
amp_total = (low + mid + high) / 3.0
low, mid, high are parameters. Shouldn't that be
amp_total = (amp_low + amp_mid + amp_high) / 3.0
?

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