ml4gw.waveforms.adhoc.ringdown
Classes
|
Callable class for generating ringdown waveforms. |
- class ml4gw.waveforms.adhoc.ringdown.Ringdown(sample_rate, duration)
Bases:
Module
Callable class for generating ringdown waveforms.
- Parameters:
sample_rate (
float
) -- Sample rate of waveformduration (
float
) -- Duration of waveform
- forward(frequency, quality, epsilon, phase, inclination, distance)
Generate ringdown waveform based on the damped sinusoid equation.
- Parameters:
frequency (
Float[Tensor, 'batch']
) -- Central frequency of the ringdown waveform in Hzquality (
Float[Tensor, 'batch']
) -- Quality factor of the ringdown waveformepsilon (
Float[Tensor, 'batch']
) -- Fraction of black hole's mass radiated as gravitational wavesphase (
Float[Tensor, 'batch']
) -- Initial phase of the ringdown waveform in radinclination (
Float[Tensor, 'batch']
) -- Inclination angle of the source in raddistance (
Float[Tensor, 'batch']
) -- Distance to the source in Mpc
- Returns:
Tensors of cross and plus polarizations