07-16-2003 09:09 AM
07-16-2003 01:26 PM
02-18-2011 11:06 AM
I have a related question regarding the sampling frequency parameter.
I am using a NI 6363 on a PXIe-RT 1082 chassis to get some analog data from pressure sensors. For my application, I estimate that any frequency above 1 Hz is noise, and would like to get rid of it using a Butterworth filter.
My AI task acquires data at 1 kHz, and my DAQmx Read task is set to run every 100 ms, so I can expect about 100 data points every time the read VI executes. My question is, what do I do with these 100 data points? Or in other words, when I feed this array of 100 values into the Butterworth filter, what should I set the sampling frequency input as?
Would be great if someone could help me with this.
Thanks