GPLIB++
|
#include <complex>
#include "TsSpectrum.h"
#include "statutils.h"
#include "VecMat.h"
#include "FatalException.h"
Go to the source code of this file.
Namespaces | |
gplib | |
Functions | |
template<typename InputIterator , typename WindowFunctype > | |
gplib::cmat | gplib::TimeFrequency (InputIterator tsbegin, InputIterator tsend, const size_t seglength, WindowFunctype WFunc) |
Calculate a sliding windowed fourier transform for a time series and store the results for each segment in a matrix. More... | |