|
-
May 17th, 2001, 02:37 PM
#1
Thread Starter
New Member
Heart Signal Display Program
Hi there,
I am an engineering college student doing a final project on the 'Transmission of Heart Sounds'
It is basically a stethoscope with a electret mic used accuire the heart sounds.
The heart sounds are transmitted wirelessly by a FM transmitter and recieved by a FM receiver.
The received signal is then converted to digital form by an ADC.
(Most probably using a micro-controller)
The digital signal is then interfaced to a serial port of a PC and being displayed on a computer program.
My question is:
1)Is Visual Basic able create a program to display the heart signals ?
Or do I need to using some other software that is more technical (eg. Matlab....)
2)If Visual Basic is able to do so, what area of VB must I read up on ?
Would appreaciate your help.
Thank You
Amos
-
May 17th, 2001, 04:49 PM
#2
Go to Planet Source Code
Search under VB for serial or for mscomm or com port.
All of this code shows the use of the MSComm control, which, like a lot of Microsoft stuff, is poorly documented. MSComm is the easiest way to talk to a serial port.
Second, yes, VB can display a lot of different data. The MSChart control can take real-time information and display it faster than it can come in via serial port. It can produce 3D or 2D real time graphs. You will need a decent PC, not a low end Pentium 60 like most colleges have.
MSDN has sample code for MSChart.
Some sample code also comes on the MSDN CDROM distibuted with VB.
Get Loren Eidal's 'Using Visual Basic 6', Platinum Edition. It covers almost anything you would need to know. From Que Press.
-
May 17th, 2001, 05:59 PM
#3
Personally, I would use C++ for software that interacts with hardware.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|