JayBeams  0.1
Another project to have fun coding.
Namespaces | Functions
create_triangle_timeseries.hpp File Reference
#include <jb/detail/array_traits.hpp>
#include <jb/fftw/aligned_multi_array.hpp>
#include <jb/testing/resize_if_applicable.hpp>
#include <boost/multi_array.hpp>

Go to the source code of this file.

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 
 jb::testing
 Helper functions and classes to simplify unit tests.
 

Functions

template<typename timeseries >
void jb::testing::create_triangle_timeseries (int nsamples, timeseries &ts)
 Create a simple timeseries where the values look like a triangle. More...
 
template<typename T , std::size_t K, typename A >
void jb::testing::create_triangle_timeseries (int nsamples, boost::multi_array< T, K, A > &ts)
 Create a family of timeseries where the values look like parallel triangles shifted by a constant value. More...