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/morlet.html | 83 ++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/morlet.html (limited to 'help/en_US/scilab_en_US_help/morlet.html') diff --git a/help/en_US/scilab_en_US_help/morlet.html b/help/en_US/scilab_en_US_help/morlet.html new file mode 100644 index 0000000..2bc0c33 --- /dev/null +++ b/help/en_US/scilab_en_US_help/morlet.html @@ -0,0 +1,83 @@ + + + morlet + + + +
+ + + + +
+ << modulate + + + FOSSEE Signal Processing Toolbox + + + movingrms >> + +
+
+
+ + + + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > morlet + +

+

morlet

+

+ + +

Calling Sequence

+
[psi,x]= morlet(lb,ub,n)
+ +

Parameters

+
lb: +

Real or complex valued vector or matrix

+
ub: +

Real or complex valued vector or matrix

+
n: +

Real strictly positive scalar number

+ +

Description

+

This is an Octave function +This function returns values of the Morlet wavelet in the specified interval for all the sample points.

+ +

Examples

+
1.    [a,b]=morlet(1,2,3)
+a =    [0.17205   0.11254  -0.11356]
+b =    [1.0000   1.5000   2.0000]
+2.    [a,b]=morlet([1 2 3],[1 2 3],1)
+a =    [0.1720498;  -0.1135560;  -0.0084394]
+b =    [1;   2;   3]
+
+ +
+ + + + + + +
Report an issue
+ << modulate + + + FOSSEE Signal Processing Toolbox + + + movingrms >> + +
+
+
+ + -- cgit