The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: [Pxx, freq] = cpsd (x, y)
Function File: […] = cpsd (x, y, window)
Function File: […] = cpsd (x, y, window, overlap)
Function File: […] = cpsd (x, y, window, overlap, Nfft)
Function File: […] = cpsd (x, y, window, overlap, Nfft, Fs)
Function File: […] = cpsd (x, y, window, overlap, Nfft, Fs, range)
Function File: cpsd (…)

Estimate cross power spectrum of data x and y by the Welch (1967) periodogram/FFT method.

See also: pwelch.

Package: signal