Jump to content

Filtering Imported Data


jstark87

Recommended Posts

I have a feeling my problem is mostly to due to the fact that I don't understand transfer functions very well, that and I find graphical programming to be much tougher then line based, but my professor found LabView recently and requires everything to be done with it.

Here's my problem: I have to import a 2 column CVS (time, data). I have to then take the data and run it through a 1st order low pass filter (and a few other filters, but I can figure that out on my own time). I then have to plot the data and the filtered data on the same xy plot.

I was able to import the data and split the columns into 2 1D arrays. But now my problem is, how do I filter the data with the transfer function?

H(s) = X(s) / Y(s) = 1 / ( tau * s + 1)

Above is the transfer function I want to use. I just don't know which blocks to use to filter the data. I tried a Discrete Transfer function, but when I input an array that has a size of about 5000 cells, it changes the block to a MIMO and then I get errors. Any help would be appreciated.

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.