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

Version 1.0.0.0 (306 KB) von YuGang
Gravitational-wave signal analysis, Time-frequency analysis, Synchroextracting Transform.
532 Downloads
Aktualisiert 25 Jan 2018

Lizenz anzeigen

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

Zitieren als

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. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2016a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Spectral Measurements finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
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.