powered by
designs a Savitzky-Golay (polynomial) FIR smoothing filter. The polynomial order must be less than the frame size which must be odd.
sgolay(k,F,W)
polynomial order
frame size
weighting matrix
matrix of differentiators
Sophocles J. Orfanidis, INTRODUCTION TO SIGNAL PROCESSING, Prentice-Hall, 1995, Chapter 8
sgolayDeriv
# NOT RUN { k <- 3 F <- 11 Sg=sgolay(k,F) # }
Run the code above in your browser using DataLab