|
MCL
A C++ library mirroring some of the most common Matlab functions.
|
#include "transformop.h"#include <complex>#include "kissfft.hh"#include "mcltypes.h"#include "vectorop.h"#include "pointwiseop.h"#include <vector>Namespaces | |
| namespace | mcl |
Functions | |
| std::vector< Complex > | mcl::Fft (const std::vector< Complex > &input, Int n_point) noexcept |
| std::vector< Complex > | mcl::Ifft (const std::vector< Complex > &input, Int n_point) noexcept |
| std::vector< Complex > | mcl::Hilbert (const std::vector< Real > &input) noexcept |
| std::vector< Real > | mcl::RCeps (const std::vector< Real > &vector) noexcept |
| std::vector< Real > | mcl::MinPhase (const std::vector< Real > &vector) noexcept |
| std::vector< Complex > | mcl::Rfft (const std::vector< Real > &input, Int n_point) noexcept |
| std::vector< std::vector < Complex > > | mcl::Rfft (const std::vector< std::vector< Real > > &input, Int n_point) noexcept |
| std::vector< Real > | mcl::Irfft (const std::vector< Complex > &input, Int n_point) noexcept |
| std::vector< std::vector< Real > > | mcl::Irfft (const std::vector< std::vector< Complex > > &input, Int n_point) noexcept |
| std::vector< Real > | mcl::XCorr (const std::vector< Real > &vector_a, const std::vector< Real > &vector_b) |
1.8.2