Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signals loaded with utils.read_wav_as_float are 180 deg out of phase #30

Closed
achabotl opened this issue Mar 1, 2015 · 0 comments
Closed
Assignees

Comments

@achabotl
Copy link
Owner

achabotl commented Mar 1, 2015

It happens in the conversion to float, if the signal is integers. The signal is divided by the largest value possible, which is pretty much always -2^(Nbits - 1). The signal should be divided by the absolute value.

@achabotl achabotl self-assigned this Mar 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant