-
Notifications
You must be signed in to change notification settings - Fork 435
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
Sensor noise renormalizes the signals #291
Comments
Hi @egrinstein , I agree. In hindsight this may not be the most desirable behavior, but this is what I implemented. |
Hi, sorry for the delay. Thank you for the answer! I'll do that. |
@egrinstein Thanks for the feedback. I'm working on improving the experience with noise. This is in this pull request (#298) if you are interested. |
Thanks for letting me know @fakufaku, it looks like a great addition to Pyroomacoustics. Please let me know if I can help. |
@egrinstein This is very nice of you to ask! Any help is welcome! Let me know if there is any part you'd like to dig into! If you'd like to discuss this more you can join our discord. |
Hi,
when calling
room.simulate(..., snr=VALUE)
, the following code is called:Which normalizes each source signal by its
std
. Is this the desired behaviour? If I wanted one source to have a lower volume than another, wouldn't this undo their different volumes? Why is this normalization necessary?Thank you and sorry for bothering,
Kind regards,
Eric
The text was updated successfully, but these errors were encountered: