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

Why are you multiplying "window_time * fs" by 2? #13

Open
marinelliluca opened this issue Nov 14, 2019 · 0 comments
Open

Why are you multiplying "window_time * fs" by 2? #13

marinelliluca opened this issue Nov 14, 2019 · 0 comments

Comments

@marinelliluca
Copy link

marinelliluca commented Nov 14, 2019

nfft = int(2 ** (np.ceil(np.log2(2 * window_time * fs))))

By doing so you obtain always a window length two times bigger

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