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.
다운로드 수: 532
업데이트 날짜: 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 CenterMATLAB Answers에서 Spectral 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.