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/clustersegment.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'help/en_US/scilab_en_US_help/clustersegment.html')
diff --git a/help/en_US/scilab_en_US_help/clustersegment.html b/help/en_US/scilab_en_US_help/clustersegment.html
index 6b435b6..0ba2ef0 100644
--- a/help/en_US/scilab_en_US_help/clustersegment.html
+++ b/help/en_US/scilab_en_US_help/clustersegment.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 > clustersegment
+ FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > clustersegment
clustersegment
@@ -67,7 +67,7 @@ The output variable c is a cell array of size 1 by N, where N is the number of r
|
- 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/clustersegment.html | 93 ------------------------
1 file changed, 93 deletions(-)
delete mode 100644 help/en_US/scilab_en_US_help/clustersegment.html
(limited to 'help/en_US/scilab_en_US_help/clustersegment.html')
diff --git a/help/en_US/scilab_en_US_help/clustersegment.html b/help/en_US/scilab_en_US_help/clustersegment.html
deleted file mode 100644
index b81b3ec..0000000
--- a/help/en_US/scilab_en_US_help/clustersegment.html
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
- clustersegment
-
-
-
-
-
-
-
-<<<<<<< HEAD
- FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > clustersegment
-=======
- FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > clustersegment
->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27
-
-
- clustersegment
- This function calculates boundary indexes of clusters of 1’s.
-
-
-
-
-Parameters
- - s:
-
scalar, vector or matrix of real numbers (clusters of 1s)
- - c:
-
output variable, cell array of size 1 by N, where N is the number of rows in s
-
-Description
- This is an Octave function.
-This function calculates boundary indexes of clusters of 1’s.
-This function calculates the initial and end indices of the sequences of 1's present in the input argument.
-The output variable c is a cell array of size 1 by N, where N is the number of rows in s and each element has two rows indicating the initial index and end index of the cluster of 1's respectively. The indexing starts from 1.
-
-Examples
- y = clustersegment ([0,1,0,0,1,1])
-y =
-2. 5.
-2. 6. |  |  | |
-
-
-
-
-
--
cgit
|