Gravitational-wave signal analysis based on Synchroextracting Transform (SET)

バージョン 1.0.0.0 (306 KB) 作成者: YuGang
Gravitational-wave signal analysis, Time-frequency analysis, Synchroextracting Transform.
ダウンロード: 528
更新 2018/1/25

ライセンスの表示

We investigate the applicability of the proposed SET method to analyze a gravitational-wave (GW) signal generated in the procedure of inspiral and merger of a pair of black holes. GW signal detection just won the 2017 Nobel Prize, and GW signal analysis is a very challenging task. The SET is a high-resolution time-frequency (TF) analysis tool, that allows for signal reconstruction. Therefore, the high-resolution TF representation of GW signal can be obtained by the SET, that is shown in the Figure.
.
The related paper can be found in the website "http://ieeexplore.ieee.org/document/7906573/" [1]. If you use any function contained in this package, plz cite this paper. Thank you very very much.
.
[1] G. Yu, M. Yu and C. Xu, "Synchroextracting Transform," IEEE Transactions on Industrial Electronics, vol. 64, no. 10, pp. 8042-8054, Oct. 2017. doi: 10.1109/TIE.2017.2696503

引用

YuGang (2024). Gravitational-wave signal analysis based on Synchroextracting Transform (SET) (https://www.mathworks.com/matlabcentral/fileexchange/65789-gravitational-wave-signal-analysis-based-on-synchroextracting-transform-set), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSpectral Measurements についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

A little correct
Try following codes in the Example_1.

for j=1:n
Te_sig(j)=(tfr(Cs1(j),j));
end

Update codes for signal reconstruction.