From 2c5902040b960ccca8d0b51c58c00fc114a09518 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Thu, 9 Nov 2017 15:24:34 +0530 Subject: czt, dst1, fwht, hilbert1, ifht, ifwht, invfreq, rceps --- help/en_US/scilab_en_US_help/buffer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 index b3668b7..070a34c 100644 --- a/help/en_US/scilab_en_US_help/buffer.html +++ b/help/en_US/scilab_en_US_help/buffer.html @@ -16,7 +16,7 @@ - FOSSEE Signal Processing Toolbox + FOSSEE Signal Processing Toolbox @@ -29,7 +29,7 @@ - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > buffer + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > buffer

buffer

@@ -73,7 +73,7 @@ - FOSSEE Signal Processing Toolbox + FOSSEE Signal Processing Toolbox -- cgit 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 @@ - - - buffer - - - -
- - - - -
- << boxcar - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - butter >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > buffer -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > buffer ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

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

-
buffer(1,3,2)
-ans =
-0   0
-0   1
-1   0
-This function being called from Octave
-
- -
- - - - - - -
Report an issue
- << boxcar - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - butter >> - -
-
-
- - -- cgit