peak height // A(3): 1st peak "width" // A(4)-A(6): same, 2nd pic // A(7)-A(9): same, 3rd pic G1 = A(1:3); G2 = A(4:6); G3 = A(7:9); y = gauss(G1, x) + gauss(G2...
Same as File:Detection pic savitzky Golay.svg#Scilab source except for the file savitztygolay.sce, line 10 : width = 21; // number of pts for the sliding...
savitztygolay.sce: processes the data. Similar to File:Savitzky-golay pic gaussien bruite.svg (see this page if the sampling step is not constant). // **********...