Jump to content

Low Pass Filter


Recommended Posts

I need to implement a low-pass filter into LabVIEW 8.0. I noticed that there are filters vi's built in, but they are not included in the Base package. Is there another way to do this without upgrading my LabVIEW? Thanks.

There is always good old fashioned hardware... That is better than wrting your own software filters.

It is easy to make a running average vi. I can give you one for post processing acquired data (v 7.1). Let me know.

mike

Link to comment
Guest terminator

Writing a basic low pass filter vi is not a big deal at all. For a finite impulse response, first order filter this amounts to only a single shift register. Second order, two shift registers, etc.

Have a look at the Labview Analysis Concepts documentation (probably included even with the basic version??). In particular page 3-9 in my version.

You will sacrifice some efficiency and the considerable generality of the built vis but it will work fine. Writing it is educational too.

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.