LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp_avpowerspectra.h File Reference
#include "lasp_fft.h"
#include "lasp_mathtypes.h"
#include "lasp_timebuffer.h"
#include "lasp_window.h"
#include <memory>
#include <optional>
Include dependency graph for lasp_avpowerspectra.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PowerSpectra
 Computes single-sided cross-power spectra for a group of channels. Only a single block of length fft, no averaging. This class should normally not be used. Please refer to AvPowerSpectra instead. More...
 
class  AvPowerSpectra
 Estimate cross-power spectra using Welch' method of spectral estimation. The exact amount of overlap in Welch' method is rounded up to a certain amount of samples. More...