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

Versión 1.0.0.0 (306 KB) por YuGang
Gravitational-wave signal analysis, Time-frequency analysis, Synchroextracting Transform.
528 descargas
Actualizado 25 Jan 2018

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2016a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Spectral Measurements en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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.