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

How to apply this function into a sliding window #5

Open
enriquead1 opened this issue Oct 17, 2022 · 0 comments
Open

How to apply this function into a sliding window #5

enriquead1 opened this issue Oct 17, 2022 · 0 comments

Comments

@enriquead1
Copy link

Hello,

First, I would like to say that this is a really nice package. I am learning about audio processing, and it has been really helpful for now.
However, I am working on a project where I would like to compute 1/3 octave band filtering over a sliding window, as it could be done for a MEL spectrogram. I think that the results will actually be really similar to those of a MEL spectrogram (correct me if I am wrong), but I am worried about spectral leakage with the sliding window. Would that be a problem for 1/3 octave filters as it is for MEL spectrograms?

I think that the answer must be "yes" if you use FFT at some point of the algorithm, but I have not been able to find this computation. It seems natural for me to think that FFT must be always calculated before both, octave band filtering and MEL, but I am not sure...

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