Introduction - If you have any usage issues, please Google them yourself
BUFFER Buffer a signal vector into a matrix of data frames.
Y = BUFFER(X,N) partitions signal vector X into nonoverlapping data
segments (frames) of length N. Each data frame occupies one
column in the output matrix, resulting in a matrix with N rows.