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/bitrevorder.html | 78 --------------------------- 1 file changed, 78 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/bitrevorder.html (limited to 'help/en_US/scilab_en_US_help/bitrevorder.html') diff --git a/help/en_US/scilab_en_US_help/bitrevorder.html b/help/en_US/scilab_en_US_help/bitrevorder.html deleted file mode 100644 index 4f5cef6..0000000 --- a/help/en_US/scilab_en_US_help/bitrevorder.html +++ /dev/null @@ -1,78 +0,0 @@ - - - bitrevorder - - - -
- - - - -
- << besself - - - FOSSEE Signal Processing Toolbox - - - blackman >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > bitrevorder - -

-

bitrevorder

-

- - -

Calling Sequence

-
[y,i]=bitrevorder(x)
- -

Parameters

-
x: -

Vector of real or complex values

- -

Description

-

This is an Octave function. -This function returns the input data after reversing the bits of the indices and reordering the elements of the input array.

- -

Examples

-
1.    [y]=bitrevorder ([i,1,3,6i])
-y =   [0 + 1i   3 + 0i   1 + 0i   0 + 6i]
-2.    [y,i]=bitrevorder (['a','b','c','d'])
-y = acbd
-i =   [1   3   2   4]
-
- -
- - - - - - -
Report an issue
- << besself - - - FOSSEE Signal Processing Toolbox - - - blackman >> - -
-
-
- - -- cgit