41 bool setDir(
bool fwd ) {
return fwd; }
49 bool isFast(
int sz)
const {
return fft_->isFast(sz); }
#define mExpClass(module)
Definition: commondefs.h:157
Does Fourier Transforms of any size.
Definition: fourier.h:28
bool biDirectional() const
Definition: spectrogram.h:39
Contains the information about the size of ArrayND, and in what order the data is stored (if accessab...
Definition: arrayndinfo.h:21
bool setDir(bool fwd)
Definition: spectrogram.h:41
Spectrogram calculates the spectrogram of a N-dimensional signal. The spectrogram is the square of th...
Definition: spectrogram.h:25
ArrayND< float_complex > * tempout_
Definition: spectrogram.h:52
bool isFast(int sz) const
Definition: spectrogram.h:49
ArrayND< float_complex > * tempin_
Definition: spectrogram.h:51
bool complex2real() const
Definition: spectrogram.h:37
bool isPossible(int) const
Definition: spectrogram.h:48
bool getDir() const
Definition: spectrogram.h:40
bool real2real() const
Definition: spectrogram.h:35
Fourier::CC * fft_
Definition: spectrogram.h:53
bool real2complex() const
Definition: spectrogram.h:36
bool complex2complex() const
Definition: spectrogram.h:38