#include <qtsFFT.h>
Public Member Functions | |
qtsFFT (long n) | |
~qtsFFT () | |
PlotLine * | do_FFTqts (PlotLine *r) |
PlotLine * | do_iFFTqts (PlotLine *f) |
Private Attributes | |
int | length |
double * | fftReal |
double * | fftFreq |
const FFTReal | _ftt_Real |
Classes | |
class | FFTReal |
Definition at line 9 of file qtsFFT.h.
qtsFFT::qtsFFT | ( | long | n | ) |
qtsFFT::~qtsFFT | ( | ) |
Definition at line 20 of file qtsFFT.cpp.
References _ftt_Real, PlotLine::append(), qtsFFT::FFTReal::do_fft(), fftFreq, fftReal, PlotLine::getData(), and length.
Referenced by LOWPASS::getLowpass().
Definition at line 42 of file qtsFFT.cpp.
References _ftt_Real, PlotLine::append(), qtsFFT::FFTReal::do_ifft(), fftFreq, fftReal, PlotLine::getData(), length, and qtsFFT::FFTReal::rescale().
Referenced by LOWPASS::getLowpass().
int qtsFFT::length [private] |
Definition at line 22 of file qtsFFT.h.
Referenced by qtsFFT::FFTReal::BitReversedLUT::BitReversedLUT(), do_FFTqts(), do_iFFTqts(), and qtsFFT().
double* qtsFFT::fftReal [private] |
Definition at line 24 of file qtsFFT.h.
Referenced by do_FFTqts(), do_iFFTqts(), qtsFFT(), and ~qtsFFT().
double* qtsFFT::fftFreq [private] |
Definition at line 25 of file qtsFFT.h.
Referenced by do_FFTqts(), do_iFFTqts(), qtsFFT(), and ~qtsFFT().
const FFTReal qtsFFT::_ftt_Real [private] |