How to convert 2D ECG image to 1D ECG signal?

8 visualizaciones (últimos 30 días)
NANDITA SHARMA
NANDITA SHARMA el 22 de Ag. de 2020
Comentada: NANDITA SHARMA el 29 de Ag. de 2020
How do I convert the 2D watermarked image to 1D watermarked ECG signal before transmitting it.
  5 comentarios
Prabhan Purwar
Prabhan Purwar el 24 de Ag. de 2020
Hi,
Could you please provide a detailed explanation of what you are trying to achieve along with code you have tried.
Thanks
NANDITA SHARMA
NANDITA SHARMA el 25 de Ag. de 2020
Hello Sir,
First i have loaded the "100m.mat" file and got the 1D ECG signal from that. Then i have used the Pan-Tompkins algorithm to convert the 1D ECG signal to 2D ECG image. After doing all the embedding processes, I want to convert the watermarked image to the 1D signal before transmitting to the receiver.
When i have tried the reshape function for the 2D to 1D conversion, then i have to use reshape() only at the receiver side to get the 1D to 2D image. Sir, i want to ask you that is there any other way of conversion of 2D image to 1D ECG signal so that i can follow the same steps that i have done in sender side, i.e., using Pan-Tompkins algorithm for the 1D to 2D conversion. I am using the online matlab platform, that's why i am unable to add my .m file here.
As i am new to this field, i am getting stuck in the basic steps.
Thank you for reconsidering my doubts.

Iniciar sesión para comentar.

Respuesta aceptada

Prabhan Purwar
Prabhan Purwar el 28 de Ag. de 2020
Hi,
Pan Tompkins algorithm is commonly used to detect QRS complexes in ECG signals through various filtering processes. There is no straight forward way to get back the ECG signal from an Image (may look over some papers that do so using Deep learning algo). For more insights upon Watermarking kindly go through the following link
Thanks

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by