Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how 2 reconstruct ecg signal from binary data using MATLAB

Status
Not open for further replies.

NIDA

Newbie level 4
Joined
Oct 11, 2005
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,336
hello there!!!
:cry: I really need a help on how to reconstruct an ECG signal from the binary data using MATLAB... The binary data was originally being converted from the real signal of ECG by using the microcontroller. Basically, my project is about Bluetooth ECG System...Hope, there is someone who could share his ideas or opinions with me....:idea:

Thanks in advance
NIDA
 

If you have an 8 bit reference with a 5 volt source, convert the binary number to decimal multiply it by 5 adn divide by 255.

Ex. 10010011 --> 147

V = 5 * 147/255 = 2.88 V
 

Re: how 2 reconstruct ecg signal from binary data using MATL

You can give some informations about ADCs: a number of bits, +Vref, -Vref. sample frequency ?
 

You need to determine the format of that binary data. If you can't figure it out, maybe show us a small sample of the data, tell us what the values should be, and maybe someone can help you decode it.
 

Re: how 2 reconstruct ecg signal from binary data using MATL

Thanx for the ideas...i really appreciate it:D
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top