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

Implement Dolph-Chebyshev / taylor window function #23

Open
Dantali0n opened this issue Oct 26, 2018 · 1 comment
Open

Implement Dolph-Chebyshev / taylor window function #23

Dantali0n opened this issue Oct 26, 2018 · 1 comment

Comments

@Dantali0n
Copy link
Contributor

In the Dolph-Chebyshev / taylor windowing function sidelobes can be supressed to -20 * a.

The math is a bit more involved then the window functions I added as pull request. It also requires changes to the function parameters as it would be nice to have a as a user definable parameter.

It would also be a good idea to add cosh as an private internal function since Dolph-Chebyshev relies on the cosh function.

I would like to hear what you think about this.

@kosme
Copy link
Owner

kosme commented Nov 7, 2018

Changing the Windowing function parameters is a no no, it would break compatibility with existing code. But we could create a new function that accepts the new parameter and returns the data windowed according to Dolph-Chebyshev / taylor windowing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants