01-05-2023 07:47 AM
Hi Henrik,
I wish to know the algorithm used by SG Filter coefficient VI to generate the differentiation matrix. Do you have any documentation regarding this or any kind of reference from where we can find out what is the approach used in the background of SG filter coefficient VI. Thank you.
01-05-2023 08:24 AM - edited 01-05-2023 08:27 AM
@Anshuman18 wrote:
Hi Henrik,
I wish to know the algorithm used by SG Filter coefficient VI to generate the differentiation matrix. Do you have any documentation regarding this or any kind of reference from where we can find out what is the approach used in the background of SG filter coefficient VI. Thank you.
No
but I'm shure starting with the original paper from Savitzki and Golay the rest is well documented and published.
One startingpoint
https://en.wikipedia.org/wiki/Savitzky%E2%80%93Golay_filter
one more link to share:
01-09-2023 04:14 AM
Hi Henrik,
In the last query I wanted to ask you that what is the reference that LabView is using in the SG Filter VI, because there are different algorithms for applying SG filter. I have attached some references, kindly let me know if you have any idea about the algorithm used in the back end of SG Filter VI. Thank you.
01-09-2023 06:05 AM
Thanks for the paper links 🙂
No, I have no idea how it's done.
01-09-2023 03:02 PM
The only publically-available information on the functionality of the Savitzky-Golay Filter Coefficients.vi is the online help, which also mentions the shipping example that illustrates the use of the VI. Unfortunately there is no additional information available on the internal implementation of the "SavitzkyGolayCoefH" function within the lvanlys.dll, for which the VI is simply a wrapper.