1#ifndef XXFastFourierTransfromH
2#define XXFastFourierTransfromH
#define XXAUDIO_DECLSPEC
Definition XXAudioExportDef.h:11
static Sample::Data strip(const ComplexData &data)
std::complex< float > ComplexType
Definition XXFastFourierTransfrom.h:21
static ComplexData fill(const Sample::Data &data)
QList< ComplexType > ComplexData
Definition XXFastFourierTransfrom.h:22
const size_t & getSize() const
FastFourierTransfrom(const size_t size)
ComplexData inverse(const ComplexData &input)
ComplexData forward(const ComplexData &input)
QList< float > Data
Definition XXSampleAbstract.h:14
Definition XXPopulatedAbstract.h:11