09-26-2005 11:40 AM
09-27-2005 04:19 PM
Hi hahr,
You can go to "Library" on the main menu, then select "Advanced Analysis". That'll open analysis.fp.
Then, select "Signal processing" and you'll find IIR/FIR filters as well as windows and other useful things.
Hope this helps.
svk
09-27-2005 04:20 PM
How is your buffer shaped i.e. do you have a two dim array of numbers of size 19x10000 or do you a 1D array of size 190000. Either way, you will first need to seperate out each signal (of size 9999) and then feed that array into a filter function. There are several filter functions available in CVI. For example the Bw_LPF function performs a Butterworth low pass filter on an array of numbers. You can find these and more in the built in libraries under Advanced Analysis Library>>Signal Processing>>IIR Digital Filters.
Hope this helps
Jack J.
Applications Engineer
National Instruments