Description Usage Arguments Value Author(s) References See Also Examples
designs a Savitzky-Golay (polynomial) FIR smoothing filter. The polynomial order must be less than the frame size which must be odd.
1 | sgolay(k,F,W)
|
k |
a numerical value of polynomial order |
F |
a numerical value of frame size |
W |
weighting matrix |
matrix of differentiators
Lyamine Hedjazi
Sophocles J. Orfanidis, INTRODUCTION TO SIGNAL PROCESSING, Prentice-Hall, 1995, Chapter 8
1 2 3 4 | k <- 3
F <- 11
Sg=sgolay(k,F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.