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/statelevels.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'help/en_US/scilab_en_US_help/statelevels.html') diff --git a/help/en_US/scilab_en_US_help/statelevels.html b/help/en_US/scilab_en_US_help/statelevels.html index 4b9b34e..372b7ab 100644 --- a/help/en_US/scilab_en_US_help/statelevels.html +++ b/help/en_US/scilab_en_US_help/statelevels.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 > statelevels + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > statelevels

statelevels

@@ -83,7 +83,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/statelevels.html | 109 -------------------------- 1 file changed, 109 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/statelevels.html (limited to 'help/en_US/scilab_en_US_help/statelevels.html') diff --git a/help/en_US/scilab_en_US_help/statelevels.html b/help/en_US/scilab_en_US_help/statelevels.html deleted file mode 100644 index dc8124a..0000000 --- a/help/en_US/scilab_en_US_help/statelevels.html +++ /dev/null @@ -1,109 +0,0 @@ - - - statelevels - - - -
- - - - -
- << ss2sos - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - stmcb >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > statelevels -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > statelevels ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

statelevels

-

- - -

Calling Sequence

-
levels=statelevels(x, nbins, method, bounds)
-[levels histogram]=statelevels(x, nbins, method, bounds)
-[levels histogram bins]=statelevels(x, nbins, method, bounds)
-[levels histogram bins]=statelevels(x, nbins, method, bounds, 'fig', On or Off)
- -

Parameters

-
x: -

real vector

-
nbins: -

number of histogram bins to use in the histogram as a positive scalar, where the default value is 100

-
method: -

method to estimate the statelevels using specified METHOD as one of 'mean' or 'mode', where the default value is 'mode'

-
bounds: -

specify the lower and upper bound for the histogram as a two-element row vector

-
fig: -

specify the logical input value to display figure as one of 'on' or 'off', where the default input in 'off'.

-
levels: -

return lower and upper level values

-
histogram: -

return histogram values

-
bins: -

return binlevels values

- -

Examples

-
x=[1.2, 5, 10, -20, 12]
-nbins=10
-method='mode'
-bounds=[1 10]
-levels=statelevels(x, nbins, method, bounds)
- -

See also

-
- -

Authors

-
-
- -
- - - - - - -
Report an issue
- << ss2sos - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - stmcb >> - -
-
-
- - -- cgit