-
Notifications
You must be signed in to change notification settings - Fork 47
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
implements HammingPeriodic and HanningPeriodic #76
Conversation
@swharden are you gonna have time soon to review and merge this PR? |
Hi @gsgou Yes! I'll review this today or tomorrow 👍 |
@swharden can you run the test on this once again pls? On my local machine on a mac succeeds. |
@swharden just pushed another commit that fixes a test case as the periodic windows are not symmetric |
@swharden the test should pass now. Roughly when will you have time to review and make a new release of the package? |
Hi @gsgou I planned to get this done yesterday but got behind, and I'm planning to get this done and released by the end of today 👍 |
It's 10:30 pm here (EST) and I'm still underwater some some other projects (including cooking dinner, lol) so it's looking unlikely that this will get finished tonight after all. It's at the top of my stack for tomorrow though, and I look forward to merging #74 and #76 and deploying an updated package as soon as possible 👍 EDIT: By "top of my stack for tomorrow" I mean after I get home from my 9-5 and eat dinner 😅 |
@gsgou I notice that scipy accepts a Rather than add two new windows, we could modify FftSharp/src/FftSharp/IWindow.cs Lines 1 to 33 in 6f341bb
|
To keep things rolling I'll make an |
You are using an interface common for all the windows. But not all windows take an argument for symmetrical, hamming, hanning, cosinus etc do but not the others. Therefore i used an explicit name but you may want to refactor. |
I started doing this and it got messy 😝
I think that's the way to go! I'll merge shortly and issue a new release tonight 👍 Thanks again for these PRs! |
Your welcome. Tks for providing this tool ;) |
closes #75