4
$\begingroup$

Suppose I have a time-series of the gravitational-wave strain amplitude as a (discrete, i.e., an array of numbers) function of time. The figure below is just illustrative. I am not using measured LIGO/Virgo data, as that would require windowing the data and many other steps; rather, I'm getting my strain vs time from a waveform model such as surrogate models.

Question: how does one derive the gravitational-wave frequency as a function of time?

I think that this involves the discrete Fourier transform, for example with python using the fast Fourier transform provided by the scipy library's fft function, but I'm unsure how to arrive at the frequency as a function of time in theory. Any help is greatly appreciated, and sources are very much welcome.

As shown in the figure below, in essence I'm wondering how to start from the above time series and arrive at the bottom time series.

Thanks!

enter image description here source

$\endgroup$
1

1 Answer 1

1
$\begingroup$

It turns out there are many ways to do this. A, conceptually, straight forward way is to differentiate the phase, $\Phi_{lm}$, of the gravitational wave. Expanding the strain of the gravitational wave with spherical harmonics, each mode is complex-valued, we have

$$ h_{lm}(t) = h_+(t) -ih_x(t) = A_{lm}(t) e^{i\Phi_{lm}(t)}$$

where $A_{lm}$ is the amplitude of the wave.

The frequency is then,

$$ f_{lm}(t) = \frac{1}{2\pi}\frac{d}{dt}\Phi_{lm}(t)$$.

$\endgroup$

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .