From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/scilab_en_US_help/movingrms.html | 89 +++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/movingrms.html (limited to 'help/en_US/scilab_en_US_help/movingrms.html') diff --git a/help/en_US/scilab_en_US_help/movingrms.html b/help/en_US/scilab_en_US_help/movingrms.html new file mode 100644 index 0000000..db88c6d --- /dev/null +++ b/help/en_US/scilab_en_US_help/movingrms.html @@ -0,0 +1,89 @@ + + + movingrms + + + +
+ + + + +
+ << morlet + + + FOSSEE Signal Processing Toolbox + + + musicBase >> + +
+
+
+ + + + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > movingrms + +

+

movingrms

+

+ + +

Calling Sequence

+
[rmsx,w]=movingrms(x,w,rc,Fs=1)
+ +

Parameters

+
x: +

Real or complex valued vector or matrix

+
w: +

Real or complex scalar value

+
rc: +

Real or complex scalar value

+
Fs: +

Real or complex scalar value

+ +

Description

+

This is an Octave function. +The signal is convoluted against a sigmoid window of width w and risetime rc with the units of these parameters relative to the value of the sampling frequency given in Fs (Default value=1).

+ +

Examples

+
1.    [a,b]=movingrms ([4.4 94 1;-2 5i 5],1,-2)
+a =    0.91237   17.71929    0.96254
+0.91237   17.71929    0.96254
+b =   0.18877
+0.18877
+2.    [a,b]=movingrms ([4.4 94 1;-2 5i 5],1,-2,2)
+a =   4.8332   93.8669    5.0990
+4.8332   93.8669    5.0990
+b =   1
+1
+
+ +
+ + + + + + +
Report an issue
+ << morlet + + + FOSSEE Signal Processing Toolbox + + + musicBase >> + +
+
+
+ + -- cgit