-
Notifications
You must be signed in to change notification settings - Fork 13
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
Added multi-resolution spectrogram module #90
Conversation
2ee4c18
to
e245868
Compare
@EthanMarx Are you aware of any issues that might come from bumping our |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good, might also be worth adding a warning with warnings.warn
if the total number of spectrograms is larger than some value since we see some pretty poor computational scaling.
Assuming all of our tests pass I don't think so. If anything, it would affect downstream projects. I guess this is a good reason to keep it in |
Adds a transform that computes a single spectrogram by calculating multiple spectrograms at different resolutions and taking the maximum each corresponding pixel.
n_fft