<< 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 >>