From 6011540ce239922c0723ff2f1534e915b420cd1f Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 17 Jul 2018 18:02:33 +0530 Subject: remove autogenerated files remove execute permission from scilab files update macros/names fix build process by building macros before help --- help/en_US/scilab_en_US_help/unwrap2.html | 78 ------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/unwrap2.html (limited to 'help/en_US/scilab_en_US_help/unwrap2.html') diff --git a/help/en_US/scilab_en_US_help/unwrap2.html b/help/en_US/scilab_en_US_help/unwrap2.html deleted file mode 100644 index fd74353..0000000 --- a/help/en_US/scilab_en_US_help/unwrap2.html +++ /dev/null @@ -1,78 +0,0 @@ - - - unwrap2 - - - -
- - - - -
- << unshiftdata - - - FOSSEE Signal Processing Toolbox - - - upfirdn >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > unwrap2 - -

-

unwrap2

-

Unwrap radian phases by adding or subtracting multiples of 2*pi.

- - -

Calling Sequence

-
B = unwrap(X)
-B = unwrap(X, TOL)
-B = unwrap(X, TOL, DIM)
- -

Parameters

-
- -

Description

-

This function unwraps radian phases by adding or subtracting multiples of 2*pi as appropriate to remove jumps greater than TOL.

-

TOL defaults to pi.

-

Unwrap will work along the dimension DIM. If DIM is unspecified it defaults to the first non-singleton dimension.

- -

Examples

-
unwrap2([1,2,3])
-ans =
-1.    2.    3.
-
- -
- - - - - - -
Report an issue
- << unshiftdata - - - FOSSEE Signal Processing Toolbox - - - upfirdn >> - -
-
-
- - -- cgit