Results 1 to 3 of 3

Thread: Heart Signal Display Program

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    4

    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

  2. #2
    jim mcnamara
    Guest
    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.

  3. #3
    Megatron
    Guest
    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
  •  



Click Here to Expand Forum to Full Width