MCL
A C++ library mirroring some of the most common Matlab functions.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
transformop.h File Reference
#include "mcltypes.h"
#include <vector>

Go to the source code of this file.

Namespaces

namespace  mcl
 

Functions

std::vector< Complex > mcl::Fft (const std::vector< Complex > &input, Int n_point) 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< 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< Real > mcl::XCorr (const std::vector< Real > &vector_a, const std::vector< Real > &vector_b)
 
bool mcl::TransformOpTest ()