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

Analysis window length (fft_length) and hop_length for feature extraction #91

Open
rppravin opened this issue Apr 24, 2021 · 1 comment

Comments

@rppravin
Copy link

Thanks for the code and replies to my previous questions!

In the code (make_spect.py), fft_length (analysis window length) of 1024 samples or 64 ms and hop_length of 256 samples or 16 ms between windows, are used for feature extraction.

I was wondering if you tried other fft_lenths and hop_lengths? Is it possible that shorter fft_length and hop_length could help, say 20 ms fft_length and 10 ms hop_length, since it has different time-frequency resolution trade-off for feature extraction?

Thanks,
Pravin

@auspicious3000
Copy link
Owner

No I didn't, but feel free to experiment with it.

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