蘇羿豪@PyCon Taiwan 2020
創用CC 姓名標示 4.0
前情提要
現場鑑識人員: 用GWpy工具包可取得蒐證資料
from gwpy.timeseries import TimeSeries
data = TimeSeries.fetch_open_data(interferometer, GPS_start_time, GPS_end_time)
現場鑑識人員: 用GWpy工具包可萃取資料
from gwpy.signal import filter_design
bp = filter_design.bandpass(low_f, high_f, sample_rate)
notche = filter_design.notch(frequency, sample_rate)
zpk = filter_design.concatenate_zpks(bp, notche)
filtered_data = data.filter(zpk)
現場鑑識人員: 用GWpy工具包可轉換資料
qspecgram = data.q_transform()
現場鑑識人員: 用PyCBC工具包可從資料搜索事件
from pycbc.waveform import get_td_waveform
from pycbc.filter import matched_filter
GW150914是由兩個質量分別為35.6
如何查詢已被證實的重力波事件?
有哪些用來分析重力波資料的軟體?
有哪些重力波分析教材?
如何用GWpy取得重力波時序資料並畫圖?
如何濾除資料中的雜訊?
如何將時序資料轉換成時頻資料?
如何從資料中搜尋緻密星體合併事件?
黑蛋連續劇,明年想聽哪一齣?
謝謝,請幫我
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing