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

Document window functions #29

Open
Keavon opened this issue Dec 24, 2016 · 1 comment
Open

Document window functions #29

Keavon opened this issue Dec 24, 2016 · 1 comment

Comments

@Keavon
Copy link

Keavon commented Dec 24, 2016

I'd like to apply the Hamming window function before using FFT. However, it is not documented and I do not know how to use it. Could someone please shed some light on this?

@boothmaster
Copy link

boothmaster commented Dec 30, 2016

windowFunc = new WindowFunction(WindowFunction.HAMMING);
var result=windowFunc.process(length,index);

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