BBH waveform generated from Bilby can't tell the distance. We adjust its amplitude the same to Korean waveform's, then we can infer BBH waveform's distance(since we know all information of Korean waveform).
For GW and its source, we have:
```math
distance×amplitude=constant
```
BBH waveform generated from Bilby can't tell the distance. We can adjust its amplitude the same to Korean waveform's, then infer its distance.
## (2) Make injection
## (3) Plot the Amplitude Spectral Density (ASD)
Plotting these data in the Fourier domain gives us an idea of the frequency content of the data. A way to visualize the frequency content of the data is to plot the amplitude spectral density, ASD. The ASDs are the square root of the power spectral densities (PSDs), which are averages of the square of the fast fourier transforms (FFTs) of the data. They are an estimate of the "strain-equivalent noise" of the detectors versus frequency, which limit the ability of the detectors to identify GW signals.
...
...
@@ -52,7 +58,25 @@ The resulting time series no longer has an amplitude between the order of magnit
In terms of the machine learning side of things, the whitening is primarily done to normalise the data for input to the neural network. So long as you give the network signals with similar noise properties and priors as those it was trained on, it should function properly.
## (5)window...?
## (5)Generate BBH waveform by Bilby
To generate BBH waveform, We first establish a dictionary of waveform parameters that includes masses of the two black holes, spins of both black holes (a, tilt, phi), etc. The waveform will finally be input to VItamin, therefore we set the value of each parameter as the median of its prior's range, which is given to train VItamin.
In the plot, h_cross looks like a straight line, but it s correct. This is because h_cross has a very small amplitude(~$`10^-39`$) due to those angles's value.
## (5)Window...?
an overlap and a window to minimizes "spectral leakage"