Displaying 1 result from an estimated 1 matches for "ananalog".
Did you mean:
analog
2006 Nov 30
1
analog to the matlab buffer function?
...in signal processing. Is there such a function in R?
What I need to do is as follows. If I apply the function to the vector c(1:5) for example with a window length 3 and overlapping 2, I need to get a matrix like this:
1 2 3
2 3 4
3 4 5
In matlab this is achieved with the function buffer. Is there ananalogous R function?
Thank you very much in advance.
Regards,
Martin