10-13-2004 12:07 PM
10-14-2004 10:38 AM
12-15-2007 03:51 AM
12-17-2007 12:43 PM
Hi Salvio,
A really great place to get information on how to use each function is the NI LabWindows/CVI Help (e.g. Start » All Programs » National Instruments » LabWindows CVI x.x » LabWindows CVI x.x Help). You can then search for the Wind_LPF page. The output is the coefficientArray which only contains the coefficients for the filter with “numberOfCoef” elements. You then need to use the Convolve function to actually apply the filter to your signal.
An entire example of the code needed to do just this is present in the help file. If you have further questions after exploring it, please repost.
I hope this helps get your filter working!