From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/buffer.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 help/en_US/buffer.xml (limited to 'help/en_US/buffer.xml') diff --git a/help/en_US/buffer.xml b/help/en_US/buffer.xml new file mode 100644 index 0000000..24b5214 --- /dev/null +++ b/help/en_US/buffer.xml @@ -0,0 +1,66 @@ + + + + + + + + buffer + This function buffers the given data into a matrix of signal frames + + + + + Calling Sequence + + [y] = buffer (x, n) + [y] = buffer (x, n, p) + [y] = buffer (x, n, p) + [y, z, opt] = buffer (...) + + + + + Parameters + + x: + Data to be buffered + n: + Positive integer equal to number of rows in the produced data buffer + p: + Integer less than n, default value 0 + opt: + In case of overlap, it can be a vector of length p or the string "nodelay", In case of underlap, it is an integer between 0 and p + + + + + Description + +This function buffers the given data into a matrix of signal frames + + + + + Examples + + + -- cgit