02-02-2003 01:03 AM
02-03-2003 10:52 AM
09-24-2008 02:07 PM
Hi
In my application i am filtering a signal which is sampled at 100s/s. For the filter i am using DFD build a filter form transfer function.vi. Does that mean my filter is sampling at 100s/s also? If i change my signal sampling rate does filter change its sampling rate automatically?
09-24-2008 02:59 PM
You should really start a new thread instead of posting to one that is 5 years old.
To answer your question, it depends on your data. I don't use the DFD but with the filter functions in LabVIEW, if you pass a waveform data type to the function, then the waveform data type contains a dt value. So, set the DAQmx Read to return waveform data. If you are using low level filter functions where the input is a 1D DBL array, then the filter has to be configured. With the low level functions in LabVIEW, you use the various coefficients functions that have a sampling frequency input.