SigmaTransform
The SigmaTransform unifies various known signal processing transforms, like the STFT and the wavelet transform, differing only by a specific diffeomorphism.
|
#include <vector>
#include <map>
#include <complex>
#include <thread>
#include <array>
#include <iostream>
#include <fstream>
#include <algorithm>
#include <mutex>
#include <functional>
#include <fftw3.h>
#include "SigmaTransform_util.h"
Go to the source code of this file.
Classes | |
class | SigmaTransform::SigmaTransform< N > |
Namespaces | |
namespace | SigmaTransform |
Macros | |
#define | DEBUG |
#define DEBUG |
Definition at line 16 of file SigmaTransformN.h.