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/mscohere.html | 82 ------------------------------ 1 file changed, 82 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/mscohere.html (limited to 'help/en_US/scilab_en_US_help/mscohere.html') diff --git a/help/en_US/scilab_en_US_help/mscohere.html b/help/en_US/scilab_en_US_help/mscohere.html deleted file mode 100644 index 6456dda..0000000 --- a/help/en_US/scilab_en_US_help/mscohere.html +++ /dev/null @@ -1,82 +0,0 @@ - - - mscohere - - - -
- - - - -
- << movingrms - - - FOSSEE Signal Processing Toolbox - - - musicBase >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > mscohere - -

-

mscohere

-

It estimate (mean square) coherence of signals x and y.

- - -

Calling Sequence

-
[Pxx, freq] = mscohere (x, y)
-[Pxx, freq] = mscohere (x, y, window)
-[Pxx, freq] = mscohere (x, y, window, overlap)
-[Pxx, freq] = mscohere (x, y, window, overlap, Nfft)
-[Pxx, freq] = mscohere (x, y, window, overlap, Nfft, Fs)
-[Pxx, freq] = mscohere (x, y, window, overlap, Nfft, Fs, range)
-mscohere (...)
- -

Description

-

This function estimate (mean square) coherence of signals x and y.

- -

Examples

-
[Pxx, freq] = mscohere(4,5)
-ans =
-PXX =
-Nan
-1
-FREQ =
-0
-0.5
-
- -
- - - - - - -
Report an issue
- << movingrms - - - FOSSEE Signal Processing Toolbox - - - musicBase >> - -
-
-
- - -- cgit