Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

can filtering be included in the task

labview 8.5

MDAQ usb 6211(does not have signal conditioning)

i want to apply a butterworth low pass filter before i start acquiring data. how this can be incorporated in the task?

if this is possible can you show one example.

thanks

m.p.sarma

0 Kudos
Message 1 of 2
(2,767 Views)

Hi m.p.sarma,

 

You can use a hardware or software filter for your application. We do have some hardware options such as the SCXI 1143 module which would be used in an SCXI chassis. You can also use a filter VI in LabVIEW to apply the filter in software. This is post-process filtering, so the data will be acquired and then filtered. You can find the filter VIs in LabVIEW if you have them installed. They are not included in the Base version of LabVIEW. They are on the functions palette under Signal Processing>>Filters or there is an express VI under Express>>Signal Analysis. You would wire your resulting data from the DAQmx Read to the filter VI that you choose.

Steve B

0 Kudos
Message 2 of 2
(2,750 Views)