LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Optimization of Savitzky-Golay Smoothing Algorithm

I used Savitzky-Golay Smoothing Algorithm (Austrian version) to fit my curve in LV8.2.
 
After fitting, I wanted to change the setting value.
 
What quantity should I check to fit well to the original data?
 
0 Kudos
Message 1 of 2
(2,940 Views)
Hi Labmaster,
 
It depends on which VI you are using--the Savitzky-Golay PtbyPt filter.vi or the Savitzky-Golay Coefficients.vi. In the latter you almost design an SV filter as you can specify both side points and the weight vector.Side points define the window size and weight vector--for more information on these please look up these functions in LabView Help. As regards the settings, you can try decreasing the size of the window by decreasing the side points or vary the weight vecotr if you are using the Coefficients VI. Hope this helps.
 
Ipshita C.
National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(2,907 Views)