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

FFT Normalization, still not sure how solve it #6

Open
RadStr opened this issue Sep 28, 2020 · 0 comments
Open

FFT Normalization, still not sure how solve it #6

RadStr opened this issue Sep 28, 2020 · 0 comments

Comments

@RadStr
Copy link
Owner

RadStr commented Sep 28, 2020

Here are the possible solutions, also when it is changed, everything with label TODO: NORM needs to be changed

// TODO: NORM
//The normalization is quite problematic, I am still not sure what is the right way to solve it.
// Either like this where I just divide (multiply before IFFT) by 2 * windowSize or
// just divide everything except the first bin by windowSize and the 0th bin divide by 2 * windowSize.

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