#include "WireCellUtil/Waveform.h"
#include <algorithm>
#include <Eigen/Core>
#include <unsupported/Eigen/FFT>
#include <complex>
Go to the source code of this file.
Functions | |
template<class Func > | |
Waveform::realseq_t | c2r (const Waveform::compseq_t &seq, Func func) |
Waveform::realseq_t c2r | ( | const Waveform::compseq_t & | seq, |
Func | func | ||
) |
Definition at line 48 of file Waveform.cxx.