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

Compute Matched filter power #192

Draft
wants to merge 48 commits into
base: develop
Choose a base branch
from
Draft

Conversation

psurukuc
Copy link
Contributor

@psurukuc psurukuc commented Jun 9, 2021

Not ready for review yet.

Moves all function definitions to the cc file
Modifies the functions accepting KTFrequencySpectrumFFTW types
Modifications of the arithmetic operators to enable full compatibility for
child classes
The function returns the norm of a bin, i.e. the square of the absolute
value without any unnecessary calculations of squareroots.
The FFT processors now take the modified KTFrequencySpectrumFFTW. The
call to the FFTW routine is now done with the data pointer of the Eigen
object which is cast to be a fftw_complex*
Mostly modifies a few lines per file that did applied operations
specifig to fftw_complex
Removes the copy constructor to replace it with the default one
Applies the rule of zero
They now also take std::complex for the timeseries objects
Mostly modifies a few lines per file that applied operations
specific to fftw_complex
@nsoblath nsoblath marked this pull request as draft July 2, 2021 16:37
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

Successfully merging this pull request may close these issues.

2 participants