Description Usage Arguments Details Value
Estimates the cross power spectral density of the time series array at different frequencies. To do so, the time series is first shifted from the time domain to the frequency domain.
1 | SpktWelchDensity(arr, coeff)
|
arr |
KHIVA array with the time series. |
coeff |
The coefficient to be returned. |
Welch's method computes an estimate of the power spectral density by dividing the data into overlapping segments, computing a modified periodogram for each segment and averaging the periodograms. [1] P. Welch, "The use of the fast Fourier transform for the estimation of power spectra: A method based on time averaging over short, modified periodograms", IEEE Trans. Audio Electroacoust. vol. 15, pp. 70-73, 1967. [2] M.S. Bartlett, "Periodogram Analysis and Continuous Spectra", Biometrika, vol. 37, pp. 1-16, 1950. [3] Rabiner, Lawrence R., and B. Gold. "Theory and Application of Digital Signal Processing" Prentice-Hall, pp. 414-419, 1975.
: KHIVA array containing the power spectrum of the different frequencies for each time series in arr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.