Skip to content

Does square needed in compute_power? #383

Open
@mosheman5

Description

The amplitude_to_db moves the rms energy from the amplitude to log scale.
Does the square operation needed in

power_db = amplitude_to_db(rms_energy**2, use_tf=True)
?
Doesn't multiplying by 20 instead of 10 compensates for it?

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