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

-

shanwavf

-

- - -

Calling Sequence

-
[psi,x]=shanwavf(lb,ub,n,fb,fc)
- -

Parameters

-
lb: -

Real or complex valued vector or matrix

-
ub: -

Real or complex valued vector or matrix

-
n: -

Real valued integer strictly positive

-
fb: -

Real or complex valued vector or matrix, strictly positive value for scalar input

-
fc: -

Real or complex valued vector or matrix, strictly positive value for scalar input

- -

Description

-

This is an Octave function -This function implements the complex Shannon wavelet function and returns the value obtained. The complex Shannon wavelet is defined by a bandwidth parameter FB, a wavelet center frequency FC on an N point regular grid in the interval [LB,UB].

- -

Examples

-
1.    [a,b]=shanwavf (2,8,3,1,6)
-a =   [-3.8982e-17 + 1.1457e-31i   3.8982e-17 - 8.4040e-31i  -3.8982e-17 + 4.5829e-31i]
-b =   [2   5   8]
-2.    [a,b]=shanwavf(1,2,1,[2,2;i,2],[-1,2;-i,i])
-a =   [-5.5128e-17 - 2.7005e-32i  -5.5128e-17 + 5.4010e-32i;
-8.6404e+06 + 8.6404e+06i  -1.9225e-22 - 0.0000e+00i]
-b =  2
-
- -
- - - - - - -
Report an issue
- << sgolayfilt - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - shiftdata >> - -
-
-
- - -- cgit