JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces
tde_result.hpp File Reference
#include <jb/detail/array_traits.hpp>
#include <jb/fftw/aligned_multi_array.hpp>

Go to the source code of this file.

Classes

class  jb::fftw::tde_result< container_t, value_t >
 A time-delay estimator (TDE) is an algorithm to compare two families of timeseries and return the estimated delay of the first family vs. More...
 
class  jb::fftw::tde_result< boost::multi_array< T, K, A >, value_t >
 Handles TDE result for a multi array type timeseries. More...
 
class  jb::fftw::tde_result< boost::multi_array< T, 1, A >, value_t >
 Handles TDE result for a multi array type timeseries with dimensionality 1. More...
 

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 
 jb::fftw
 Wrappers for the FFTW3 library.