#include "TsSpectrum.h"
#include "FatalException.h"
#include <functional>
#include <iterator>
#include "statutils.h"
#include <boost/bind.hpp>
Go to the source code of this file.
|
template<typename InputIterator , typename OutputIterator , typename WindowFunctype > |
void | gplib::StackedSpectrum (InputIterator tsbegin, InputIterator tsend, OutputIterator freqbegin, const size_t seglength, WindowFunctype WFunc) |
| This template is used to calculate stacked spectra for example for power spectrum estimation. More...
|
|