JayBeams
0.1
Another project to have fun coding.
|
#include <jb/detail/array_traits.hpp>
#include <jb/fftw/time_delay_estimator_many.hpp>
#include <jb/testing/create_triangle_timeseries.hpp>
#include <jb/testing/delay_timeseries.hpp>
#include <jb/testing/microbenchmark.hpp>
#include <jb/testing/microbenchmark_group_main.hpp>
#include <jb/testing/sum_square.hpp>
#include <chrono>
#include <iostream>
#include <stdexcept>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
defaults | |
Define defaults for program parameters. | |
Macros | |
#define | JB_FFTW_DEFAULT_bm_time_delay_estimator_many_test_case "float:aligned:many" |
#define | JB_FFTW_DEFAULT_bm_time_delay_estimator_many_n_timeseries 1 |
Functions | |
int | main (int argc, char *argv[]) |
#define JB_FFTW_DEFAULT_bm_time_delay_estimator_many_n_timeseries 1 |
Definition at line 239 of file bm_time_delay_estimator_many.cpp.
#define JB_FFTW_DEFAULT_bm_time_delay_estimator_many_test_case "float:aligned:many" |
Definition at line 234 of file bm_time_delay_estimator_many.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |