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

Time domain waveform to Fourier interface #22

Open
kazewong opened this issue May 21, 2024 · 0 comments
Open

Time domain waveform to Fourier interface #22

kazewong opened this issue May 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kazewong
Copy link
Collaborator

Currently ripple only supports Fourier domain waveform.

In preparing for the integration of time-domain waveforms such as the NRSurrogate waveforms, it would be nice to have an interface to convert time-domain waveforms into Fourier-domain waveforms.

The pseudo-code can look something like:

def waveform(f, params):
    t = f_to_t
    h_t = h(t, params)
    h_f = fft(h_t)
    return h_f
@kazewong kazewong added the enhancement New feature or request label May 21, 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