I have a text file of data...one column or two columns, can be either. One column is the data to filter and the other column is the time it was sampled. The data needs to be put through a butterworth filter. I have tried the Butterworth Filter as well as the Butterworth Filter PtByPt. For the Butterworth Filter, it says I have connected two arrays that mismatch, and for the PtByPt filter, it says that the type of source is 2-D array of single (32-bit real) and the type of sink is 2-D array of double (64-bit real). I input the data using the Read from Spreadsheet File control. Could someone tell me how to put my data through the filter? Thanks for the help.