Jump to content

Filter signal


marp84

Recommended Posts

QUOTE (marp84 @ Oct 16 2008, 08:45 AM)

i've labview 8.0 professional development system can i bulid the notch filter in this software and if it's can how to build it ?

do you know what is the lower and higer cut-off frequency of this filter to eliminate the noise from ecg signal?

tanx before

There are filter VI's located in the Signal Processing>>Filters sub-palate that may help you.

I have also written custom ones easily enough before as well (e.g. 4th Order Dual Pass Butterworth etc..)

Your ECG question is one for a domain expert not a programmer :)

But you may be able to do some regression testing to see what filter cutoff(s) give you the closest signal representation with adequate noise removal.

Link to comment

QUOTE (marp84 @ Oct 16 2008, 11:12 AM)

can i build the notch filter with labview 8.0 proffesional development system?

do you know what is the lower and higer cut-off frequency of this filter to eliminate the noise from ecg signal?l?

Yes. Search the LabVIEW examples for filter or filtering and you will find many examples.

As for frequency, the ecg signal frequency is generally between 0.1 and 250 Hz. The P-wave and T-wave are made up mostly of frequency components below 60 Hz, the R-wave also, but it has other frequency components up to 250 Hz. The problem is that you have many sources of noise that can effect such a weak signal. 60 Hz (or 50Hz depending on where you are) power line noise, low frequency noise caused by breathing or movement of the electrodes, and broader spectrum (1-5000Hz) electromyogram (EMG) noise usually caused general movement of the patient. You will need some extremely clean hardware amplification on the ecg signal (amplification factor of around 500) to be able to successfully filter out the noise with software.

The ecg is a common project for students and there are hundreds of sites online with anything you've ever wanted to know about ecg signals (I happen to know because I made one for my junior year project not too many years ago :) ).

-Toby

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.