3#include "dsplib/array.h"
4#include "dsplib/keywords.h"
34WelchResult welch(
const arr_real& x,
int winlen,
int noverlap,
int nfft, SpectrumType scale = SpectrumType::Psd);
37 SpectrumType scale = SpectrumType::Psd);
45WelchResult welch(
const arr_cmplx& x,
int winlen,
int noverlap,
int nfft, SpectrumType scale = SpectrumType::Psd);
48 SpectrumType scale = SpectrumType::Psd);
arr_real pxx
spectrum estimate
Definition spectrum.h:22
arr_real f
cyclical frequencies
Definition spectrum.h:23