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/meyeraux.html | 77 ++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/meyeraux.html (limited to 'help/en_US/scilab_en_US_help/meyeraux.html') diff --git a/help/en_US/scilab_en_US_help/meyeraux.html b/help/en_US/scilab_en_US_help/meyeraux.html new file mode 100644 index 0000000..3631454 --- /dev/null +++ b/help/en_US/scilab_en_US_help/meyeraux.html @@ -0,0 +1,77 @@ + + + meyeraux + + + +
+ + + + +
+ << mexihat + + + FOSSEE Signal Processing Toolbox + + + midcross >> + +
+
+
+ + + + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > meyeraux + +

+

meyeraux

+

+ + +

Calling Sequence

+
[y]=meyeraux(x)
+ +

Parameters

+
x: +

Real or complex valued vector or matrix

+ +

Description

+

This is an Octave function. +This function returns values of the auxiliary function used for Meyer wavelet generation.

+ +

Examples

+
1.    meyeraux([1 2 3])
+ans= [1    -208  -10287]
+2.    meyeraux([1 2 3;4 5 6])
+ans=  [1      -208    -10287  ;     -118016   -709375  -2940624 ]
+
+ +
+ + + + + + +
Report an issue
+ << mexihat + + + FOSSEE Signal Processing Toolbox + + + midcross >> + +
+
+
+ + -- cgit