01-31-2007 02:08 PM
01-31-2007 02:22 PM
01-31-2007 02:55 PM
01-31-2007 11:27 PM
what is teh cutoff frequency you have specified??
what is the size of your 1 D array??
02-01-2007 08:19 AM
02-01-2007 09:00 AM - edited 02-01-2007 09:00 AM
While LabVIEW allows you to wire a 1D array to the filter function, it really should be a waveform data type. The waveform data type includes t0 and dt. It's the missing dt (sample rate) that is messing you up. Obviously, a 1D array of dbls contains no timing information at all. When you wire in only a 1D array, the sample rate defaults to 1 second. I'm not at all familiar with tdm files but if you saved the sample rate to the file when the data was acquired, you should be able to read it back from the file. If you didn't save it, the only way to get correct results is to use the Build Waveform function and provide it.
Message Edited by Dennis Knutson on 02-01-2007 08:58 AM
02-01-2007 09:11 AM