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

Question regarding filter bank #4

Open
evaldsurtans opened this issue Mar 30, 2018 · 2 comments
Open

Question regarding filter bank #4

evaldsurtans opened this issue Mar 30, 2018 · 2 comments

Comments

@evaldsurtans
Copy link

Great job on implementing paper!

Question: why did you use python_speech_features.fbank instead of librosa.feature.melspectrogram ?
Both transformations are the same, right?

@onceforall
Copy link

they are almost same except the fbank discards the IDFT procedure.so it can maintain more source info of the audio.

@evaldsurtans
Copy link
Author

Thank you for answering, I suspect that you mistaken melspectrogram/filterbank for MFCC. Because as far as I understand you use IDFT only for MFCC. So python_speech_features.fbank should be the same as librosa.feature.melspectrogram right?
https://librosa.github.io/librosa/generated/librosa.feature.melspectrogram.html
https://librosa.github.io/librosa/generated/librosa.feature.mfcc.html

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

2 participants