Averaged Autopower Spectrum

Program to compute an averaged autopower spectrum from time domain data
297 Downloads
Aktualisiert 12. Okt 2015

Lizenz anzeigen

This function computes an averaged autopower from given time domain data. The
program accepts different windows (hann, flat, and rect), different levels
of overlap, and different correction factors. The program outputs the
averaged autopower (Gxx),all of the linear spectra used (Gx), and an
frequency vector (Fx).
[Gxx,Gx,Fx] = avgGxx(wind,PercOverlap,CF,numAvgs,Fs,N,timeData)

Example:
[Gx,Gxx,Fx] = fftPlotData('hann',50,'ACF',10,3200,3200,timeData)
semilogy(Fx,Gxx)

Zitieren als

Troy Bouman (2024). Averaged Autopower Spectrum (https://www.mathworks.com/matlabcentral/fileexchange/53493-averaged-autopower-spectrum), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2015a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0