Skip to content

Time domain waveform to Fourier interface #22

@kazewong

Description

@kazewong

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions