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