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

Need a way to vary overlapping samples for CDD such that FFTs are faster #17

Open
vivekvenkris opened this issue Aug 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@vivekvenkris
Copy link
Member

The FFT size for Coherent Dedispersion is now gulp_size + overlap_samples. Currently there are no checks to ensure that this is a power of two or can be split into prime powers. The computed overlap samples need to be changed to match the nearest value that would result in an optimised FFT call.

@vivekvenkris vivekvenkris added the enhancement New feature or request label Aug 22, 2024
@vivekvenkris vivekvenkris self-assigned this Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant