Spectrogram calculates the spectrogram of a N-dimensional signal. The spectrogram is the square of the absolute values of the FourierTransform, and is the 'traditional' way to view a signal's frequency distribution.
More...
List of all members.
Detailed Description
Spectrogram calculates the spectrogram of a N-dimensional signal. The spectrogram is the square of the absolute values of the FourierTransform, and is the 'traditional' way to view a signal's frequency distribution.
Spectrogram is not reversible.
Constructor & Destructor Documentation
| Spectrogram::Spectrogram |
( |
|
) |
|
| Spectrogram::~Spectrogram |
( |
|
) |
|
Member Function Documentation
| bool Spectrogram::biDirectional |
( |
|
) |
const [inline] |
| bool Spectrogram::complex2complex |
( |
|
) |
const [inline] |
| bool Spectrogram::complex2real |
( |
|
) |
const [inline] |
| bool Spectrogram::getDir |
( |
|
) |
const [inline] |
| bool Spectrogram::init |
( |
|
) |
|
| bool Spectrogram::isFast |
( |
int |
sz |
) |
const [inline, protected] |
| bool Spectrogram::isPossible |
( |
int |
|
) |
const [inline, protected] |
| bool Spectrogram::real2complex |
( |
|
) |
const [inline] |
| bool Spectrogram::real2real |
( |
|
) |
const [inline] |
| bool Spectrogram::setDir |
( |
bool |
fwd |
) |
[inline] |
| bool Spectrogram::setInputInfo |
( |
const ArrayNDInfo & |
ni |
) |
|
| bool Spectrogram::transform |
( |
const ArrayND< float_complex > & |
, |
|
|
ArrayND< float_complex > & |
| |
|
) |
| | |
| bool Spectrogram::transform |
( |
const ArrayND< float > & |
, |
|
|
ArrayND< float > & |
| |
|
) |
| | |
Member Data Documentation