Biomedical User Group Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

I need help with Bitalino to acquire real time ECG and analyze it

Hi can anyone help me with this program, please?

Right now the program is displaying either real-time or processed data. If I choose to display real time, the program will only display real time and doesn't show any analyze result.

Capture.PNG

if I choose to process the data, it doesn't show any real time data. the duration to analyze the data is set to 30 seconds.

What can i do to make it show both real time while analyzing the data every 30 seconds?

Message 1 of 4
(5,495 Views)

Hi there,

Perhaps you could try to reach out to these guys:

http://robotica.webs.upv.es/en/acquisition-bitalino-labview/

Their VI appears to have quite a fair amount of features.

Best regards,

The BITalino Team

0 Kudos
Message 2 of 4
(4,768 Views)

Hello dear Marcel, I hope you are doing well!

Could you solve this particular problem? Cause I’m struggling with the same issue.

0 Kudos
Message 3 of 4
(1,776 Views)

In order to do what you want you need to chagne the software. 

 

You would need to parallel loops one to collect the data and the other to process and analyze the data.

Right now you have on loop that takes care of both data acquisition and data analysis. If you do data acquisition, data analysis is not executed. 

 

To achieve what you want, you need one loop per activity. this way one activity will not interfere with the other. 

 

0 Kudos
Message 4 of 4
(721 Views)