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/unshiftdata.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'help/en_US/scilab_en_US_help/unshiftdata.html')
diff --git a/help/en_US/scilab_en_US_help/unshiftdata.html b/help/en_US/scilab_en_US_help/unshiftdata.html
index 15b3acf..56c56f3 100644
--- a/help/en_US/scilab_en_US_help/unshiftdata.html
+++ b/help/en_US/scilab_en_US_help/unshiftdata.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 > unshiftdata
+ FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > unshiftdata
unshiftdata
@@ -108,7 +108,7 @@ Applies the permutation perm or number of shifts nshifts on x to invert shiftdat
|
- 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/unshiftdata.html | 134 --------------------------
1 file changed, 134 deletions(-)
delete mode 100644 help/en_US/scilab_en_US_help/unshiftdata.html
(limited to 'help/en_US/scilab_en_US_help/unshiftdata.html')
diff --git a/help/en_US/scilab_en_US_help/unshiftdata.html b/help/en_US/scilab_en_US_help/unshiftdata.html
deleted file mode 100644
index 8a114ec..0000000
--- a/help/en_US/scilab_en_US_help/unshiftdata.html
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
- unshiftdata
-
-
-
-
-
-
-
-<<<<<<< HEAD
- FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > unshiftdata
-=======
- FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > unshiftdata
->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27
-
-
- unshiftdata
- Inverts the effect of shiftdata
-
-
-
-
-
-
-Description
- y=unshiftdata(x,perm,nshifts)
-Applies the permutation perm or number of shifts nshifts on x to invert shiftdata
-
-Examples
- x=testmatrix('magi',3)
-x =
-
-8. 1. 6.
-3. 5. 7.
-4. 9. 2.
-[y,perm,nshifts] = shiftdata(x,2)
-nshifts =
-
-[]
-perm =
-
-2. 1.
-y =
-
-8. 3. 4.
-1. 5. 9.
-6. 7. 2.
-z=unshiftdata(y,perm,nshifts)
-z =
-
-8. 1. 6.
-3. 5. 7.
-4. 9. 2.
-
-x=1:5
-x =
-
-1. 2. 3. 4. 5.
-[y,perm,nshifts] = shiftdata(x)
-nshifts =
-
-1.
-perm =
-
-[]
-y =
-
-1.
-2.
-3.
-4.
-5.
-
-z =
-
-1. 2. 3. 4. 5. |  |  | |
-
-
-
-
-
-
-
--
cgit
|