Event-based Fast Fourier transform.
More...
#include <Eigen/Core>
#include <algorithm>
#include <array>
#include <cmath>
#include <complex>
#include <cstddef>
#include <new>
#include <ostream>
#include <stdint.h>
#include <unordered_map>
#include <utility>
#include <vector>
Go to the source code of this file.
|
|
#define | EIGEN_LAST Eigen::last |
| |
|
|
using | cfloat = std::complex<float> |
| |
|
using | cfloatmat = Eigen::Matrix<cfloat, Eigen::Dynamic, Eigen::Dynamic> |
| |
|
|
constexpr unsigned int | LOG2 (const unsigned int n) |
| |
|
unsigned int | log2i (const unsigned int n) |
| |
Event-based Fast Fourier transform.
- Author
- Raul Tapia (raultapia.com)
- Copyright
- GNU General Public License v3.0
- See also
- https://github.com/raultapia/efft
- Note
- This is a header-only library