Averaged Autopower Spectrum
Version 1.0.0.0 (1.97 KB) by
Troy Bouman
Program to compute an averaged autopower spectrum from time domain data
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)
Cite As
Troy Bouman (2026). Averaged Autopower Spectrum (https://nl.mathworks.com/matlabcentral/fileexchange/53493-averaged-autopower-spectrum), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2015a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Transforms > Discrete Fourier and Cosine Transforms >
Find more on Discrete Fourier and Cosine Transforms in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
