Jump to content

FIltering Noise


Recommended Posts

As far as I can see, that cannot work. When you use the non PtByPt filters, you need to give it an array containing the waveform to filter, not an array containing a single value. I would recommend looking at the following examples:

PtByPt and Array Based Filter.vi

Extract the sine Wave.vi

This should show you how to do basic filtering of your signal.

You should be able to find them under menu "Help/Find Examples", then searching for "Butterworth".

Link to comment
  • 2 weeks later...
  • 3 weeks later...

In general you need to know what is your frequency range of interest. If the data contains usable frequency content from 0 to 3 Hz, then applying a 5 or 6 Hz lowpass filter should help. But sometimes your frequency of interest is not near 0 Hz. In those cases, look at passband or highpass filters.

Your initial post seems to indicate you may need a notch filter (60 Hz noise from electrical?).

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.