From 47535ab08afeb48fbb00f03e68d6ff973cf62cbd Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 10 Nov 2017 14:59:26 +0530 Subject: Functions added --- help/en_US/scilab_en_US_help/buffer.html | 99 -------------------------------- 1 file changed, 99 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/buffer.html (limited to 'help/en_US/scilab_en_US_help/buffer.html') diff --git a/help/en_US/scilab_en_US_help/buffer.html b/help/en_US/scilab_en_US_help/buffer.html deleted file mode 100644 index 5a636ef..0000000 --- a/help/en_US/scilab_en_US_help/buffer.html +++ /dev/null @@ -1,99 +0,0 @@ -
- -This function buffers the given data into a matrix of signal frames
[y] = buffer (x, n) -[y] = buffer (x, n, p) -[y] = buffer (x, n, p) -[y, z, opt] = buffer (...)
Data to be buffered
Positive integer equal to number of rows in the produced data buffer
Integer less than n, default value 0
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
This function buffers the given data into a matrix of signal frames