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/movingrms.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(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
index db88c6d..51870f1 100644
--- a/help/en_US/scilab_en_US_help/movingrms.html
+++ b/help/en_US/scilab_en_US_help/movingrms.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 > movingrms
+ FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > movingrms
movingrms
@@ -75,7 +75,7 @@ The signal is convoluted against a sigmoid window of width w and risetime rc wit
|
- 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/movingrms.html | 101 ----------------------------
1 file changed, 101 deletions(-)
delete 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
deleted file mode 100644
index 696d111..0000000
--- a/help/en_US/scilab_en_US_help/movingrms.html
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
- movingrms
-
-
-
-
-
-
-
-<<<<<<< HEAD
- FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > movingrms
-=======
- FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > movingrms
->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27
-
-
-
-
-
-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 |  |  | |
-
-
-
-
-
--
cgit
|