eFFT
An efficient method for the calculation of the exact Fourier transform of an asynchronous event stream
|
Event-based Fast Fourier transform. More...
#include <algorithm>
#include <array>
#include <cmath>
#include <complex>
#include <cstddef>
#include <eigen3/Eigen/Core>
#include <set>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | Stimulus |
class | Stimuli |
class | eFFT< N > |
Typedefs | |
using | cfloat = std::complex<float> |
using | cfloatmat = Eigen::Matrix<cfloat, Eigen::Dynamic, Eigen::Dynamic> |
Functions | |
constexpr unsigned int | LOG2 (const unsigned int n) |
unsigned int | log2i (const unsigned int n) |
Event-based Fast Fourier transform.